oci 2.115.0__py3-none-any.whl → 2.116.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 (566) 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 +36 -36
  7. oci/ai_speech/ai_service_speech_client.py +9 -9
  8. oci/ai_speech/models/__init__.py +4 -0
  9. oci/ai_speech/models/create_transcription_job_details.py +4 -4
  10. oci/ai_speech/models/diarization.py +103 -0
  11. oci/ai_speech/models/transcription_job.py +6 -6
  12. oci/ai_speech/models/transcription_job_summary.py +6 -6
  13. oci/ai_speech/models/transcription_model_details.py +29 -2
  14. oci/ai_speech/models/transcription_settings.py +68 -0
  15. oci/ai_speech/models/update_transcription_job_details.py +4 -4
  16. oci/ai_vision/ai_service_vision_client.py +25 -25
  17. oci/analytics/analytics_client.py +23 -23
  18. oci/announcements_service/announcement_client.py +4 -4
  19. oci/announcements_service/announcement_subscription_client.py +9 -9
  20. oci/announcements_service/announcements_preferences_client.py +4 -4
  21. oci/apigateway/api_gateway_client.py +21 -21
  22. oci/apigateway/deployment_client.py +6 -6
  23. oci/apigateway/gateway_client.py +6 -6
  24. oci/apigateway/subscribers_client.py +6 -6
  25. oci/apigateway/usage_plans_client.py +6 -6
  26. oci/apigateway/work_requests_client.py +5 -5
  27. oci/apm_config/config_client.py +8 -8
  28. oci/apm_control_plane/apm_domain_client.py +14 -14
  29. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/application_migration/application_migration_client.py +19 -19
  33. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  34. oci/artifacts/artifacts_client.py +32 -32
  35. oci/audit/audit_client.py +3 -3
  36. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
  37. oci/autoscaling/auto_scaling_client.py +11 -11
  38. oci/bastion/bastion_client.py +15 -15
  39. oci/bds/bds_client.py +521 -47
  40. oci/bds/bds_client_composite_operations.py +123 -0
  41. oci/bds/models/__init__.py +14 -0
  42. oci/bds/models/certificate_service_info_details.py +72 -0
  43. oci/bds/models/certificate_service_info_summary.py +206 -0
  44. oci/bds/models/disable_certificate_details.py +103 -0
  45. oci/bds/models/enable_certificate_details.py +196 -0
  46. oci/bds/models/host_cert_details.py +134 -0
  47. oci/bds/models/host_specific_certificate_details.py +150 -0
  48. oci/bds/models/renew_certificate_details.py +196 -0
  49. oci/bds/models/work_request.py +7 -3
  50. oci/blockchain/blockchain_platform_client.py +27 -27
  51. oci/budget/budget_client.py +10 -10
  52. oci/certificates/certificates_client.py +5 -5
  53. oci/certificates_management/certificates_management_client.py +32 -32
  54. oci/cims/incident_client.py +8 -8
  55. oci/cims/user_client.py +1 -1
  56. oci/cloud_bridge/common_client.py +5 -5
  57. oci/cloud_bridge/discovery_client.py +14 -14
  58. oci/cloud_bridge/inventory_client.py +16 -16
  59. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  60. oci/cloud_guard/cloud_guard_client.py +133 -133
  61. oci/cloud_migrations/migration_client.py +43 -43
  62. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  63. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  64. oci/compute_instance_agent/plugin_client.py +2 -2
  65. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  66. oci/container_engine/container_engine_client.py +44 -44
  67. oci/container_instances/container_instance_client.py +18 -18
  68. oci/core/blockstorage_client.py +60 -60
  69. oci/core/compute_client.py +1480 -210
  70. oci/core/compute_client_composite_operations.py +195 -0
  71. oci/core/compute_management_client.py +32 -32
  72. oci/core/models/__init__.py +42 -0
  73. oci/core/models/capacity_source.py +101 -0
  74. oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
  75. oci/core/models/compute_bare_metal_host.py +458 -0
  76. oci/core/models/compute_bare_metal_host_collection.py +72 -0
  77. oci/core/models/compute_bare_metal_host_summary.py +422 -0
  78. oci/core/models/compute_capacity_topology.py +425 -0
  79. oci/core/models/compute_capacity_topology_collection.py +72 -0
  80. oci/core/models/compute_capacity_topology_summary.py +370 -0
  81. oci/core/models/compute_hpc_island.py +267 -0
  82. oci/core/models/compute_hpc_island_collection.py +72 -0
  83. oci/core/models/compute_hpc_island_summary.py +251 -0
  84. oci/core/models/compute_network_block.py +302 -0
  85. oci/core/models/compute_network_block_collection.py +72 -0
  86. oci/core/models/compute_network_block_summary.py +286 -0
  87. oci/core/models/create_capacity_source_details.py +89 -0
  88. oci/core/models/create_compute_capacity_topology_details.py +253 -0
  89. oci/core/models/create_dedicated_capacity_source_details.py +85 -0
  90. oci/core/models/dedicated_capacity_source.py +86 -0
  91. oci/core/models/update_capacity_source_details.py +89 -0
  92. oci/core/models/update_compute_capacity_topology_details.py +183 -0
  93. oci/core/models/update_dedicated_capacity_source_details.py +50 -0
  94. oci/core/virtual_network_client.py +242 -242
  95. oci/dashboard_service/dashboard_client.py +6 -6
  96. oci/dashboard_service/dashboard_group_client.py +6 -6
  97. oci/data_catalog/data_catalog_client.py +141 -141
  98. oci/data_flow/data_flow_client.py +42 -42
  99. oci/data_integration/data_integration_client.py +163 -163
  100. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  101. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  102. oci/data_safe/data_safe_client.py +252 -252
  103. oci/data_science/data_science_client.py +91 -91
  104. oci/database/database_client.py +645 -319
  105. oci/database/database_client_composite_operations.py +176 -0
  106. oci/database/models/__init__.py +8 -0
  107. oci/database/models/autonomous_container_database.py +7 -3
  108. oci/database/models/autonomous_container_database_summary.py +7 -3
  109. oci/database/models/configure_saas_admin_user_details.py +284 -0
  110. oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
  111. oci/database/models/database_connection_string_profile.py +33 -2
  112. oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
  113. oci/database/models/saas_admin_user_configuration.py +284 -0
  114. oci/database/models/saas_admin_user_status.py +154 -0
  115. oci/database_management/db_management_client.py +182 -182
  116. oci/database_management/diagnosability_client.py +4 -4
  117. oci/database_management/managed_my_sql_databases_client.py +6 -6
  118. oci/database_management/perfhub_client.py +1 -1
  119. oci/database_management/sql_tuning_client.py +17 -17
  120. oci/database_migration/database_migration_client.py +41 -41
  121. oci/database_tools/database_tools_client.py +23 -23
  122. oci/devops/devops_client.py +89 -89
  123. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  124. oci/dns/dns_client.py +52 -52
  125. oci/dts/appliance_export_job_client.py +6 -6
  126. oci/dts/shipping_vendors_client.py +1 -1
  127. oci/dts/transfer_appliance_client.py +8 -8
  128. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  129. oci/dts/transfer_device_client.py +5 -5
  130. oci/dts/transfer_job_client.py +6 -6
  131. oci/dts/transfer_package_client.py +7 -7
  132. oci/em_warehouse/em_data_lake_client.py +13 -13
  133. oci/em_warehouse/em_warehouse_client.py +13 -13
  134. oci/email/email_client.py +25 -25
  135. oci/events/events_client.py +6 -6
  136. oci/file_storage/file_storage_client.py +50 -50
  137. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  138. oci/functions/functions_invoke_client.py +1 -1
  139. oci/functions/functions_management_client.py +16 -16
  140. oci/fusion_apps/data_masking_activity_client.py +3 -3
  141. oci/fusion_apps/fusion_applications_client.py +39 -39
  142. oci/fusion_apps/fusion_environment_client.py +15 -15
  143. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  144. oci/fusion_apps/refresh_activity_client.py +4 -4
  145. oci/fusion_apps/scheduled_activity_client.py +2 -2
  146. oci/fusion_apps/service_attachment_client.py +2 -2
  147. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  148. oci/golden_gate/golden_gate_client.py +57 -57
  149. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  150. oci/governance_rules_control_plane/work_request_client.py +5 -5
  151. oci/healthchecks/health_checks_client.py +17 -17
  152. oci/identity/identity_client.py +145 -145
  153. oci/identity_data_plane/dataplane_client.py +2 -2
  154. oci/identity_domains/identity_domains_client.py +20355 -6173
  155. oci/identity_domains/models/__init__.py +216 -0
  156. oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
  157. oci/identity_domains/models/approval_workflow.py +832 -0
  158. oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
  159. oci/identity_domains/models/approval_workflow_assignment.py +771 -0
  160. oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
  161. oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
  162. oci/identity_domains/models/approval_workflow_assignments.py +196 -0
  163. oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
  164. oci/identity_domains/models/approval_workflow_step.py +929 -0
  165. oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
  166. oci/identity_domains/models/approval_workflow_steps.py +196 -0
  167. oci/identity_domains/models/approval_workflows.py +196 -0
  168. oci/identity_domains/models/authentication_factors_remover.py +51 -2
  169. oci/identity_domains/models/branding_setting.py +1556 -0
  170. oci/identity_domains/models/branding_settings.py +196 -0
  171. oci/identity_domains/models/branding_settings_company_names.py +131 -0
  172. oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
  173. oci/identity_domains/models/branding_settings_default_images.py +188 -0
  174. oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
  175. oci/identity_domains/models/branding_settings_images.py +176 -0
  176. oci/identity_domains/models/branding_settings_login_texts.py +131 -0
  177. oci/identity_domains/models/cloud_gate.py +1239 -0
  178. oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
  179. oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
  180. oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
  181. oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
  182. oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
  183. oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
  184. oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
  185. oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
  186. oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
  187. oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
  188. oci/identity_domains/models/cloud_gate_mappings.py +196 -0
  189. oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
  190. oci/identity_domains/models/cloud_gate_search_request.py +364 -0
  191. oci/identity_domains/models/cloud_gate_server.py +1042 -0
  192. oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
  193. oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
  194. oci/identity_domains/models/cloud_gate_servers.py +196 -0
  195. oci/identity_domains/models/cloud_gates.py +196 -0
  196. oci/identity_domains/models/condition.py +1063 -0
  197. oci/identity_domains/models/condition_search_request.py +364 -0
  198. oci/identity_domains/models/conditions.py +196 -0
  199. oci/identity_domains/models/defined_tags.py +2 -0
  200. oci/identity_domains/models/extension_social_identity_provider.py +55 -0
  201. oci/identity_domains/models/freeform_tags.py +2 -0
  202. oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
  203. oci/identity_domains/models/me_password_changer.py +2 -2
  204. oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
  205. oci/identity_domains/models/my_completed_approval.py +1146 -0
  206. oci/identity_domains/models/my_completed_approvals.py +196 -0
  207. oci/identity_domains/models/my_pending_approval.py +1146 -0
  208. oci/identity_domains/models/my_pending_approvals.py +196 -0
  209. oci/identity_domains/models/my_request.py +217 -2
  210. oci/identity_domains/models/my_request_approval_details.py +398 -0
  211. oci/identity_domains/models/my_request_requesting.py +53 -0
  212. oci/identity_domains/models/network_perimeter.py +852 -0
  213. oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
  214. oci/identity_domains/models/network_perimeter_search_request.py +364 -0
  215. oci/identity_domains/models/network_perimeters.py +196 -0
  216. oci/identity_domains/models/notification_setting.py +1038 -0
  217. oci/identity_domains/models/notification_settings.py +196 -0
  218. oci/identity_domains/models/notification_settings_event_settings.py +143 -0
  219. oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
  220. oci/identity_domains/models/notification_settings_search_request.py +171 -0
  221. oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
  222. oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
  223. oci/identity_domains/models/o_auth_client_certificates.py +196 -0
  224. oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
  225. oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
  226. oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
  227. oci/identity_domains/models/policies.py +196 -0
  228. oci/identity_domains/models/policy.py +979 -0
  229. oci/identity_domains/models/policy_policy_type.py +150 -0
  230. oci/identity_domains/models/policy_rules.py +247 -0
  231. oci/identity_domains/models/policy_search_request.py +364 -0
  232. oci/identity_domains/models/rule.py +1110 -0
  233. oci/identity_domains/models/rule_condition_group.py +270 -0
  234. oci/identity_domains/models/rule_policy_type.py +150 -0
  235. oci/identity_domains/models/rule_return.py +188 -0
  236. oci/identity_domains/models/rule_search_request.py +364 -0
  237. oci/identity_domains/models/rules.py +196 -0
  238. oci/identity_domains/models/schema.py +537 -0
  239. oci/identity_domains/models/schema_attributes.py +4165 -0
  240. oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
  241. oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
  242. oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
  243. oci/identity_domains/models/schema_localized_display_name.py +147 -0
  244. oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
  245. oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
  246. oci/identity_domains/models/schema_search_request.py +329 -0
  247. oci/identity_domains/models/schema_sub_attributes.py +3209 -0
  248. oci/identity_domains/models/schemas.py +196 -0
  249. oci/identity_domains/models/self_registration_profile.py +1636 -0
  250. oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
  251. oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
  252. oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
  253. oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
  254. oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
  255. oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
  256. oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
  257. oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
  258. oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
  259. oci/identity_domains/models/self_registration_profiles.py +196 -0
  260. oci/identity_domains/models/setting.py +3110 -0
  261. oci/identity_domains/models/settings.py +196 -0
  262. oci/identity_domains/models/settings_certificate_validation.py +566 -0
  263. oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
  264. oci/identity_domains/models/settings_company_names.py +135 -0
  265. oci/identity_domains/models/settings_default_company_names.py +143 -0
  266. oci/identity_domains/models/settings_default_images.py +188 -0
  267. oci/identity_domains/models/settings_default_login_texts.py +145 -0
  268. oci/identity_domains/models/settings_images.py +176 -0
  269. oci/identity_domains/models/settings_login_texts.py +137 -0
  270. oci/identity_domains/models/settings_purge_configs.py +139 -0
  271. oci/identity_domains/models/settings_search_request.py +171 -0
  272. oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
  273. oci/identity_domains/models/user_ext_risk_scores.py +4 -0
  274. oci/integration/integration_instance_client.py +15 -15
  275. oci/jms/java_management_service_client.py +1352 -164
  276. oci/jms/java_management_service_client_composite_operations.py +226 -0
  277. oci/jms/models/__init__.py +32 -0
  278. oci/jms/models/agent.py +240 -0
  279. oci/jms/models/announcement_summary.py +1 -1
  280. oci/jms/models/application_work_item_details.py +2 -2
  281. oci/jms/models/basic_work_item_details.py +2 -2
  282. oci/jms/models/blocklist.py +31 -3
  283. oci/jms/models/blocklist_entry.py +31 -3
  284. oci/jms/models/create_blocklist_details.py +31 -3
  285. oci/jms/models/create_drs_file_details.py +134 -0
  286. oci/jms/models/disable_drs_details.py +69 -0
  287. oci/jms/models/drs_file.py +272 -0
  288. oci/jms/models/drs_file_collection.py +72 -0
  289. oci/jms/models/drs_file_summary.py +272 -0
  290. oci/jms/models/drs_target.py +72 -0
  291. oci/jms/models/enable_drs_details.py +69 -0
  292. oci/jms/models/export_setting.py +485 -0
  293. oci/jms/models/export_status.py +201 -0
  294. oci/jms/models/fleet.py +31 -0
  295. oci/jms/models/fleet_agent_configuration.py +27 -0
  296. oci/jms/models/fleet_summary.py +31 -0
  297. oci/jms/models/java_artifact.py +262 -2
  298. oci/jms/models/java_family.py +103 -2
  299. oci/jms/models/java_family_summary.py +70 -2
  300. oci/jms/models/java_migration_analysis_result.py +31 -0
  301. oci/jms/models/java_migration_analysis_result_summary.py +31 -0
  302. oci/jms/models/java_release.py +66 -2
  303. oci/jms/models/java_release_summary.py +66 -2
  304. oci/jms/models/lcm_work_item_details.py +86 -0
  305. oci/jms/models/manage_drs_details.py +73 -0
  306. oci/jms/models/managed_instance_usage.py +82 -0
  307. oci/jms/models/patch_detail.py +103 -0
  308. oci/jms/models/performance_tuning_analysis.py +2 -2
  309. oci/jms/models/plugin.py +103 -0
  310. oci/jms/models/request_crypto_analyses_details.py +2 -2
  311. oci/jms/models/update_drs_file_details.py +134 -0
  312. oci/jms/models/update_export_setting_details.py +349 -0
  313. oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
  314. oci/jms/models/work_item_details.py +34 -6
  315. oci/jms/models/work_request.py +31 -3
  316. oci/jms_java_downloads/__init__.py +14 -0
  317. oci/jms_java_downloads/java_download_client.py +3088 -0
  318. oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
  319. oci/jms_java_downloads/models/__init__.py +80 -0
  320. oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
  321. oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
  322. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
  323. oci/jms_java_downloads/models/download_url.py +119 -0
  324. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
  325. oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
  326. oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
  327. oci/jms_java_downloads/models/java_download_record.py +351 -0
  328. oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
  329. oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
  330. oci/jms_java_downloads/models/java_download_report.py +533 -0
  331. oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
  332. oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
  333. oci/jms_java_downloads/models/java_download_token.py +710 -0
  334. oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
  335. oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
  336. oci/jms_java_downloads/models/java_license.py +154 -0
  337. oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
  338. oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
  339. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
  340. oci/jms_java_downloads/models/java_license_collection.py +72 -0
  341. oci/jms_java_downloads/models/java_license_summary.py +154 -0
  342. oci/jms_java_downloads/models/principal.py +138 -0
  343. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
  344. oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
  345. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
  346. oci/jms_java_downloads/models/work_request.py +412 -0
  347. oci/jms_java_downloads/models/work_request_error.py +136 -0
  348. oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
  349. oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
  350. oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
  351. oci/jms_java_downloads/models/work_request_resource.py +203 -0
  352. oci/jms_java_downloads/models/work_request_summary.py +412 -0
  353. oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
  354. oci/key_management/ekm_client.py +5 -5
  355. oci/key_management/kms_crypto_client.py +6 -6
  356. oci/key_management/kms_management_client.py +21 -21
  357. oci/key_management/kms_vault_client.py +14 -14
  358. oci/license_manager/license_manager_client.py +18 -18
  359. oci/limits/limits_client.py +4 -4
  360. oci/limits/quotas_client.py +7 -7
  361. oci/load_balancer/load_balancer_client.py +61 -61
  362. oci/lockbox/lockbox_client.py +23 -23
  363. oci/log_analytics/log_analytics_client.py +192 -192
  364. oci/logging/logging_management_client.py +30 -30
  365. oci/loggingingestion/logging_client.py +1 -1
  366. oci/loggingsearch/log_search_client.py +1 -1
  367. oci/management_agent/management_agent_client.py +23 -23
  368. oci/management_dashboard/dashx_apis_client.py +14 -14
  369. oci/marketplace/account_client.py +2 -2
  370. oci/marketplace/marketplace_client.py +30 -30
  371. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  372. oci/media_services/media_services_client.py +48 -48
  373. oci/media_services/media_stream_client.py +2 -2
  374. oci/monitoring/monitoring_client.py +13 -13
  375. oci/mysql/channels_client.py +7 -7
  376. oci/mysql/db_backups_client.py +6 -6
  377. oci/mysql/db_system_client.py +17 -17
  378. oci/mysql/mysqlaas_client.py +7 -7
  379. oci/mysql/replicas_client.py +5 -5
  380. oci/mysql/work_requests_client.py +4 -4
  381. oci/network_firewall/network_firewall_client.py +80 -80
  382. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  383. oci/nosql/nosql_client.py +24 -24
  384. oci/object_storage/object_storage_client.py +50 -50
  385. oci/oce/oce_instance_client.py +10 -10
  386. oci/oci_control_center/occ_metrics_client.py +3 -3
  387. oci/ocvp/esxi_host_client.py +6 -6
  388. oci/ocvp/sddc_client.py +13 -13
  389. oci/ocvp/work_request_client.py +4 -4
  390. oci/oda/management_client.py +56 -56
  391. oci/oda/oda_client.py +17 -17
  392. oci/oda/odapackage_client.py +7 -7
  393. oci/onesubscription/billing_schedule_client.py +1 -1
  394. oci/onesubscription/commitment_client.py +2 -2
  395. oci/onesubscription/computed_usage_client.py +3 -3
  396. oci/onesubscription/invoice_summary_client.py +2 -2
  397. oci/onesubscription/organization_subscription_client.py +1 -1
  398. oci/onesubscription/ratecard_client.py +1 -1
  399. oci/onesubscription/subscribed_service_client.py +2 -2
  400. oci/onesubscription/subscription_client.py +1 -1
  401. oci/ons/notification_control_plane_client.py +6 -6
  402. oci/ons/notification_data_plane_client.py +10 -10
  403. oci/opa/opa_instance_client.py +11 -11
  404. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  405. oci/opensearch/opensearch_cluster_client.py +14 -14
  406. oci/operator_access_control/access_requests_client.py +9 -9
  407. oci/operator_access_control/operator_actions_client.py +2 -2
  408. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  409. oci/operator_access_control/operator_control_client.py +6 -6
  410. oci/opsi/operations_insights_client.py +159 -159
  411. oci/optimizer/optimizer_client.py +26 -26
  412. oci/os_management/event_client.py +8 -8
  413. oci/os_management/os_management_client.py +69 -69
  414. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  415. oci/os_management_hub/managed_instance_client.py +22 -22
  416. oci/os_management_hub/managed_instance_group_client.py +22 -22
  417. oci/os_management_hub/management_station_client.py +8 -8
  418. oci/os_management_hub/onboarding_client.py +5 -5
  419. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  420. oci/os_management_hub/scheduled_job_client.py +6 -6
  421. oci/os_management_hub/software_source_client.py +22 -22
  422. oci/os_management_hub/work_request_client.py +4 -4
  423. oci/osp_gateway/address_rule_service_client.py +1 -1
  424. oci/osp_gateway/address_service_client.py +2 -2
  425. oci/osp_gateway/invoice_service_client.py +5 -5
  426. oci/osp_gateway/subscription_service_client.py +5 -5
  427. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  428. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  429. oci/osub_subscription/commitment_client.py +2 -2
  430. oci/osub_subscription/ratecard_client.py +1 -1
  431. oci/osub_subscription/subscription_client.py +1 -1
  432. oci/osub_usage/computed_usage_client.py +3 -3
  433. oci/psql/__init__.py +14 -0
  434. oci/psql/models/__init__.py +166 -0
  435. oci/psql/models/backup.py +645 -0
  436. oci/psql/models/backup_collection.py +72 -0
  437. oci/psql/models/backup_policy.py +156 -0
  438. oci/psql/models/backup_source_details.py +113 -0
  439. oci/psql/models/backup_summary.py +481 -0
  440. oci/psql/models/change_backup_compartment_details.py +74 -0
  441. oci/psql/models/change_configuration_compartment_details.py +74 -0
  442. oci/psql/models/change_db_system_compartment_details.py +78 -0
  443. oci/psql/models/config_overrides.py +103 -0
  444. oci/psql/models/config_params.py +289 -0
  445. oci/psql/models/configuration.py +532 -0
  446. oci/psql/models/configuration_collection.py +72 -0
  447. oci/psql/models/configuration_details.py +72 -0
  448. oci/psql/models/configuration_summary.py +450 -0
  449. oci/psql/models/connection_details.py +134 -0
  450. oci/psql/models/create_backup_details.py +262 -0
  451. oci/psql/models/create_configuration_details.py +384 -0
  452. oci/psql/models/create_db_instance_details.py +136 -0
  453. oci/psql/models/create_db_system_details.py +585 -0
  454. oci/psql/models/credentials.py +100 -0
  455. oci/psql/models/daily_backup_policy.py +89 -0
  456. oci/psql/models/db_configuration_override_collection.py +72 -0
  457. oci/psql/models/db_instance.py +325 -0
  458. oci/psql/models/db_instance_endpoint.py +99 -0
  459. oci/psql/models/db_system.py +827 -0
  460. oci/psql/models/db_system_collection.py +72 -0
  461. oci/psql/models/db_system_details.py +103 -0
  462. oci/psql/models/db_system_summary.py +574 -0
  463. oci/psql/models/default_config_params.py +258 -0
  464. oci/psql/models/default_configuration.py +406 -0
  465. oci/psql/models/default_configuration_collection.py +72 -0
  466. oci/psql/models/default_configuration_details.py +72 -0
  467. oci/psql/models/default_configuration_summary.py +320 -0
  468. oci/psql/models/endpoint.py +134 -0
  469. oci/psql/models/failover_db_system_details.py +107 -0
  470. oci/psql/models/management_policy.py +99 -0
  471. oci/psql/models/management_policy_details.py +99 -0
  472. oci/psql/models/monthly_backup_policy.py +122 -0
  473. oci/psql/models/network_details.py +136 -0
  474. oci/psql/models/none_backup_policy.py +58 -0
  475. oci/psql/models/none_source_details.py +51 -0
  476. oci/psql/models/oci_optimized_storage_details.py +95 -0
  477. oci/psql/models/password_details.py +110 -0
  478. oci/psql/models/patch_db_system_details.py +74 -0
  479. oci/psql/models/patch_insert_instruction.py +171 -0
  480. oci/psql/models/patch_instruction.py +184 -0
  481. oci/psql/models/patch_merge_instruction.py +97 -0
  482. oci/psql/models/patch_move_instruction.py +147 -0
  483. oci/psql/models/patch_prohibit_instruction.py +100 -0
  484. oci/psql/models/patch_remove_instruction.py +59 -0
  485. oci/psql/models/patch_replace_instruction.py +92 -0
  486. oci/psql/models/patch_require_instruction.py +99 -0
  487. oci/psql/models/plain_text_password_details.py +82 -0
  488. oci/psql/models/primary_db_instance_details.py +72 -0
  489. oci/psql/models/reset_master_user_password_details.py +69 -0
  490. oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
  491. oci/psql/models/restore_db_system_details.py +105 -0
  492. oci/psql/models/shape_collection.py +72 -0
  493. oci/psql/models/shape_summary.py +165 -0
  494. oci/psql/models/source_details.py +109 -0
  495. oci/psql/models/storage_details.py +161 -0
  496. oci/psql/models/update_backup_details.py +200 -0
  497. oci/psql/models/update_configuration_details.py +103 -0
  498. oci/psql/models/update_db_config_params.py +121 -0
  499. oci/psql/models/update_db_system_db_instance_details.py +103 -0
  500. oci/psql/models/update_db_system_details.py +250 -0
  501. oci/psql/models/update_storage_details_params.py +74 -0
  502. oci/psql/models/vault_secret_password_details.py +113 -0
  503. oci/psql/models/weekly_backup_policy.py +157 -0
  504. oci/psql/models/work_request.py +412 -0
  505. oci/psql/models/work_request_error.py +136 -0
  506. oci/psql/models/work_request_error_collection.py +72 -0
  507. oci/psql/models/work_request_log_entry.py +103 -0
  508. oci/psql/models/work_request_log_entry_collection.py +72 -0
  509. oci/psql/models/work_request_resource.py +228 -0
  510. oci/psql/models/work_request_summary.py +412 -0
  511. oci/psql/models/work_request_summary_collection.py +72 -0
  512. oci/psql/postgresql_client.py +3980 -0
  513. oci/psql/postgresql_client_composite_operations.py +807 -0
  514. oci/queue/queue_admin_client.py +11 -11
  515. oci/queue/queue_client.py +8 -8
  516. oci/recovery/database_recovery_client.py +23 -23
  517. oci/redis/redis_cluster_client.py +11 -11
  518. oci/resource_manager/resource_manager_client.py +52 -52
  519. oci/resource_search/resource_search_client.py +3 -3
  520. oci/rover/rover_bundle_client.py +8 -8
  521. oci/rover/rover_cluster_client.py +8 -8
  522. oci/rover/rover_entitlement_client.py +6 -6
  523. oci/rover/rover_node_client.py +15 -15
  524. oci/rover/shape_client.py +1 -1
  525. oci/rover/work_requests_client.py +5 -5
  526. oci/sch/service_connector_client.py +12 -12
  527. oci/secrets/secrets_client.py +3 -3
  528. oci/service_catalog/service_catalog_client.py +26 -26
  529. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  530. oci/service_mesh/service_mesh_client.py +48 -48
  531. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  532. oci/streaming/stream_admin_client.py +18 -18
  533. oci/streaming/stream_client.py +8 -8
  534. oci/tenant_manager_control_plane/domain_client.py +5 -5
  535. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  536. oci/tenant_manager_control_plane/governance_client.py +2 -2
  537. oci/tenant_manager_control_plane/link_client.py +3 -3
  538. oci/tenant_manager_control_plane/orders_client.py +2 -2
  539. oci/tenant_manager_control_plane/organization_client.py +10 -10
  540. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  541. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  542. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  543. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  544. oci/threat_intelligence/threatintel_client.py +5 -5
  545. oci/usage/resources_client.py +2 -2
  546. oci/usage/rewards_client.py +6 -6
  547. oci/usage/usagelimits_client.py +1 -1
  548. oci/usage_api/usageapi_client.py +19 -19
  549. oci/vault/vaults_client.py +11 -11
  550. oci/vbs_inst/vbs_instance_client.py +10 -10
  551. oci/version.py +1 -1
  552. oci/visual_builder/vb_instance_client.py +13 -13
  553. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  554. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  555. oci/waa/waa_client.py +13 -13
  556. oci/waa/work_request_client.py +4 -4
  557. oci/waas/redirect_client.py +6 -6
  558. oci/waas/waas_client.py +66 -66
  559. oci/waf/waf_client.py +24 -24
  560. oci/work_requests/work_request_client.py +4 -4
  561. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
  562. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/RECORD +566 -289
  563. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
  564. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  565. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
  566. {oci-2.115.0.dist-info → oci-2.116.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.115.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1108
1108
  """
1109
1109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1110
1110
  required_arguments = ['autonomousDatabaseId']
@@ -1226,7 +1226,7 @@ class DatabaseClient(object):
1226
1226
  :rtype: :class:`~oci.response.Response`
1227
1227
 
1228
1228
  :example:
1229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1230
1230
  """
1231
1231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1232
1232
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
1344
1344
  :rtype: :class:`~oci.response.Response`
1345
1345
 
1346
1346
  :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1348
1348
  """
1349
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
1350
  required_arguments = ['autonomousVmClusterId']
@@ -1466,7 +1466,7 @@ class DatabaseClient(object):
1466
1466
  :rtype: :class:`~oci.response.Response`
1467
1467
 
1468
1468
  :example:
1469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1470
1470
  """
1471
1471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1472
1472
  required_arguments = ['backupDestinationId']
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
1584
1584
  :rtype: :class:`~oci.response.Response`
1585
1585
 
1586
1586
  :example:
1587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1588
1588
  """
1589
1589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1590
1590
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1704,7 +1704,7 @@ class DatabaseClient(object):
1704
1704
  :rtype: :class:`~oci.response.Response`
1705
1705
 
1706
1706
  :example:
1707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1708
1708
  """
1709
1709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1710
1710
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
1822
1822
  :rtype: :class:`~oci.response.Response`
1823
1823
 
1824
1824
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1826
1826
  """
1827
1827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
1828
  required_arguments = ['cloudVmClusterId']
@@ -1944,7 +1944,7 @@ class DatabaseClient(object):
1944
1944
  :rtype: :class:`~oci.response.Response`
1945
1945
 
1946
1946
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1948
1948
  """
1949
1949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
1950
  required_arguments = ['databaseSoftwareImageId']
@@ -2067,7 +2067,7 @@ class DatabaseClient(object):
2067
2067
  :rtype: :class:`~oci.response.Response`
2068
2068
 
2069
2069
  :example:
2070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2071
2071
  """
2072
2072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2073
2073
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2198,7 +2198,7 @@ class DatabaseClient(object):
2198
2198
  :rtype: :class:`~oci.response.Response`
2199
2199
 
2200
2200
  :example:
2201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2202
2202
  """
2203
2203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2204
2204
  required_arguments = ['dbSystemId']
@@ -2309,7 +2309,7 @@ class DatabaseClient(object):
2309
2309
  :rtype: :class:`~oci.response.Response`
2310
2310
 
2311
2311
  :example:
2312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2313
2313
  """
2314
2314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2315
2315
  required_arguments = ['autonomousDatabaseId']
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
2427
2427
  :rtype: :class:`~oci.response.Response`
2428
2428
 
2429
2429
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2431
2431
  """
2432
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2433
  required_arguments = ['exadataInfrastructureId']
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
2550
2550
  :rtype: :class:`~oci.response.Response`
2551
2551
 
2552
2552
  :example:
2553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2554
2554
  """
2555
2555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2556
2556
  required_arguments = ['externalContainerDatabaseId']
@@ -2672,7 +2672,7 @@ class DatabaseClient(object):
2672
2672
  :rtype: :class:`~oci.response.Response`
2673
2673
 
2674
2674
  :example:
2675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2676
2676
  """
2677
2677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2678
2678
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2797,7 +2797,7 @@ class DatabaseClient(object):
2797
2797
  :rtype: :class:`~oci.response.Response`
2798
2798
 
2799
2799
  :example:
2800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2801
2801
  """
2802
2802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2803
2803
  required_arguments = ['externalPluggableDatabaseId']
@@ -2919,7 +2919,7 @@ class DatabaseClient(object):
2919
2919
  :rtype: :class:`~oci.response.Response`
2920
2920
 
2921
2921
  :example:
2922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2923
2923
  """
2924
2924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2925
2925
  required_arguments = ['keyStoreId']
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['databaseId']
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
3155
3155
  :rtype: :class:`~oci.response.Response`
3156
3156
 
3157
3157
  :example:
3158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3159
3159
  """
3160
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3161
  required_arguments = ['oneoffPatchId']
@@ -3274,7 +3274,7 @@ class DatabaseClient(object):
3274
3274
  :rtype: :class:`~oci.response.Response`
3275
3275
 
3276
3276
  :example:
3277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3278
3278
  """
3279
3279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3280
3280
  required_arguments = ['vmClusterId']
@@ -3391,7 +3391,7 @@ class DatabaseClient(object):
3391
3391
  :rtype: :class:`~oci.response.Response`
3392
3392
 
3393
3393
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3395
3395
  """
3396
3396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3397
  required_arguments = ['externalDatabaseConnectorId']
@@ -3508,7 +3508,7 @@ class DatabaseClient(object):
3508
3508
  :rtype: :class:`~oci.response.Response`
3509
3509
 
3510
3510
  :example:
3511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3512
3512
  """
3513
3513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3514
3514
  required_arguments = ['backupId']
@@ -3630,7 +3630,7 @@ class DatabaseClient(object):
3630
3630
  :rtype: :class:`~oci.response.Response`
3631
3631
 
3632
3632
  :example:
3633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3634
3634
  """
3635
3635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3636
3636
  required_arguments = ['autonomousDatabaseId']
@@ -3704,6 +3704,116 @@ class DatabaseClient(object):
3704
3704
  api_reference_link=api_reference_link,
3705
3705
  required_arguments=required_arguments)
3706
3706
 
3707
+ def configure_saas_admin_user(self, autonomous_database_id, configure_saas_admin_user_details, **kwargs):
3708
+ """
3709
+ This operation updates SaaS administrative user configuration of the Autonomous Database.
3710
+
3711
+
3712
+ :param str autonomous_database_id: (required)
3713
+ The database `OCID`__.
3714
+
3715
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3716
+
3717
+ :param oci.database.models.ConfigureSaasAdminUserDetails configure_saas_admin_user_details: (required)
3718
+ Request to update SaaS administrative user configuration of the Autonomous Database.
3719
+
3720
+ :param str if_match: (optional)
3721
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3722
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3723
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
3724
+
3725
+ :param str opc_request_id: (optional)
3726
+ Unique identifier for the request.
3727
+
3728
+ :param obj retry_strategy: (optional)
3729
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
3730
+
3731
+ 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.
3732
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
3733
+
3734
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
3735
+
3736
+ :param bool allow_control_chars: (optional)
3737
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3738
+ By default, the response will not allow control characters in strings
3739
+
3740
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabase`
3741
+ :rtype: :class:`~oci.response.Response`
3742
+
3743
+ :example:
3744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3745
+ """
3746
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3747
+ required_arguments = ['autonomousDatabaseId']
3748
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/configureSaasAdminUser"
3749
+ method = "POST"
3750
+ operation_name = "configure_saas_admin_user"
3751
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ConfigureSaasAdminUser"
3752
+
3753
+ # Don't accept unknown kwargs
3754
+ expected_kwargs = [
3755
+ "allow_control_chars",
3756
+ "retry_strategy",
3757
+ "if_match",
3758
+ "opc_request_id"
3759
+ ]
3760
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3761
+ if extra_kwargs:
3762
+ raise ValueError(
3763
+ f"configure_saas_admin_user got unknown kwargs: {extra_kwargs!r}")
3764
+
3765
+ path_params = {
3766
+ "autonomousDatabaseId": autonomous_database_id
3767
+ }
3768
+
3769
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
3770
+
3771
+ for (k, v) in six.iteritems(path_params):
3772
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
3773
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
3774
+
3775
+ header_params = {
3776
+ "accept": "application/json",
3777
+ "content-type": "application/json",
3778
+ "if-match": kwargs.get("if_match", missing),
3779
+ "opc-request-id": kwargs.get("opc_request_id", missing)
3780
+ }
3781
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
3782
+
3783
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
3784
+ operation_retry_strategy=kwargs.get('retry_strategy'),
3785
+ client_retry_strategy=self.retry_strategy
3786
+ )
3787
+
3788
+ if retry_strategy:
3789
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
3790
+ self.base_client.add_opc_client_retries_header(header_params)
3791
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
3792
+ return retry_strategy.make_retrying_call(
3793
+ self.base_client.call_api,
3794
+ resource_path=resource_path,
3795
+ method=method,
3796
+ path_params=path_params,
3797
+ header_params=header_params,
3798
+ body=configure_saas_admin_user_details,
3799
+ response_type="AutonomousDatabase",
3800
+ allow_control_chars=kwargs.get('allow_control_chars'),
3801
+ operation_name=operation_name,
3802
+ api_reference_link=api_reference_link,
3803
+ required_arguments=required_arguments)
3804
+ else:
3805
+ return self.base_client.call_api(
3806
+ resource_path=resource_path,
3807
+ method=method,
3808
+ path_params=path_params,
3809
+ header_params=header_params,
3810
+ body=configure_saas_admin_user_details,
3811
+ response_type="AutonomousDatabase",
3812
+ allow_control_chars=kwargs.get('allow_control_chars'),
3813
+ operation_name=operation_name,
3814
+ api_reference_link=api_reference_link,
3815
+ required_arguments=required_arguments)
3816
+
3707
3817
  def convert_to_pdb(self, database_id, convert_to_pdb_details, **kwargs):
3708
3818
  """
3709
3819
  Converts a non-container database to a pluggable database.
@@ -3741,7 +3851,7 @@ class DatabaseClient(object):
3741
3851
  :rtype: :class:`~oci.response.Response`
3742
3852
 
3743
3853
  :example:
3744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3745
3855
  """
3746
3856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3747
3857
  required_arguments = ['databaseId']
@@ -3859,7 +3969,7 @@ class DatabaseClient(object):
3859
3969
  :rtype: :class:`~oci.response.Response`
3860
3970
 
3861
3971
  :example:
3862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
3972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
3863
3973
  """
3864
3974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3865
3975
  required_arguments = ['pluggableDatabaseId']
@@ -3969,7 +4079,7 @@ class DatabaseClient(object):
3969
4079
  :rtype: :class:`~oci.response.Response`
3970
4080
 
3971
4081
  :example:
3972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
3973
4083
  """
3974
4084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3975
4085
  required_arguments = []
@@ -4062,7 +4172,7 @@ class DatabaseClient(object):
4062
4172
  :rtype: :class:`~oci.response.Response`
4063
4173
 
4064
4174
  :example:
4065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4066
4176
  """
4067
4177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4068
4178
  required_arguments = []
@@ -4122,6 +4232,124 @@ class DatabaseClient(object):
4122
4232
  api_reference_link=api_reference_link,
4123
4233
  required_arguments=required_arguments)
4124
4234
 
4235
+ def create_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, create_autonomous_container_database_dataguard_association_details, **kwargs):
4236
+ """
4237
+ Create a new Autonomous Data Guard association. An Autonomous Data Guard association represents the replication relationship between the
4238
+ specified Autonomous Container database and a peer Autonomous Container database. For more information, see `Using Oracle Data Guard`__.
4239
+
4240
+ All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID
4241
+ called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response.
4242
+ You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the
4243
+ resource in the Console. For more information, see
4244
+ `Resource Identifiers`__.
4245
+
4246
+ __ https://docs.cloud.oracle.com/Content/Database/Tasks/usingdataguard.htm
4247
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4248
+
4249
+
4250
+ :param str autonomous_container_database_id: (required)
4251
+ The Autonomous Container Database `OCID`__.
4252
+
4253
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4254
+
4255
+ :param oci.database.models.CreateAutonomousContainerDatabaseDataguardAssociationDetails create_autonomous_container_database_dataguard_association_details: (required)
4256
+ A request to create an Autonomous Data Guard association.
4257
+
4258
+ :param str opc_retry_token: (optional)
4259
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
4260
+ server error without risk of executing that same action again. Retry tokens expire after 24
4261
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
4262
+ has been deleted and purged from the system, then a retry of the original creation request
4263
+ may be rejected).
4264
+
4265
+ :param obj retry_strategy: (optional)
4266
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
4267
+
4268
+ 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.
4269
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
4270
+
4271
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
4272
+
4273
+ :param bool allow_control_chars: (optional)
4274
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
4275
+ By default, the response will not allow control characters in strings
4276
+
4277
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousContainerDatabaseDataguardAssociation`
4278
+ :rtype: :class:`~oci.response.Response`
4279
+
4280
+ :example:
4281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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
+ """
4283
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4284
+ required_arguments = ['autonomousContainerDatabaseId']
4285
+ resource_path = "/autonomousContainerDatabases/{autonomousContainerDatabaseId}/autonomousContainerDatabaseDataguardAssociations"
4286
+ method = "POST"
4287
+ operation_name = "create_autonomous_container_database_dataguard_association"
4288
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseDataguardAssociation/CreateAutonomousContainerDatabaseDataguardAssociation"
4289
+
4290
+ # Don't accept unknown kwargs
4291
+ expected_kwargs = [
4292
+ "allow_control_chars",
4293
+ "retry_strategy",
4294
+ "opc_retry_token"
4295
+ ]
4296
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
4297
+ if extra_kwargs:
4298
+ raise ValueError(
4299
+ f"create_autonomous_container_database_dataguard_association got unknown kwargs: {extra_kwargs!r}")
4300
+
4301
+ path_params = {
4302
+ "autonomousContainerDatabaseId": autonomous_container_database_id
4303
+ }
4304
+
4305
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
4306
+
4307
+ for (k, v) in six.iteritems(path_params):
4308
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
4309
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
4310
+
4311
+ header_params = {
4312
+ "accept": "application/json",
4313
+ "content-type": "application/json",
4314
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
4315
+ }
4316
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
4317
+
4318
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
4319
+ operation_retry_strategy=kwargs.get('retry_strategy'),
4320
+ client_retry_strategy=self.retry_strategy
4321
+ )
4322
+
4323
+ if retry_strategy:
4324
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
4325
+ self.base_client.add_opc_retry_token_if_needed(header_params)
4326
+ self.base_client.add_opc_client_retries_header(header_params)
4327
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
4328
+ return retry_strategy.make_retrying_call(
4329
+ self.base_client.call_api,
4330
+ resource_path=resource_path,
4331
+ method=method,
4332
+ path_params=path_params,
4333
+ header_params=header_params,
4334
+ body=create_autonomous_container_database_dataguard_association_details,
4335
+ response_type="AutonomousContainerDatabaseDataguardAssociation",
4336
+ allow_control_chars=kwargs.get('allow_control_chars'),
4337
+ operation_name=operation_name,
4338
+ api_reference_link=api_reference_link,
4339
+ required_arguments=required_arguments)
4340
+ else:
4341
+ return self.base_client.call_api(
4342
+ resource_path=resource_path,
4343
+ method=method,
4344
+ path_params=path_params,
4345
+ header_params=header_params,
4346
+ body=create_autonomous_container_database_dataguard_association_details,
4347
+ response_type="AutonomousContainerDatabaseDataguardAssociation",
4348
+ allow_control_chars=kwargs.get('allow_control_chars'),
4349
+ operation_name=operation_name,
4350
+ api_reference_link=api_reference_link,
4351
+ required_arguments=required_arguments)
4352
+
4125
4353
  def create_autonomous_database(self, create_autonomous_database_details, **kwargs):
4126
4354
  """
4127
4355
  Creates a new Autonomous Database.
@@ -4156,7 +4384,7 @@ class DatabaseClient(object):
4156
4384
  :rtype: :class:`~oci.response.Response`
4157
4385
 
4158
4386
  :example:
4159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4160
4388
  """
4161
4389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4162
4390
  required_arguments = []
@@ -4252,7 +4480,7 @@ class DatabaseClient(object):
4252
4480
  :rtype: :class:`~oci.response.Response`
4253
4481
 
4254
4482
  :example:
4255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4256
4484
  """
4257
4485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4258
4486
  required_arguments = []
@@ -4348,7 +4576,7 @@ class DatabaseClient(object):
4348
4576
  :rtype: :class:`~oci.response.Response`
4349
4577
 
4350
4578
  :example:
4351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4352
4580
  """
4353
4581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4354
4582
  required_arguments = []
@@ -4441,7 +4669,7 @@ class DatabaseClient(object):
4441
4669
  :rtype: :class:`~oci.response.Response`
4442
4670
 
4443
4671
  :example:
4444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4445
4673
  """
4446
4674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4447
4675
  required_arguments = []
@@ -4535,7 +4763,7 @@ class DatabaseClient(object):
4535
4763
  :rtype: :class:`~oci.response.Response`
4536
4764
 
4537
4765
  :example:
4538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4539
4767
  """
4540
4768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4541
4769
  required_arguments = []
@@ -4631,7 +4859,7 @@ class DatabaseClient(object):
4631
4859
  :rtype: :class:`~oci.response.Response`
4632
4860
 
4633
4861
  :example:
4634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4635
4863
  """
4636
4864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4637
4865
  required_arguments = []
@@ -4731,7 +4959,7 @@ class DatabaseClient(object):
4731
4959
  :rtype: :class:`~oci.response.Response`
4732
4960
 
4733
4961
  :example:
4734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4735
4963
  """
4736
4964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4737
4965
  required_arguments = []
@@ -4829,7 +5057,7 @@ class DatabaseClient(object):
4829
5057
  :rtype: :class:`~oci.response.Response`
4830
5058
 
4831
5059
  :example:
4832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
4833
5061
  """
4834
5062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4835
5063
  required_arguments = []
@@ -4929,7 +5157,7 @@ class DatabaseClient(object):
4929
5157
  :rtype: :class:`~oci.response.Response`
4930
5158
 
4931
5159
  :example:
4932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
4933
5161
  """
4934
5162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4935
5163
  required_arguments = ['dbNodeId']
@@ -5047,7 +5275,7 @@ class DatabaseClient(object):
5047
5275
  :rtype: :class:`~oci.response.Response`
5048
5276
 
5049
5277
  :example:
5050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5278
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5051
5279
  """
5052
5280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5053
5281
  required_arguments = ['databaseId']
@@ -5153,7 +5381,7 @@ class DatabaseClient(object):
5153
5381
  :rtype: :class:`~oci.response.Response`
5154
5382
 
5155
5383
  :example:
5156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5157
5385
  """
5158
5386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5159
5387
  required_arguments = []
@@ -5246,7 +5474,7 @@ class DatabaseClient(object):
5246
5474
  :rtype: :class:`~oci.response.Response`
5247
5475
 
5248
5476
  :example:
5249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5250
5478
  """
5251
5479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5252
5480
  required_arguments = []
@@ -5337,7 +5565,7 @@ class DatabaseClient(object):
5337
5565
  :rtype: :class:`~oci.response.Response`
5338
5566
 
5339
5567
  :example:
5340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5341
5569
  """
5342
5570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5343
5571
  required_arguments = []
@@ -5432,7 +5660,7 @@ class DatabaseClient(object):
5432
5660
  :rtype: :class:`~oci.response.Response`
5433
5661
 
5434
5662
  :example:
5435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5436
5664
  """
5437
5665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5438
5666
  required_arguments = []
@@ -5529,7 +5757,7 @@ class DatabaseClient(object):
5529
5757
  :rtype: :class:`~oci.response.Response`
5530
5758
 
5531
5759
  :example:
5532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5533
5761
  """
5534
5762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5535
5763
  required_arguments = []
@@ -5623,7 +5851,7 @@ class DatabaseClient(object):
5623
5851
  :rtype: :class:`~oci.response.Response`
5624
5852
 
5625
5853
  :example:
5626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5627
5855
  """
5628
5856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5629
5857
  required_arguments = []
@@ -5719,7 +5947,7 @@ class DatabaseClient(object):
5719
5947
  :rtype: :class:`~oci.response.Response`
5720
5948
 
5721
5949
  :example:
5722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5723
5951
  """
5724
5952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5725
5953
  required_arguments = []
@@ -5815,7 +6043,7 @@ class DatabaseClient(object):
5815
6043
  :rtype: :class:`~oci.response.Response`
5816
6044
 
5817
6045
  :example:
5818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
5819
6047
  """
5820
6048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5821
6049
  required_arguments = []
@@ -5912,7 +6140,7 @@ class DatabaseClient(object):
5912
6140
  :rtype: :class:`~oci.response.Response`
5913
6141
 
5914
6142
  :example:
5915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
5916
6144
  """
5917
6145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5918
6146
  required_arguments = []
@@ -6008,7 +6236,7 @@ class DatabaseClient(object):
6008
6236
  :rtype: :class:`~oci.response.Response`
6009
6237
 
6010
6238
  :example:
6011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6012
6240
  """
6013
6241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6014
6242
  required_arguments = []
@@ -6107,7 +6335,7 @@ class DatabaseClient(object):
6107
6335
  :rtype: :class:`~oci.response.Response`
6108
6336
 
6109
6337
  :example:
6110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6111
6339
  """
6112
6340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6113
6341
  required_arguments = []
@@ -6203,7 +6431,7 @@ class DatabaseClient(object):
6203
6431
  :rtype: :class:`~oci.response.Response`
6204
6432
 
6205
6433
  :example:
6206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6207
6435
  """
6208
6436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6209
6437
  required_arguments = []
@@ -6301,7 +6529,7 @@ class DatabaseClient(object):
6301
6529
  :rtype: :class:`~oci.response.Response`
6302
6530
 
6303
6531
  :example:
6304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6305
6533
  """
6306
6534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6307
6535
  required_arguments = []
@@ -6398,7 +6626,7 @@ class DatabaseClient(object):
6398
6626
  :rtype: :class:`~oci.response.Response`
6399
6627
 
6400
6628
  :example:
6401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6402
6630
  """
6403
6631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6404
6632
  required_arguments = []
@@ -6500,7 +6728,7 @@ class DatabaseClient(object):
6500
6728
  :rtype: :class:`~oci.response.Response`
6501
6729
 
6502
6730
  :example:
6503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6504
6732
  """
6505
6733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6506
6734
  required_arguments = ['exadataInfrastructureId']
@@ -6629,7 +6857,7 @@ class DatabaseClient(object):
6629
6857
  :rtype: :class:`~oci.response.Response`
6630
6858
 
6631
6859
  :example:
6632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6633
6861
  """
6634
6862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6635
6863
  required_arguments = ['dbNodeId', 'action']
@@ -6742,7 +6970,7 @@ class DatabaseClient(object):
6742
6970
  :rtype: :class:`~oci.response.Response`
6743
6971
 
6744
6972
  :example:
6745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6746
6974
  """
6747
6975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6748
6976
  required_arguments = ['applicationVipId']
@@ -6845,7 +7073,7 @@ class DatabaseClient(object):
6845
7073
  :rtype: :class:`~oci.response.Response`
6846
7074
 
6847
7075
  :example:
6848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
6849
7077
  """
6850
7078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6851
7079
  required_arguments = ['autonomousDatabaseId']
@@ -6948,7 +7176,7 @@ class DatabaseClient(object):
6948
7176
  :rtype: :class:`~oci.response.Response`
6949
7177
 
6950
7178
  :example:
6951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
6952
7180
  """
6953
7181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6954
7182
  required_arguments = ['autonomousDatabaseBackupId']
@@ -7051,7 +7279,7 @@ class DatabaseClient(object):
7051
7279
  :rtype: :class:`~oci.response.Response`
7052
7280
 
7053
7281
  :example:
7054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7055
7283
  """
7056
7284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7057
7285
  required_arguments = ['autonomousVmClusterId']
@@ -7151,7 +7379,7 @@ class DatabaseClient(object):
7151
7379
  :rtype: :class:`~oci.response.Response`
7152
7380
 
7153
7381
  :example:
7154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7155
7383
  """
7156
7384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7157
7385
  required_arguments = ['backupId']
@@ -7252,7 +7480,7 @@ class DatabaseClient(object):
7252
7480
  :rtype: :class:`~oci.response.Response`
7253
7481
 
7254
7482
  :example:
7255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7256
7484
  """
7257
7485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7258
7486
  required_arguments = ['backupDestinationId']
@@ -7355,7 +7583,7 @@ class DatabaseClient(object):
7355
7583
  :rtype: :class:`~oci.response.Response`
7356
7584
 
7357
7585
  :example:
7358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7359
7587
  """
7360
7588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7361
7589
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -7461,7 +7689,7 @@ class DatabaseClient(object):
7461
7689
  :rtype: :class:`~oci.response.Response`
7462
7690
 
7463
7691
  :example:
7464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7465
7693
  """
7466
7694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7467
7695
  required_arguments = ['cloudExadataInfrastructureId']
@@ -7572,7 +7800,7 @@ class DatabaseClient(object):
7572
7800
  :rtype: :class:`~oci.response.Response`
7573
7801
 
7574
7802
  :example:
7575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7576
7804
  """
7577
7805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7578
7806
  required_arguments = ['cloudVmClusterId']
@@ -7675,7 +7903,7 @@ class DatabaseClient(object):
7675
7903
  :rtype: :class:`~oci.response.Response`
7676
7904
 
7677
7905
  :example:
7678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7679
7907
  """
7680
7908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7681
7909
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -7786,7 +8014,7 @@ class DatabaseClient(object):
7786
8014
  :rtype: :class:`~oci.response.Response`
7787
8015
 
7788
8016
  :example:
7789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
7790
8018
  """
7791
8019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7792
8020
  required_arguments = ['databaseId']
@@ -7894,7 +8122,7 @@ class DatabaseClient(object):
7894
8122
  :rtype: :class:`~oci.response.Response`
7895
8123
 
7896
8124
  :example:
7897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
7898
8126
  """
7899
8127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7900
8128
  required_arguments = ['databaseSoftwareImageId']
@@ -8001,7 +8229,7 @@ class DatabaseClient(object):
8001
8229
  :rtype: :class:`~oci.response.Response`
8002
8230
 
8003
8231
  :example:
8004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8005
8233
  """
8006
8234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8007
8235
  required_arguments = ['dbHomeId']
@@ -8110,7 +8338,7 @@ class DatabaseClient(object):
8110
8338
  :rtype: :class:`~oci.response.Response`
8111
8339
 
8112
8340
  :example:
8113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8114
8342
  """
8115
8343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8116
8344
  required_arguments = ['exadataInfrastructureId']
@@ -8215,7 +8443,7 @@ class DatabaseClient(object):
8215
8443
  :rtype: :class:`~oci.response.Response`
8216
8444
 
8217
8445
  :example:
8218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8219
8447
  """
8220
8448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8221
8449
  required_arguments = ['externalContainerDatabaseId']
@@ -8321,7 +8549,7 @@ class DatabaseClient(object):
8321
8549
  :rtype: :class:`~oci.response.Response`
8322
8550
 
8323
8551
  :example:
8324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8325
8553
  """
8326
8554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8327
8555
  required_arguments = ['externalDatabaseConnectorId']
@@ -8424,7 +8652,7 @@ class DatabaseClient(object):
8424
8652
  :rtype: :class:`~oci.response.Response`
8425
8653
 
8426
8654
  :example:
8427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8428
8656
  """
8429
8657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8430
8658
  required_arguments = ['externalNonContainerDatabaseId']
@@ -8528,7 +8756,7 @@ class DatabaseClient(object):
8528
8756
  :rtype: :class:`~oci.response.Response`
8529
8757
 
8530
8758
  :example:
8531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8532
8760
  """
8533
8761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8534
8762
  required_arguments = ['externalPluggableDatabaseId']
@@ -8631,7 +8859,7 @@ class DatabaseClient(object):
8631
8859
  :rtype: :class:`~oci.response.Response`
8632
8860
 
8633
8861
  :example:
8634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8635
8863
  """
8636
8864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8637
8865
  required_arguments = ['keyStoreId']
@@ -8734,7 +8962,7 @@ class DatabaseClient(object):
8734
8962
  :rtype: :class:`~oci.response.Response`
8735
8963
 
8736
8964
  :example:
8737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
8965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
8738
8966
  """
8739
8967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8740
8968
  required_arguments = ['oneoffPatchId']
@@ -8837,7 +9065,7 @@ class DatabaseClient(object):
8837
9065
  :rtype: :class:`~oci.response.Response`
8838
9066
 
8839
9067
  :example:
8840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
8841
9069
  """
8842
9070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8843
9071
  required_arguments = ['pluggableDatabaseId']
@@ -8940,7 +9168,7 @@ class DatabaseClient(object):
8940
9168
  :rtype: :class:`~oci.response.Response`
8941
9169
 
8942
9170
  :example:
8943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
8944
9172
  """
8945
9173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8946
9174
  required_arguments = ['vmClusterId']
@@ -9049,7 +9277,7 @@ class DatabaseClient(object):
9049
9277
  :rtype: :class:`~oci.response.Response`
9050
9278
 
9051
9279
  :example:
9052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9053
9281
  """
9054
9282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9055
9283
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -9151,7 +9379,7 @@ class DatabaseClient(object):
9151
9379
  :rtype: :class:`~oci.response.Response`
9152
9380
 
9153
9381
  :example:
9154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9155
9383
  """
9156
9384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9157
9385
  required_arguments = ['autonomousDatabaseId']
@@ -9250,7 +9478,7 @@ class DatabaseClient(object):
9250
9478
  :rtype: :class:`~oci.response.Response`
9251
9479
 
9252
9480
  :example:
9253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9254
9482
  """
9255
9483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9256
9484
  required_arguments = ['autonomousDatabaseId']
@@ -9346,7 +9574,7 @@ class DatabaseClient(object):
9346
9574
  :rtype: :class:`~oci.response.Response`
9347
9575
 
9348
9576
  :example:
9349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9350
9578
  """
9351
9579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9352
9580
  required_arguments = ['autonomousDatabaseId']
@@ -9454,7 +9682,7 @@ class DatabaseClient(object):
9454
9682
  :rtype: :class:`~oci.response.Response`
9455
9683
 
9456
9684
  :example:
9457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9458
9686
  """
9459
9687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9460
9688
  required_arguments = ['databaseId']
@@ -9569,7 +9797,7 @@ class DatabaseClient(object):
9569
9797
  :rtype: :class:`~oci.response.Response`
9570
9798
 
9571
9799
  :example:
9572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
9800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9573
9801
  """
9574
9802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9575
9803
  required_arguments = ['externalContainerDatabaseId']
@@ -9682,7 +9910,7 @@ class DatabaseClient(object):
9682
9910
  :rtype: :class:`~oci.response.Response`
9683
9911
 
9684
9912
  :example:
9685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
9913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9686
9914
  """
9687
9915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9688
9916
  required_arguments = ['externalContainerDatabaseId']
@@ -9799,7 +10027,7 @@ class DatabaseClient(object):
9799
10027
  :rtype: :class:`~oci.response.Response`
9800
10028
 
9801
10029
  :example:
9802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9803
10031
  """
9804
10032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9805
10033
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9912,7 +10140,7 @@ class DatabaseClient(object):
9912
10140
  :rtype: :class:`~oci.response.Response`
9913
10141
 
9914
10142
  :example:
9915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9916
10144
  """
9917
10145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9918
10146
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10025,7 +10253,7 @@ class DatabaseClient(object):
10025
10253
  :rtype: :class:`~oci.response.Response`
10026
10254
 
10027
10255
  :example:
10028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10029
10257
  """
10030
10258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10031
10259
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10142,7 +10370,7 @@ class DatabaseClient(object):
10142
10370
  :rtype: :class:`~oci.response.Response`
10143
10371
 
10144
10372
  :example:
10145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10146
10374
  """
10147
10375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10148
10376
  required_arguments = ['externalPluggableDatabaseId']
@@ -10255,7 +10483,7 @@ class DatabaseClient(object):
10255
10483
  :rtype: :class:`~oci.response.Response`
10256
10484
 
10257
10485
  :example:
10258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10259
10487
  """
10260
10488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10261
10489
  required_arguments = ['externalPluggableDatabaseId']
@@ -10368,7 +10596,7 @@ class DatabaseClient(object):
10368
10596
  :rtype: :class:`~oci.response.Response`
10369
10597
 
10370
10598
  :example:
10371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
10599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10372
10600
  """
10373
10601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10374
10602
  required_arguments = ['externalPluggableDatabaseId']
@@ -10481,7 +10709,7 @@ class DatabaseClient(object):
10481
10709
  :rtype: :class:`~oci.response.Response`
10482
10710
 
10483
10711
  :example:
10484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10485
10713
  """
10486
10714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10487
10715
  required_arguments = ['pluggableDatabaseId']
@@ -10591,7 +10819,7 @@ class DatabaseClient(object):
10591
10819
  :rtype: :class:`~oci.response.Response`
10592
10820
 
10593
10821
  :example:
10594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
10822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
10595
10823
  """
10596
10824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10597
10825
  required_arguments = ['exadataInfrastructureId']
@@ -10704,7 +10932,7 @@ class DatabaseClient(object):
10704
10932
  :rtype: :class:`~oci.response.Response`
10705
10933
 
10706
10934
  :example:
10707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
10935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
10708
10936
  """
10709
10937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10710
10938
  required_arguments = ['oneoffPatchId']
@@ -10819,7 +11047,7 @@ class DatabaseClient(object):
10819
11047
  :rtype: :class:`~oci.response.Response`
10820
11048
 
10821
11049
  :example:
10822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
10823
11051
  """
10824
11052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10825
11053
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10933,7 +11161,7 @@ class DatabaseClient(object):
10933
11161
  :rtype: :class:`~oci.response.Response`
10934
11162
 
10935
11163
  :example:
10936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
11164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10937
11165
  """
10938
11166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10939
11167
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11035,7 +11263,7 @@ class DatabaseClient(object):
11035
11263
  :rtype: :class:`~oci.response.Response`
11036
11264
 
11037
11265
  :example:
11038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11039
11267
  """
11040
11268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11041
11269
  required_arguments = ['autonomousDatabaseId']
@@ -11131,7 +11359,7 @@ class DatabaseClient(object):
11131
11359
  :rtype: :class:`~oci.response.Response`
11132
11360
 
11133
11361
  :example:
11134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11135
11363
  """
11136
11364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11137
11365
  required_arguments = ['autonomousDatabaseId']
@@ -11242,7 +11470,7 @@ class DatabaseClient(object):
11242
11470
  :rtype: :class:`~oci.response.Response`
11243
11471
 
11244
11472
  :example:
11245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11246
11474
  """
11247
11475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11248
11476
  required_arguments = ['databaseId']
@@ -11366,7 +11594,7 @@ class DatabaseClient(object):
11366
11594
  :rtype: :class:`~oci.response.Response`
11367
11595
 
11368
11596
  :example:
11369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
11597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11370
11598
  """
11371
11599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11372
11600
  required_arguments = ['externalContainerDatabaseId']
@@ -11484,7 +11712,7 @@ class DatabaseClient(object):
11484
11712
  :rtype: :class:`~oci.response.Response`
11485
11713
 
11486
11714
  :example:
11487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
11715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11488
11716
  """
11489
11717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11490
11718
  required_arguments = ['externalContainerDatabaseId']
@@ -11606,7 +11834,7 @@ class DatabaseClient(object):
11606
11834
  :rtype: :class:`~oci.response.Response`
11607
11835
 
11608
11836
  :example:
11609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
11837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11610
11838
  """
11611
11839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11612
11840
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11724,7 +11952,7 @@ class DatabaseClient(object):
11724
11952
  :rtype: :class:`~oci.response.Response`
11725
11953
 
11726
11954
  :example:
11727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
11955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11728
11956
  """
11729
11957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11730
11958
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11842,7 +12070,7 @@ class DatabaseClient(object):
11842
12070
  :rtype: :class:`~oci.response.Response`
11843
12071
 
11844
12072
  :example:
11845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
12073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11846
12074
  """
11847
12075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11848
12076
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11964,7 +12192,7 @@ class DatabaseClient(object):
11964
12192
  :rtype: :class:`~oci.response.Response`
11965
12193
 
11966
12194
  :example:
11967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
12195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11968
12196
  """
11969
12197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11970
12198
  required_arguments = ['externalPluggableDatabaseId']
@@ -12082,7 +12310,7 @@ class DatabaseClient(object):
12082
12310
  :rtype: :class:`~oci.response.Response`
12083
12311
 
12084
12312
  :example:
12085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
12313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
12086
12314
  """
12087
12315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12088
12316
  required_arguments = ['externalPluggableDatabaseId']
@@ -12200,7 +12428,7 @@ class DatabaseClient(object):
12200
12428
  :rtype: :class:`~oci.response.Response`
12201
12429
 
12202
12430
  :example:
12203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
12431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
12204
12432
  """
12205
12433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12206
12434
  required_arguments = ['externalPluggableDatabaseId']
@@ -12318,7 +12546,7 @@ class DatabaseClient(object):
12318
12546
  :rtype: :class:`~oci.response.Response`
12319
12547
 
12320
12548
  :example:
12321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12322
12550
  """
12323
12551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12324
12552
  required_arguments = ['pluggableDatabaseId']
@@ -12442,7 +12670,7 @@ class DatabaseClient(object):
12442
12670
  :rtype: :class:`~oci.response.Response`
12443
12671
 
12444
12672
  :example:
12445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12446
12674
  """
12447
12675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12448
12676
  required_arguments = ['autonomousDatabaseId']
@@ -12562,7 +12790,7 @@ class DatabaseClient(object):
12562
12790
  :rtype: :class:`~oci.response.Response`
12563
12791
 
12564
12792
  :example:
12565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
12793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
12566
12794
  """
12567
12795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12568
12796
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -12675,7 +12903,7 @@ class DatabaseClient(object):
12675
12903
  :rtype: :class:`~oci.response.Response`
12676
12904
 
12677
12905
  :example:
12678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
12906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
12679
12907
  """
12680
12908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12681
12909
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -12786,7 +13014,7 @@ class DatabaseClient(object):
12786
13014
  :rtype: :class:`~oci.response.Response`
12787
13015
 
12788
13016
  :example:
12789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
12790
13018
  """
12791
13019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12792
13020
  required_arguments = ['autonomousDatabaseId']
@@ -12899,7 +13127,7 @@ class DatabaseClient(object):
12899
13127
  :rtype: :class:`~oci.response.Response`
12900
13128
 
12901
13129
  :example:
12902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
12903
13131
  """
12904
13132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12905
13133
  required_arguments = ['exadataInfrastructureId']
@@ -13002,7 +13230,7 @@ class DatabaseClient(object):
13002
13230
  :rtype: :class:`~oci.response.Response`
13003
13231
 
13004
13232
  :example:
13005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13006
13234
  """
13007
13235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13008
13236
  required_arguments = ['applicationVipId']
@@ -13097,7 +13325,7 @@ class DatabaseClient(object):
13097
13325
  :rtype: :class:`~oci.response.Response`
13098
13326
 
13099
13327
  :example:
13100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13101
13329
  """
13102
13330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13103
13331
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13190,7 +13418,7 @@ class DatabaseClient(object):
13190
13418
  :rtype: :class:`~oci.response.Response`
13191
13419
 
13192
13420
  :example:
13193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
13421
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
13194
13422
  """
13195
13423
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13196
13424
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13282,7 +13510,7 @@ class DatabaseClient(object):
13282
13510
  :rtype: :class:`~oci.response.Response`
13283
13511
 
13284
13512
  :example:
13285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
13513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
13286
13514
  """
13287
13515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13288
13516
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13380,7 +13608,7 @@ class DatabaseClient(object):
13380
13608
  :rtype: :class:`~oci.response.Response`
13381
13609
 
13382
13610
  :example:
13383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13384
13612
  """
13385
13613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13386
13614
  required_arguments = ['autonomousDatabaseId']
@@ -13478,7 +13706,7 @@ class DatabaseClient(object):
13478
13706
  :rtype: :class:`~oci.response.Response`
13479
13707
 
13480
13708
  :example:
13481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13482
13710
  """
13483
13711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13484
13712
  required_arguments = ['autonomousDatabaseBackupId']
@@ -13581,7 +13809,7 @@ class DatabaseClient(object):
13581
13809
  :rtype: :class:`~oci.response.Response`
13582
13810
 
13583
13811
  :example:
13584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
13812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
13585
13813
  """
13586
13814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13587
13815
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -13675,7 +13903,7 @@ class DatabaseClient(object):
13675
13903
  :rtype: :class:`~oci.response.Response`
13676
13904
 
13677
13905
  :example:
13678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
13906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
13679
13907
  """
13680
13908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13681
13909
  required_arguments = []
@@ -13761,7 +13989,7 @@ class DatabaseClient(object):
13761
13989
  :rtype: :class:`~oci.response.Response`
13762
13990
 
13763
13991
  :example:
13764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
13992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
13765
13993
  """
13766
13994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13767
13995
  required_arguments = ['autonomousDatabaseId']
@@ -13856,7 +14084,7 @@ class DatabaseClient(object):
13856
14084
  :rtype: :class:`~oci.response.Response`
13857
14085
 
13858
14086
  :example:
13859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
13860
14088
  """
13861
14089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13862
14090
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -13944,7 +14172,7 @@ class DatabaseClient(object):
13944
14172
  :rtype: :class:`~oci.response.Response`
13945
14173
 
13946
14174
  :example:
13947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
13948
14176
  """
13949
14177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13950
14178
  required_arguments = ['autonomousPatchId']
@@ -14035,7 +14263,7 @@ class DatabaseClient(object):
14035
14263
  :rtype: :class:`~oci.response.Response`
14036
14264
 
14037
14265
  :example:
14038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14039
14267
  """
14040
14268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14041
14269
  required_arguments = ['autonomousVirtualMachineId']
@@ -14133,7 +14361,7 @@ class DatabaseClient(object):
14133
14361
  :rtype: :class:`~oci.response.Response`
14134
14362
 
14135
14363
  :example:
14136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
14364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
14137
14365
  """
14138
14366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14139
14367
  required_arguments = ['autonomousVmClusterId']
@@ -14231,7 +14459,7 @@ class DatabaseClient(object):
14231
14459
  :rtype: :class:`~oci.response.Response`
14232
14460
 
14233
14461
  :example:
14234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
14462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
14235
14463
  """
14236
14464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14237
14465
  required_arguments = ['autonomousVmClusterId']
@@ -14326,7 +14554,7 @@ class DatabaseClient(object):
14326
14554
  :rtype: :class:`~oci.response.Response`
14327
14555
 
14328
14556
  :example:
14329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14330
14558
  """
14331
14559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14332
14560
  required_arguments = ['backupId']
@@ -14417,7 +14645,7 @@ class DatabaseClient(object):
14417
14645
  :rtype: :class:`~oci.response.Response`
14418
14646
 
14419
14647
  :example:
14420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14421
14649
  """
14422
14650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14423
14651
  required_arguments = ['backupDestinationId']
@@ -14515,7 +14743,7 @@ class DatabaseClient(object):
14515
14743
  :rtype: :class:`~oci.response.Response`
14516
14744
 
14517
14745
  :example:
14518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14519
14747
  """
14520
14748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14521
14749
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -14613,7 +14841,7 @@ class DatabaseClient(object):
14613
14841
  :rtype: :class:`~oci.response.Response`
14614
14842
 
14615
14843
  :example:
14616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
14844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
14617
14845
  """
14618
14846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14619
14847
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -14711,7 +14939,7 @@ class DatabaseClient(object):
14711
14939
  :rtype: :class:`~oci.response.Response`
14712
14940
 
14713
14941
  :example:
14714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
14942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
14715
14943
  """
14716
14944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14717
14945
  required_arguments = ['cloudExadataInfrastructureId']
@@ -14814,7 +15042,7 @@ class DatabaseClient(object):
14814
15042
  :rtype: :class:`~oci.response.Response`
14815
15043
 
14816
15044
  :example:
14817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
15045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
14818
15046
  """
14819
15047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14820
15048
  required_arguments = ['cloudExadataInfrastructureId']
@@ -14920,7 +15148,7 @@ class DatabaseClient(object):
14920
15148
  :rtype: :class:`~oci.response.Response`
14921
15149
 
14922
15150
  :example:
14923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
14924
15152
  """
14925
15153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14926
15154
  required_arguments = ['cloudVmClusterId']
@@ -15019,7 +15247,7 @@ class DatabaseClient(object):
15019
15247
  :rtype: :class:`~oci.response.Response`
15020
15248
 
15021
15249
  :example:
15022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
15250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
15023
15251
  """
15024
15252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15025
15253
  required_arguments = ['cloudVmClusterId']
@@ -15122,7 +15350,7 @@ class DatabaseClient(object):
15122
15350
  :rtype: :class:`~oci.response.Response`
15123
15351
 
15124
15352
  :example:
15125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15126
15354
  """
15127
15355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15128
15356
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -15226,7 +15454,7 @@ class DatabaseClient(object):
15226
15454
  :rtype: :class:`~oci.response.Response`
15227
15455
 
15228
15456
  :example:
15229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
15457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
15230
15458
  """
15231
15459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15232
15460
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -15325,7 +15553,7 @@ class DatabaseClient(object):
15325
15553
  :rtype: :class:`~oci.response.Response`
15326
15554
 
15327
15555
  :example:
15328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15329
15557
  """
15330
15558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15331
15559
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -15419,7 +15647,7 @@ class DatabaseClient(object):
15419
15647
  :rtype: :class:`~oci.response.Response`
15420
15648
 
15421
15649
  :example:
15422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
15650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
15423
15651
  """
15424
15652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15425
15653
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -15508,7 +15736,7 @@ class DatabaseClient(object):
15508
15736
  :rtype: :class:`~oci.response.Response`
15509
15737
 
15510
15738
  :example:
15511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
15739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
15512
15740
  """
15513
15741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15514
15742
  required_arguments = ['databaseId']
@@ -15596,7 +15824,7 @@ class DatabaseClient(object):
15596
15824
  :rtype: :class:`~oci.response.Response`
15597
15825
 
15598
15826
  :example:
15599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
15827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
15600
15828
  """
15601
15829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15602
15830
  required_arguments = ['databaseSoftwareImageId']
@@ -15692,7 +15920,7 @@ class DatabaseClient(object):
15692
15920
  :rtype: :class:`~oci.response.Response`
15693
15921
 
15694
15922
  :example:
15695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
15923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
15696
15924
  """
15697
15925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15698
15926
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -15788,7 +16016,7 @@ class DatabaseClient(object):
15788
16016
  :rtype: :class:`~oci.response.Response`
15789
16017
 
15790
16018
  :example:
15791
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
15792
16020
  """
15793
16021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15794
16022
  required_arguments = ['dbHomeId']
@@ -15881,7 +16109,7 @@ class DatabaseClient(object):
15881
16109
  :rtype: :class:`~oci.response.Response`
15882
16110
 
15883
16111
  :example:
15884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
15885
16113
  """
15886
16114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15887
16115
  required_arguments = ['dbHomeId', 'patchId']
@@ -15975,7 +16203,7 @@ class DatabaseClient(object):
15975
16203
  :rtype: :class:`~oci.response.Response`
15976
16204
 
15977
16205
  :example:
15978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
16206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
15979
16207
  """
15980
16208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15981
16209
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -16064,7 +16292,7 @@ class DatabaseClient(object):
16064
16292
  :rtype: :class:`~oci.response.Response`
16065
16293
 
16066
16294
  :example:
16067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
16295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
16068
16296
  """
16069
16297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16070
16298
  required_arguments = ['dbNodeId']
@@ -16160,7 +16388,7 @@ class DatabaseClient(object):
16160
16388
  :rtype: :class:`~oci.response.Response`
16161
16389
 
16162
16390
  :example:
16163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
16391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
16164
16392
  """
16165
16393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16166
16394
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -16269,7 +16497,7 @@ class DatabaseClient(object):
16269
16497
  :rtype: :class:`~oci.response.Response`
16270
16498
 
16271
16499
  :example:
16272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
16500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
16273
16501
  """
16274
16502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16275
16503
  required_arguments = ['dbSystemId']
@@ -16362,7 +16590,7 @@ class DatabaseClient(object):
16362
16590
  :rtype: :class:`~oci.response.Response`
16363
16591
 
16364
16592
  :example:
16365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
16593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
16366
16594
  """
16367
16595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16368
16596
  required_arguments = ['dbSystemId', 'patchId']
@@ -16456,7 +16684,7 @@ class DatabaseClient(object):
16456
16684
  :rtype: :class:`~oci.response.Response`
16457
16685
 
16458
16686
  :example:
16459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
16687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
16460
16688
  """
16461
16689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16462
16690
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -16553,7 +16781,7 @@ class DatabaseClient(object):
16553
16781
  :rtype: :class:`~oci.response.Response`
16554
16782
 
16555
16783
  :example:
16556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
16784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
16557
16785
  """
16558
16786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16559
16787
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -16658,7 +16886,7 @@ class DatabaseClient(object):
16658
16886
  :rtype: :class:`~oci.response.Response`
16659
16887
 
16660
16888
  :example:
16661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
16889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
16662
16890
  """
16663
16891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16664
16892
  required_arguments = ['exadataInfrastructureId']
@@ -16772,7 +17000,7 @@ class DatabaseClient(object):
16772
17000
  :rtype: :class:`~oci.response.Response`
16773
17001
 
16774
17002
  :example:
16775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
16776
17004
  """
16777
17005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16778
17006
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -16875,7 +17103,7 @@ class DatabaseClient(object):
16875
17103
  :rtype: :class:`~oci.response.Response`
16876
17104
 
16877
17105
  :example:
16878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
16879
17107
  """
16880
17108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16881
17109
  required_arguments = ['exadataInfrastructureId']
@@ -16992,7 +17220,7 @@ class DatabaseClient(object):
16992
17220
  :rtype: :class:`~oci.response.Response`
16993
17221
 
16994
17222
  :example:
16995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
17223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
16996
17224
  """
16997
17225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16998
17226
  required_arguments = ['dbSystemId']
@@ -17091,7 +17319,7 @@ class DatabaseClient(object):
17091
17319
  :rtype: :class:`~oci.response.Response`
17092
17320
 
17093
17321
  :example:
17094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
17322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
17095
17323
  """
17096
17324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17097
17325
  required_arguments = ['backupId']
@@ -17182,7 +17410,7 @@ class DatabaseClient(object):
17182
17410
  :rtype: :class:`~oci.response.Response`
17183
17411
 
17184
17412
  :example:
17185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
17413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
17186
17414
  """
17187
17415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17188
17416
  required_arguments = ['externalContainerDatabaseId']
@@ -17281,7 +17509,7 @@ class DatabaseClient(object):
17281
17509
  :rtype: :class:`~oci.response.Response`
17282
17510
 
17283
17511
  :example:
17284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
17512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
17285
17513
  """
17286
17514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17287
17515
  required_arguments = ['externalDatabaseConnectorId']
@@ -17379,7 +17607,7 @@ class DatabaseClient(object):
17379
17607
  :rtype: :class:`~oci.response.Response`
17380
17608
 
17381
17609
  :example:
17382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
17610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
17383
17611
  """
17384
17612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17385
17613
  required_arguments = ['externalNonContainerDatabaseId']
@@ -17478,7 +17706,7 @@ class DatabaseClient(object):
17478
17706
  :rtype: :class:`~oci.response.Response`
17479
17707
 
17480
17708
  :example:
17481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
17709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
17482
17710
  """
17483
17711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17484
17712
  required_arguments = ['externalPluggableDatabaseId']
@@ -17585,7 +17813,7 @@ class DatabaseClient(object):
17585
17813
  :rtype: :class:`~oci.response.Response`
17586
17814
 
17587
17815
  :example:
17588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
17816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
17589
17817
  """
17590
17818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17591
17819
  required_arguments = ['compartmentId']
@@ -17689,7 +17917,7 @@ class DatabaseClient(object):
17689
17917
  :rtype: :class:`~oci.response.Response`
17690
17918
 
17691
17919
  :example:
17692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
17920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
17693
17921
  """
17694
17922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17695
17923
  required_arguments = ['keyStoreId']
@@ -17782,7 +18010,7 @@ class DatabaseClient(object):
17782
18010
  :rtype: :class:`~oci.response.Response`
17783
18011
 
17784
18012
  :example:
17785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
17786
18014
  """
17787
18015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17788
18016
  required_arguments = ['maintenanceRunId']
@@ -17868,7 +18096,7 @@ class DatabaseClient(object):
17868
18096
  :rtype: :class:`~oci.response.Response`
17869
18097
 
17870
18098
  :example:
17871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
17872
18100
  """
17873
18101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17874
18102
  required_arguments = ['maintenanceRunHistoryId']
@@ -17959,7 +18187,7 @@ class DatabaseClient(object):
17959
18187
  :rtype: :class:`~oci.response.Response`
17960
18188
 
17961
18189
  :example:
17962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
18190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
17963
18191
  """
17964
18192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17965
18193
  required_arguments = ['oneoffPatchId']
@@ -18062,7 +18290,7 @@ class DatabaseClient(object):
18062
18290
  :rtype: :class:`~oci.response.Response`
18063
18291
 
18064
18292
  :example:
18065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
18293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
18066
18294
  """
18067
18295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18068
18296
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -18158,7 +18386,7 @@ class DatabaseClient(object):
18158
18386
  :rtype: :class:`~oci.response.Response`
18159
18387
 
18160
18388
  :example:
18161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
18389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
18162
18390
  """
18163
18391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18164
18392
  required_arguments = ['pluggableDatabaseId']
@@ -18249,7 +18477,7 @@ class DatabaseClient(object):
18249
18477
  :rtype: :class:`~oci.response.Response`
18250
18478
 
18251
18479
  :example:
18252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
18480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
18253
18481
  """
18254
18482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18255
18483
  required_arguments = ['vmClusterId']
@@ -18353,7 +18581,7 @@ class DatabaseClient(object):
18353
18581
  :rtype: :class:`~oci.response.Response`
18354
18582
 
18355
18583
  :example:
18356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
18584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
18357
18585
  """
18358
18586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18359
18587
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -18454,7 +18682,7 @@ class DatabaseClient(object):
18454
18682
  :rtype: :class:`~oci.response.Response`
18455
18683
 
18456
18684
  :example:
18457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
18685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
18458
18686
  """
18459
18687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18460
18688
  required_arguments = ['vmClusterId', 'patchId']
@@ -18548,7 +18776,7 @@ class DatabaseClient(object):
18548
18776
  :rtype: :class:`~oci.response.Response`
18549
18777
 
18550
18778
  :example:
18551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
18779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
18552
18780
  """
18553
18781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18554
18782
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -18645,7 +18873,7 @@ class DatabaseClient(object):
18645
18873
  :rtype: :class:`~oci.response.Response`
18646
18874
 
18647
18875
  :example:
18648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
18876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
18649
18877
  """
18650
18878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18651
18879
  required_arguments = ['vmClusterId', 'updateId']
@@ -18749,7 +18977,7 @@ class DatabaseClient(object):
18749
18977
  :rtype: :class:`~oci.response.Response`
18750
18978
 
18751
18979
  :example:
18752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
18980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
18753
18981
  """
18754
18982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18755
18983
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -18850,7 +19078,7 @@ class DatabaseClient(object):
18850
19078
  :rtype: :class:`~oci.response.Response`
18851
19079
 
18852
19080
  :example:
18853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19081
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
18854
19082
  """
18855
19083
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18856
19084
  required_arguments = []
@@ -18962,7 +19190,7 @@ class DatabaseClient(object):
18962
19190
  :rtype: :class:`~oci.response.Response`
18963
19191
 
18964
19192
  :example:
18965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
19193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
18966
19194
  """
18967
19195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18968
19196
  required_arguments = []
@@ -19080,7 +19308,7 @@ class DatabaseClient(object):
19080
19308
  :rtype: :class:`~oci.response.Response`
19081
19309
 
19082
19310
  :example:
19083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
19311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
19084
19312
  """
19085
19313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19086
19314
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -19208,7 +19436,7 @@ class DatabaseClient(object):
19208
19436
  :rtype: :class:`~oci.response.Response`
19209
19437
 
19210
19438
  :example:
19211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19212
19440
  """
19213
19441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19214
19442
  required_arguments = ['autonomousContainerDatabaseId']
@@ -19329,7 +19557,7 @@ class DatabaseClient(object):
19329
19557
  :rtype: :class:`~oci.response.Response`
19330
19558
 
19331
19559
  :example:
19332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19333
19561
  """
19334
19562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19335
19563
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -19459,7 +19687,7 @@ class DatabaseClient(object):
19459
19687
  :param str lifecycle_state: (optional)
19460
19688
  A filter to return only resources that match the given lifecycle state exactly.
19461
19689
 
19462
- Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "BACKUP_IN_PROGRESS", "RESTORING", "RESTORE_FAILED", "RESTARTING", "MAINTENANCE_IN_PROGRESS", "ROLE_CHANGE_IN_PROGRESS", "UNAVAILABLE"
19690
+ Allowed values are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "BACKUP_IN_PROGRESS", "RESTORING", "RESTORE_FAILED", "RESTARTING", "MAINTENANCE_IN_PROGRESS", "ROLE_CHANGE_IN_PROGRESS", "ENABLING_AUTONOMOUS_DATA_GUARD", "UNAVAILABLE"
19463
19691
 
19464
19692
  :param str availability_domain: (optional)
19465
19693
  A filter to return only resources that match the given availability domain exactly.
@@ -19491,7 +19719,7 @@ class DatabaseClient(object):
19491
19719
  :rtype: :class:`~oci.response.Response`
19492
19720
 
19493
19721
  :example:
19494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
19722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
19495
19723
  """
19496
19724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19497
19725
  required_arguments = ['compartmentId']
@@ -19544,7 +19772,7 @@ class DatabaseClient(object):
19544
19772
  )
19545
19773
 
19546
19774
  if 'lifecycle_state' in kwargs:
19547
- lifecycle_state_allowed_values = ["PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "BACKUP_IN_PROGRESS", "RESTORING", "RESTORE_FAILED", "RESTARTING", "MAINTENANCE_IN_PROGRESS", "ROLE_CHANGE_IN_PROGRESS", "UNAVAILABLE"]
19775
+ lifecycle_state_allowed_values = ["PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "BACKUP_IN_PROGRESS", "RESTORING", "RESTORE_FAILED", "RESTARTING", "MAINTENANCE_IN_PROGRESS", "ROLE_CHANGE_IN_PROGRESS", "ENABLING_AUTONOMOUS_DATA_GUARD", "UNAVAILABLE"]
19548
19776
  if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
19549
19777
  raise ValueError(
19550
19778
  f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
@@ -19667,7 +19895,7 @@ class DatabaseClient(object):
19667
19895
  :rtype: :class:`~oci.response.Response`
19668
19896
 
19669
19897
  :example:
19670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
19898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
19671
19899
  """
19672
19900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19673
19901
  required_arguments = []
@@ -19804,7 +20032,7 @@ class DatabaseClient(object):
19804
20032
  :rtype: :class:`~oci.response.Response`
19805
20033
 
19806
20034
  :example:
19807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
19808
20036
  """
19809
20037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19810
20038
  required_arguments = []
@@ -19945,7 +20173,7 @@ class DatabaseClient(object):
19945
20173
  :rtype: :class:`~oci.response.Response`
19946
20174
 
19947
20175
  :example:
19948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
20176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
19949
20177
  """
19950
20178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19951
20179
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -20095,7 +20323,7 @@ class DatabaseClient(object):
20095
20323
  :rtype: :class:`~oci.response.Response`
20096
20324
 
20097
20325
  :example:
20098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
20326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
20099
20327
  """
20100
20328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20101
20329
  required_arguments = ['autonomousDatabaseId']
@@ -20206,7 +20434,7 @@ class DatabaseClient(object):
20206
20434
  :rtype: :class:`~oci.response.Response`
20207
20435
 
20208
20436
  :example:
20209
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
20437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
20210
20438
  """
20211
20439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20212
20440
  required_arguments = ['autonomousDatabaseId']
@@ -20377,7 +20605,7 @@ class DatabaseClient(object):
20377
20605
  :rtype: :class:`~oci.response.Response`
20378
20606
 
20379
20607
  :example:
20380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
20608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
20381
20609
  """
20382
20610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20383
20611
  required_arguments = ['compartmentId']
@@ -20554,7 +20782,7 @@ class DatabaseClient(object):
20554
20782
  :rtype: :class:`~oci.response.Response`
20555
20783
 
20556
20784
  :example:
20557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
20785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
20558
20786
  """
20559
20787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20560
20788
  required_arguments = ['compartmentId']
@@ -20685,7 +20913,7 @@ class DatabaseClient(object):
20685
20913
  :rtype: :class:`~oci.response.Response`
20686
20914
 
20687
20915
  :example:
20688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
20916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
20689
20917
  """
20690
20918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20691
20919
  required_arguments = ['compartmentId']
@@ -20809,7 +21037,7 @@ class DatabaseClient(object):
20809
21037
  :rtype: :class:`~oci.response.Response`
20810
21038
 
20811
21039
  :example:
20812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
21040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
20813
21041
  """
20814
21042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20815
21043
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -20933,7 +21161,7 @@ class DatabaseClient(object):
20933
21161
  :rtype: :class:`~oci.response.Response`
20934
21162
 
20935
21163
  :example:
20936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
21164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
20937
21165
  """
20938
21166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20939
21167
  required_arguments = ['compartmentId']
@@ -21074,7 +21302,7 @@ class DatabaseClient(object):
21074
21302
  :rtype: :class:`~oci.response.Response`
21075
21303
 
21076
21304
  :example:
21077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
21305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
21078
21306
  """
21079
21307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21080
21308
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -21192,7 +21420,7 @@ class DatabaseClient(object):
21192
21420
  :rtype: :class:`~oci.response.Response`
21193
21421
 
21194
21422
  :example:
21195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21196
21424
  """
21197
21425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21198
21426
  required_arguments = ['autonomousVmClusterId']
@@ -21329,7 +21557,7 @@ class DatabaseClient(object):
21329
21557
  :rtype: :class:`~oci.response.Response`
21330
21558
 
21331
21559
  :example:
21332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
21560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
21333
21561
  """
21334
21562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21335
21563
  required_arguments = ['compartmentId']
@@ -21466,7 +21694,7 @@ class DatabaseClient(object):
21466
21694
  :rtype: :class:`~oci.response.Response`
21467
21695
 
21468
21696
  :example:
21469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
21697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
21470
21698
  """
21471
21699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21472
21700
  required_arguments = ['compartmentId']
@@ -21573,7 +21801,7 @@ class DatabaseClient(object):
21573
21801
  :rtype: :class:`~oci.response.Response`
21574
21802
 
21575
21803
  :example:
21576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
21804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
21577
21805
  """
21578
21806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21579
21807
  required_arguments = []
@@ -21682,7 +21910,7 @@ class DatabaseClient(object):
21682
21910
  :rtype: :class:`~oci.response.Response`
21683
21911
 
21684
21912
  :example:
21685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21686
21914
  """
21687
21915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21688
21916
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -21822,7 +22050,7 @@ class DatabaseClient(object):
21822
22050
  :rtype: :class:`~oci.response.Response`
21823
22051
 
21824
22052
  :example:
21825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
22053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
21826
22054
  """
21827
22055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21828
22056
  required_arguments = ['compartmentId']
@@ -21976,7 +22204,7 @@ class DatabaseClient(object):
21976
22204
  :rtype: :class:`~oci.response.Response`
21977
22205
 
21978
22206
  :example:
21979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
22207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
21980
22208
  """
21981
22209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21982
22210
  required_arguments = ['compartmentId']
@@ -22113,7 +22341,7 @@ class DatabaseClient(object):
22113
22341
  :rtype: :class:`~oci.response.Response`
22114
22342
 
22115
22343
  :example:
22116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
22344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
22117
22345
  """
22118
22346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22119
22347
  required_arguments = ['cloudVmClusterId']
@@ -22241,7 +22469,7 @@ class DatabaseClient(object):
22241
22469
  :rtype: :class:`~oci.response.Response`
22242
22470
 
22243
22471
  :example:
22244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
22472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
22245
22473
  """
22246
22474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22247
22475
  required_arguments = ['cloudVmClusterId']
@@ -22385,7 +22613,7 @@ class DatabaseClient(object):
22385
22613
  :rtype: :class:`~oci.response.Response`
22386
22614
 
22387
22615
  :example:
22388
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
22616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
22389
22617
  """
22390
22618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22391
22619
  required_arguments = ['compartmentId']
@@ -22510,7 +22738,7 @@ class DatabaseClient(object):
22510
22738
  :rtype: :class:`~oci.response.Response`
22511
22739
 
22512
22740
  :example:
22513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
22741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
22514
22742
  """
22515
22743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22516
22744
  required_arguments = ['dbNodeId']
@@ -22614,7 +22842,7 @@ class DatabaseClient(object):
22614
22842
  :rtype: :class:`~oci.response.Response`
22615
22843
 
22616
22844
  :example:
22617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
22845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
22618
22846
  """
22619
22847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22620
22848
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -22732,7 +22960,7 @@ class DatabaseClient(object):
22732
22960
  :rtype: :class:`~oci.response.Response`
22733
22961
 
22734
22962
  :example:
22735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
22963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
22736
22964
  """
22737
22965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22738
22966
  required_arguments = ['databaseId']
@@ -22871,7 +23099,7 @@ class DatabaseClient(object):
22871
23099
  :rtype: :class:`~oci.response.Response`
22872
23100
 
22873
23101
  :example:
22874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
23102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
22875
23103
  """
22876
23104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22877
23105
  required_arguments = ['compartmentId']
@@ -23040,7 +23268,7 @@ class DatabaseClient(object):
23040
23268
  :rtype: :class:`~oci.response.Response`
23041
23269
 
23042
23270
  :example:
23043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
23271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
23044
23272
  """
23045
23273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23046
23274
  required_arguments = ['databaseId']
@@ -23215,7 +23443,7 @@ class DatabaseClient(object):
23215
23443
  :rtype: :class:`~oci.response.Response`
23216
23444
 
23217
23445
  :example:
23218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
23446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
23219
23447
  """
23220
23448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23221
23449
  required_arguments = ['compartmentId']
@@ -23345,7 +23573,7 @@ class DatabaseClient(object):
23345
23573
  :rtype: :class:`~oci.response.Response`
23346
23574
 
23347
23575
  :example:
23348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
23576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
23349
23577
  """
23350
23578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23351
23579
  required_arguments = ['dbHomeId']
@@ -23453,7 +23681,7 @@ class DatabaseClient(object):
23453
23681
  :rtype: :class:`~oci.response.Response`
23454
23682
 
23455
23683
  :example:
23456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
23684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
23457
23685
  """
23458
23686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23459
23687
  required_arguments = ['dbHomeId']
@@ -23597,7 +23825,7 @@ class DatabaseClient(object):
23597
23825
  :rtype: :class:`~oci.response.Response`
23598
23826
 
23599
23827
  :example:
23600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
23828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
23601
23829
  """
23602
23830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23603
23831
  required_arguments = ['compartmentId']
@@ -23761,7 +23989,7 @@ class DatabaseClient(object):
23761
23989
  :rtype: :class:`~oci.response.Response`
23762
23990
 
23763
23991
  :example:
23764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
23992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
23765
23993
  """
23766
23994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23767
23995
  required_arguments = ['compartmentId']
@@ -23917,7 +24145,7 @@ class DatabaseClient(object):
23917
24145
  :rtype: :class:`~oci.response.Response`
23918
24146
 
23919
24147
  :example:
23920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
24148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
23921
24149
  """
23922
24150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23923
24151
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -24042,7 +24270,7 @@ class DatabaseClient(object):
24042
24270
  :rtype: :class:`~oci.response.Response`
24043
24271
 
24044
24272
  :example:
24045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
24273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
24046
24274
  """
24047
24275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24048
24276
  required_arguments = []
@@ -24139,7 +24367,7 @@ class DatabaseClient(object):
24139
24367
  :rtype: :class:`~oci.response.Response`
24140
24368
 
24141
24369
  :example:
24142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
24370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
24143
24371
  """
24144
24372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24145
24373
  required_arguments = ['dbSystemId']
@@ -24247,7 +24475,7 @@ class DatabaseClient(object):
24247
24475
  :rtype: :class:`~oci.response.Response`
24248
24476
 
24249
24477
  :example:
24250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
24478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
24251
24479
  """
24252
24480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24253
24481
  required_arguments = ['dbSystemId']
@@ -24358,7 +24586,7 @@ class DatabaseClient(object):
24358
24586
  :rtype: :class:`~oci.response.Response`
24359
24587
 
24360
24588
  :example:
24361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
24589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
24362
24590
  """
24363
24591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24364
24592
  required_arguments = ['compartmentId']
@@ -24459,7 +24687,7 @@ class DatabaseClient(object):
24459
24687
  :rtype: :class:`~oci.response.Response`
24460
24688
 
24461
24689
  :example:
24462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
24690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
24463
24691
  """
24464
24692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24465
24693
  required_arguments = ['storageManagement']
@@ -24586,7 +24814,7 @@ class DatabaseClient(object):
24586
24814
  :rtype: :class:`~oci.response.Response`
24587
24815
 
24588
24816
  :example:
24589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
24817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
24590
24818
  """
24591
24819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24592
24820
  required_arguments = ['dbSystemId']
@@ -24768,7 +24996,7 @@ class DatabaseClient(object):
24768
24996
  :rtype: :class:`~oci.response.Response`
24769
24997
 
24770
24998
  :example:
24771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
24999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
24772
25000
  """
24773
25001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24774
25002
  required_arguments = ['compartmentId']
@@ -24919,7 +25147,7 @@ class DatabaseClient(object):
24919
25147
  :rtype: :class:`~oci.response.Response`
24920
25148
 
24921
25149
  :example:
24922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
25150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
24923
25151
  """
24924
25152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24925
25153
  required_arguments = ['compartmentId']
@@ -25060,7 +25288,7 @@ class DatabaseClient(object):
25060
25288
  :rtype: :class:`~oci.response.Response`
25061
25289
 
25062
25290
  :example:
25063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
25291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
25064
25292
  """
25065
25293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25066
25294
  required_arguments = ['compartmentId']
@@ -25223,7 +25451,7 @@ class DatabaseClient(object):
25223
25451
  :rtype: :class:`~oci.response.Response`
25224
25452
 
25225
25453
  :example:
25226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
25454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
25227
25455
  """
25228
25456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25229
25457
  required_arguments = ['compartmentId']
@@ -25381,7 +25609,7 @@ class DatabaseClient(object):
25381
25609
  :rtype: :class:`~oci.response.Response`
25382
25610
 
25383
25611
  :example:
25384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
25612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
25385
25613
  """
25386
25614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25387
25615
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -25535,7 +25763,7 @@ class DatabaseClient(object):
25535
25763
  :rtype: :class:`~oci.response.Response`
25536
25764
 
25537
25765
  :example:
25538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
25766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
25539
25767
  """
25540
25768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25541
25769
  required_arguments = ['compartmentId']
@@ -25694,7 +25922,7 @@ class DatabaseClient(object):
25694
25922
  :rtype: :class:`~oci.response.Response`
25695
25923
 
25696
25924
  :example:
25697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
25925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
25698
25926
  """
25699
25927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25700
25928
  required_arguments = ['compartmentId']
@@ -25838,7 +26066,7 @@ class DatabaseClient(object):
25838
26066
  :rtype: :class:`~oci.response.Response`
25839
26067
 
25840
26068
  :example:
25841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
26069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
25842
26070
  """
25843
26071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25844
26072
  required_arguments = ['compartmentId']
@@ -25963,7 +26191,7 @@ class DatabaseClient(object):
25963
26191
  :rtype: :class:`~oci.response.Response`
25964
26192
 
25965
26193
  :example:
25966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
26194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
25967
26195
  """
25968
26196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25969
26197
  required_arguments = ['compartmentId']
@@ -26074,7 +26302,7 @@ class DatabaseClient(object):
26074
26302
  :rtype: :class:`~oci.response.Response`
26075
26303
 
26076
26304
  :example:
26077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
26305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
26078
26306
  """
26079
26307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26080
26308
  required_arguments = ['compartmentId']
@@ -26212,7 +26440,7 @@ class DatabaseClient(object):
26212
26440
  :rtype: :class:`~oci.response.Response`
26213
26441
 
26214
26442
  :example:
26215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
26443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
26216
26444
  """
26217
26445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26218
26446
  required_arguments = ['compartmentId']
@@ -26405,7 +26633,7 @@ class DatabaseClient(object):
26405
26633
  :rtype: :class:`~oci.response.Response`
26406
26634
 
26407
26635
  :example:
26408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
26636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
26409
26637
  """
26410
26638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26411
26639
  required_arguments = ['compartmentId']
@@ -26581,7 +26809,7 @@ class DatabaseClient(object):
26581
26809
  :rtype: :class:`~oci.response.Response`
26582
26810
 
26583
26811
  :example:
26584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
26812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
26585
26813
  """
26586
26814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26587
26815
  required_arguments = ['compartmentId']
@@ -26733,7 +26961,7 @@ class DatabaseClient(object):
26733
26961
  :rtype: :class:`~oci.response.Response`
26734
26962
 
26735
26963
  :example:
26736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
26964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
26737
26965
  """
26738
26966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26739
26967
  required_arguments = ['databaseId']
@@ -26903,7 +27131,7 @@ class DatabaseClient(object):
26903
27131
  :rtype: :class:`~oci.response.Response`
26904
27132
 
26905
27133
  :example:
26906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
27134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
26907
27135
  """
26908
27136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26909
27137
  required_arguments = []
@@ -27058,7 +27286,7 @@ class DatabaseClient(object):
27058
27286
  :rtype: :class:`~oci.response.Response`
27059
27287
 
27060
27288
  :example:
27061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
27289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
27062
27290
  """
27063
27291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27064
27292
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -27199,7 +27427,7 @@ class DatabaseClient(object):
27199
27427
  :rtype: :class:`~oci.response.Response`
27200
27428
 
27201
27429
  :example:
27202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
27430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
27203
27431
  """
27204
27432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27205
27433
  required_arguments = ['vmClusterId']
@@ -27307,7 +27535,7 @@ class DatabaseClient(object):
27307
27535
  :rtype: :class:`~oci.response.Response`
27308
27536
 
27309
27537
  :example:
27310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
27538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
27311
27539
  """
27312
27540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27313
27541
  required_arguments = ['vmClusterId']
@@ -27428,7 +27656,7 @@ class DatabaseClient(object):
27428
27656
  :rtype: :class:`~oci.response.Response`
27429
27657
 
27430
27658
  :example:
27431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
27659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
27432
27660
  """
27433
27661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27434
27662
  required_arguments = ['vmClusterId']
@@ -27570,7 +27798,7 @@ class DatabaseClient(object):
27570
27798
  :rtype: :class:`~oci.response.Response`
27571
27799
 
27572
27800
  :example:
27573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
27801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
27574
27802
  """
27575
27803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27576
27804
  required_arguments = ['vmClusterId']
@@ -27724,7 +27952,7 @@ class DatabaseClient(object):
27724
27952
  :rtype: :class:`~oci.response.Response`
27725
27953
 
27726
27954
  :example:
27727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
27955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
27728
27956
  """
27729
27957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27730
27958
  required_arguments = ['compartmentId']
@@ -27868,7 +28096,7 @@ class DatabaseClient(object):
27868
28096
  :rtype: :class:`~oci.response.Response`
27869
28097
 
27870
28098
  :example:
27871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
28099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
27872
28100
  """
27873
28101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27874
28102
  required_arguments = ['pluggableDatabaseId']
@@ -27988,7 +28216,7 @@ class DatabaseClient(object):
27988
28216
  :rtype: :class:`~oci.response.Response`
27989
28217
 
27990
28218
  :example:
27991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
28219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
27992
28220
  """
27993
28221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27994
28222
  required_arguments = ['dbSystemId']
@@ -28108,7 +28336,7 @@ class DatabaseClient(object):
28108
28336
  :rtype: :class:`~oci.response.Response`
28109
28337
 
28110
28338
  :example:
28111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
28339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
28112
28340
  """
28113
28341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28114
28342
  required_arguments = ['databaseId']
@@ -28228,7 +28456,7 @@ class DatabaseClient(object):
28228
28456
  :rtype: :class:`~oci.response.Response`
28229
28457
 
28230
28458
  :example:
28231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
28459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
28232
28460
  """
28233
28461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28234
28462
  required_arguments = ['databaseId']
@@ -28348,7 +28576,7 @@ class DatabaseClient(object):
28348
28576
  :rtype: :class:`~oci.response.Response`
28349
28577
 
28350
28578
  :example:
28351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
28579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
28352
28580
  """
28353
28581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28354
28582
  required_arguments = ['pluggableDatabaseId']
@@ -28465,7 +28693,7 @@ class DatabaseClient(object):
28465
28693
  :rtype: :class:`~oci.response.Response`
28466
28694
 
28467
28695
  :example:
28468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
28696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
28469
28697
  """
28470
28698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28471
28699
  required_arguments = ['pluggableDatabaseId']
@@ -28571,7 +28799,7 @@ class DatabaseClient(object):
28571
28799
  :rtype: :class:`~oci.response.Response`
28572
28800
 
28573
28801
  :example:
28574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
28802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
28575
28803
  """
28576
28804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28577
28805
  required_arguments = ['autonomousDatabaseId']
@@ -28677,7 +28905,7 @@ class DatabaseClient(object):
28677
28905
  :rtype: :class:`~oci.response.Response`
28678
28906
 
28679
28907
  :example:
28680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
28908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
28681
28909
  """
28682
28910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28683
28911
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -28786,7 +29014,7 @@ class DatabaseClient(object):
28786
29014
  :rtype: :class:`~oci.response.Response`
28787
29015
 
28788
29016
  :example:
28789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
29017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
28790
29018
  """
28791
29019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28792
29020
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -28904,7 +29132,7 @@ class DatabaseClient(object):
28904
29132
  :rtype: :class:`~oci.response.Response`
28905
29133
 
28906
29134
  :example:
28907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
29135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
28908
29136
  """
28909
29137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28910
29138
  required_arguments = ['pluggableDatabaseId']
@@ -29024,7 +29252,7 @@ class DatabaseClient(object):
29024
29252
  :rtype: :class:`~oci.response.Response`
29025
29253
 
29026
29254
  :example:
29027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
29255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
29028
29256
  """
29029
29257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29030
29258
  required_arguments = ['cloudVmClusterId']
@@ -29144,7 +29372,7 @@ class DatabaseClient(object):
29144
29372
  :rtype: :class:`~oci.response.Response`
29145
29373
 
29146
29374
  :example:
29147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
29375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
29148
29376
  """
29149
29377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29150
29378
  required_arguments = ['vmClusterId']
@@ -29270,7 +29498,7 @@ class DatabaseClient(object):
29270
29498
  :rtype: :class:`~oci.response.Response`
29271
29499
 
29272
29500
  :example:
29273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
29501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
29274
29502
  """
29275
29503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29276
29504
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -29389,7 +29617,7 @@ class DatabaseClient(object):
29389
29617
  :rtype: :class:`~oci.response.Response`
29390
29618
 
29391
29619
  :example:
29392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
29620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
29393
29621
  """
29394
29622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29395
29623
  required_arguments = []
@@ -29495,7 +29723,7 @@ class DatabaseClient(object):
29495
29723
  :rtype: :class:`~oci.response.Response`
29496
29724
 
29497
29725
  :example:
29498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
29726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
29499
29727
  """
29500
29728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29501
29729
  required_arguments = ['autonomousContainerDatabaseId']
@@ -29597,7 +29825,7 @@ class DatabaseClient(object):
29597
29825
  :rtype: :class:`~oci.response.Response`
29598
29826
 
29599
29827
  :example:
29600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
29828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
29601
29829
  """
29602
29830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29603
29831
  required_arguments = ['autonomousDatabaseId']
@@ -29700,7 +29928,7 @@ class DatabaseClient(object):
29700
29928
  :rtype: :class:`~oci.response.Response`
29701
29929
 
29702
29930
  :example:
29703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
29931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
29704
29932
  """
29705
29933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29706
29934
  required_arguments = ['autonomousDatabaseId']
@@ -29805,7 +30033,7 @@ class DatabaseClient(object):
29805
30033
  :rtype: :class:`~oci.response.Response`
29806
30034
 
29807
30035
  :example:
29808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
30036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
29809
30037
  """
29810
30038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29811
30039
  required_arguments = ['databaseId']
@@ -29919,7 +30147,7 @@ class DatabaseClient(object):
29919
30147
  :rtype: :class:`~oci.response.Response`
29920
30148
 
29921
30149
  :example:
29922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
30150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
29923
30151
  """
29924
30152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29925
30153
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30036,7 +30264,7 @@ class DatabaseClient(object):
30036
30264
  :rtype: :class:`~oci.response.Response`
30037
30265
 
30038
30266
  :example:
30039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
30267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
30040
30268
  """
30041
30269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30042
30270
  required_arguments = ['autonomousDatabaseId']
@@ -30154,7 +30382,7 @@ class DatabaseClient(object):
30154
30382
  :rtype: :class:`~oci.response.Response`
30155
30383
 
30156
30384
  :example:
30157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
30385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
30158
30386
  """
30159
30387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30160
30388
  required_arguments = ['autonomousVmClusterId']
@@ -30272,7 +30500,7 @@ class DatabaseClient(object):
30272
30500
  :rtype: :class:`~oci.response.Response`
30273
30501
 
30274
30502
  :example:
30275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
30503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
30276
30504
  """
30277
30505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30278
30506
  required_arguments = ['autonomousVmClusterId']
@@ -30390,7 +30618,7 @@ class DatabaseClient(object):
30390
30618
  :rtype: :class:`~oci.response.Response`
30391
30619
 
30392
30620
  :example:
30393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
30621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
30394
30622
  """
30395
30623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30396
30624
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -30509,7 +30737,7 @@ class DatabaseClient(object):
30509
30737
  :rtype: :class:`~oci.response.Response`
30510
30738
 
30511
30739
  :example:
30512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
30740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
30513
30741
  """
30514
30742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30515
30743
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -30625,7 +30853,7 @@ class DatabaseClient(object):
30625
30853
  :rtype: :class:`~oci.response.Response`
30626
30854
 
30627
30855
  :example:
30628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
30856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
30629
30857
  """
30630
30858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30631
30859
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -30738,7 +30966,7 @@ class DatabaseClient(object):
30738
30966
  :rtype: :class:`~oci.response.Response`
30739
30967
 
30740
30968
  :example:
30741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
30969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
30742
30970
  """
30743
30971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30744
30972
  required_arguments = ['pluggableDatabaseId']
@@ -30851,7 +31079,7 @@ class DatabaseClient(object):
30851
31079
  :rtype: :class:`~oci.response.Response`
30852
31080
 
30853
31081
  :example:
30854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
31082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
30855
31083
  """
30856
31084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30857
31085
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -30966,7 +31194,7 @@ class DatabaseClient(object):
30966
31194
  :rtype: :class:`~oci.response.Response`
30967
31195
 
30968
31196
  :example:
30969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
31197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
30970
31198
  """
30971
31199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30972
31200
  required_arguments = ['databaseId']
@@ -31040,6 +31268,104 @@ class DatabaseClient(object):
31040
31268
  api_reference_link=api_reference_link,
31041
31269
  required_arguments=required_arguments)
