oci 2.129.3__py3-none-any.whl → 2.130.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 (507) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +870 -87
  7. oci/ai_speech/ai_service_speech_client_composite_operations.py +146 -0
  8. oci/ai_speech/models/__init__.py +70 -0
  9. oci/ai_speech/models/change_customization_compartment_details.py +78 -0
  10. oci/ai_speech/models/create_customization_details.py +289 -0
  11. oci/ai_speech/models/create_realtime_session_token_details.py +142 -0
  12. oci/ai_speech/models/customization.py +544 -0
  13. oci/ai_speech/models/customization_collection.py +72 -0
  14. oci/ai_speech/models/customization_dataset_details.py +109 -0
  15. oci/ai_speech/models/customization_inference.py +173 -0
  16. oci/ai_speech/models/customization_inference_entity.py +138 -0
  17. oci/ai_speech/models/customization_model_details.py +139 -0
  18. oci/ai_speech/models/customization_referenced_entities.py +134 -0
  19. oci/ai_speech/models/customization_summary.py +396 -0
  20. oci/ai_speech/models/entity.py +134 -0
  21. oci/ai_speech/models/entity_list.py +166 -0
  22. oci/ai_speech/models/entity_list_dataset.py +115 -0
  23. oci/ai_speech/models/location_details.py +101 -0
  24. oci/ai_speech/models/object_list_dataset.py +144 -0
  25. oci/ai_speech/models/object_storage_dataset.py +109 -0
  26. oci/ai_speech/models/pronunciation.py +99 -0
  27. oci/ai_speech/models/realtime_message.py +168 -0
  28. oci/ai_speech/models/realtime_message_ack_audio.py +85 -0
  29. oci/ai_speech/models/realtime_message_ack_audio_details.py +134 -0
  30. oci/ai_speech/models/realtime_message_authentication.py +140 -0
  31. oci/ai_speech/models/realtime_message_authentication_credentials.py +89 -0
  32. oci/ai_speech/models/realtime_message_authentication_token.py +89 -0
  33. oci/ai_speech/models/realtime_message_connect.py +58 -0
  34. oci/ai_speech/models/realtime_message_error.py +120 -0
  35. oci/ai_speech/models/realtime_message_out.py +103 -0
  36. oci/ai_speech/models/realtime_message_result.py +89 -0
  37. oci/ai_speech/models/realtime_message_result_transcription.py +258 -0
  38. oci/ai_speech/models/realtime_message_result_transcription_token.py +212 -0
  39. oci/ai_speech/models/realtime_message_send_final_result.py +51 -0
  40. oci/ai_speech/models/realtime_model_details.py +139 -0
  41. oci/ai_speech/models/realtime_parameters.py +390 -0
  42. oci/ai_speech/models/realtime_session_token.py +200 -0
  43. oci/ai_speech/models/update_customization_details.py +254 -0
  44. oci/ai_vision/ai_service_vision_client.py +25 -25
  45. oci/analytics/analytics_client.py +23 -23
  46. oci/announcements_service/announcement_client.py +4 -4
  47. oci/announcements_service/announcement_subscription_client.py +9 -9
  48. oci/announcements_service/announcements_preferences_client.py +4 -4
  49. oci/apigateway/api_gateway_client.py +21 -21
  50. oci/apigateway/deployment_client.py +6 -6
  51. oci/apigateway/gateway_client.py +6 -6
  52. oci/apigateway/subscribers_client.py +6 -6
  53. oci/apigateway/usage_plans_client.py +6 -6
  54. oci/apigateway/work_requests_client.py +5 -5
  55. oci/apm_config/config_client.py +9 -9
  56. oci/apm_control_plane/apm_domain_client.py +14 -14
  57. oci/apm_synthetics/apm_synthetic_client.py +29 -29
  58. oci/apm_synthetics/models/__init__.py +14 -0
  59. oci/apm_synthetics/models/basic_authentication_details.py +99 -0
  60. oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
  61. oci/apm_synthetics/models/create_monitor_details.py +48 -9
  62. oci/apm_synthetics/models/database_wallet_details.py +103 -0
  63. oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
  64. oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
  65. oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
  66. oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
  67. oci/apm_synthetics/models/monitor.py +112 -11
  68. oci/apm_synthetics/models/monitor_configuration.py +19 -3
  69. oci/apm_synthetics/models/monitor_summary.py +112 -11
  70. oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
  71. oci/apm_synthetics/models/password.py +109 -0
  72. oci/apm_synthetics/models/password_in_text.py +82 -0
  73. oci/apm_synthetics/models/password_in_vault.py +83 -0
  74. oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
  75. oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
  76. oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
  77. oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
  78. oci/apm_synthetics/models/update_monitor_details.py +37 -6
  79. oci/apm_synthetics/models/vantage_point_info.py +33 -2
  80. oci/apm_synthetics/models/worker_monitor_list.py +11 -3
  81. oci/apm_traces/attributes_client.py +8 -8
  82. oci/apm_traces/query_client.py +2 -2
  83. oci/apm_traces/trace_client.py +4 -4
  84. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  85. oci/artifacts/artifacts_client.py +32 -32
  86. oci/audit/audit_client.py +3 -3
  87. oci/auth/certificate_retriever.py +13 -6
  88. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +38 -5
  89. oci/auth/signers/instance_principals_security_token_signer.py +1 -1
  90. oci/auth/signers/key_pair_signer.py +2 -2
  91. oci/auth/signers/resource_principals_signer.py +17 -5
  92. oci/autoscaling/auto_scaling_client.py +11 -11
  93. oci/bastion/bastion_client.py +15 -15
  94. oci/bds/bds_client.py +66 -66
  95. oci/blockchain/blockchain_platform_client.py +27 -27
  96. oci/budget/budget_client.py +10 -10
  97. oci/capacity_management/capacity_management_client.py +22 -22
  98. oci/certificates/certificates_client.py +5 -5
  99. oci/certificates_management/certificates_management_client.py +32 -32
  100. oci/cims/incident_client.py +8 -8
  101. oci/cims/user_client.py +1 -1
  102. oci/cloud_bridge/common_client.py +5 -5
  103. oci/cloud_bridge/discovery_client.py +14 -14
  104. oci/cloud_bridge/inventory_client.py +16 -16
  105. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  106. oci/cloud_guard/cloud_guard_client.py +155 -155
  107. oci/cloud_migrations/migration_client.py +43 -43
  108. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  109. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  110. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  111. oci/compute_instance_agent/plugin_client.py +2 -2
  112. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  113. oci/container_engine/container_engine_client.py +44 -44
  114. oci/container_instances/container_instance_client.py +18 -18
  115. oci/core/blockstorage_client.py +60 -60
  116. oci/core/compute_client.py +508 -99
  117. oci/core/compute_client_composite_operations.py +39 -0
  118. oci/core/compute_management_client.py +32 -32
  119. oci/core/models/__init__.py +6 -0
  120. oci/core/models/instance_maintenance_event.py +1022 -0
  121. oci/core/models/instance_maintenance_event_summary.py +795 -0
  122. oci/core/models/update_instance_maintenance_event_details.py +281 -0
  123. oci/core/virtual_network_client.py +247 -247
  124. oci/dashboard_service/dashboard_client.py +6 -6
  125. oci/dashboard_service/dashboard_group_client.py +6 -6
  126. oci/data_catalog/data_catalog_client.py +149 -149
  127. oci/data_flow/data_flow_client.py +42 -42
  128. oci/data_integration/data_integration_client.py +163 -163
  129. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  130. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  131. oci/data_safe/data_safe_client.py +3762 -2702
  132. oci/data_safe/data_safe_client_composite_operations.py +307 -0
  133. oci/data_safe/models/__init__.py +14 -0
  134. oci/data_safe/models/alert.py +62 -0
  135. oci/data_safe/models/alert_policy.py +31 -0
  136. oci/data_safe/models/alert_policy_rule.py +127 -2
  137. oci/data_safe/models/alert_policy_rule_summary.py +127 -2
  138. oci/data_safe/models/alert_policy_summary.py +31 -0
  139. oci/data_safe/models/alert_summary.py +62 -0
  140. oci/data_safe/models/audit_event_summary.py +62 -0
  141. oci/data_safe/models/create_alert_policy_details.py +31 -0
  142. oci/data_safe/models/create_alert_policy_rule_details.py +33 -2
  143. oci/data_safe/models/create_discovery_job_details.py +33 -0
  144. oci/data_safe/models/create_security_assessment_details.py +31 -0
  145. oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
  146. oci/data_safe/models/create_user_assessment_details.py +31 -0
  147. oci/data_safe/models/discovery_job.py +31 -0
  148. oci/data_safe/models/finding_summary.py +31 -0
  149. oci/data_safe/models/generate_report_details.py +2 -2
  150. oci/data_safe/models/references.py +34 -3
  151. oci/data_safe/models/report.py +44 -5
  152. oci/data_safe/models/report_definition.py +40 -5
  153. oci/data_safe/models/report_definition_summary.py +7 -3
  154. oci/data_safe/models/report_summary.py +13 -5
  155. oci/data_safe/models/schedule_report_details.py +2 -2
  156. oci/data_safe/models/security_assessment.py +31 -0
  157. oci/data_safe/models/sensitive_data_model.py +35 -0
  158. oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
  159. oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
  160. oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
  161. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
  162. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
  163. oci/data_safe/models/tables_for_discovery.py +103 -0
  164. oci/data_safe/models/target_alert_policy_association.py +31 -0
  165. oci/data_safe/models/target_alert_policy_association_summary.py +31 -0
  166. oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
  167. oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
  168. oci/data_safe/models/update_alert_policy_details.py +240 -0
  169. oci/data_safe/models/update_alert_policy_rule_details.py +33 -2
  170. oci/data_safe/models/update_security_assessment_details.py +31 -0
  171. oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
  172. oci/data_safe/models/update_user_assessment_details.py +31 -0
  173. oci/data_safe/models/user_assessment.py +31 -0
  174. oci/data_safe/models/user_assessment_summary.py +31 -0
  175. oci/data_safe/models/work_request.py +39 -3
  176. oci/data_safe/models/work_request_summary.py +39 -3
  177. oci/data_science/data_science_client.py +91 -91
  178. oci/database/database_client.py +707 -353
  179. oci/database/database_client_composite_operations.py +123 -0
  180. oci/database/models/__init__.py +8 -0
  181. oci/database/models/autonomous_database.py +103 -2
  182. oci/database/models/autonomous_database_summary.py +103 -2
  183. oci/database/models/change_autonomous_database_subscription_details.py +107 -0
  184. oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
  185. oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
  186. oci/database/models/change_subscription_details.py +107 -0
  187. oci/database/models/cloud_exadata_infrastructure.py +35 -0
  188. oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
  189. oci/database/models/cloud_vm_cluster.py +35 -0
  190. oci/database/models/cloud_vm_cluster_summary.py +35 -0
  191. oci/database/models/create_autonomous_database_base.py +66 -0
  192. oci/database/models/create_autonomous_database_clone_details.py +14 -0
  193. oci/database/models/create_autonomous_database_details.py +14 -0
  194. oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
  195. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
  196. oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
  197. oci/database/models/create_cloud_vm_cluster_details.py +35 -0
  198. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
  199. oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
  200. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
  201. oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
  202. oci/database/models/update_autonomous_database_details.py +31 -0
  203. oci/database_management/db_management_client.py +208 -208
  204. oci/database_management/diagnosability_client.py +4 -4
  205. oci/database_management/managed_my_sql_databases_client.py +7 -7
  206. oci/database_management/perfhub_client.py +1 -1
  207. oci/database_management/sql_tuning_client.py +17 -17
  208. oci/database_migration/database_migration_client.py +792 -66
  209. oci/database_migration/database_migration_client_composite_operations.py +179 -0
  210. oci/database_migration/models/__init__.py +8 -0
  211. oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +11 -3
  212. oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +11 -3
  213. oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +11 -3
  214. oci/database_migration/models/create_parameter_file_version_details.py +181 -0
  215. oci/database_migration/models/job.py +31 -0
  216. oci/database_migration/models/non_adb_auto_create_tablespace_details.py +11 -3
  217. oci/database_migration/models/parameter_file_version.py +274 -0
  218. oci/database_migration/models/parameter_file_version_collection.py +72 -0
  219. oci/database_migration/models/parameter_file_version_summary.py +342 -0
  220. oci/database_migration/models/phase_status.py +80 -2
  221. oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +11 -3
  222. oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +11 -3
  223. oci/database_tools/database_tools_client.py +23 -23
  224. oci/demand_signal/occ_demand_signal_client.py +7 -7
  225. oci/desktops/desktop_service_client.py +21 -21
  226. oci/devops/devops_client.py +89 -89
  227. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  228. oci/dns/dns_client.py +52 -52
  229. oci/dts/appliance_export_job_client.py +6 -6
  230. oci/dts/shipping_vendors_client.py +1 -1
  231. oci/dts/transfer_appliance_client.py +8 -8
  232. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  233. oci/dts/transfer_device_client.py +5 -5
  234. oci/dts/transfer_job_client.py +6 -6
  235. oci/dts/transfer_package_client.py +7 -7
  236. oci/em_warehouse/em_data_lake_client.py +13 -13
  237. oci/em_warehouse/em_warehouse_client.py +13 -13
  238. oci/email/email_client.py +31 -31
  239. oci/email_data_plane/email_dp_client.py +1 -1
  240. oci/events/events_client.py +6 -6
  241. oci/file_storage/file_storage_client.py +51 -51
  242. oci/fleet_software_update/fleet_software_update_client.py +259 -45
  243. oci/fleet_software_update/fleet_software_update_client_composite_operations.py +52 -1
  244. oci/fleet_software_update/models/__init__.py +4 -0
  245. oci/fleet_software_update/models/cloud_vm_cluster_target_summary.py +33 -2
  246. oci/fleet_software_update/models/create_fsu_cycle_details.py +27 -0
  247. oci/fleet_software_update/models/create_patch_fsu_cycle.py +7 -0
  248. oci/fleet_software_update/models/diagnostics_collection_details.py +94 -0
  249. oci/fleet_software_update/models/fsu_collection_target.py +239 -0
  250. oci/fleet_software_update/models/fsu_cycle.py +27 -0
  251. oci/fleet_software_update/models/fsu_cycle_summary.py +27 -0
  252. oci/fleet_software_update/models/gi_resource_id_filter.py +7 -3
  253. oci/fleet_software_update/models/image_id_fsu_target_details.py +4 -1
  254. oci/fleet_software_update/models/patch_fsu_cycle.py +7 -0
  255. oci/fleet_software_update/models/update_fsu_cycle_details.py +27 -0
  256. oci/fleet_software_update/models/update_patch_fsu_cycle.py +7 -0
  257. oci/fleet_software_update/models/vm_cluster_target_summary.py +33 -2
  258. oci/functions/functions_invoke_client.py +1 -1
  259. oci/functions/functions_management_client.py +16 -16
  260. oci/fusion_apps/data_masking_activity_client.py +3 -3
  261. oci/fusion_apps/fusion_applications_client.py +41 -41
  262. oci/fusion_apps/fusion_environment_client.py +15 -15
  263. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  264. oci/fusion_apps/refresh_activity_client.py +4 -4
  265. oci/fusion_apps/scheduled_activity_client.py +2 -2
  266. oci/fusion_apps/service_attachment_client.py +2 -2
  267. oci/generative_ai/generative_ai_client.py +22 -22
  268. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  269. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  270. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  271. oci/golden_gate/golden_gate_client.py +68 -68
  272. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  273. oci/governance_rules_control_plane/work_request_client.py +5 -5
  274. oci/healthchecks/health_checks_client.py +17 -17
  275. oci/identity/identity_client.py +145 -145
  276. oci/identity_data_plane/dataplane_client.py +2 -2
  277. oci/identity_domains/identity_domains_client.py +1525 -662
  278. oci/identity_domains/models/__init__.py +12 -0
  279. oci/identity_domains/models/extension_social_identity_provider.py +220 -0
  280. oci/identity_domains/models/identity_propagation_trust.py +0 -49
  281. oci/identity_domains/models/identity_provider_jit_prov_assigned_groups.py +214 -0
  282. oci/identity_domains/models/social_identity_provider.py +2083 -0
  283. oci/identity_domains/models/social_identity_provider_jit_prov_assigned_groups.py +202 -0
  284. oci/identity_domains/models/social_identity_provider_relay_idp_param_mappings.py +147 -0
  285. oci/identity_domains/models/social_identity_provider_search_request.py +364 -0
  286. oci/identity_domains/models/social_identity_providers.py +196 -0
  287. oci/integration/integration_instance_client.py +15 -15
  288. oci/jms/java_management_service_client.py +66 -66
  289. oci/jms_java_downloads/java_download_client.py +25 -25
  290. oci/key_management/ekm_client.py +5 -5
  291. oci/key_management/kms_crypto_client.py +6 -6
  292. oci/key_management/kms_hsm_cluster_client.py +12 -12
  293. oci/key_management/kms_management_client.py +21 -21
  294. oci/key_management/kms_vault_client.py +14 -14
  295. oci/license_manager/license_manager_client.py +18 -18
  296. oci/limits/limits_client.py +4 -4
  297. oci/limits/quotas_client.py +7 -7
  298. oci/load_balancer/load_balancer_client.py +61 -61
  299. oci/lockbox/lockbox_client.py +24 -24
  300. oci/log_analytics/log_analytics_client.py +193 -193
  301. oci/logging/logging_management_client.py +30 -30
  302. oci/loggingingestion/logging_client.py +1 -1
  303. oci/loggingsearch/log_search_client.py +1 -1
  304. oci/management_agent/management_agent_client.py +28 -28
  305. oci/management_dashboard/dashx_apis_client.py +14 -14
  306. oci/marketplace/account_client.py +2 -2
  307. oci/marketplace/marketplace_client.py +30 -30
  308. oci/marketplace_private_offer/attachment_client.py +5 -5
  309. oci/marketplace_private_offer/offer_client.py +6 -6
  310. oci/marketplace_publisher/attachment_client.py +5 -5
  311. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  312. oci/marketplace_publisher/offer_client.py +6 -6
  313. oci/media_services/media_services_client.py +60 -60
  314. oci/media_services/media_stream_client.py +2 -2
  315. oci/monitoring/monitoring_client.py +18 -18
  316. oci/mysql/channels_client.py +7 -7
  317. oci/mysql/db_backups_client.py +7 -7
  318. oci/mysql/db_system_client.py +17 -17
  319. oci/mysql/mysqlaas_client.py +7 -7
  320. oci/mysql/replicas_client.py +5 -5
  321. oci/mysql/work_requests_client.py +4 -4
  322. oci/network_firewall/models/__init__.py +22 -0
  323. oci/network_firewall/models/create_tunnel_inspection_rule_details.py +218 -0
  324. oci/network_firewall/models/create_vxlan_inspection_rule_details.py +127 -0
  325. oci/network_firewall/models/tunnel_inspection_rule.py +280 -0
  326. oci/network_firewall/models/tunnel_inspection_rule_summary.py +253 -0
  327. oci/network_firewall/models/tunnel_inspection_rule_summary_collection.py +72 -0
  328. oci/network_firewall/models/update_tunnel_inspection_rule_details.py +187 -0
  329. oci/network_firewall/models/update_vxlan_inspection_rule_details.py +120 -0
  330. oci/network_firewall/models/vxlan_inspection_rule.py +141 -0
  331. oci/network_firewall/models/vxlan_inspection_rule_match_criteria.py +104 -0
  332. oci/network_firewall/models/vxlan_inspection_rule_profile.py +72 -0
  333. oci/network_firewall/models/vxlan_inspection_rule_summary.py +134 -0
  334. oci/network_firewall/network_firewall_client.py +837 -97
  335. oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
  336. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  337. oci/nosql/nosql_client.py +24 -24
  338. oci/object_storage/object_storage_client.py +50 -50
  339. oci/object_storage/transfer/internal/download/__init__.py +1 -1
  340. oci/oce/oce_instance_client.py +10 -10
  341. oci/oci_control_center/occ_metrics_client.py +3 -3
  342. oci/ocvp/cluster_client.py +5 -5
  343. oci/ocvp/esxi_host_client.py +8 -8
  344. oci/ocvp/sddc_client.py +14 -14
  345. oci/ocvp/work_request_client.py +4 -4
  346. oci/oda/management_client.py +59 -59
  347. oci/oda/oda_client.py +17 -17
  348. oci/oda/odapackage_client.py +7 -7
  349. oci/onesubscription/billing_schedule_client.py +1 -1
  350. oci/onesubscription/commitment_client.py +2 -2
  351. oci/onesubscription/computed_usage_client.py +3 -3
  352. oci/onesubscription/invoice_summary_client.py +2 -2
  353. oci/onesubscription/organization_subscription_client.py +1 -1
  354. oci/onesubscription/ratecard_client.py +1 -1
  355. oci/onesubscription/subscribed_service_client.py +2 -2
  356. oci/onesubscription/subscription_client.py +1 -1
  357. oci/ons/notification_control_plane_client.py +6 -6
  358. oci/ons/notification_data_plane_client.py +10 -10
  359. oci/opa/opa_instance_client.py +13 -13
  360. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  361. oci/opensearch/opensearch_cluster_client.py +14 -14
  362. oci/operator_access_control/access_requests_client.py +10 -10
  363. oci/operator_access_control/operator_actions_client.py +2 -2
  364. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  365. oci/operator_access_control/operator_control_client.py +6 -6
  366. oci/opsi/models/__init__.py +22 -0
  367. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  368. oci/opsi/models/autonomous_database_insight.py +1 -1
  369. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  370. oci/opsi/models/create_database_insight_details.py +11 -3
  371. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  372. oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
  373. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  374. oci/opsi/models/database_configuration_summary.py +11 -3
  375. oci/opsi/models/database_insight.py +11 -3
  376. oci/opsi/models/database_insight_summary.py +11 -3
  377. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  378. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  379. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  380. oci/opsi/models/enable_database_insight_details.py +11 -3
  381. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  382. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
  383. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  384. oci/opsi/models/host_containers.py +182 -0
  385. oci/opsi/models/host_cpu_usage.py +1 -1
  386. oci/opsi/models/host_filesystem_usage.py +30 -3
  387. oci/opsi/models/host_gpu_processes.py +1 -1
  388. oci/opsi/models/host_gpu_usage.py +1 -1
  389. oci/opsi/models/host_io_usage.py +244 -0
  390. oci/opsi/models/host_memory_usage.py +1 -1
  391. oci/opsi/models/host_network_activity_summary.py +1 -1
  392. oci/opsi/models/host_performance_metric_group.py +19 -3
  393. oci/opsi/models/host_top_processes.py +158 -3
  394. oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
  395. oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
  396. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  397. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  398. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  399. oci/opsi/models/mds_my_sql_database_insight.py +374 -0
  400. oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
  401. oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
  402. oci/opsi/models/my_sql_sql_stats.py +1074 -0
  403. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  404. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  405. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  406. oci/opsi/models/resource_statistics.py +64 -2
  407. oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
  408. oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
  409. oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
  410. oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
  411. oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
  412. oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
  413. oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
  414. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  415. oci/opsi/models/update_database_insight_details.py +11 -3
  416. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  417. oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
  418. oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
  419. oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
  420. oci/opsi/operations_insights_client.py +464 -195
  421. oci/optimizer/optimizer_client.py +26 -26
  422. oci/os_management/event_client.py +8 -8
  423. oci/os_management/os_management_client.py +69 -69
  424. oci/os_management_hub/event_client.py +8 -8
  425. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  426. oci/os_management_hub/managed_instance_client.py +31 -31
  427. oci/os_management_hub/managed_instance_group_client.py +25 -25
  428. oci/os_management_hub/management_station_client.py +10 -10
  429. oci/os_management_hub/onboarding_client.py +6 -6
  430. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  431. oci/os_management_hub/scheduled_job_client.py +7 -7
  432. oci/os_management_hub/software_source_client.py +27 -27
  433. oci/os_management_hub/work_request_client.py +4 -4
  434. oci/osp_gateway/address_rule_service_client.py +1 -1
  435. oci/osp_gateway/address_service_client.py +2 -2
  436. oci/osp_gateway/invoice_service_client.py +5 -5
  437. oci/osp_gateway/subscription_service_client.py +5 -5
  438. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  439. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  440. oci/osub_subscription/commitment_client.py +2 -2
  441. oci/osub_subscription/ratecard_client.py +1 -1
  442. oci/osub_subscription/subscription_client.py +1 -1
  443. oci/osub_usage/computed_usage_client.py +3 -3
  444. oci/psql/postgresql_client.py +33 -33
  445. oci/queue/queue_admin_client.py +11 -11
  446. oci/queue/queue_client.py +8 -8
  447. oci/recovery/database_recovery_client.py +25 -25
  448. oci/redis/models/create_redis_cluster_details.py +12 -2
  449. oci/redis/models/redis_cluster.py +19 -5
  450. oci/redis/models/redis_cluster_summary.py +12 -2
  451. oci/redis/models/update_redis_cluster_details.py +12 -2
  452. oci/redis/redis_cluster_client.py +11 -11
  453. oci/resource_manager/resource_manager_client.py +52 -52
  454. oci/resource_scheduler/schedule_client.py +13 -13
  455. oci/resource_search/resource_search_client.py +3 -3
  456. oci/rover/rover_bundle_client.py +8 -8
  457. oci/rover/rover_cluster_client.py +8 -8
  458. oci/rover/rover_entitlement_client.py +6 -6
  459. oci/rover/rover_node_client.py +15 -15
  460. oci/rover/shape_client.py +1 -1
  461. oci/rover/work_requests_client.py +5 -5
  462. oci/sch/connector_plugins_client.py +2 -2
  463. oci/sch/service_connector_client.py +12 -12
  464. oci/secrets/secrets_client.py +3 -3
  465. oci/service_catalog/service_catalog_client.py +26 -26
  466. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  467. oci/service_mesh/service_mesh_client.py +48 -48
  468. oci/stack_monitoring/models/baselineable_metric.py +155 -124
  469. oci/stack_monitoring/models/baselineable_metric_summary.py +31 -0
  470. oci/stack_monitoring/models/create_baselineable_metric_details.py +35 -4
  471. oci/stack_monitoring/models/update_baselineable_metric_details.py +31 -0
  472. oci/stack_monitoring/stack_monitoring_client.py +74 -64
  473. oci/streaming/stream_admin_client.py +18 -18
  474. oci/streaming/stream_client.py +8 -8
  475. oci/tenant_manager_control_plane/domain_client.py +5 -5
  476. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  477. oci/tenant_manager_control_plane/governance_client.py +2 -2
  478. oci/tenant_manager_control_plane/link_client.py +3 -3
  479. oci/tenant_manager_control_plane/orders_client.py +2 -2
  480. oci/tenant_manager_control_plane/organization_client.py +10 -10
  481. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  482. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  483. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  484. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  485. oci/threat_intelligence/threatintel_client.py +5 -5
  486. oci/usage/resources_client.py +2 -2
  487. oci/usage/rewards_client.py +6 -6
  488. oci/usage/usagelimits_client.py +1 -1
  489. oci/usage_api/usageapi_client.py +33 -33
  490. oci/vault/vaults_client.py +13 -13
  491. oci/vbs_inst/vbs_instance_client.py +10 -10
  492. oci/version.py +1 -1
  493. oci/visual_builder/vb_instance_client.py +13 -13
  494. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  495. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  496. oci/waa/waa_client.py +13 -13
  497. oci/waa/work_request_client.py +4 -4
  498. oci/waas/redirect_client.py +6 -6
  499. oci/waas/waas_client.py +66 -66
  500. oci/waf/waf_client.py +24 -24
  501. oci/work_requests/work_request_client.py +4 -4
  502. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/METADATA +1 -1
  503. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/RECORD +507 -417
  504. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/LICENSE.txt +0 -0
  505. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  506. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/WHEEL +0 -0
  507. {oci-2.129.3.dist-info → oci-2.130.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.129.3/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.129.3/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1108
1108
  """
1109
1109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1110
1110
  required_arguments = ['autonomousDatabaseId']
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
1222
1222
  :rtype: :class:`~oci.response.Response`
1223
1223
 
1224
1224
  :example:
1225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1226
1226
  """
1227
1227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1228
1228
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1296,6 +1296,124 @@ class DatabaseClient(object):
1296
1296
  api_reference_link=api_reference_link,
1297
1297
  required_arguments=required_arguments)