31042
31270
 
31271
+ def saas_admin_user_status(self, autonomous_database_id, **kwargs):
31272
+ """
31273
+ This operation gets SaaS administrative user status of the Autonomous Database.
31274
+
31275
+
31276
+ :param str autonomous_database_id: (required)
31277
+ The database `OCID`__.
31278
+
31279
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
31280
+
31281
+ :param str opc_request_id: (optional)
31282
+ Unique identifier for the request.
31283
+
31284
+ :param obj retry_strategy: (optional)
31285
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
31286
+
31287
+ 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.
31288
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
31289
+
31290
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
31291
+
31292
+ :param bool allow_control_chars: (optional)
31293
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
31294
+ By default, the response will not allow control characters in strings
31295
+
31296
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.SaasAdminUserStatus`
31297
+ :rtype: :class:`~oci.response.Response`
31298
+
31299
+ :example:
31300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
31301
+ """
31302
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31303
+ required_arguments = ['autonomousDatabaseId']
31304
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/getSaasAdminUserStatus"
31305
+ method = "POST"
31306
+ operation_name = "saas_admin_user_status"
31307
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/SaasAdminUserStatus"
31308
+
31309
+ # Don't accept unknown kwargs
31310
+ expected_kwargs = [
31311
+ "allow_control_chars",
31312
+ "retry_strategy",
31313
+ "opc_request_id"
31314
+ ]
31315
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
31316
+ if extra_kwargs:
31317
+ raise ValueError(
31318
+ f"saas_admin_user_status got unknown kwargs: {extra_kwargs!r}")
31319
+
31320
+ path_params = {
31321
+ "autonomousDatabaseId": autonomous_database_id
31322
+ }
31323
+
31324
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
31325
+
31326
+ for (k, v) in six.iteritems(path_params):
31327
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
31328
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
31329
+
31330
+ header_params = {
31331
+ "accept": "application/json",
31332
+ "content-type": "application/json",
31333
+ "opc-request-id": kwargs.get("opc_request_id", missing)
31334
+ }
31335
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
31336
+
31337
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
31338
+ operation_retry_strategy=kwargs.get('retry_strategy'),
31339
+ client_retry_strategy=self.retry_strategy
31340
+ )
31341
+
31342
+ if retry_strategy:
31343
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
31344
+ self.base_client.add_opc_client_retries_header(header_params)
31345
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
31346
+ return retry_strategy.make_retrying_call(
31347
+ self.base_client.call_api,
31348
+ resource_path=resource_path,
31349
+ method=method,
31350
+ path_params=path_params,
31351
+ header_params=header_params,
31352
+ response_type="SaasAdminUserStatus",
31353
+ allow_control_chars=kwargs.get('allow_control_chars'),
31354
+ operation_name=operation_name,
31355
+ api_reference_link=api_reference_link,
31356
+ required_arguments=required_arguments)
31357
+ else:
31358
+ return self.base_client.call_api(
31359
+ resource_path=resource_path,
31360
+ method=method,
31361
+ path_params=path_params,
31362
+ header_params=header_params,
31363
+ response_type="SaasAdminUserStatus",
31364
+ allow_control_chars=kwargs.get('allow_control_chars'),
31365
+ operation_name=operation_name,
31366
+ api_reference_link=api_reference_link,
31367
+ required_arguments=required_arguments)
31368
+
31043
31369
  def scan_external_container_database_pluggable_databases(self, external_container_database_id, external_database_connector_id, **kwargs):
31044
31370
  """
31045
31371
  Scans for pluggable databases in the specified external container database.
@@ -31083,7 +31409,7 @@ class DatabaseClient(object):
31083
31409
  :rtype: :class:`~oci.response.Response`
31084
31410
 
31085
31411
  :example:
31086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
31412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
31087
31413
  """
31088
31414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31089
31415
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -31191,7 +31517,7 @@ class DatabaseClient(object):
31191
31517
  :rtype: :class:`~oci.response.Response`
31192
31518
 
31193
31519
  :example:
31194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
31520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
31195
31521
  """
31196
31522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31197
31523
  required_arguments = ['autonomousDatabaseId']
@@ -31291,7 +31617,7 @@ class DatabaseClient(object):
31291
31617
  :rtype: :class:`~oci.response.Response`
31292
31618
 
31293
31619
  :example:
31294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
31620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
31295
31621
  """
31296
31622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31297
31623
  required_arguments = ['autonomousDatabaseId']
@@ -31401,7 +31727,7 @@ class DatabaseClient(object):
31401
31727
  :rtype: :class:`~oci.response.Response`
31402
31728
 
31403
31729
  :example:
31404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
31730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
31405
31731
  """
31406
31732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31407
31733
  required_arguments = ['pluggableDatabaseId']
@@ -31509,7 +31835,7 @@ class DatabaseClient(object):
31509
31835
  :rtype: :class:`~oci.response.Response`
31510
31836
 
31511
31837
  :example:
31512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
31838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
31513
31839
  """