1298
1298
 
1299
+ def change_autonomous_database_subscription(self, change_autonomous_database_subscription_details, autonomous_database_id, **kwargs):
1300
+ """
1301
+ Associate an Autonomous Database with a different subscription.
1302
+
1303
+
1304
+ :param oci.database.models.ChangeAutonomousDatabaseSubscriptionDetails change_autonomous_database_subscription_details: (required)
1305
+ Associate an Autonomous Database with a different subscription.
1306
+
1307
+ :param str autonomous_database_id: (required)
1308
+ The database `OCID`__.
1309
+
1310
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1311
+
1312
+ :param str opc_retry_token: (optional)
1313
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
1314
+ server error without risk of executing that same action again. Retry tokens expire after 24
1315
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
1316
+ has been deleted and purged from the system, then a retry of the original creation request
1317
+ may be rejected).
1318
+
1319
+ :param str opc_request_id: (optional)
1320
+ Unique identifier for the request.
1321
+
1322
+ :param str if_match: (optional)
1323
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
1324
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1325
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
1326
+
1327
+ :param obj retry_strategy: (optional)
1328
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1329
+
1330
+ 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.
1331
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1332
+
1333
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1334
+
1335
+ :param bool allow_control_chars: (optional)
1336
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1337
+ By default, the response will not allow control characters in strings
1338
+
1339
+ :return: A :class:`~oci.response.Response` object with data of type None
1340
+ :rtype: :class:`~oci.response.Response`
1341
+
1342
+ :example:
1343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1344
+ """
1345
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1346
+ required_arguments = ['autonomousDatabaseId']
1347
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/changeSubscription"
1348
+ method = "POST"
1349
+ operation_name = "change_autonomous_database_subscription"
1350
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/ChangeAutonomousDatabaseSubscription"
1351
+
1352
+ # Don't accept unknown kwargs
1353
+ expected_kwargs = [
1354
+ "allow_control_chars",
1355
+ "retry_strategy",
1356
+ "opc_retry_token",
1357
+ "opc_request_id",
1358
+ "if_match"
1359
+ ]
1360
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1361
+ if extra_kwargs:
1362
+ raise ValueError(
1363
+ f"change_autonomous_database_subscription got unknown kwargs: {extra_kwargs!r}")
1364
+
1365
+ path_params = {
1366
+ "autonomousDatabaseId": autonomous_database_id
1367
+ }
1368
+
1369
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1370
+
1371
+ for (k, v) in six.iteritems(path_params):
1372
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1373
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1374
+
1375
+ header_params = {
1376
+ "accept": "application/json",
1377
+ "content-type": "application/json",
1378
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
1379
+ "opc-request-id": kwargs.get("opc_request_id", missing),
1380
+ "if-match": kwargs.get("if_match", missing)
1381
+ }
1382
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1383
+
1384
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
1385
+ operation_retry_strategy=kwargs.get('retry_strategy'),
1386
+ client_retry_strategy=self.retry_strategy
1387
+ )
1388
+
1389
+ if retry_strategy:
1390
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1391
+ self.base_client.add_opc_retry_token_if_needed(header_params)
1392
+ self.base_client.add_opc_client_retries_header(header_params)
1393
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1394
+ return retry_strategy.make_retrying_call(
1395
+ self.base_client.call_api,
1396
+ resource_path=resource_path,
1397
+ method=method,
1398
+ path_params=path_params,
1399
+ header_params=header_params,
1400
+ body=change_autonomous_database_subscription_details,
1401
+ allow_control_chars=kwargs.get('allow_control_chars'),
1402
+ operation_name=operation_name,
1403
+ api_reference_link=api_reference_link,
1404
+ required_arguments=required_arguments)
1405
+ else:
1406
+ return self.base_client.call_api(
1407
+ resource_path=resource_path,
1408
+ method=method,
1409
+ path_params=path_params,
1410
+ header_params=header_params,
1411
+ body=change_autonomous_database_subscription_details,
1412
+ allow_control_chars=kwargs.get('allow_control_chars'),
1413
+ operation_name=operation_name,
1414
+ api_reference_link=api_reference_link,
1415
+ required_arguments=required_arguments)
1416
+
1299
1417
  def change_autonomous_exadata_infrastructure_compartment(self, change_compartment_details, autonomous_exadata_infrastructure_id, **kwargs):
1300
1418
  """
1301
1419
  **Deprecated.** Use the :func:`change_cloud_exadata_infrastructure_compartment` operation to move an Exadata infrastructure resource to a different compartment and :func:`change_cloud_autonomous_vm_cluster_compartment` operation to move an Autonomous Exadata VM cluster to a different compartment.
@@ -1344,7 +1462,7 @@ class DatabaseClient(object):
1344
1462
  :rtype: :class:`~oci.response.Response`
1345
1463
 
1346
1464
  :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1348
1466
  """
1349
1467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
1468
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1462,7 +1580,7 @@ class DatabaseClient(object):
1462
1580
  :rtype: :class:`~oci.response.Response`
1463
1581
 
1464
1582
  :example:
1465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1466
1584
  """
1467
1585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1468
1586
  required_arguments = ['autonomousVmClusterId']
@@ -1584,7 +1702,7 @@ class DatabaseClient(object):
1584
1702
  :rtype: :class:`~oci.response.Response`
1585
1703
 
1586
1704
  :example:
1587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1588
1706
  """
1589
1707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1590
1708
  required_arguments = ['backupDestinationId']
@@ -1702,7 +1820,7 @@ class DatabaseClient(object):
1702
1820
  :rtype: :class:`~oci.response.Response`
1703
1821
 
1704
1822
  :example:
1705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1706
1824
  """
1707
1825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1708
1826
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1822,7 +1940,7 @@ class DatabaseClient(object):
1822
1940
  :rtype: :class:`~oci.response.Response`
1823
1941
 
1824
1942
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1826
1944
  """
1827
1945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
1946
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1896,6 +2014,124 @@ class DatabaseClient(object):
1896
2014
  api_reference_link=api_reference_link,
1897
2015
  required_arguments=required_arguments)
1898
2016
 