31514
31840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31515
31841
  required_arguments = ['autonomousDatabaseId']
@@ -31621,7 +31947,7 @@ class DatabaseClient(object):
31621
31947
  :rtype: :class:`~oci.response.Response`
31622
31948
 
31623
31949
  :example:
31624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
31950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
31625
31951
  """
31626
31952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31627
31953
  required_arguments = ['pluggableDatabaseId']
@@ -31733,7 +32059,7 @@ class DatabaseClient(object):
31733
32059
  :rtype: :class:`~oci.response.Response`
31734
32060
 
31735
32061
  :example:
31736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
32062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
31737
32063
  """
31738
32064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31739
32065
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -31851,7 +32177,7 @@ class DatabaseClient(object):
31851
32177
  :rtype: :class:`~oci.response.Response`
31852
32178
 
31853
32179
  :example:
31854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
32180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
31855
32181
  """
31856
32182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31857
32183
  required_arguments = ['autonomousDatabaseId']
@@ -31975,7 +32301,7 @@ class DatabaseClient(object):
31975
32301
  :rtype: :class:`~oci.response.Response`
31976
32302
 
31977
32303
  :example:
31978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
32304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
31979
32305
  """
31980
32306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31981
32307
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -32078,7 +32404,7 @@ class DatabaseClient(object):
32078
32404
  :rtype: :class:`~oci.response.Response`
32079
32405
 
32080
32406
  :example:
32081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
32407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
32082
32408
  """
32083
32409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32084
32410
  required_arguments = ['autonomousContainerDatabaseId']
@@ -32176,7 +32502,7 @@ class DatabaseClient(object):
32176
32502
  :rtype: :class:`~oci.response.Response`
32177
32503
 
32178
32504
  :example:
32179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
32505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
32180
32506
  """
32181
32507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32182
32508
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32281,7 +32607,7 @@ class DatabaseClient(object):
32281
32607
  :rtype: :class:`~oci.response.Response`
32282
32608
 
32283
32609
  :example:
32284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
32610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
32285
32611
  """
32286
32612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32287
32613
  required_arguments = ['dbSystemId']
@@ -32382,7 +32708,7 @@ class DatabaseClient(object):
32382
32708
  :rtype: :class:`~oci.response.Response`
32383
32709
 
32384
32710
  :example:
32385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
32711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
32386
32712
  """
32387
32713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32388
32714
  required_arguments = ['autonomousContainerDatabaseId']
@@ -32495,7 +32821,7 @@ class DatabaseClient(object):
32495
32821
  :rtype: :class:`~oci.response.Response`
32496
32822
 
32497
32823
  :example:
32498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
32824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
32499
32825
  """
32500
32826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32501
32827
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -32606,7 +32932,7 @@ class DatabaseClient(object):
32606
32932
  :rtype: :class:`~oci.response.Response`
32607
32933
 
32608
32934
  :example:
32609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
32935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
32610
32936
  """