2017
+ def change_cloud_exadata_infrastructure_subscription(self, change_cloud_exadata_infrastructure_subscription_details, cloud_exadata_infrastructure_id, **kwargs):
2018
+ """
2019
+ Associate a cloud Exadata infrastructure with a different subscription.
2020
+
2021
+
2022
+ :param oci.database.models.ChangeCloudExadataInfrastructureSubscriptionDetails change_cloud_exadata_infrastructure_subscription_details: (required)
2023
+ Associate a cloud Exadata infrastructure with a different subscription.
2024
+
2025
+ :param str cloud_exadata_infrastructure_id: (required)
2026
+ The cloud Exadata infrastructure `OCID`__.
2027
+
2028
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2029
+
2030
+ :param str opc_retry_token: (optional)
2031
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
2032
+ server error without risk of executing that same action again. Retry tokens expire after 24
2033
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
2034
+ has been deleted and purged from the system, then a retry of the original creation request
2035
+ may be rejected).
2036
+
2037
+ :param str opc_request_id: (optional)
2038
+ Unique identifier for the request.
2039
+
2040
+ :param str if_match: (optional)
2041
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
2042
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
2043
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
2044
+
2045
+ :param obj retry_strategy: (optional)
2046
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
2047
+
2048
+ 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.
2049
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
2050
+
2051
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
2052
+
2053
+ :param bool allow_control_chars: (optional)
2054
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
2055
+ By default, the response will not allow control characters in strings
2056
+
2057
+ :return: A :class:`~oci.response.Response` object with data of type None
2058
+ :rtype: :class:`~oci.response.Response`
2059
+
2060
+ :example:
2061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2062
+ """
2063
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2064
+ required_arguments = ['cloudExadataInfrastructureId']
2065
+ resource_path = "/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/actions/changeSubscription"
2066
+ method = "POST"
2067
+ operation_name = "change_cloud_exadata_infrastructure_subscription"
2068
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ChangeCloudExadataInfrastructureSubscription"
2069
+
2070
+ # Don't accept unknown kwargs
2071
+ expected_kwargs = [
2072
+ "allow_control_chars",
2073
+ "retry_strategy",
2074
+ "opc_retry_token",
2075
+ "opc_request_id",
2076
+ "if_match"
2077
+ ]
2078
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
2079
+ if extra_kwargs:
2080
+ raise ValueError(
2081
+ f"change_cloud_exadata_infrastructure_subscription got unknown kwargs: {extra_kwargs!r}")
2082
+
2083
+ path_params = {
2084
+ "cloudExadataInfrastructureId": cloud_exadata_infrastructure_id
2085
+ }
2086
+
2087
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
2088
+
2089
+ for (k, v) in six.iteritems(path_params):
2090
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
2091
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
2092
+
2093
+ header_params = {
2094
+ "accept": "application/json",
2095
+ "content-type": "application/json",
2096
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
2097
+ "opc-request-id": kwargs.get("opc_request_id", missing),
2098
+ "if-match": kwargs.get("if_match", missing)
2099
+ }
2100
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
2101
+
2102
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
2103
+ operation_retry_strategy=kwargs.get('retry_strategy'),
2104
+ client_retry_strategy=self.retry_strategy
2105
+ )
2106
+
2107
+ if retry_strategy:
2108
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
2109
+ self.base_client.add_opc_retry_token_if_needed(header_params)
2110
+ self.base_client.add_opc_client_retries_header(header_params)
2111
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
2112
+ return retry_strategy.make_retrying_call(
2113
+ self.base_client.call_api,
2114
+ resource_path=resource_path,
2115
+ method=method,
2116
+ path_params=path_params,
2117
+ header_params=header_params,
2118
+ body=change_cloud_exadata_infrastructure_subscription_details,
2119
+ allow_control_chars=kwargs.get('allow_control_chars'),
2120
+ operation_name=operation_name,
2121
+ api_reference_link=api_reference_link,
2122
+ required_arguments=required_arguments)
2123
+ else:
2124
+ return self.base_client.call_api(
2125
+ resource_path=resource_path,
2126
+ method=method,
2127
+ path_params=path_params,
2128
+ header_params=header_params,
2129
+ body=change_cloud_exadata_infrastructure_subscription_details,
2130
+ allow_control_chars=kwargs.get('allow_control_chars'),
2131
+ operation_name=operation_name,
2132
+ api_reference_link=api_reference_link,
2133
+ required_arguments=required_arguments)
2134
+
1899
2135
  def change_cloud_vm_cluster_compartment(self, change_cloud_vm_cluster_compartment_details, cloud_vm_cluster_id, **kwargs):
1900
2136
  """
1901
2137
  Moves a cloud VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
@@ -1940,7 +2176,7 @@ class DatabaseClient(object):
1940
2176
  :rtype: :class:`~oci.response.Response`
1941
2177
 
1942
2178
  :example:
1943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1944
2180
  """
1945
2181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1946
2182
  required_arguments = ['cloudVmClusterId']
@@ -2014,6 +2250,124 @@ class DatabaseClient(object):
2014
2250
  api_reference_link=api_reference_link,
2015
2251
  required_arguments=required_arguments)
2016
2252
 
2253
+ def change_cloud_vm_cluster_subscription(self, change_cloud_vm_cluster_subscription_details, cloud_vm_cluster_id, **kwargs):
2254
+ """
2255
+ Associate a cloud VM cluster with a different subscription.
2256
+
2257
+
2258
+ :param oci.database.models.ChangeCloudVmClusterSubscriptionDetails change_cloud_vm_cluster_subscription_details: (required)
2259
+ Associate a cloud VM cluster with a different subscription.
2260
+
2261
+ :param str cloud_vm_cluster_id: (required)
2262
+ The cloud VM cluster `OCID`__.
2263
+
2264
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2265
+
2266
+ :param str opc_retry_token: (optional)
2267
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
2268
+ server error without risk of executing that same action again. Retry tokens expire after 24
2269
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
2270
+ has been deleted and purged from the system, then a retry of the original creation request
2271
+ may be rejected).
2272
+
2273
+ :param str opc_request_id: (optional)
2274
+ Unique identifier for the request.
2275
+
2276
+ :param str if_match: (optional)
2277
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
2278
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
2279
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
2280
+
2281
+ :param obj retry_strategy: (optional)
2282
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
2283
+
2284
+ 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.
2285
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
2286
+
2287
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
2288
+
2289
+ :param bool allow_control_chars: (optional)
2290
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
2291
+ By default, the response will not allow control characters in strings
2292
+
2293
+ :return: A :class:`~oci.response.Response` object with data of type None
2294
+ :rtype: :class:`~oci.response.Response`
2295
+
2296
+ :example:
2297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2298
+ """
2299
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2300
+ required_arguments = ['cloudVmClusterId']
2301
+ resource_path = "/cloudVmClusters/{cloudVmClusterId}/actions/changeSubscription"
2302
+ method = "POST"
2303
+ operation_name = "change_cloud_vm_cluster_subscription"
2304
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/ChangeCloudVmClusterSubscription"
2305
+
2306
+ # Don't accept unknown kwargs
2307
+ expected_kwargs = [
2308
+ "allow_control_chars",
2309
+ "retry_strategy",
2310
+ "opc_retry_token",
2311
+ "opc_request_id",
2312
+ "if_match"
2313
+ ]
2314
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
2315
+ if extra_kwargs:
2316
+ raise ValueError(
2317
+ f"change_cloud_vm_cluster_subscription got unknown kwargs: {extra_kwargs!r}")
2318
+
2319
+ path_params = {
2320
+ "cloudVmClusterId": cloud_vm_cluster_id
2321
+ }
2322
+
2323
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
2324
+
2325
+ for (k, v) in six.iteritems(path_params):
2326
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
2327
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
2328
+
2329
+ header_params = {
2330
+ "accept": "application/json",
2331
+ "content-type": "application/json",
2332
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
2333
+ "opc-request-id": kwargs.get("opc_request_id", missing),
2334
+ "if-match": kwargs.get("if_match", missing)
2335
+ }
2336
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
2337
+
2338
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
2339
+ operation_retry_strategy=kwargs.get('retry_strategy'),
2340
+ client_retry_strategy=self.retry_strategy
2341
+ )
2342
+
2343
+ if retry_strategy:
2344
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
2345
+ self.base_client.add_opc_retry_token_if_needed(header_params)
2346
+ self.base_client.add_opc_client_retries_header(header_params)
2347
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
2348
+ return retry_strategy.make_retrying_call(
2349
+ self.base_client.call_api,
2350
+ resource_path=resource_path,
2351
+ method=method,
2352
+ path_params=path_params,
2353
+ header_params=header_params,
2354
+ body=change_cloud_vm_cluster_subscription_details,
2355
+ allow_control_chars=kwargs.get('allow_control_chars'),
2356
+ operation_name=operation_name,
2357
+ api_reference_link=api_reference_link,
2358
+ required_arguments=required_arguments)
2359
+ else:
2360
+ return self.base_client.call_api(
2361
+ resource_path=resource_path,
2362
+ method=method,
2363
+ path_params=path_params,
2364
+ header_params=header_params,
2365
+ body=change_cloud_vm_cluster_subscription_details,
2366
+ allow_control_chars=kwargs.get('allow_control_chars'),
2367
+ operation_name=operation_name,
2368
+ api_reference_link=api_reference_link,
2369
+ required_arguments=required_arguments)
2370
+
2017
2371
  def change_database_software_image_compartment(self, change_compartment_details, database_software_image_id, **kwargs):
2018
2372
  """
2019
2373
  Move the Database Software Image and its dependent resources to the specified compartment.
@@ -2062,7 +2416,7 @@ class DatabaseClient(object):
2062
2416
  :rtype: :class:`~oci.response.Response`
2063
2417
 
2064
2418
  :example:
2065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2066
2420
  """
2067
2421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2068
2422
  required_arguments = ['databaseSoftwareImageId']
@@ -2185,7 +2539,7 @@ class DatabaseClient(object):
2185
2539
  :rtype: :class:`~oci.response.Response`
2186
2540
 
2187
2541
  :example:
2188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2189
2543
  """
2190
2544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2191
2545
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2316,7 +2670,7 @@ class DatabaseClient(object):
2316
2670
  :rtype: :class:`~oci.response.Response`
2317
2671
 
2318
2672
  :example:
2319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2320
2674
  """
2321
2675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2322
2676
  required_arguments = ['dbSystemId']
@@ -2427,7 +2781,7 @@ class DatabaseClient(object):
2427
2781
  :rtype: :class:`~oci.response.Response`
2428
2782
 
2429
2783
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2431
2785
  """
2432
2786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2787
  required_arguments = ['autonomousDatabaseId']
@@ -2545,7 +2899,7 @@ class DatabaseClient(object):
2545
2899
  :rtype: :class:`~oci.response.Response`
2546
2900
 
2547
2901
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2549
2903
  """
2550
2904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2905
  required_arguments = ['exadataInfrastructureId']
@@ -2663,7 +3017,7 @@ class DatabaseClient(object):
2663
3017
  :rtype: :class:`~oci.response.Response`
2664
3018
 
2665
3019
  :example:
2666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
2667
3021
  """
2668
3022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2669
3023
  required_arguments = ['exadbVmClusterId']
@@ -2781,7 +3135,7 @@ class DatabaseClient(object):
2781
3135
  :rtype: :class:`~oci.response.Response`
2782
3136
 
2783
3137
  :example:
2784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
2785
3139
  """
2786
3140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2787
3141
  required_arguments = ['exascaleDbStorageVaultId']
@@ -2904,7 +3258,7 @@ class DatabaseClient(object):
2904
3258
  :rtype: :class:`~oci.response.Response`
2905
3259
 
2906
3260
  :example:
2907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2908
3262
  """
2909
3263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2910
3264
  required_arguments = ['externalContainerDatabaseId']
@@ -3026,7 +3380,7 @@ class DatabaseClient(object):
3026
3380
  :rtype: :class:`~oci.response.Response`
3027
3381
 
3028
3382
  :example:
3029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
3383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
3030
3384
  """
3031
3385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3032
3386
  required_arguments = ['externalNonContainerDatabaseId']
@@ -3151,7 +3505,7 @@ class DatabaseClient(object):
3151
3505
  :rtype: :class:`~oci.response.Response`
3152
3506
 
3153
3507
  :example:
3154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3155
3509
  """
3156
3510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3157
3511
  required_arguments = ['externalPluggableDatabaseId']
@@ -3273,7 +3627,7 @@ class DatabaseClient(object):
3273
3627
  :rtype: :class:`~oci.response.Response`
3274
3628
 
3275
3629
  :example:
3276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3277
3631
  """
3278
3632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3279
3633
  required_arguments = ['keyStoreId']
@@ -3391,7 +3745,7 @@ class DatabaseClient(object):
3391
3745
  :rtype: :class:`~oci.response.Response`
3392
3746
 
3393
3747
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3395
3749
  """
3396
3750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3751
  required_arguments = ['databaseId']
@@ -3509,7 +3863,7 @@ class DatabaseClient(object):
3509
3863
  :rtype: :class:`~oci.response.Response`
3510
3864
 
3511
3865
  :example:
3512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3513
3867
  """
3514
3868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3515
3869
  required_arguments = ['oneoffPatchId']
@@ -3628,7 +3982,7 @@ class DatabaseClient(object):
3628
3982
  :rtype: :class:`~oci.response.Response`
3629
3983
 
3630
3984
  :example:
3631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3632
3986
  """
3633
3987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3634
3988
  required_arguments = ['vmClusterId']
@@ -3745,7 +4099,7 @@ class DatabaseClient(object):
3745
4099
  :rtype: :class:`~oci.response.Response`
3746
4100
 
3747
4101
  :example:
3748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
4102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
3749
4103
  """
3750
4104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3751
4105
  required_arguments = ['externalDatabaseConnectorId']
@@ -3862,7 +4216,7 @@ class DatabaseClient(object):
3862
4216
  :rtype: :class:`~oci.response.Response`
3863
4217
 
3864
4218
  :example:
3865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
4219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3866
4220
  """
3867
4221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3868
4222
  required_arguments = ['backupId']
@@ -3984,7 +4338,7 @@ class DatabaseClient(object):
3984
4338
  :rtype: :class:`~oci.response.Response`
3985
4339
 
3986
4340
  :example:
3987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
4341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3988
4342
  """
3989
4343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3990
4344
  required_arguments = ['autonomousDatabaseId']
@@ -4095,7 +4449,7 @@ class DatabaseClient(object):
4095
4449
  :rtype: :class:`~oci.response.Response`
4096
4450
 
4097
4451
  :example:
4098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
4452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
4099
4453
  """
4100
4454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4101
4455
  required_arguments = ['autonomousDatabaseId']
@@ -4210,7 +4564,7 @@ class DatabaseClient(object):
4210
4564
  :rtype: :class:`~oci.response.Response`
4211
4565
 
4212
4566
  :example:
4213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
4567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
4214
4568
  """
4215
4569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4216
4570
  required_arguments = ['keyStoreId']
@@ -4319,7 +4673,7 @@ class DatabaseClient(object):
4319
4673
  :rtype: :class:`~oci.response.Response`
4320
4674
 
4321
4675
  :example:
4322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
4676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
4323
4677
  """
4324
4678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4325
4679
  required_arguments = ['databaseId']
@@ -4437,7 +4791,7 @@ class DatabaseClient(object):
4437
4791
  :rtype: :class:`~oci.response.Response`
4438
4792
 
4439
4793
  :example:
4440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4441
4795
  """
4442
4796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4443
4797
  required_arguments = ['pluggableDatabaseId']
@@ -4547,7 +4901,7 @@ class DatabaseClient(object):
4547
4901
  :rtype: :class:`~oci.response.Response`
4548
4902
 
4549
4903
  :example:
4550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4551
4905
  """
4552
4906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4553
4907
  required_arguments = []
@@ -4640,7 +4994,7 @@ class DatabaseClient(object):
4640
4994
  :rtype: :class:`~oci.response.Response`
4641
4995
 
4642
4996
  :example:
4643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4644
4998
  """
4645
4999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4646
5000
  required_arguments = []
@@ -4746,7 +5100,7 @@ class DatabaseClient(object):
4746
5100
  :rtype: :class:`~oci.response.Response`
4747
5101
 
4748
5102
  :example:
4749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
5103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
4750
5104
  """
4751
5105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4752
5106
  required_arguments = ['autonomousContainerDatabaseId']
@@ -4852,7 +5206,7 @@ class DatabaseClient(object):
4852
5206
  :rtype: :class:`~oci.response.Response`
4853
5207
 
4854
5208
  :example:
4855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
5209
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4856
5210
  """
4857
5211
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4858
5212
  required_arguments = []
@@ -4948,7 +5302,7 @@ class DatabaseClient(object):
4948
5302
  :rtype: :class:`~oci.response.Response`
4949
5303
 
4950
5304
  :example:
4951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
5305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4952
5306
  """
4953
5307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4954
5308
  required_arguments = []
@@ -5044,7 +5398,7 @@ class DatabaseClient(object):
5044
5398
  :rtype: :class:`~oci.response.Response`
5045
5399
 
5046
5400
  :example:
5047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
5401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
5048
5402
  """
5049
5403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5050
5404
  required_arguments = []
@@ -5140,7 +5494,7 @@ class DatabaseClient(object):
5140
5494
  :rtype: :class:`~oci.response.Response`
5141
5495
 
5142
5496
  :example:
5143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
5497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
5144
5498
  """
5145
5499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5146
5500
  required_arguments = []
@@ -5233,7 +5587,7 @@ class DatabaseClient(object):
5233
5587
  :rtype: :class:`~oci.response.Response`
5234
5588
 
5235
5589
  :example:
5236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
5590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
5237
5591
  """
5238
5592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5239
5593
  required_arguments = []
@@ -5327,7 +5681,7 @@ class DatabaseClient(object):
5327
5681
  :rtype: :class:`~oci.response.Response`
5328
5682
 
5329
5683
  :example:
5330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
5684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
5331
5685
  """
5332
5686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5333
5687
  required_arguments = []
@@ -5423,7 +5777,7 @@ class DatabaseClient(object):
5423
5777
  :rtype: :class:`~oci.response.Response`
5424
5778
 
5425
5779
  :example:
5426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5427
5781
  """