32611
32937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32612
32938
  required_arguments = ['autonomousDatabaseId']
@@ -32716,7 +33042,7 @@ class DatabaseClient(object):
32716
33042
  :rtype: :class:`~oci.response.Response`
32717
33043
 
32718
33044
  :example:
32719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
33045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
32720
33046
  """
32721
33047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32722
33048
  required_arguments = ['autonomousDatabaseBackupId']
@@ -32816,7 +33142,7 @@ class DatabaseClient(object):
32816
33142
  :rtype: :class:`~oci.response.Response`
32817
33143
 
32818
33144
  :example:
32819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
33145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
32820
33146
  """
32821
33147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32822
33148
  required_arguments = []
@@ -32905,7 +33231,7 @@ class DatabaseClient(object):
32905
33231
  :rtype: :class:`~oci.response.Response`
32906
33232
 
32907
33233
  :example:
32908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
33234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
32909
33235
  """
32910
33236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32911
33237
  required_arguments = ['autonomousDatabaseId']
@@ -33008,7 +33334,7 @@ class DatabaseClient(object):
33008
33334
  :rtype: :class:`~oci.response.Response`
33009
33335
 
33010
33336
  :example:
33011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
33337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
33012
33338
  """
33013
33339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33014
33340
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -33116,7 +33442,7 @@ class DatabaseClient(object):
33116
33442
  :rtype: :class:`~oci.response.Response`