5428
5782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5429
5783
  required_arguments = []
@@ -5523,7 +5877,7 @@ class DatabaseClient(object):
5523
5877
  :rtype: :class:`~oci.response.Response`
5524
5878
 
5525
5879
  :example:
5526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5527
5881
  """
5528
5882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5529
5883
  required_arguments = []
@@ -5621,7 +5975,7 @@ class DatabaseClient(object):
5621
5975
  :rtype: :class:`~oci.response.Response`
5622
5976
 
5623
5977
  :example:
5624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5625
5979
  """
5626
5980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5627
5981
  required_arguments = []
@@ -5721,7 +6075,7 @@ class DatabaseClient(object):
5721
6075
  :rtype: :class:`~oci.response.Response`
5722
6076
 
5723
6077
  :example:
5724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
6078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5725
6079
  """
5726
6080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5727
6081
  required_arguments = ['dbNodeId']
@@ -5832,7 +6186,7 @@ class DatabaseClient(object):
5832
6186
  :rtype: :class:`~oci.response.Response`
5833
6187
 
5834
6188
  :example:
5835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
6189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5836
6190
  """
5837
6191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5838
6192
  required_arguments = ['dbNodeId']
@@ -5952,7 +6306,7 @@ class DatabaseClient(object):
5952
6306
  :rtype: :class:`~oci.response.Response`
5953
6307
 
5954
6308
  :example:
5955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
6309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5956
6310
  """
5957
6311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5958
6312
  required_arguments = ['databaseId']
@@ -6058,7 +6412,7 @@ class DatabaseClient(object):
6058
6412
  :rtype: :class:`~oci.response.Response`
6059
6413
 
6060
6414
  :example:
6061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_database.py.html>`__ to see an example of how to use create_database API.
6415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
6062
6416
  """
6063
6417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6064
6418
  required_arguments = []
@@ -6151,7 +6505,7 @@ class DatabaseClient(object):
6151
6505
  :rtype: :class:`~oci.response.Response`
6152
6506
 
6153
6507
  :example:
6154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
6508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
6155
6509
  """
6156
6510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6157
6511
  required_arguments = []
@@ -6242,7 +6596,7 @@ class DatabaseClient(object):
6242
6596
  :rtype: :class:`~oci.response.Response`
6243
6597
 
6244
6598
  :example:
6245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
6599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
6246
6600
  """
6247
6601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6248
6602
  required_arguments = []
@@ -6337,7 +6691,7 @@ class DatabaseClient(object):
6337
6691
  :rtype: :class:`~oci.response.Response`
6338
6692
 
6339
6693
  :example:
6340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
6694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
6341
6695
  """
6342
6696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6343
6697
  required_arguments = []
@@ -6435,7 +6789,7 @@ class DatabaseClient(object):
6435
6789
  :rtype: :class:`~oci.response.Response`
6436
6790
 
6437
6791
  :example:
6438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
6792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
6439
6793
  """
6440
6794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6441
6795
  required_arguments = []
@@ -6531,7 +6885,7 @@ class DatabaseClient(object):
6531
6885
  :rtype: :class:`~oci.response.Response`
6532
6886
 
6533
6887
  :example:
6534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
6888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
6535
6889
  """
6536
6890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6537
6891
  required_arguments = []
@@ -6628,7 +6982,7 @@ class DatabaseClient(object):
6628
6982
  :rtype: :class:`~oci.response.Response`
6629
6983
 
6630
6984
  :example:
6631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6632
6986
  """
6633
6987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6634
6988
  required_arguments = []
@@ -6722,7 +7076,7 @@ class DatabaseClient(object):
6722
7076
  :rtype: :class:`~oci.response.Response`
6723
7077
 
6724
7078
  :example:
6725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
7079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
6726
7080
  """
6727
7081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6728
7082
  required_arguments = []
@@ -6818,7 +7172,7 @@ class DatabaseClient(object):
6818
7172
  :rtype: :class:`~oci.response.Response`
6819
7173
 
6820
7174
  :example:
6821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
7175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6822
7176
  """
6823
7177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6824
7178
  required_arguments = []
@@ -6914,7 +7268,7 @@ class DatabaseClient(object):
6914
7268
  :rtype: :class:`~oci.response.Response`
6915
7269
 
6916
7270
  :example:
6917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
7271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6918
7272
  """
6919
7273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6920
7274
  required_arguments = []
@@ -7011,7 +7365,7 @@ class DatabaseClient(object):
7011
7365
  :rtype: :class:`~oci.response.Response`
7012
7366
 
7013
7367
  :example:
7014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
7368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
7015
7369
  """
7016
7370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7017
7371
  required_arguments = []
@@ -7107,7 +7461,7 @@ class DatabaseClient(object):
7107
7461
  :rtype: :class:`~oci.response.Response`
7108
7462
 
7109
7463
  :example:
7110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
7464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
7111
7465
  """
7112
7466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7113
7467
  required_arguments = []
@@ -7206,7 +7560,7 @@ class DatabaseClient(object):
7206
7560
  :rtype: :class:`~oci.response.Response`
7207
7561
 
7208
7562
  :example:
7209
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
7563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
7210
7564
  """
7211
7565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7212
7566
  required_arguments = []
@@ -7302,7 +7656,7 @@ class DatabaseClient(object):
7302
7656
  :rtype: :class:`~oci.response.Response`
7303
7657
 
7304
7658
  :example:
7305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
7659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
7306
7660
  """
7307
7661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7308
7662
  required_arguments = []
@@ -7400,7 +7754,7 @@ class DatabaseClient(object):
7400
7754
  :rtype: :class:`~oci.response.Response`
7401
7755
 
7402
7756
  :example:
7403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
7757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
7404
7758
  """
7405
7759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7406
7760
  required_arguments = []
@@ -7497,7 +7851,7 @@ class DatabaseClient(object):
7497
7851
  :rtype: :class:`~oci.response.Response`
7498
7852
 
7499
7853
  :example:
7500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
7854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
7501
7855
  """
7502
7856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7503
7857
  required_arguments = []
@@ -7599,7 +7953,7 @@ class DatabaseClient(object):
7599
7953
  :rtype: :class:`~oci.response.Response`
7600
7954
 
7601
7955
  :example:
7602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7603
7957
  """
7604
7958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7605
7959
  required_arguments = ['exadataInfrastructureId']
@@ -7728,7 +8082,7 @@ class DatabaseClient(object):
7728
8082
  :rtype: :class:`~oci.response.Response`
7729
8083
 
7730
8084
  :example:
7731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
8085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
7732
8086
  """
7733
8087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7734
8088
  required_arguments = ['dbNodeId', 'action']
@@ -7841,7 +8195,7 @@ class DatabaseClient(object):
7841
8195
  :rtype: :class:`~oci.response.Response`
7842
8196
 
7843
8197
  :example:
7844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
8198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7845
8199
  """
7846
8200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7847
8201
  required_arguments = ['applicationVipId']
@@ -7944,7 +8298,7 @@ class DatabaseClient(object):
7944
8298
  :rtype: :class:`~oci.response.Response`
7945
8299
 
7946
8300
  :example:
7947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
8301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7948
8302
  """
7949
8303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7950
8304
  required_arguments = ['autonomousDatabaseId']
@@ -8047,7 +8401,7 @@ class DatabaseClient(object):
8047
8401
  :rtype: :class:`~oci.response.Response`
8048
8402
 
8049
8403
  :example:
8050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
8404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
8051
8405
  """
8052
8406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8053
8407
  required_arguments = ['autonomousDatabaseBackupId']
@@ -8150,7 +8504,7 @@ class DatabaseClient(object):
8150
8504
  :rtype: :class:`~oci.response.Response`
8151
8505
 
8152
8506
  :example:
8153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
8507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
8154
8508
  """
8155
8509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8156
8510
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -8253,7 +8607,7 @@ class DatabaseClient(object):
8253
8607
  :rtype: :class:`~oci.response.Response`
8254
8608
 
8255
8609
  :example:
8256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
8610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
8257
8611
  """
8258
8612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8259
8613
  required_arguments = ['autonomousVmClusterId']
@@ -8353,7 +8707,7 @@ class DatabaseClient(object):
8353
8707
  :rtype: :class:`~oci.response.Response`
8354
8708
 
8355
8709
  :example:
8356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
8710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
8357
8711
  """
8358
8712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8359
8713
  required_arguments = ['backupId']
@@ -8454,7 +8808,7 @@ class DatabaseClient(object):
8454
8808
  :rtype: :class:`~oci.response.Response`
8455
8809
 
8456
8810
  :example:
8457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
8811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
8458
8812
  """
8459
8813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8460
8814
  required_arguments = ['backupDestinationId']
@@ -8557,7 +8911,7 @@ class DatabaseClient(object):
8557
8911
  :rtype: :class:`~oci.response.Response`
8558
8912
 
8559
8913
  :example:
8560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8561
8915
  """
8562
8916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8563
8917
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -8663,7 +9017,7 @@ class DatabaseClient(object):
8663
9017
  :rtype: :class:`~oci.response.Response`
8664
9018
 
8665
9019
  :example:
8666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
9020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
8667
9021
  """
8668
9022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8669
9023
  required_arguments = ['cloudExadataInfrastructureId']
@@ -8774,7 +9128,7 @@ class DatabaseClient(object):
8774
9128
  :rtype: :class:`~oci.response.Response`
8775
9129
 
8776
9130
  :example:
8777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
9131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
8778
9132
  """
8779
9133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8780
9134
  required_arguments = ['cloudVmClusterId']
@@ -8877,7 +9231,7 @@ class DatabaseClient(object):
8877
9231
  :rtype: :class:`~oci.response.Response`
8878
9232
 
8879
9233
  :example:
8880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
9234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8881
9235
  """
8882
9236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8883
9237
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -8982,7 +9336,7 @@ class DatabaseClient(object):
8982
9336
  :rtype: :class:`~oci.response.Response`
8983
9337
 
8984
9338
  :example:
8985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
9339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8986
9340
  """
8987
9341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8988
9342
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -9095,7 +9449,7 @@ class DatabaseClient(object):
9095
9449
  :rtype: :class:`~oci.response.Response`
9096
9450
 
9097
9451
  :example:
9098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
9452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
9099
9453
  """
9100
9454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9101
9455
  required_arguments = ['databaseId']
@@ -9203,7 +9557,7 @@ class DatabaseClient(object):
9203
9557
  :rtype: :class:`~oci.response.Response`
9204
9558
 
9205
9559
  :example:
9206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
9560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
9207
9561
  """
9208
9562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9209
9563
  required_arguments = ['databaseSoftwareImageId']
@@ -9310,7 +9664,7 @@ class DatabaseClient(object):
9310
9664
  :rtype: :class:`~oci.response.Response`
9311
9665
 
9312
9666
  :example:
9313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
9667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
9314
9668
  """
9315
9669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9316
9670
  required_arguments = ['dbHomeId']
@@ -9419,7 +9773,7 @@ class DatabaseClient(object):
9419
9773
  :rtype: :class:`~oci.response.Response`
9420
9774
 
9421
9775
  :example:
9422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
9776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
9423
9777
  """
9424
9778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9425
9779
  required_arguments = ['exadataInfrastructureId']
@@ -9522,7 +9876,7 @@ class DatabaseClient(object):
9522
9876
  :rtype: :class:`~oci.response.Response`
9523
9877
 
9524
9878
  :example:
9525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
9879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
9526
9880
  """
9527
9881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9528
9882
  required_arguments = ['exadbVmClusterId']
@@ -9625,7 +9979,7 @@ class DatabaseClient(object):
9625
9979
  :rtype: :class:`~oci.response.Response`
9626
9980
 
9627
9981
  :example:
9628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
9982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
9629
9983
  """
9630
9984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9631
9985
  required_arguments = ['exascaleDbStorageVaultId']
@@ -9730,7 +10084,7 @@ class DatabaseClient(object):
9730
10084
  :rtype: :class:`~oci.response.Response`
9731
10085
 
9732
10086
  :example:
9733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
10087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
9734
10088
  """
9735
10089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9736
10090
  required_arguments = ['externalContainerDatabaseId']
@@ -9836,7 +10190,7 @@ class DatabaseClient(object):
9836
10190
  :rtype: :class:`~oci.response.Response`
9837
10191
 
9838
10192
  :example:
9839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
10193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
9840
10194
  """
9841
10195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9842
10196
  required_arguments = ['externalDatabaseConnectorId']
@@ -9939,7 +10293,7 @@ class DatabaseClient(object):
9939
10293
  :rtype: :class:`~oci.response.Response`
9940
10294
 
9941
10295
  :example:
9942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
10296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
9943
10297
  """
9944
10298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9945
10299
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10043,7 +10397,7 @@ class DatabaseClient(object):
10043
10397
  :rtype: :class:`~oci.response.Response`
10044
10398
 
10045
10399
  :example:
10046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
10400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
10047
10401
  """
10048
10402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10049
10403
  required_arguments = ['externalPluggableDatabaseId']
@@ -10146,7 +10500,7 @@ class DatabaseClient(object):
10146
10500
  :rtype: :class:`~oci.response.Response`
10147
10501
 
10148
10502
  :example:
10149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
10503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
10150
10504
  """
10151
10505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10152
10506
  required_arguments = ['keyStoreId']
@@ -10249,7 +10603,7 @@ class DatabaseClient(object):
10249
10603
  :rtype: :class:`~oci.response.Response`
10250
10604
 
10251
10605
  :example:
10252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
10606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
10253
10607
  """
10254
10608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10255
10609
  required_arguments = ['oneoffPatchId']
@@ -10352,7 +10706,7 @@ class DatabaseClient(object):
10352
10706
  :rtype: :class:`~oci.response.Response`
10353
10707
 
10354
10708
  :example:
10355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
10709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
10356
10710
  """
10357
10711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10358
10712
  required_arguments = ['pluggableDatabaseId']
@@ -10455,7 +10809,7 @@ class DatabaseClient(object):
10455
10809
  :rtype: :class:`~oci.response.Response`
10456
10810
 
10457
10811
  :example:
10458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
10812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
10459
10813
  """
10460
10814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10461
10815
  required_arguments = ['vmClusterId']
@@ -10564,7 +10918,7 @@ class DatabaseClient(object):
10564
10918
  :rtype: :class:`~oci.response.Response`
10565
10919
 
10566
10920
  :example:
10567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
10921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
10568
10922
  """
10569
10923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10570
10924
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10666,7 +11020,7 @@ class DatabaseClient(object):
10666
11020
  :rtype: :class:`~oci.response.Response`
10667
11021
 
10668
11022
  :example:
10669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
11023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
10670
11024
  """
10671
11025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10672
11026
  required_arguments = ['autonomousDatabaseId']
@@ -10765,7 +11119,7 @@ class DatabaseClient(object):
10765
11119
  :rtype: :class:`~oci.response.Response`
10766
11120
 
10767
11121
  :example:
10768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
11122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
10769
11123
  """
10770
11124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10771
11125
  required_arguments = ['autonomousDatabaseId']
@@ -10861,7 +11215,7 @@ class DatabaseClient(object):
10861
11215
  :rtype: :class:`~oci.response.Response`
10862
11216
 
10863
11217
  :example:
10864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
11218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
10865
11219
  """
10866
11220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10867
11221
  required_arguments = ['autonomousDatabaseId']
@@ -10969,7 +11323,7 @@ class DatabaseClient(object):
10969
11323
  :rtype: :class:`~oci.response.Response`
10970
11324
 
10971
11325
  :example:
10972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
11326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
10973
11327
  """
10974
11328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10975
11329
  required_arguments = ['databaseId']
@@ -11084,7 +11438,7 @@ class DatabaseClient(object):
11084
11438
  :rtype: :class:`~oci.response.Response`
11085
11439
 
11086
11440
  :example:
11087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
11441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11088
11442
  """
11089
11443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11090
11444
  required_arguments = ['externalContainerDatabaseId']
@@ -11197,7 +11551,7 @@ class DatabaseClient(object):
11197
11551
  :rtype: :class:`~oci.response.Response`
11198
11552
 
11199
11553
  :example:
11200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
11554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11201
11555
  """
11202
11556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11203
11557
  required_arguments = ['externalContainerDatabaseId']
@@ -11314,7 +11668,7 @@ class DatabaseClient(object):
11314
11668
  :rtype: :class:`~oci.response.Response`
11315
11669
 
11316
11670
  :example:
11317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
11671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11318
11672
  """
11319
11673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11320
11674
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11427,7 +11781,7 @@ class DatabaseClient(object):
11427
11781
  :rtype: :class:`~oci.response.Response`
11428
11782
 
11429
11783
  :example:
11430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
11784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11431
11785
  """
11432
11786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11433
11787
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11540,7 +11894,7 @@ class DatabaseClient(object):
11540
11894
  :rtype: :class:`~oci.response.Response`
11541
11895
 
11542
11896
  :example:
11543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
11897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11544
11898
  """
11545
11899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11546
11900
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11657,7 +12011,7 @@ class DatabaseClient(object):
11657
12011
  :rtype: :class:`~oci.response.Response`
11658
12012
 
11659
12013
  :example:
11660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
12014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11661
12015
  """
11662
12016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11663
12017
  required_arguments = ['externalPluggableDatabaseId']
@@ -11770,7 +12124,7 @@ class DatabaseClient(object):
11770
12124
  :rtype: :class:`~oci.response.Response`
11771
12125
 
11772
12126
  :example:
11773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
12127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11774
12128
  """
11775
12129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11776
12130
  required_arguments = ['externalPluggableDatabaseId']
@@ -11883,7 +12237,7 @@ class DatabaseClient(object):
11883
12237
  :rtype: :class:`~oci.response.Response`
11884
12238
 
11885
12239
  :example:
11886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
12240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
11887
12241
  """
11888
12242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11889
12243
  required_arguments = ['externalPluggableDatabaseId']
@@ -11996,7 +12350,7 @@ class DatabaseClient(object):
11996
12350
  :rtype: :class:`~oci.response.Response`
11997
12351
 
11998
12352
  :example:
11999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
12353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
12000
12354
  """
12001
12355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12002
12356
  required_arguments = ['pluggableDatabaseId']
@@ -12106,7 +12460,7 @@ class DatabaseClient(object):
12106
12460
  :rtype: :class:`~oci.response.Response`
12107
12461
 
12108
12462
  :example:
12109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
12463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
12110
12464
  """
12111
12465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12112
12466
  required_arguments = ['exadataInfrastructureId']
@@ -12219,7 +12573,7 @@ class DatabaseClient(object):
12219
12573
  :rtype: :class:`~oci.response.Response`
12220
12574
 
12221
12575
  :example:
12222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
12576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
12223
12577
  """
12224
12578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12225
12579
  required_arguments = ['oneoffPatchId']
@@ -12334,7 +12688,7 @@ class DatabaseClient(object):
12334
12688
  :rtype: :class:`~oci.response.Response`
12335
12689
 
12336
12690
  :example:
12337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
12691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
12338
12692
  """
12339
12693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12340
12694
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -12448,7 +12802,7 @@ class DatabaseClient(object):
12448
12802
  :rtype: :class:`~oci.response.Response`
12449
12803
 
12450
12804
  :example:
12451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
12805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
12452
12806
  """
12453
12807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12454
12808
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -12550,7 +12904,7 @@ class DatabaseClient(object):
12550
12904
  :rtype: :class:`~oci.response.Response`
12551
12905
 
12552
12906
  :example:
12553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
12907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
12554
12908
  """
12555
12909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12556
12910
  required_arguments = ['autonomousDatabaseId']
@@ -12646,7 +13000,7 @@ class DatabaseClient(object):
12646
13000
  :rtype: :class:`~oci.response.Response`
12647
13001
 
12648
13002
  :example:
12649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
13003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
12650
13004
  """
12651
13005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12652
13006
  required_arguments = ['autonomousDatabaseId']
@@ -12757,7 +13111,7 @@ class DatabaseClient(object):
12757
13111
  :rtype: :class:`~oci.response.Response`
12758
13112
 
12759
13113
  :example:
12760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
13114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
12761
13115
  """
12762
13116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12763
13117
  required_arguments = ['databaseId']
@@ -12881,7 +13235,7 @@ class DatabaseClient(object):
12881
13235
  :rtype: :class:`~oci.response.Response`
12882
13236
 
12883
13237
  :example:
12884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
13238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
12885
13239
  """
12886
13240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12887
13241
  required_arguments = ['externalContainerDatabaseId']
@@ -12999,7 +13353,7 @@ class DatabaseClient(object):
12999
13353
  :rtype: :class:`~oci.response.Response`
13000
13354
 
13001
13355
  :example:
13002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
13356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13003
13357
  """
13004
13358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13005
13359
  required_arguments = ['externalContainerDatabaseId']
@@ -13121,7 +13475,7 @@ class DatabaseClient(object):
13121
13475
  :rtype: :class:`~oci.response.Response`
13122
13476
 
13123
13477
  :example:
13124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
13478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13125
13479
  """
13126
13480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13127
13481
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13239,7 +13593,7 @@ class DatabaseClient(object):
13239
13593
  :rtype: :class:`~oci.response.Response`
13240
13594
 
13241
13595
  :example:
13242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
13596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13243
13597
  """
13244
13598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13245
13599
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13357,7 +13711,7 @@ class DatabaseClient(object):
13357
13711
  :rtype: :class:`~oci.response.Response`
13358
13712
 
13359
13713
  :example:
13360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
13714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13361
13715
  """
13362
13716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13363
13717
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13479,7 +13833,7 @@ class DatabaseClient(object):
13479
13833
  :rtype: :class:`~oci.response.Response`
13480
13834
 
13481
13835
  :example:
13482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
13836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13483
13837
  """
13484
13838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13485
13839
  required_arguments = ['externalPluggableDatabaseId']
@@ -13597,7 +13951,7 @@ class DatabaseClient(object):
13597
13951
  :rtype: :class:`~oci.response.Response`
13598
13952
 
13599
13953
  :example:
13600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
13954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13601
13955
  """
13602
13956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13603
13957
  required_arguments = ['externalPluggableDatabaseId']
@@ -13715,7 +14069,7 @@ class DatabaseClient(object):
13715
14069
  :rtype: :class:`~oci.response.Response`
13716
14070
 
13717
14071
  :example:
13718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
14072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
13719
14073
  """
13720
14074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13721
14075
  required_arguments = ['externalPluggableDatabaseId']
@@ -13833,7 +14187,7 @@ class DatabaseClient(object):
13833
14187
  :rtype: :class:`~oci.response.Response`
13834
14188
 
13835
14189
  :example:
13836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
14190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
13837
14191
  """
13838
14192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13839
14193
  required_arguments = ['pluggableDatabaseId']
@@ -13958,7 +14312,7 @@ class DatabaseClient(object):
13958
14312
  :rtype: :class:`~oci.response.Response`
13959
14313
 
13960
14314
  :example:
13961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
14315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
13962
14316
  """
13963
14317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13964
14318
  required_arguments = ['autonomousDatabaseId']
@@ -14078,7 +14432,7 @@ class DatabaseClient(object):
14078
14432
  :rtype: :class:`~oci.response.Response`
14079
14433
 
14080
14434
  :example:
14081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
14435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
14082
14436
  """
14083
14437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14084
14438
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -14191,7 +14545,7 @@ class DatabaseClient(object):
14191
14545
  :rtype: :class:`~oci.response.Response`
14192
14546
 
14193
14547
  :example:
14194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
14548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
14195
14549
  """
14196
14550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14197
14551
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -14302,7 +14656,7 @@ class DatabaseClient(object):
14302
14656
  :rtype: :class:`~oci.response.Response`
14303
14657
 
14304
14658
  :example:
14305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
14659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
14306
14660
  """
14307
14661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14308
14662
  required_arguments = ['autonomousDatabaseId']
@@ -14415,7 +14769,7 @@ class DatabaseClient(object):
14415
14769
  :rtype: :class:`~oci.response.Response`
14416
14770
 
14417
14771
  :example:
14418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
14772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
14419
14773
  """
14420
14774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14421
14775
  required_arguments = ['exadataInfrastructureId']
@@ -14518,7 +14872,7 @@ class DatabaseClient(object):
14518
14872
  :rtype: :class:`~oci.response.Response`
14519
14873
 
14520
14874
  :example:
14521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
14875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
14522
14876
  """
14523
14877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14524
14878
  required_arguments = ['applicationVipId']
@@ -14613,7 +14967,7 @@ class DatabaseClient(object):
14613
14967
  :rtype: :class:`~oci.response.Response`
14614
14968
 
14615
14969
  :example:
14616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
14970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
14617
14971
  """
14618
14972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14619
14973
  required_arguments = ['autonomousContainerDatabaseId']
@@ -14706,7 +15060,7 @@ class DatabaseClient(object):
14706
15060
  :rtype: :class:`~oci.response.Response`
14707
15061
 
14708
15062
  :example:
14709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
15063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
14710
15064
  """
14711
15065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14712
15066
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -14798,7 +15152,7 @@ class DatabaseClient(object):
14798
15152
  :rtype: :class:`~oci.response.Response`
14799
15153
 
14800
15154
  :example:
14801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
15155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
14802
15156
  """
14803
15157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14804
15158
  required_arguments = ['autonomousContainerDatabaseId']
@@ -14896,7 +15250,7 @@ class DatabaseClient(object):
14896
15250
  :rtype: :class:`~oci.response.Response`
14897
15251
 
14898
15252
  :example:
14899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
15253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
14900
15254
  """
14901
15255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14902
15256
  required_arguments = ['autonomousDatabaseId']
@@ -14994,7 +15348,7 @@ class DatabaseClient(object):
14994
15348
  :rtype: :class:`~oci.response.Response`
14995
15349
 
14996
15350
  :example:
14997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
15351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
14998
15352
  """
14999
15353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15000
15354
  required_arguments = ['autonomousDatabaseBackupId']
@@ -15097,7 +15451,7 @@ class DatabaseClient(object):
15097
15451
  :rtype: :class:`~oci.response.Response`
15098
15452
 
15099
15453
  :example:
15100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
15454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
15101
15455
  """
15102
15456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15103
15457
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -15191,7 +15545,7 @@ class DatabaseClient(object):
15191
15545
  :rtype: :class:`~oci.response.Response`
15192
15546
 
15193
15547
  :example:
15194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
15548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
15195
15549
  """
15196
15550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15197
15551
  required_arguments = []
@@ -15277,7 +15631,7 @@ class DatabaseClient(object):
15277
15631
  :rtype: :class:`~oci.response.Response`
15278
15632
 
15279
15633
  :example:
15280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
15634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
15281
15635
  """
15282
15636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15283
15637
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -15375,7 +15729,7 @@ class DatabaseClient(object):
15375
15729
  :rtype: :class:`~oci.response.Response`
15376
15730
 
15377
15731
  :example:
15378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
15732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
15379
15733
  """
15380
15734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15381
15735
  required_arguments = ['autonomousDatabaseId']
@@ -15470,7 +15824,7 @@ class DatabaseClient(object):
15470
15824
  :rtype: :class:`~oci.response.Response`
15471
15825
 
15472
15826
  :example:
15473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
15827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
15474
15828
  """
15475
15829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15476
15830
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -15558,7 +15912,7 @@ class DatabaseClient(object):
15558
15912
  :rtype: :class:`~oci.response.Response`
15559
15913
 
15560
15914
  :example:
15561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
15915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
15562
15916
  """
15563
15917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15564
15918
  required_arguments = ['autonomousPatchId']
@@ -15649,7 +16003,7 @@ class DatabaseClient(object):
15649
16003
  :rtype: :class:`~oci.response.Response`
15650
16004
 
15651
16005
  :example:
15652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
16006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
15653
16007
  """
15654
16008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15655
16009
  required_arguments = ['autonomousVirtualMachineId']
@@ -15747,7 +16101,7 @@ class DatabaseClient(object):
15747
16101
  :rtype: :class:`~oci.response.Response`
15748
16102
 
15749
16103
  :example:
15750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
16104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
15751
16105
  """
15752
16106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15753
16107
  required_arguments = ['autonomousVmClusterId']
@@ -15845,7 +16199,7 @@ class DatabaseClient(object):
15845
16199
  :rtype: :class:`~oci.response.Response`
15846
16200
 
15847
16201
  :example:
15848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
16202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
15849
16203
  """
15850
16204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15851
16205
  required_arguments = ['autonomousVmClusterId']
@@ -15940,7 +16294,7 @@ class DatabaseClient(object):
15940
16294
  :rtype: :class:`~oci.response.Response`
15941
16295
 
15942
16296
  :example:
15943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
16297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
15944
16298
  """
15945
16299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15946
16300
  required_arguments = ['backupId']
@@ -16031,7 +16385,7 @@ class DatabaseClient(object):
16031
16385
  :rtype: :class:`~oci.response.Response`
16032
16386
 
16033
16387
  :example:
16034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
16388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
16035
16389
  """
16036
16390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16037
16391
  required_arguments = ['backupDestinationId']
@@ -16129,7 +16483,7 @@ class DatabaseClient(object):
16129
16483
  :rtype: :class:`~oci.response.Response`
16130
16484
 
16131
16485
  :example:
16132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
16486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
16133
16487
  """
16134
16488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16135
16489
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -16227,7 +16581,7 @@ class DatabaseClient(object):
16227
16581
  :rtype: :class:`~oci.response.Response`
16228
16582
 
16229
16583
  :example:
16230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
16584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
16231
16585
  """
16232
16586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16233
16587
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -16325,7 +16679,7 @@ class DatabaseClient(object):
16325
16679
  :rtype: :class:`~oci.response.Response`
16326
16680
 
16327
16681
  :example:
16328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
16682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
16329
16683
  """
16330
16684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16331
16685
  required_arguments = ['cloudExadataInfrastructureId']
@@ -16428,7 +16782,7 @@ class DatabaseClient(object):
16428
16782
  :rtype: :class:`~oci.response.Response`
16429
16783
 
16430
16784
  :example:
16431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
16785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
16432
16786
  """
16433
16787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16434
16788
  required_arguments = ['cloudExadataInfrastructureId']
@@ -16534,7 +16888,7 @@ class DatabaseClient(object):
16534
16888
  :rtype: :class:`~oci.response.Response`
16535
16889
 
16536
16890
  :example:
16537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
16891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
16538
16892
  """
16539
16893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16540
16894
  required_arguments = ['cloudVmClusterId']
@@ -16633,7 +16987,7 @@ class DatabaseClient(object):
16633
16987
  :rtype: :class:`~oci.response.Response`
16634
16988
 
16635
16989
  :example:
16636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
16990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
16637
16991
  """
16638
16992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16639
16993
  required_arguments = ['cloudVmClusterId']
@@ -16736,7 +17090,7 @@ class DatabaseClient(object):
16736
17090
  :rtype: :class:`~oci.response.Response`
16737
17091
 
16738
17092
  :example:
16739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
17093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
16740
17094
  """
16741
17095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16742
17096
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -16840,7 +17194,7 @@ class DatabaseClient(object):
16840
17194
  :rtype: :class:`~oci.response.Response`
16841
17195
 
16842
17196
  :example:
16843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
17197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
16844
17198
  """
16845
17199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16846
17200
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -16939,7 +17293,7 @@ class DatabaseClient(object):
16939
17293
  :rtype: :class:`~oci.response.Response`
16940
17294
 
16941
17295
  :example:
16942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
17296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
16943
17297
  """
16944
17298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16945
17299
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -17034,7 +17388,7 @@ class DatabaseClient(object):
17034
17388
  :rtype: :class:`~oci.response.Response`
17035
17389
 
17036
17390
  :example:
17037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
17391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
17038
17392
  """
17039
17393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17040
17394
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -17136,7 +17490,7 @@ class DatabaseClient(object):
17136
17490
  :rtype: :class:`~oci.response.Response`
17137
17491
 
17138
17492
  :example:
17139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
17493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
17140
17494
  """
17141
17495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17142
17496
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -17237,7 +17591,7 @@ class DatabaseClient(object):
17237
17591
  :rtype: :class:`~oci.response.Response`
17238
17592
 
17239
17593
  :example:
17240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
17594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
17241
17595
  """
17242
17596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17243
17597
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17326,7 +17680,7 @@ class DatabaseClient(object):
17326
17680
  :rtype: :class:`~oci.response.Response`
17327
17681
 
17328
17682
  :example:
17329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_database.py.html>`__ to see an example of how to use get_database API.
17683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
17330
17684
  """
17331
17685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17332
17686
  required_arguments = ['databaseId']
@@ -17414,7 +17768,7 @@ class DatabaseClient(object):
17414
17768
  :rtype: :class:`~oci.response.Response`
17415
17769
 
17416
17770
  :example:
17417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
17771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
17418
17772
  """
17419
17773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17420
17774
  required_arguments = ['databaseSoftwareImageId']
@@ -17510,7 +17864,7 @@ class DatabaseClient(object):
17510
17864
  :rtype: :class:`~oci.response.Response`
17511
17865
 
17512
17866
  :example:
17513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
17867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
17514
17868
  """
17515
17869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17516
17870
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -17606,7 +17960,7 @@ class DatabaseClient(object):
17606
17960
  :rtype: :class:`~oci.response.Response`
17607
17961
 
17608
17962
  :example:
17609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
17963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
17610
17964
  """
17611
17965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17612
17966
  required_arguments = ['dbHomeId']
@@ -17699,7 +18053,7 @@ class DatabaseClient(object):
17699
18053
  :rtype: :class:`~oci.response.Response`
17700
18054
 
17701
18055
  :example:
17702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
18056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
17703
18057
  """
17704
18058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17705
18059
  required_arguments = ['dbHomeId', 'patchId']
@@ -17793,7 +18147,7 @@ class DatabaseClient(object):
17793
18147
  :rtype: :class:`~oci.response.Response`
17794
18148
 
17795
18149
  :example:
17796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
18150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
17797
18151
  """
17798
18152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17799
18153
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -17882,7 +18236,7 @@ class DatabaseClient(object):
17882
18236
  :rtype: :class:`~oci.response.Response`
17883
18237
 
17884
18238
  :example:
17885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
18239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
17886
18240
  """
17887
18241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17888
18242
  required_arguments = ['dbNodeId']
@@ -17978,7 +18332,7 @@ class DatabaseClient(object):
17978
18332
  :rtype: :class:`~oci.response.Response`
17979
18333
 
17980
18334
  :example:
17981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
18335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
17982
18336
  """
17983
18337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17984
18338
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -18087,7 +18441,7 @@ class DatabaseClient(object):
18087
18441
  :rtype: :class:`~oci.response.Response`
18088
18442
 
18089
18443
  :example:
18090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
18444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
18091
18445
  """
18092
18446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18093
18447
  required_arguments = ['dbSystemId']
@@ -18180,7 +18534,7 @@ class DatabaseClient(object):
18180
18534
  :rtype: :class:`~oci.response.Response`
18181
18535
 
18182
18536
  :example:
18183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
18537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
18184
18538
  """
18185
18539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18186
18540
  required_arguments = ['dbSystemId', 'patchId']
@@ -18274,7 +18628,7 @@ class DatabaseClient(object):
18274
18628
  :rtype: :class:`~oci.response.Response`
18275
18629
 
18276
18630
  :example:
18277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
18631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
18278
18632
  """
18279
18633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18280
18634
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -18371,7 +18725,7 @@ class DatabaseClient(object):
18371
18725
  :rtype: :class:`~oci.response.Response`
18372
18726
 
18373
18727
  :example:
18374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
18728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
18375
18729
  """
18376
18730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18377
18731
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -18476,7 +18830,7 @@ class DatabaseClient(object):
18476
18830
  :rtype: :class:`~oci.response.Response`
18477
18831
 
18478
18832
  :example:
18479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
18833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
18480
18834
  """
18481
18835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18482
18836
  required_arguments = ['exadataInfrastructureId']
@@ -18590,7 +18944,7 @@ class DatabaseClient(object):
18590
18944
  :rtype: :class:`~oci.response.Response`
18591
18945
 
18592
18946
  :example:
18593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
18947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
18594
18948
  """
18595
18949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18596
18950
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18693,7 +19047,7 @@ class DatabaseClient(object):
18693
19047
  :rtype: :class:`~oci.response.Response`
18694
19048
 
18695
19049
  :example:
18696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
19050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
18697
19051
  """
18698
19052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18699
19053
  required_arguments = ['exadataInfrastructureId']
@@ -18810,7 +19164,7 @@ class DatabaseClient(object):
18810
19164
  :rtype: :class:`~oci.response.Response`
18811
19165
 
18812
19166
  :example:
18813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
19167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
18814
19168
  """
18815
19169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18816
19170
  required_arguments = ['dbSystemId']
@@ -18908,7 +19262,7 @@ class DatabaseClient(object):
18908
19262
  :rtype: :class:`~oci.response.Response`
18909
19263
 
18910
19264
  :example:
18911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
19265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
18912
19266
  """
18913
19267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18914
19268
  required_arguments = ['exadbVmClusterId']
@@ -19011,7 +19365,7 @@ class DatabaseClient(object):
19011
19365
  :rtype: :class:`~oci.response.Response`
19012
19366
 
19013
19367
  :example:
19014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
19368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
19015
19369
  """
19016
19370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19017
19371
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -19115,7 +19469,7 @@ class DatabaseClient(object):
19115
19469
  :rtype: :class:`~oci.response.Response`
19116
19470
 
19117
19471
  :example:
19118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
19472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
19119
19473
  """
19120
19474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19121
19475
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -19214,7 +19568,7 @@ class DatabaseClient(object):
19214
19568
  :rtype: :class:`~oci.response.Response`
19215
19569
 
19216
19570
  :example:
19217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
19571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
19218
19572
  """
19219
19573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19220
19574
  required_arguments = ['exascaleDbStorageVaultId']
@@ -19313,7 +19667,7 @@ class DatabaseClient(object):
19313
19667
  :rtype: :class:`~oci.response.Response`
19314
19668
 
19315
19669
  :example:
19316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
19670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
19317
19671
  """
19318
19672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19319
19673
  required_arguments = ['backupId']
@@ -19404,7 +19758,7 @@ class DatabaseClient(object):
19404
19758
  :rtype: :class:`~oci.response.Response`
19405
19759
 
19406
19760
  :example:
19407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
19761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
19408
19762
  """
19409
19763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19410
19764
  required_arguments = ['externalContainerDatabaseId']
@@ -19503,7 +19857,7 @@ class DatabaseClient(object):
19503
19857
  :rtype: :class:`~oci.response.Response`
19504
19858
 
19505
19859
  :example:
19506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
19860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
19507
19861
  """
19508
19862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19509
19863
  required_arguments = ['externalDatabaseConnectorId']
@@ -19601,7 +19955,7 @@ class DatabaseClient(object):
19601
19955
  :rtype: :class:`~oci.response.Response`
19602
19956
 
19603
19957
  :example:
19604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
19958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
19605
19959
  """
19606
19960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19607
19961
  required_arguments = ['externalNonContainerDatabaseId']
@@ -19700,7 +20054,7 @@ class DatabaseClient(object):
19700
20054
  :rtype: :class:`~oci.response.Response`
19701
20055
 
19702
20056
  :example:
19703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
20057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
19704
20058
  """
19705
20059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19706
20060
  required_arguments = ['externalPluggableDatabaseId']
@@ -19807,7 +20161,7 @@ class DatabaseClient(object):
19807
20161
  :rtype: :class:`~oci.response.Response`
19808
20162
 
19809
20163
  :example:
19810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
20164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
19811
20165
  """
19812
20166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19813
20167
  required_arguments = ['compartmentId']
@@ -19911,7 +20265,7 @@ class DatabaseClient(object):
19911
20265
  :rtype: :class:`~oci.response.Response`
19912
20266
 
19913
20267
  :example:
19914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
20268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
19915
20269
  """
19916
20270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19917
20271
  required_arguments = ['keyStoreId']
@@ -20004,7 +20358,7 @@ class DatabaseClient(object):
20004
20358
  :rtype: :class:`~oci.response.Response`
20005
20359
 
20006
20360
  :example:
20007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
20361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
20008
20362
  """
20009
20363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20010
20364
  required_arguments = ['maintenanceRunId']
@@ -20090,7 +20444,7 @@ class DatabaseClient(object):
20090
20444
  :rtype: :class:`~oci.response.Response`
20091
20445
 
20092
20446
  :example:
20093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
20447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
20094
20448
  """
20095
20449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20096
20450
  required_arguments = ['maintenanceRunHistoryId']
@@ -20181,7 +20535,7 @@ class DatabaseClient(object):
20181
20535
  :rtype: :class:`~oci.response.Response`
20182
20536
 
20183
20537
  :example:
20184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
20538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
20185
20539
  """
20186
20540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20187
20541
  required_arguments = ['oneoffPatchId']
@@ -20284,7 +20638,7 @@ class DatabaseClient(object):
20284
20638
  :rtype: :class:`~oci.response.Response`
20285
20639
 
20286
20640
  :example:
20287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
20641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
20288
20642
  """
20289
20643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20290
20644
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -20380,7 +20734,7 @@ class DatabaseClient(object):
20380
20734
  :rtype: :class:`~oci.response.Response`
20381
20735
 
20382
20736
  :example:
20383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
20737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
20384
20738
  """
20385
20739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20386
20740
  required_arguments = ['pluggableDatabaseId']
@@ -20471,7 +20825,7 @@ class DatabaseClient(object):
20471
20825
  :rtype: :class:`~oci.response.Response`
20472
20826
 
20473
20827
  :example:
20474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
20828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
20475
20829
  """
20476
20830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20477
20831
  required_arguments = ['vmClusterId']
@@ -20575,7 +20929,7 @@ class DatabaseClient(object):
20575
20929
  :rtype: :class:`~oci.response.Response`
20576
20930
 
20577
20931
  :example:
20578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
20932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
20579
20933
  """
20580
20934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20581
20935
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -20676,7 +21030,7 @@ class DatabaseClient(object):
20676
21030
  :rtype: :class:`~oci.response.Response`
20677
21031
 
20678
21032
  :example:
20679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
21033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
20680
21034
  """
20681
21035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20682
21036
  required_arguments = ['vmClusterId', 'patchId']
@@ -20770,7 +21124,7 @@ class DatabaseClient(object):
20770
21124
  :rtype: :class:`~oci.response.Response`
20771
21125
 
20772
21126
  :example:
20773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
21127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
20774
21128
  """
20775
21129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20776
21130
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -20867,7 +21221,7 @@ class DatabaseClient(object):
20867
21221
  :rtype: :class:`~oci.response.Response`
20868
21222
 
20869
21223
  :example:
20870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
21224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
20871
21225
  """
20872
21226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20873
21227
  required_arguments = ['vmClusterId', 'updateId']
@@ -20971,7 +21325,7 @@ class DatabaseClient(object):
20971
21325
  :rtype: :class:`~oci.response.Response`
20972
21326
 
20973
21327
  :example:
20974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
21328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
20975
21329
  """
20976
21330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20977
21331
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -21072,7 +21426,7 @@ class DatabaseClient(object):
21072
21426
  :rtype: :class:`~oci.response.Response`
21073
21427
 
21074
21428
  :example:
21075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
21429
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
21076
21430
  """
21077
21431
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21078
21432
  required_arguments = []
@@ -21184,7 +21538,7 @@ class DatabaseClient(object):
21184
21538
  :rtype: :class:`~oci.response.Response`
21185
21539
 
21186
21540
  :example:
21187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
21541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
21188
21542
  """
21189
21543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21190
21544
  required_arguments = []
@@ -21302,7 +21656,7 @@ class DatabaseClient(object):
21302
21656
  :rtype: :class:`~oci.response.Response`
21303
21657
 
21304
21658
  :example:
21305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
21659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
21306
21660
  """
21307
21661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21308
21662
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -21430,7 +21784,7 @@ class DatabaseClient(object):
21430
21784
  :rtype: :class:`~oci.response.Response`
21431
21785
 
21432
21786
  :example:
21433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
21787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
21434
21788
  """
21435
21789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21436
21790
  required_arguments = ['autonomousContainerDatabaseId']
@@ -21551,7 +21905,7 @@ class DatabaseClient(object):
21551
21905
  :rtype: :class:`~oci.response.Response`
21552
21906
 
21553
21907
  :example:
21554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
21908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
21555
21909
  """
21556
21910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21557
21911
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -21713,7 +22067,7 @@ class DatabaseClient(object):
21713
22067
  :rtype: :class:`~oci.response.Response`
21714
22068
 
21715
22069
  :example:
21716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
22070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
21717
22071
  """
21718
22072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21719
22073
  required_arguments = ['compartmentId']
@@ -21889,7 +22243,7 @@ class DatabaseClient(object):
21889
22243
  :rtype: :class:`~oci.response.Response`
21890
22244
 
21891
22245
  :example:
21892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
22246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
21893
22247
  """
21894
22248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21895
22249
  required_arguments = []
@@ -22026,7 +22380,7 @@ class DatabaseClient(object):
22026
22380
  :rtype: :class:`~oci.response.Response`
22027
22381
 
22028
22382
  :example:
22029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
22383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
22030
22384
  """
22031
22385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22032
22386
  required_arguments = []
@@ -22167,7 +22521,7 @@ class DatabaseClient(object):
22167
22521
  :rtype: :class:`~oci.response.Response`
22168
22522
 
22169
22523
  :example:
22170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
22524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
22171
22525
  """
22172
22526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22173
22527
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -22317,7 +22671,7 @@ class DatabaseClient(object):
22317
22671
  :rtype: :class:`~oci.response.Response`
22318
22672
 
22319
22673
  :example:
22320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
22674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
22321
22675
  """
22322
22676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22323
22677
  required_arguments = ['autonomousDatabaseId']
@@ -22428,7 +22782,7 @@ class DatabaseClient(object):
22428
22782
  :rtype: :class:`~oci.response.Response`
22429
22783
 
22430
22784
  :example:
22431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
22785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
22432
22786
  """
22433
22787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22434
22788
  required_arguments = ['autonomousDatabaseId']
@@ -22542,7 +22896,7 @@ class DatabaseClient(object):
22542
22896
  :rtype: :class:`~oci.response.Response`
22543
22897
 
22544
22898
  :example:
22545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
22899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
22546
22900
  """
22547
22901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22548
22902
  required_arguments = ['autonomousDatabaseId']
@@ -22679,7 +23033,7 @@ class DatabaseClient(object):
22679
23033
  :rtype: :class:`~oci.response.Response`
22680
23034
 
22681
23035
  :example:
22682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
23036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
22683
23037
  """
22684
23038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22685
23039
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -22875,7 +23229,7 @@ class DatabaseClient(object):
22875
23229
  :rtype: :class:`~oci.response.Response`
22876
23230
 
22877
23231
  :example:
22878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
23232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
22879
23233
  """
22880
23234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22881
23235
  required_arguments = ['compartmentId']
@@ -23052,7 +23406,7 @@ class DatabaseClient(object):
23052
23406
  :rtype: :class:`~oci.response.Response`
23053
23407
 
23054
23408
  :example:
23055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
23409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
23056
23410
  """
23057
23411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23058
23412
  required_arguments = ['compartmentId']
@@ -23183,7 +23537,7 @@ class DatabaseClient(object):
23183
23537
  :rtype: :class:`~oci.response.Response`
23184
23538
 
23185
23539
  :example:
23186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
23540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
23187
23541
  """
23188
23542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23189
23543
  required_arguments = ['compartmentId']
@@ -23307,7 +23661,7 @@ class DatabaseClient(object):
23307
23661
  :rtype: :class:`~oci.response.Response`
23308
23662
 
23309
23663
  :example:
23310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
23664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
23311
23665
  """
23312
23666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23313
23667
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -23431,7 +23785,7 @@ class DatabaseClient(object):
23431
23785
  :rtype: :class:`~oci.response.Response`
23432
23786
 
23433
23787
  :example:
23434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
23788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
23435
23789
  """
23436
23790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23437
23791
  required_arguments = ['compartmentId']
@@ -23572,7 +23926,7 @@ class DatabaseClient(object):
23572
23926
  :rtype: :class:`~oci.response.Response`
23573
23927
 
23574
23928
  :example:
23575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
23929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
23576
23930
  """
23577
23931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23578
23932
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -23690,7 +24044,7 @@ class DatabaseClient(object):
23690
24044
  :rtype: :class:`~oci.response.Response`
23691
24045
 
23692
24046
  :example:
23693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
24047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
23694
24048
  """
23695
24049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23696
24050
  required_arguments = ['autonomousVmClusterId']
@@ -23827,7 +24181,7 @@ class DatabaseClient(object):
23827
24181
  :rtype: :class:`~oci.response.Response`
23828
24182
 
23829
24183
  :example:
23830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
24184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
23831
24185
  """
23832
24186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23833
24187
  required_arguments = ['compartmentId']
@@ -23964,7 +24318,7 @@ class DatabaseClient(object):
23964
24318
  :rtype: :class:`~oci.response.Response`
23965
24319
 
23966
24320
  :example:
23967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
24321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
23968
24322
  """
23969
24323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23970
24324
  required_arguments = ['compartmentId']
@@ -24076,7 +24430,7 @@ class DatabaseClient(object):
24076
24430
  :rtype: :class:`~oci.response.Response`
24077
24431
 
24078
24432
  :example:
24079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
24433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
24080
24434
  """
24081
24435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24082
24436
  required_arguments = []
@@ -24194,7 +24548,7 @@ class DatabaseClient(object):
24194
24548
  :rtype: :class:`~oci.response.Response`
24195
24549
 
24196
24550
  :example:
24197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
24551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
24198
24552
  """
24199
24553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24200
24554
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -24334,7 +24688,7 @@ class DatabaseClient(object):
24334
24688
  :rtype: :class:`~oci.response.Response`
24335
24689
 
24336
24690
  :example:
24337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
24691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
24338
24692
  """
24339
24693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24340
24694
  required_arguments = ['compartmentId']
@@ -24491,7 +24845,7 @@ class DatabaseClient(object):
24491
24845
  :rtype: :class:`~oci.response.Response`
24492
24846
 
24493
24847
  :example:
24494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
24848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
24495
24849
  """
24496
24850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24497
24851
  required_arguments = ['compartmentId']
@@ -24630,7 +24984,7 @@ class DatabaseClient(object):
24630
24984
  :rtype: :class:`~oci.response.Response`
24631
24985
 
24632
24986
  :example:
24633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
24987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
24634
24988
  """
24635
24989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24636
24990
  required_arguments = ['cloudVmClusterId']
@@ -24758,7 +25112,7 @@ class DatabaseClient(object):
24758
25112
  :rtype: :class:`~oci.response.Response`
24759
25113
 
24760
25114
  :example:
24761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
25115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
24762
25116
  """
24763
25117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24764
25118
  required_arguments = ['cloudVmClusterId']
@@ -24902,7 +25256,7 @@ class DatabaseClient(object):
24902
25256
  :rtype: :class:`~oci.response.Response`
24903
25257
 
24904
25258
  :example:
24905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
25259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
24906
25260
  """
24907
25261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24908
25262
  required_arguments = ['compartmentId']
@@ -25027,7 +25381,7 @@ class DatabaseClient(object):
25027
25381
  :rtype: :class:`~oci.response.Response`
25028
25382
 
25029
25383
  :example:
25030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
25384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
25031
25385
  """
25032
25386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25033
25387
  required_arguments = ['dbNodeId']
@@ -25142,7 +25496,7 @@ class DatabaseClient(object):
25142
25496
  :rtype: :class:`~oci.response.Response`
25143
25497
 
25144
25498
  :example:
25145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
25499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
25146
25500
  """
25147
25501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25148
25502
  required_arguments = ['dbNodeId']
@@ -25292,7 +25646,7 @@ class DatabaseClient(object):
25292
25646
  :rtype: :class:`~oci.response.Response`
25293
25647
 
25294
25648
  :example:
25295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
25649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
25296
25650
  """
25297
25651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25298
25652
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -25410,7 +25764,7 @@ class DatabaseClient(object):
25410
25764
  :rtype: :class:`~oci.response.Response`
25411
25765
 
25412
25766
  :example:
25413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
25767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
25414
25768
  """
25415
25769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25416
25770
  required_arguments = ['databaseId']
@@ -25553,7 +25907,7 @@ class DatabaseClient(object):
25553
25907
  :rtype: :class:`~oci.response.Response`