33117
33443
 
33118
33444
  :example:
33119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
33445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
33120
33446
  """
33121
33447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33122
33448
  required_arguments = ['autonomousVmClusterId']
@@ -33229,7 +33555,7 @@ class DatabaseClient(object):
33229
33555
  :rtype: :class:`~oci.response.Response`
33230
33556
 
33231
33557
  :example:
33232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
33558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
33233
33559
  """
33234
33560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33235
33561
  required_arguments = ['backupDestinationId']
@@ -33339,7 +33665,7 @@ class DatabaseClient(object):
33339
33665
  :rtype: :class:`~oci.response.Response`
33340
33666
 
33341
33667
  :example:
33342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
33668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
33343
33669
  """
33344
33670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33345
33671
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -33449,7 +33775,7 @@ class DatabaseClient(object):
33449
33775
  :rtype: :class:`~oci.response.Response`
33450
33776
 
33451
33777
  :example:
33452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
33778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
33453
33779
  """
33454
33780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33455
33781
  required_arguments = ['cloudExadataInfrastructureId']
@@ -33559,7 +33885,7 @@ class DatabaseClient(object):
33559
33885
  :rtype: :class:`~oci.response.Response`
33560
33886
 
33561
33887
  :example:
33562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
33888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
33563
33889
  """
33564
33890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33565
33891
  required_arguments = ['cloudVmClusterId']
@@ -33669,7 +33995,7 @@ class DatabaseClient(object):
33669
33995
  :rtype: :class:`~oci.response.Response`
33670
33996
 
33671
33997
  :example:
33672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
33998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
33673
33999
  """