25554
25908
 
25555
25909
  :example:
25556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
25910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
25557
25911
  """
25558
25912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25559
25913
  required_arguments = ['compartmentId']
@@ -25724,7 +26078,7 @@ class DatabaseClient(object):
25724
26078
  :rtype: :class:`~oci.response.Response`
25725
26079
 
25726
26080
  :example:
25727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
26081
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
25728
26082
  """
25729
26083
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25730
26084
  required_arguments = ['databaseId']
@@ -25899,7 +26253,7 @@ class DatabaseClient(object):
25899
26253
  :rtype: :class:`~oci.response.Response`
25900
26254
 
25901
26255
  :example:
25902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
26256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
25903
26257
  """
25904
26258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25905
26259
  required_arguments = ['compartmentId']
@@ -26029,7 +26383,7 @@ class DatabaseClient(object):
26029
26383
  :rtype: :class:`~oci.response.Response`
26030
26384
 
26031
26385
  :example:
26032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
26386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
26033
26387
  """
26034
26388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26035
26389
  required_arguments = ['dbHomeId']
@@ -26137,7 +26491,7 @@ class DatabaseClient(object):
26137
26491
  :rtype: :class:`~oci.response.Response`
26138
26492
 
26139
26493
  :example:
26140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
26494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
26141
26495
  """
26142
26496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26143
26497
  required_arguments = ['dbHomeId']
@@ -26281,7 +26635,7 @@ class DatabaseClient(object):
26281
26635
  :rtype: :class:`~oci.response.Response`
26282
26636
 
26283
26637
  :example:
26284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
26638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
26285
26639
  """
26286
26640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26287
26641
  required_arguments = ['compartmentId']
@@ -26445,7 +26799,7 @@ class DatabaseClient(object):
26445
26799
  :rtype: :class:`~oci.response.Response`
26446
26800
 
26447
26801
  :example:
26448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
26802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
26449
26803
  """
26450
26804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26451
26805
  required_arguments = ['compartmentId']
@@ -26601,7 +26955,7 @@ class DatabaseClient(object):
26601
26955
  :rtype: :class:`~oci.response.Response`
26602
26956
 
26603
26957
  :example:
26604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
26958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
26605
26959
  """
26606
26960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26607
26961
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -26726,7 +27080,7 @@ class DatabaseClient(object):
26726
27080
  :rtype: :class:`~oci.response.Response`
26727
27081
 
26728
27082
  :example:
26729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
27083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
26730
27084
  """
26731
27085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26732
27086
  required_arguments = []
@@ -26823,7 +27177,7 @@ class DatabaseClient(object):
26823
27177
  :rtype: :class:`~oci.response.Response`
26824
27178
 
26825
27179
  :example:
26826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
27180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
26827
27181
  """
26828
27182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26829
27183
  required_arguments = ['dbSystemId']
@@ -26931,7 +27285,7 @@ class DatabaseClient(object):
26931
27285
  :rtype: :class:`~oci.response.Response`
26932
27286
 
26933
27287
  :example:
26934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
27288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
26935
27289
  """
26936
27290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26937
27291
  required_arguments = ['dbSystemId']
@@ -27042,7 +27396,7 @@ class DatabaseClient(object):
27042
27396
  :rtype: :class:`~oci.response.Response`
27043
27397
 
27044
27398
  :example:
27045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
27399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
27046
27400
  """
27047
27401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27048
27402
  required_arguments = ['compartmentId']
@@ -27143,7 +27497,7 @@ class DatabaseClient(object):
27143
27497
  :rtype: :class:`~oci.response.Response`
27144
27498
 
27145
27499
  :example:
27146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
27500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
27147
27501
  """
27148
27502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27149
27503
  required_arguments = ['storageManagement']
@@ -27270,7 +27624,7 @@ class DatabaseClient(object):
27270
27624
  :rtype: :class:`~oci.response.Response`
27271
27625
 
27272
27626
  :example:
27273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
27627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
27274
27628
  """
27275
27629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27276
27630
  required_arguments = ['dbSystemId']
@@ -27452,7 +27806,7 @@ class DatabaseClient(object):
27452
27806
  :rtype: :class:`~oci.response.Response`
27453
27807
 
27454
27808
  :example:
27455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
27809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
27456
27810
  """
27457
27811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27458
27812
  required_arguments = ['compartmentId']
@@ -27603,7 +27957,7 @@ class DatabaseClient(object):
27603
27957
  :rtype: :class:`~oci.response.Response`
27604
27958
 
27605
27959
  :example:
27606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
27960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
27607
27961
  """
27608
27962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27609
27963
  required_arguments = ['compartmentId']
@@ -27744,7 +28098,7 @@ class DatabaseClient(object):
27744
28098
  :rtype: :class:`~oci.response.Response`
27745
28099
 
27746
28100
  :example:
27747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
28101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
27748
28102
  """
27749
28103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27750
28104
  required_arguments = ['compartmentId']
@@ -27891,7 +28245,7 @@ class DatabaseClient(object):
27891
28245
  :rtype: :class:`~oci.response.Response`
27892
28246
 
27893
28247
  :example:
27894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
28248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
27895
28249
  """
27896
28250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27897
28251
  required_arguments = ['exadbVmClusterId']
@@ -28022,7 +28376,7 @@ class DatabaseClient(object):
28022
28376
  :rtype: :class:`~oci.response.Response`
28023
28377
 
28024
28378
  :example:
28025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
28379
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
28026
28380
  """
28027
28381
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28028
28382
  required_arguments = ['exadbVmClusterId']
@@ -28168,7 +28522,7 @@ class DatabaseClient(object):
28168
28522
  :rtype: :class:`~oci.response.Response`
28169
28523
 
28170
28524
  :example:
28171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
28525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
28172
28526
  """
28173
28527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28174
28528
  required_arguments = ['compartmentId']
@@ -28320,7 +28674,7 @@ class DatabaseClient(object):
28320
28674
  :rtype: :class:`~oci.response.Response`
28321
28675
 
28322
28676
  :example:
28323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
28677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
28324
28678
  """
28325
28679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28326
28680
  required_arguments = ['compartmentId']
@@ -28473,7 +28827,7 @@ class DatabaseClient(object):
28473
28827
  :rtype: :class:`~oci.response.Response`
28474
28828
 
28475
28829
  :example:
28476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
28830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
28477
28831
  """
28478
28832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28479
28833
  required_arguments = ['compartmentId']
@@ -28631,7 +28985,7 @@ class DatabaseClient(object):
28631
28985
  :rtype: :class:`~oci.response.Response`
28632
28986
 
28633
28987
  :example:
28634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
28988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
28635
28989
  """
28636
28990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28637
28991
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -28785,7 +29139,7 @@ class DatabaseClient(object):
28785
29139
  :rtype: :class:`~oci.response.Response`
28786
29140
 
28787
29141
  :example:
28788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
29142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
28789
29143
  """
28790
29144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28791
29145
  required_arguments = ['compartmentId']
@@ -28944,7 +29298,7 @@ class DatabaseClient(object):
28944
29298
  :rtype: :class:`~oci.response.Response`
28945
29299
 
28946
29300
  :example:
28947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
29301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
28948
29302
  """
28949
29303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28950
29304
  required_arguments = ['compartmentId']
@@ -29088,7 +29442,7 @@ class DatabaseClient(object):
29088
29442
  :rtype: :class:`~oci.response.Response`
29089
29443
 
29090
29444
  :example:
29091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
29445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
29092
29446
  """
29093
29447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29094
29448
  required_arguments = ['compartmentId']
@@ -29235,7 +29589,7 @@ class DatabaseClient(object):
29235
29589
  :rtype: :class:`~oci.response.Response`
29236
29590
 
29237
29591
  :example:
29238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
29592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
29239
29593
  """
29240
29594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29241
29595
  required_arguments = ['version']
@@ -29392,7 +29746,7 @@ class DatabaseClient(object):
29392
29746
  :rtype: :class:`~oci.response.Response`
29393
29747
 
29394
29748
  :example:
29395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
29749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
29396
29750
  """
29397
29751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29398
29752
  required_arguments = ['compartmentId']
@@ -29505,7 +29859,7 @@ class DatabaseClient(object):
29505
29859
  :rtype: :class:`~oci.response.Response`
29506
29860
 
29507
29861
  :example:
29508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
29862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
29509
29863
  """
29510
29864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29511
29865
  required_arguments = ['compartmentId']
@@ -29643,7 +29997,7 @@ class DatabaseClient(object):
29643
29997
  :rtype: :class:`~oci.response.Response`
29644
29998
 
29645
29999
  :example:
29646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
30000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
29647
30001
  """
29648
30002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29649
30003
  required_arguments = ['compartmentId']
@@ -29836,7 +30190,7 @@ class DatabaseClient(object):
29836
30190
  :rtype: :class:`~oci.response.Response`
29837
30191
 
29838
30192
  :example:
29839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
30193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
29840
30194
  """
29841
30195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29842
30196
  required_arguments = ['compartmentId']
@@ -30012,7 +30366,7 @@ class DatabaseClient(object):
30012
30366
  :rtype: :class:`~oci.response.Response`
30013
30367
 
30014
30368
  :example:
30015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
30369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
30016
30370
  """
30017
30371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30018
30372
  required_arguments = ['compartmentId']
@@ -30164,7 +30518,7 @@ class DatabaseClient(object):
30164
30518
  :rtype: :class:`~oci.response.Response`
30165
30519
 
30166
30520
  :example:
30167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
30521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
30168
30522
  """
30169
30523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30170
30524
  required_arguments = ['databaseId']
@@ -30334,7 +30688,7 @@ class DatabaseClient(object):
30334
30688
  :rtype: :class:`~oci.response.Response`
30335
30689
 
30336
30690
  :example:
30337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
30691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
30338
30692
  """
30339
30693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30340
30694
  required_arguments = []
@@ -30477,7 +30831,7 @@ class DatabaseClient(object):
30477
30831
  :rtype: :class:`~oci.response.Response`
30478
30832
 
30479
30833
  :example:
30480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
30834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
30481
30835
  """
30482
30836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30483
30837
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -30614,7 +30968,7 @@ class DatabaseClient(object):
30614
30968
  :rtype: :class:`~oci.response.Response`
30615
30969
 
30616
30970
  :example:
30617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
30971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
30618
30972
  """
30619
30973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30620
30974
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -30755,7 +31109,7 @@ class DatabaseClient(object):
30755
31109
  :rtype: :class:`~oci.response.Response`
30756
31110
 
30757
31111
  :example:
30758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
31112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
30759
31113
  """
30760
31114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30761
31115
  required_arguments = ['vmClusterId']
@@ -30863,7 +31217,7 @@ class DatabaseClient(object):
30863
31217
  :rtype: :class:`~oci.response.Response`
30864
31218
 
30865
31219
  :example:
30866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
31220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
30867
31221
  """
30868
31222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30869
31223
  required_arguments = ['vmClusterId']
@@ -30984,7 +31338,7 @@ class DatabaseClient(object):
30984
31338
  :rtype: :class:`~oci.response.Response`
30985
31339
 
30986
31340
  :example:
30987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
31341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
30988
31342
  """
30989
31343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30990
31344
  required_arguments = ['vmClusterId']
@@ -31126,7 +31480,7 @@ class DatabaseClient(object):
31126
31480
  :rtype: :class:`~oci.response.Response`
31127
31481
 
31128
31482
  :example:
31129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
31483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
31130
31484
  """
31131
31485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31132
31486
  required_arguments = ['vmClusterId']
@@ -31280,7 +31634,7 @@ class DatabaseClient(object):
31280
31634
  :rtype: :class:`~oci.response.Response`
31281
31635
 
31282
31636
  :example:
31283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
31637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
31284
31638
  """
31285
31639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31286
31640
  required_arguments = ['compartmentId']
@@ -31424,7 +31778,7 @@ class DatabaseClient(object):
31424
31778
  :rtype: :class:`~oci.response.Response`
31425
31779
 
31426
31780
  :example:
31427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
31781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
31428
31782
  """
31429
31783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31430
31784
  required_arguments = ['pluggableDatabaseId']
@@ -31544,7 +31898,7 @@ class DatabaseClient(object):
31544
31898
  :rtype: :class:`~oci.response.Response`
31545
31899
 
31546
31900
  :example:
31547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
31901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
31548
31902
  """
31549
31903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31550
31904
  required_arguments = ['dbSystemId']
@@ -31664,7 +32018,7 @@ class DatabaseClient(object):
31664
32018
  :rtype: :class:`~oci.response.Response`
31665
32019
 
31666
32020
  :example:
31667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
32021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
31668
32022
  """
31669
32023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31670
32024
  required_arguments = ['databaseId']
@@ -31784,7 +32138,7 @@ class DatabaseClient(object):
31784
32138
  :rtype: :class:`~oci.response.Response`
31785
32139
 
31786
32140
  :example:
31787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
32141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
31788
32142
  """
31789
32143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31790
32144
  required_arguments = ['databaseId']
@@ -31904,7 +32258,7 @@ class DatabaseClient(object):
31904
32258
  :rtype: :class:`~oci.response.Response`
31905
32259
 
31906
32260
  :example:
31907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
32261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
31908
32262
  """
31909
32263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31910
32264
  required_arguments = ['pluggableDatabaseId']
@@ -32021,7 +32375,7 @@ class DatabaseClient(object):
32021
32375
  :rtype: :class:`~oci.response.Response`
32022
32376
 
32023
32377
  :example:
32024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
32378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
32025
32379
  """
32026
32380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32027
32381
  required_arguments = ['pluggableDatabaseId']
@@ -32127,7 +32481,7 @@ class DatabaseClient(object):
32127
32481
  :rtype: :class:`~oci.response.Response`
32128
32482
 
32129
32483
  :example:
32130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
32484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
32131
32485
  """
32132
32486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32133
32487
  required_arguments = ['autonomousDatabaseId']
@@ -32233,7 +32587,7 @@ class DatabaseClient(object):
32233
32587
  :rtype: :class:`~oci.response.Response`
32234
32588
 
32235
32589
  :example:
32236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
32590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
32237
32591
  """
32238
32592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32239
32593
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -32342,7 +32696,7 @@ class DatabaseClient(object):
32342
32696
  :rtype: :class:`~oci.response.Response`
32343
32697
 
32344
32698
  :example:
32345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
32699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
32346
32700
  """
32347
32701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32348
32702
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -32460,7 +32814,7 @@ class DatabaseClient(object):
32460
32814
  :rtype: :class:`~oci.response.Response`
32461
32815
 
32462
32816
  :example:
32463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
32817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
32464
32818
  """
32465
32819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32466
32820
  required_arguments = ['pluggableDatabaseId']
@@ -32580,7 +32934,7 @@ class DatabaseClient(object):
32580
32934
  :rtype: :class:`~oci.response.Response`
32581
32935
 
32582
32936
  :example:
32583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
32937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
32584
32938
  """
32585
32939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32586
32940
  required_arguments = ['cloudVmClusterId']
@@ -32700,7 +33054,7 @@ class DatabaseClient(object):
32700
33054
  :rtype: :class:`~oci.response.Response`
32701
33055
 
32702
33056
  :example:
32703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
33057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
32704
33058
  """
32705
33059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32706
33060
  required_arguments = ['exadbVmClusterId']
@@ -32820,7 +33174,7 @@ class DatabaseClient(object):
32820
33174
  :rtype: :class:`~oci.response.Response`
32821
33175
 
32822
33176
  :example:
32823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
33177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
32824
33178
  """
32825
33179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32826
33180
  required_arguments = ['vmClusterId']
@@ -32946,7 +33300,7 @@ class DatabaseClient(object):
32946
33300
  :rtype: :class:`~oci.response.Response`
32947
33301
 
32948
33302
  :example:
32949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
33303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
32950
33304
  """
32951
33305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32952
33306
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -33065,7 +33419,7 @@ class DatabaseClient(object):
33065
33419
  :rtype: :class:`~oci.response.Response`
33066
33420
 
33067
33421
  :example:
33068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
33422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
33069
33423
  """
33070
33424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33071
33425
  required_arguments = []
@@ -33171,7 +33525,7 @@ class DatabaseClient(object):
33171
33525
  :rtype: :class:`~oci.response.Response`
33172
33526
 
33173
33527
  :example:
33174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
33528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
33175
33529
  """
33176
33530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33177
33531
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33273,7 +33627,7 @@ class DatabaseClient(object):
33273
33627
  :rtype: :class:`~oci.response.Response`
33274
33628
 
33275
33629
  :example:
33276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
33630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
33277
33631
  """
33278
33632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33279
33633
  required_arguments = ['autonomousDatabaseId']
@@ -33376,7 +33730,7 @@ class DatabaseClient(object):
33376
33730
  :rtype: :class:`~oci.response.Response`
33377
33731
 
33378
33732
  :example:
33379
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
33733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
33380
33734
  """
33381
33735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33382
33736
  required_arguments = ['autonomousDatabaseId']
@@ -33481,7 +33835,7 @@ class DatabaseClient(object):
33481
33835
  :rtype: :class:`~oci.response.Response`
33482
33836
 
33483
33837
  :example:
33484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
33838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
33485
33839
  """
33486
33840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33487
33841
  required_arguments = ['databaseId']
@@ -33595,7 +33949,7 @@ class DatabaseClient(object):
33595
33949
  :rtype: :class:`~oci.response.Response`
33596
33950
 
33597
33951
  :example:
33598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
33952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
33599
33953
  """
33600
33954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33601
33955
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33712,7 +34066,7 @@ class DatabaseClient(object):
33712
34066
  :rtype: :class:`~oci.response.Response`
33713
34067
 
33714
34068
  :example:
33715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
34069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
33716
34070
  """