33674
34000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33675
34001
  required_arguments = ['cloudVmClusterId']
@@ -33782,7 +34108,7 @@ class DatabaseClient(object):
33782
34108
  :rtype: :class:`~oci.response.Response`
33783
34109
 
33784
34110
  :example:
33785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
34111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
33786
34112
  """
33787
34113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33788
34114
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -33898,7 +34224,7 @@ class DatabaseClient(object):
33898
34224
  :rtype: :class:`~oci.response.Response`
33899
34225
 
33900
34226
  :example:
33901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
34227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
33902
34228
  """
33903
34229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33904
34230
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -34006,7 +34332,7 @@ class DatabaseClient(object):
34006
34332
  :rtype: :class:`~oci.response.Response`
34007
34333
 
34008
34334
  :example:
34009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
34335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
34010
34336
  """
34011
34337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34012
34338
  required_arguments = ['databaseId']
@@ -34111,7 +34437,7 @@ class DatabaseClient(object):
34111
34437
  :rtype: :class:`~oci.response.Response`
34112
34438
 
34113
34439
  :example:
34114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
34440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
34115
34441
  """
34116
34442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34117
34443
  required_arguments = ['databaseSoftwareImageId']
@@ -34216,7 +34542,7 @@ class DatabaseClient(object):
34216
34542
  :rtype: :class:`~oci.response.Response`
34217
34543
 
34218
34544
  :example:
34219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
34545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
34220
34546
  """
34221
34547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34222
34548
  required_arguments = ['dbHomeId']
@@ -34324,7 +34650,7 @@ class DatabaseClient(object):
34324
34650
  :rtype: :class:`~oci.response.Response`
34325
34651
 
34326
34652
  :example:
34327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
34653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
34328
34654
  """
34329
34655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34330
34656
  required_arguments = ['dbNodeId']
@@ -34438,7 +34764,7 @@ class DatabaseClient(object):
34438
34764
  :rtype: :class:`~oci.response.Response`
34439
34765
 
34440
34766
  :example:
34441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
34767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
34442
34768
  """
34443
34769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34444
34770
  required_arguments = ['dbSystemId']
@@ -34547,7 +34873,7 @@ class DatabaseClient(object):
34547
34873
  :rtype: :class:`~oci.response.Response`
34548
34874
 
34549
34875
  :example:
34550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
34876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
34551
34877
  """
34552
34878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34553
34879
  required_arguments = ['exadataInfrastructureId']
@@ -34667,7 +34993,7 @@ class DatabaseClient(object):
34667
34993
  :rtype: :class:`~oci.response.Response`
34668
34994
 
34669
34995
  :example:
34670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
34996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
34671
34997
  """
34672
34998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34673
34999
  required_arguments = ['dbSystemId']
@@ -34780,7 +35106,7 @@ class DatabaseClient(object):
34780
35106
  :rtype: :class:`~oci.response.Response`
34781
35107
 
34782
35108
  :example:
34783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
35109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
34784
35110
  """
34785
35111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34786
35112
  required_arguments = ['externalContainerDatabaseId']
@@ -34891,7 +35217,7 @@ class DatabaseClient(object):
34891
35217
  :rtype: :class:`~oci.response.Response`
34892
35218
 
34893
35219
  :example:
34894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
35220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
34895
35221
  """
34896
35222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34897
35223
  required_arguments = ['externalDatabaseConnectorId']
@@ -35001,7 +35327,7 @@ class DatabaseClient(object):
35001
35327
  :rtype: :class:`~oci.response.Response`
35002
35328
 
35003
35329
  :example:
35004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
35330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
35005
35331
  """
35006
35332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35007
35333
  required_arguments = ['externalNonContainerDatabaseId']
@@ -35113,7 +35439,7 @@ class DatabaseClient(object):
35113
35439
  :rtype: :class:`~oci.response.Response`
35114
35440
 
35115
35441
  :example:
35116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
35442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
35117
35443
  """
35118
35444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35119
35445
  required_arguments = ['externalPluggableDatabaseId']
@@ -35223,7 +35549,7 @@ class DatabaseClient(object):
35223
35549
  :rtype: :class:`~oci.response.Response`
35224
35550
 
35225
35551
  :example:
35226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
35552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
35227
35553
  """
35228
35554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35229
35555
  required_arguments = ['keyStoreId']
@@ -35328,7 +35654,7 @@ class DatabaseClient(object):
35328
35654
  :rtype: :class:`~oci.response.Response`
35329
35655
 
35330
35656
  :example:
35331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
35657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
35332
35658
  """
35333
35659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35334
35660
  required_arguments = ['maintenanceRunId']
@@ -35436,7 +35762,7 @@ class DatabaseClient(object):
35436
35762
  :rtype: :class:`~oci.response.Response`
35437
35763
 
35438
35764
  :example:
35439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
35765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
35440
35766
  """
35441
35767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35442
35768
  required_arguments = ['oneoffPatchId']
@@ -35543,7 +35869,7 @@ class DatabaseClient(object):
35543
35869
  :rtype: :class:`~oci.response.Response`
35544
35870
 
35545
35871
  :example:
35546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
35872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
35547
35873
  """
35548
35874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35549
35875
  required_arguments = ['pluggableDatabaseId']
@@ -35651,7 +35977,7 @@ class DatabaseClient(object):
35651
35977
  :rtype: :class:`~oci.response.Response`
35652
35978
 
35653
35979
  :example:
35654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
35980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
35655
35981
  """
35656
35982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35657
35983
  required_arguments = ['vmClusterId']
@@ -35767,7 +36093,7 @@ class DatabaseClient(object):
35767
36093
  :rtype: :class:`~oci.response.Response`
35768
36094
 
35769
36095
  :example:
35770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
36096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
35771
36097
  """
35772
36098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35773
36099
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -35878,7 +36204,7 @@ class DatabaseClient(object):
35878
36204
  :rtype: :class:`~oci.response.Response`
35879
36205
 
35880
36206
  :example:
35881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
36207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
35882
36208
  """
35883
36209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35884
36210
  required_arguments = ['databaseId']
@@ -35995,7 +36321,7 @@ class DatabaseClient(object):
35995
36321
  :rtype: :class:`~oci.response.Response`
35996
36322
 
35997
36323
  :example:
35998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
36324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
35999
36325
  """
36000
36326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36001
36327
  required_arguments = ['dbSystemId']
@@ -36112,7 +36438,7 @@ class DatabaseClient(object):
36112
36438
  :rtype: :class:`~oci.response.Response`
36113
36439
 
36114
36440
  :example:
36115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
36441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
36116
36442
  """
36117
36443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36118
36444
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']