33717
34071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33718
34072
  required_arguments = ['autonomousDatabaseId']
@@ -33830,7 +34184,7 @@ class DatabaseClient(object):
33830
34184
  :rtype: :class:`~oci.response.Response`
33831
34185
 
33832
34186
  :example:
33833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
34187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
33834
34188
  """
33835
34189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33836
34190
  required_arguments = ['autonomousVmClusterId']
@@ -33948,7 +34302,7 @@ class DatabaseClient(object):
33948
34302
  :rtype: :class:`~oci.response.Response`
33949
34303
 
33950
34304
  :example:
33951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
34305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
33952
34306
  """
33953
34307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33954
34308
  required_arguments = ['autonomousVmClusterId']
@@ -34066,7 +34420,7 @@ class DatabaseClient(object):
34066
34420
  :rtype: :class:`~oci.response.Response`
34067
34421
 
34068
34422
  :example:
34069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
34423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
34070
34424
  """
34071
34425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34072
34426
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -34185,7 +34539,7 @@ class DatabaseClient(object):
34185
34539
  :rtype: :class:`~oci.response.Response`
34186
34540
 
34187
34541
  :example:
34188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
34542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
34189
34543
  """
34190
34544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34191
34545
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -34301,7 +34655,7 @@ class DatabaseClient(object):
34301
34655
  :rtype: :class:`~oci.response.Response`
34302
34656
 
34303
34657
  :example:
34304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
34658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
34305
34659
  """
34306
34660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34307
34661
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34414,7 +34768,7 @@ class DatabaseClient(object):
34414
34768
  :rtype: :class:`~oci.response.Response`
34415
34769
 
34416
34770
  :example:
34417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
34771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
34418
34772
  """
34419
34773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34420
34774
  required_arguments = ['pluggableDatabaseId']
@@ -34527,7 +34881,7 @@ class DatabaseClient(object):
34527
34881
  :rtype: :class:`~oci.response.Response`
34528
34882
 
34529
34883
  :example:
34530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
34884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
34531
34885
  """
34532
34886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34533
34887
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34642,7 +34996,7 @@ class DatabaseClient(object):
34642
34996
  :rtype: :class:`~oci.response.Response`
34643
34997
 
34644
34998
  :example:
34645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
34999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
34646
35000
  """
34647
35001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34648
35002
  required_arguments = ['databaseId']
@@ -34745,7 +35099,7 @@ class DatabaseClient(object):
34745
35099
  :rtype: :class:`~oci.response.Response`
34746
35100
 
34747
35101
  :example:
34748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
35102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
34749
35103
  """
34750
35104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34751
35105
  required_arguments = ['autonomousDatabaseId']
@@ -34857,7 +35211,7 @@ class DatabaseClient(object):
34857
35211
  :rtype: :class:`~oci.response.Response`
34858
35212
 
34859
35213
  :example:
34860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
35214
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
34861
35215
  """
34862
35216
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34863
35217
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -34965,7 +35319,7 @@ class DatabaseClient(object):
34965
35319
  :rtype: :class:`~oci.response.Response`
34966
35320
 
34967
35321
  :example:
34968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
35322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
34969
35323
  """
34970
35324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34971
35325
  required_arguments = ['autonomousDatabaseId']
@@ -35065,7 +35419,7 @@ class DatabaseClient(object):
35065
35419
  :rtype: :class:`~oci.response.Response`
35066
35420
 
35067
35421
  :example:
35068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
35422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
35069
35423
  """
35070
35424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35071
35425
  required_arguments = ['autonomousDatabaseId']
@@ -35175,7 +35529,7 @@ class DatabaseClient(object):
35175
35529
  :rtype: :class:`~oci.response.Response`
35176
35530
 
35177
35531
  :example:
35178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
35532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
35179
35533
  """
35180
35534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35181
35535
  required_arguments = ['pluggableDatabaseId']
@@ -35283,7 +35637,7 @@ class DatabaseClient(object):
35283
35637
  :rtype: :class:`~oci.response.Response`
35284
35638
 
35285
35639
  :example:
35286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
35640
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
35287
35641
  """
35288
35642
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35289
35643
  required_arguments = ['autonomousDatabaseId']
@@ -35395,7 +35749,7 @@ class DatabaseClient(object):
35395
35749
  :rtype: :class:`~oci.response.Response`
35396
35750
 
35397
35751
  :example:
35398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
35752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
35399
35753
  """
35400
35754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35401
35755
  required_arguments = ['pluggableDatabaseId']
@@ -35507,7 +35861,7 @@ class DatabaseClient(object):
35507
35861
  :rtype: :class:`~oci.response.Response`
35508
35862
 
35509
35863
  :example:
35510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
35864
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
35511
35865
  """
35512
35866
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35513
35867
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -35626,7 +35980,7 @@ class DatabaseClient(object):
35626
35980
  :rtype: :class:`~oci.response.Response`
35627
35981
 
35628
35982
  :example:
35629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
35983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
35630
35984
  """
35631
35985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35632
35986
  required_arguments = ['autonomousDatabaseId']
@@ -35750,7 +36104,7 @@ class DatabaseClient(object):
35750
36104
  :rtype: :class:`~oci.response.Response`
35751
36105
 
35752
36106
  :example:
35753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
36107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
35754
36108
  """
35755
36109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35756
36110
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -35853,7 +36207,7 @@ class DatabaseClient(object):
35853
36207
  :rtype: :class:`~oci.response.Response`
35854
36208
 
35855
36209
  :example:
35856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
36210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
35857
36211
  """
35858
36212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35859
36213
  required_arguments = ['autonomousContainerDatabaseId']
@@ -35951,7 +36305,7 @@ class DatabaseClient(object):
35951
36305
  :rtype: :class:`~oci.response.Response`
35952
36306
 
35953
36307
  :example:
35954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
36308
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
35955
36309
  """
35956
36310
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35957
36311
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -36056,7 +36410,7 @@ class DatabaseClient(object):
36056
36410
  :rtype: :class:`~oci.response.Response`
36057
36411
 
36058
36412
  :example:
36059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
36413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
36060
36414
  """
36061
36415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36062
36416
  required_arguments = ['dbSystemId']
@@ -36157,7 +36511,7 @@ class DatabaseClient(object):
36157
36511
  :rtype: :class:`~oci.response.Response`
36158
36512
 
36159
36513
  :example:
36160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
36514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
36161
36515
  """
36162
36516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36163
36517
  required_arguments = ['autonomousContainerDatabaseId']
@@ -36270,7 +36624,7 @@ class DatabaseClient(object):
36270
36624
  :rtype: :class:`~oci.response.Response`
36271
36625
 
36272
36626
  :example:
36273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
36627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
36274
36628
  """
36275
36629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36276
36630
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -36381,7 +36735,7 @@ class DatabaseClient(object):
36381
36735
  :rtype: :class:`~oci.response.Response`
36382
36736
 
36383
36737
  :example:
36384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
36738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
36385
36739
  """
36386
36740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36387
36741
  required_arguments = ['autonomousDatabaseId']
@@ -36491,7 +36845,7 @@ class DatabaseClient(object):
36491
36845
  :rtype: :class:`~oci.response.Response`
36492
36846
 
36493
36847
  :example:
36494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
36848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
36495
36849
  """
36496
36850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36497
36851
  required_arguments = ['autonomousDatabaseBackupId']
@@ -36591,7 +36945,7 @@ class DatabaseClient(object):
36591
36945
  :rtype: :class:`~oci.response.Response`
36592
36946
 
36593
36947
  :example:
36594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
36948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
36595
36949
  """
36596
36950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36597
36951
  required_arguments = []
@@ -36685,7 +37039,7 @@ class DatabaseClient(object):
36685
37039
  :rtype: :class:`~oci.response.Response`
36686
37040
 
36687
37041
  :example:
36688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
37042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
36689
37043
  """
36690
37044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36691
37045
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -36790,7 +37144,7 @@ class DatabaseClient(object):
36790
37144
  :rtype: :class:`~oci.response.Response`
36791
37145
 
36792
37146
  :example:
36793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
37147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
36794
37148
  """
36795
37149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36796
37150
  required_arguments = ['autonomousDatabaseId']
@@ -36893,7 +37247,7 @@ class DatabaseClient(object):
36893
37247
  :rtype: :class:`~oci.response.Response`
36894
37248
 
36895
37249
  :example:
36896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
37250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
36897
37251
  """
36898
37252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36899
37253
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -37001,7 +37355,7 @@ class DatabaseClient(object):
37001
37355
  :rtype: :class:`~oci.response.Response`
37002
37356
 
37003
37357
  :example:
37004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
37358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
37005
37359
  """
37006
37360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37007
37361
  required_arguments = ['autonomousVmClusterId']
@@ -37114,7 +37468,7 @@ class DatabaseClient(object):
37114
37468
  :rtype: :class:`~oci.response.Response`
37115
37469
 
37116
37470
  :example:
37117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
37471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
37118
37472
  """
37119
37473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37120
37474
  required_arguments = ['backupDestinationId']
@@ -37224,7 +37578,7 @@ class DatabaseClient(object):
37224
37578
  :rtype: :class:`~oci.response.Response`
37225
37579
 
37226
37580
  :example:
37227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
37581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
37228
37582
  """
37229
37583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37230
37584
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -37334,7 +37688,7 @@ class DatabaseClient(object):
37334
37688
  :rtype: :class:`~oci.response.Response`
37335
37689
 
37336
37690
  :example:
37337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
37691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
37338
37692
  """
37339
37693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37340
37694
  required_arguments = ['cloudExadataInfrastructureId']
@@ -37444,7 +37798,7 @@ class DatabaseClient(object):
37444
37798
  :rtype: :class:`~oci.response.Response`
37445
37799
 
37446
37800
  :example:
37447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
37801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
37448
37802
  """
37449
37803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37450
37804
  required_arguments = ['cloudVmClusterId']
@@ -37554,7 +37908,7 @@ class DatabaseClient(object):
37554
37908
  :rtype: :class:`~oci.response.Response`
37555
37909
 
37556
37910
  :example:
37557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
37911
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.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.
37558
37912
  """
37559
37913
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37560
37914
  required_arguments = ['cloudVmClusterId']
@@ -37667,7 +38021,7 @@ class DatabaseClient(object):
37667
38021
  :rtype: :class:`~oci.response.Response`
37668
38022
 
37669
38023
  :example:
37670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
38024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
37671
38025
  """
37672
38026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37673
38027
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -37781,7 +38135,7 @@ class DatabaseClient(object):
37781
38135
  :rtype: :class:`~oci.response.Response`
37782
38136
 
37783
38137
  :example:
37784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
38138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
37785
38139
  """
37786
38140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37787
38141
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -37897,7 +38251,7 @@ class DatabaseClient(object):
37897
38251
  :rtype: :class:`~oci.response.Response`
37898
38252
 
37899
38253
  :example:
37900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
38254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
37901
38255
  """
37902
38256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37903
38257
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38005,7 +38359,7 @@ class DatabaseClient(object):
38005
38359
  :rtype: :class:`~oci.response.Response`
38006
38360
 
38007
38361
  :example:
38008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_database.py.html>`__ to see an example of how to use update_database API.
38362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
38009
38363
  """
38010
38364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38011
38365
  required_arguments = ['databaseId']
@@ -38110,7 +38464,7 @@ class DatabaseClient(object):
38110
38464
  :rtype: :class:`~oci.response.Response`
38111
38465
 
38112
38466
  :example:
38113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
38467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
38114
38468
  """
38115
38469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38116
38470
  required_arguments = ['databaseSoftwareImageId']
@@ -38215,7 +38569,7 @@ class DatabaseClient(object):
38215
38569
  :rtype: :class:`~oci.response.Response`
38216
38570
 
38217
38571
  :example:
38218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
38572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
38219
38573
  """
38220
38574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38221
38575
  required_arguments = ['dbHomeId']
@@ -38323,7 +38677,7 @@ class DatabaseClient(object):
38323
38677
  :rtype: :class:`~oci.response.Response`
38324
38678
 
38325
38679
  :example:
38326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
38680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
38327
38681
  """
38328
38682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38329
38683
  required_arguments = ['dbNodeId']
@@ -38437,7 +38791,7 @@ class DatabaseClient(object):
38437
38791
  :rtype: :class:`~oci.response.Response`
38438
38792
 
38439
38793
  :example:
38440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
38794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
38441
38795
  """
38442
38796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38443
38797
  required_arguments = ['dbSystemId']
@@ -38546,7 +38900,7 @@ class DatabaseClient(object):
38546
38900
  :rtype: :class:`~oci.response.Response`
38547
38901
 
38548
38902
  :example:
38549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
38903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
38550
38904
  """
38551
38905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38552
38906
  required_arguments = ['exadataInfrastructureId']
@@ -38666,7 +39020,7 @@ class DatabaseClient(object):
38666
39020
  :rtype: :class:`~oci.response.Response`
38667
39021
 
38668
39022
  :example:
38669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
39023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
38670
39024
  """
38671
39025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38672
39026
  required_arguments = ['dbSystemId']
@@ -38776,7 +39130,7 @@ class DatabaseClient(object):
38776
39130
  :rtype: :class:`~oci.response.Response`
38777
39131
 
38778
39132
  :example:
38779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
39133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
38780
39134
  """
38781
39135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38782
39136
  required_arguments = ['exadbVmClusterId']
@@ -38886,7 +39240,7 @@ class DatabaseClient(object):
38886
39240
  :rtype: :class:`~oci.response.Response`
38887
39241
 
38888
39242
  :example:
38889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
39243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
38890
39244
  """
38891
39245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38892
39246
  required_arguments = ['exascaleDbStorageVaultId']
@@ -38999,7 +39353,7 @@ class DatabaseClient(object):
38999
39353
  :rtype: :class:`~oci.response.Response`
39000
39354
 
39001
39355
  :example:
39002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
39356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
39003
39357
  """
39004
39358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39005
39359
  required_arguments = ['externalContainerDatabaseId']
@@ -39110,7 +39464,7 @@ class DatabaseClient(object):
39110
39464
  :rtype: :class:`~oci.response.Response`
39111
39465
 
39112
39466
  :example:
39113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
39467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
39114
39468
  """
39115
39469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39116
39470
  required_arguments = ['externalDatabaseConnectorId']
@@ -39220,7 +39574,7 @@ class DatabaseClient(object):
39220
39574
  :rtype: :class:`~oci.response.Response`
39221
39575
 
39222
39576
  :example:
39223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
39577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
39224
39578
  """
39225
39579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39226
39580
  required_arguments = ['externalNonContainerDatabaseId']
@@ -39332,7 +39686,7 @@ class DatabaseClient(object):
39332
39686
  :rtype: :class:`~oci.response.Response`
39333
39687
 
39334
39688
  :example:
39335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
39689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
39336
39690
  """
39337
39691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39338
39692
  required_arguments = ['externalPluggableDatabaseId']
@@ -39442,7 +39796,7 @@ class DatabaseClient(object):
39442
39796
  :rtype: :class:`~oci.response.Response`
39443
39797
 
39444
39798
  :example:
39445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
39799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
39446
39800
  """
39447
39801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39448
39802
  required_arguments = ['keyStoreId']
@@ -39547,7 +39901,7 @@ class DatabaseClient(object):
39547
39901
  :rtype: :class:`~oci.response.Response`
39548
39902
 
39549
39903
  :example:
39550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
39904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
39551
39905
  """
39552
39906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39553
39907
  required_arguments = ['maintenanceRunId']
@@ -39655,7 +40009,7 @@ class DatabaseClient(object):
39655
40009
  :rtype: :class:`~oci.response.Response`
39656
40010
 
39657
40011
  :example:
39658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
40012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
39659
40013
  """
39660
40014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39661
40015
  required_arguments = ['oneoffPatchId']
@@ -39762,7 +40116,7 @@ class DatabaseClient(object):
39762
40116
  :rtype: :class:`~oci.response.Response`
39763
40117
 
39764
40118
  :example:
39765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
40119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
39766
40120
  """
39767
40121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39768
40122
  required_arguments = ['pluggableDatabaseId']
@@ -39870,7 +40224,7 @@ class DatabaseClient(object):
39870
40224
  :rtype: :class:`~oci.response.Response`
39871
40225
 
39872
40226
  :example:
39873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
40227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
39874
40228
  """
39875
40229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39876
40230
  required_arguments = ['vmClusterId']
@@ -39986,7 +40340,7 @@ class DatabaseClient(object):
39986
40340
  :rtype: :class:`~oci.response.Response`
39987
40341
 
39988
40342
  :example:
39989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
40343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
39990
40344
  """
39991
40345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39992
40346
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -40097,7 +40451,7 @@ class DatabaseClient(object):
40097
40451
  :rtype: :class:`~oci.response.Response`
40098
40452
 
40099
40453
  :example:
40100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
40454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
40101
40455
  """
40102
40456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40103
40457
  required_arguments = ['databaseId']
@@ -40214,7 +40568,7 @@ class DatabaseClient(object):
40214
40568
  :rtype: :class:`~oci.response.Response`
40215
40569
 
40216
40570
  :example:
40217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
40571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
40218
40572
  """
40219
40573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40220
40574
  required_arguments = ['dbSystemId']
@@ -40331,7 +40685,7 @@ class DatabaseClient(object):
40331
40685
  :rtype: :class:`~oci.response.Response`
40332
40686
 
40333
40687
  :example:
40334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.3/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
40688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.130.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
40335
40689
  """
40336
40690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40337
40691
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']