oci 2.149.0__py3-none-any.whl → 2.149.1__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 (392) 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 +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +84 -84
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +6 -6
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +15 -15
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +633 -113
  52. oci/core/compute_client_composite_operations.py +82 -0
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/models/__init__.py +10 -0
  55. oci/core/models/change_compute_host_compartment_details.py +76 -0
  56. oci/core/models/compute_host.py +826 -0
  57. oci/core/models/compute_host_collection.py +70 -0
  58. oci/core/models/compute_host_summary.py +720 -0
  59. oci/core/models/update_compute_host_details.py +154 -0
  60. oci/core/virtual_network_client.py +258 -258
  61. oci/dashboard_service/dashboard_client.py +6 -6
  62. oci/dashboard_service/dashboard_group_client.py +6 -6
  63. oci/data_catalog/data_catalog_client.py +149 -149
  64. oci/data_flow/data_flow_client.py +45 -45
  65. oci/data_integration/data_integration_client.py +163 -163
  66. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  67. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  68. oci/data_safe/data_safe_client.py +317 -317
  69. oci/data_science/data_science_client.py +112 -112
  70. oci/database/database_client.py +414 -414
  71. oci/database_management/db_management_client.py +228 -228
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +9 -9
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +42 -42
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/dblm/db_life_cycle_management_client.py +12 -12
  79. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  80. oci/delegate_access_control/work_request_client.py +4 -4
  81. oci/demand_signal/occ_demand_signal_client.py +7 -7
  82. oci/desktops/desktop_service_client.py +21 -21
  83. oci/devops/devops_client.py +141 -141
  84. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  85. oci/dns/dns_client.py +54 -54
  86. oci/dts/appliance_export_job_client.py +6 -6
  87. oci/dts/shipping_vendors_client.py +1 -1
  88. oci/dts/transfer_appliance_client.py +8 -8
  89. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  90. oci/dts/transfer_device_client.py +5 -5
  91. oci/dts/transfer_job_client.py +6 -6
  92. oci/dts/transfer_package_client.py +7 -7
  93. oci/em_warehouse/em_warehouse_client.py +13 -13
  94. oci/email/email_client.py +31 -31
  95. oci/email_data_plane/email_dp_client.py +1 -1
  96. oci/events/events_client.py +6 -6
  97. oci/file_storage/file_storage_client.py +74 -74
  98. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  99. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  100. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  101. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  102. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  103. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  104. oci/functions/functions_invoke_client.py +1 -1
  105. oci/functions/functions_management_client.py +16 -16
  106. oci/fusion_apps/fusion_applications_client.py +41 -41
  107. oci/generative_ai/generative_ai_client.py +22 -22
  108. oci/generative_ai_agent/generative_ai_agent_client.py +711 -111
  109. oci/generative_ai_agent/generative_ai_agent_client_composite_operations.py +132 -0
  110. oci/generative_ai_agent/models/__init__.py +66 -0
  111. oci/generative_ai_agent/models/agent.py +29 -2
  112. oci/generative_ai_agent/models/agent_endpoint.py +143 -0
  113. oci/generative_ai_agent/models/agent_endpoint_summary.py +143 -0
  114. oci/generative_ai_agent/models/agent_summary.py +29 -2
  115. oci/generative_ai_agent/models/api_schema_inline_input_location.py +80 -0
  116. oci/generative_ai_agent/models/api_schema_input_location.py +113 -0
  117. oci/generative_ai_agent/models/api_schema_object_storage_input_location.py +142 -0
  118. oci/generative_ai_agent/models/content_moderation_guardrail_config.py +141 -0
  119. oci/generative_ai_agent/models/create_agent_details.py +29 -2
  120. oci/generative_ai_agent/models/create_agent_endpoint_details.py +143 -0
  121. oci/generative_ai_agent/models/create_data_source_details.py +31 -0
  122. oci/generative_ai_agent/models/create_tool_details.py +307 -0
  123. oci/generative_ai_agent/models/data_source.py +31 -0
  124. oci/generative_ai_agent/models/function.py +134 -0
  125. oci/generative_ai_agent/models/function_calling_tool_config.py +76 -0
  126. oci/generative_ai_agent/models/guardrail_config.py +120 -0
  127. oci/generative_ai_agent/models/http_endpoint_auth_config.py +137 -0
  128. oci/generative_ai_agent/models/http_endpoint_delegated_bearer_auth_config.py +50 -0
  129. oci/generative_ai_agent/models/http_endpoint_idcs_auth_config.py +76 -0
  130. oci/generative_ai_agent/models/http_endpoint_no_auth_config.py +49 -0
  131. oci/generative_ai_agent/models/http_endpoint_oci_resource_principal_auth_config.py +49 -0
  132. oci/generative_ai_agent/models/http_endpoint_tool_config.py +134 -0
  133. oci/generative_ai_agent/models/human_input_config.py +70 -0
  134. oci/generative_ai_agent/models/idcs_secret.py +2 -1
  135. oci/generative_ai_agent/models/inline_input_location.py +80 -0
  136. oci/generative_ai_agent/models/input_location.py +113 -0
  137. oci/generative_ai_agent/models/knowledge_base_config.py +74 -0
  138. oci/generative_ai_agent/models/llm_config.py +66 -0
  139. oci/generative_ai_agent/models/llm_customization.py +70 -0
  140. oci/generative_ai_agent/models/object_storage_input_location.py +142 -0
  141. oci/generative_ai_agent/models/object_storage_prefix.py +2 -2
  142. oci/generative_ai_agent/models/object_storage_prefix_output_location.py +142 -0
  143. oci/generative_ai_agent/models/output_config.py +97 -0
  144. oci/generative_ai_agent/models/output_location.py +99 -0
  145. oci/generative_ai_agent/models/personally_identifiable_information_guardrail_config.py +141 -0
  146. oci/generative_ai_agent/models/prompt_injection_guardrail_config.py +90 -0
  147. oci/generative_ai_agent/models/rag_tool_config.py +107 -0
  148. oci/generative_ai_agent/models/sql_tool_config.py +341 -0
  149. oci/generative_ai_agent/models/tool.py +522 -0
  150. oci/generative_ai_agent/models/tool_collection.py +70 -0
  151. oci/generative_ai_agent/models/tool_config.py +133 -0
  152. oci/generative_ai_agent/models/tool_summary.py +486 -0
  153. oci/generative_ai_agent/models/update_agent_details.py +29 -2
  154. oci/generative_ai_agent/models/update_agent_endpoint_details.py +143 -0
  155. oci/generative_ai_agent/models/update_data_source_details.py +31 -0
  156. oci/generative_ai_agent/models/update_tool_details.py +241 -0
  157. oci/generative_ai_agent/models/work_request.py +19 -3
  158. oci/generative_ai_agent/models/work_request_summary.py +19 -3
  159. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +128 -6
  160. oci/generative_ai_agent_runtime/models/__init__.py +24 -0
  161. oci/generative_ai_agent_runtime/models/chat_details.py +65 -3
  162. oci/generative_ai_agent_runtime/models/chat_result.py +95 -2
  163. oci/generative_ai_agent_runtime/models/citation.py +34 -3
  164. oci/generative_ai_agent_runtime/models/function_call.py +101 -0
  165. oci/generative_ai_agent_runtime/models/function_calling_performed_action.py +87 -0
  166. oci/generative_ai_agent_runtime/models/function_calling_required_action.py +83 -0
  167. oci/generative_ai_agent_runtime/models/human_approval_performed_action.py +103 -0
  168. oci/generative_ai_agent_runtime/models/knowledge_base_metadata_summary.py +262 -0
  169. oci/generative_ai_agent_runtime/models/knowledge_base_metadata_value.py +101 -0
  170. oci/generative_ai_agent_runtime/models/message_content.py +33 -2
  171. oci/generative_ai_agent_runtime/models/metadata_filter.py +101 -0
  172. oci/generative_ai_agent_runtime/models/paragraph.py +132 -0
  173. oci/generative_ai_agent_runtime/models/paragraph_citation.py +97 -0
  174. oci/generative_ai_agent_runtime/models/performed_action.py +138 -0
  175. oci/generative_ai_agent_runtime/models/required_action.py +134 -0
  176. oci/generative_ai_agent_runtime/models/retrieve_metadata_details.py +70 -0
  177. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  178. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  179. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  180. oci/golden_gate/golden_gate_client.py +84 -84
  181. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  182. oci/governance_rules_control_plane/work_request_client.py +5 -5
  183. oci/healthchecks/health_checks_client.py +17 -17
  184. oci/identity/identity_client.py +145 -145
  185. oci/identity_data_plane/dataplane_client.py +2 -2
  186. oci/identity_domains/identity_domains_client.py +311 -311
  187. oci/integration/integration_instance_client.py +19 -19
  188. oci/jms/java_management_service_client.py +79 -79
  189. oci/jms_java_downloads/java_download_client.py +25 -25
  190. oci/key_management/ekm_client.py +5 -5
  191. oci/key_management/kms_crypto_client.py +6 -6
  192. oci/key_management/kms_hsm_cluster_client.py +12 -12
  193. oci/key_management/kms_management_client.py +21 -21
  194. oci/key_management/kms_vault_client.py +14 -14
  195. oci/license_manager/license_manager_client.py +18 -18
  196. oci/limits/limits_client.py +4 -4
  197. oci/limits/quotas_client.py +7 -7
  198. oci/load_balancer/load_balancer_client.py +61 -61
  199. oci/lockbox/lockbox_client.py +24 -24
  200. oci/log_analytics/log_analytics_client.py +193 -193
  201. oci/logging/logging_management_client.py +30 -30
  202. oci/loggingingestion/logging_client.py +1 -1
  203. oci/loggingsearch/log_search_client.py +1 -1
  204. oci/management_agent/management_agent_client.py +28 -28
  205. oci/management_dashboard/dashx_apis_client.py +14 -14
  206. oci/marketplace/account_client.py +2 -2
  207. oci/marketplace/marketplace_client.py +30 -30
  208. oci/marketplace_private_offer/attachment_client.py +5 -5
  209. oci/marketplace_private_offer/offer_client.py +6 -6
  210. oci/marketplace_publisher/attachment_client.py +5 -5
  211. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  212. oci/marketplace_publisher/offer_client.py +6 -6
  213. oci/media_services/media_services_client.py +60 -60
  214. oci/media_services/media_stream_client.py +2 -2
  215. oci/mngdmac/mac_device_client.py +6 -6
  216. oci/mngdmac/mac_order_client.py +22 -22
  217. oci/monitoring/monitoring_client.py +18 -18
  218. oci/mysql/channels_client.py +7 -7
  219. oci/mysql/db_backups_client.py +7 -7
  220. oci/mysql/db_system_client.py +17 -17
  221. oci/mysql/mysqlaas_client.py +7 -7
  222. oci/mysql/replicas_client.py +5 -5
  223. oci/mysql/work_requests_client.py +4 -4
  224. oci/network_firewall/network_firewall_client.py +86 -86
  225. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  226. oci/nosql/nosql_client.py +24 -24
  227. oci/object_storage/object_storage_client.py +55 -55
  228. oci/oce/oce_instance_client.py +10 -10
  229. oci/oci_control_center/occ_metrics_client.py +3 -3
  230. oci/ocvp/cluster_client.py +5 -5
  231. oci/ocvp/esxi_host_client.py +8 -8
  232. oci/ocvp/sddc_client.py +14 -14
  233. oci/ocvp/work_request_client.py +4 -4
  234. oci/oda/management_client.py +59 -59
  235. oci/oda/oda_client.py +17 -17
  236. oci/oda/odapackage_client.py +7 -7
  237. oci/onesubscription/billing_schedule_client.py +1 -1
  238. oci/onesubscription/commitment_client.py +2 -2
  239. oci/onesubscription/computed_usage_client.py +3 -3
  240. oci/onesubscription/invoice_summary_client.py +2 -2
  241. oci/onesubscription/organization_subscription_client.py +1 -1
  242. oci/onesubscription/ratecard_client.py +1 -1
  243. oci/onesubscription/subscribed_service_client.py +2 -2
  244. oci/onesubscription/subscription_client.py +1 -1
  245. oci/ons/notification_control_plane_client.py +6 -6
  246. oci/ons/notification_data_plane_client.py +10 -10
  247. oci/opa/opa_instance_client.py +13 -13
  248. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  249. oci/opensearch/opensearch_cluster_client.py +16 -16
  250. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  251. oci/operator_access_control/access_requests_client.py +10 -10
  252. oci/operator_access_control/operator_actions_client.py +2 -2
  253. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  254. oci/operator_access_control/operator_control_client.py +6 -6
  255. oci/opsi/operations_insights_client.py +181 -181
  256. oci/optimizer/optimizer_client.py +26 -26
  257. oci/os_management/event_client.py +8 -8
  258. oci/os_management/os_management_client.py +69 -69
  259. oci/os_management_hub/event_client.py +8 -8
  260. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  261. oci/os_management_hub/managed_instance_client.py +33 -33
  262. oci/os_management_hub/managed_instance_group_client.py +26 -26
  263. oci/os_management_hub/management_station_client.py +10 -10
  264. oci/os_management_hub/onboarding_client.py +13 -13
  265. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  266. oci/os_management_hub/scheduled_job_client.py +7 -7
  267. oci/os_management_hub/software_source_client.py +33 -33
  268. oci/os_management_hub/work_request_client.py +5 -5
  269. oci/osp_gateway/address_rule_service_client.py +1 -1
  270. oci/osp_gateway/address_service_client.py +2 -2
  271. oci/osp_gateway/invoice_service_client.py +5 -5
  272. oci/osp_gateway/subscription_service_client.py +5 -5
  273. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  274. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  275. oci/osub_subscription/commitment_client.py +2 -2
  276. oci/osub_subscription/ratecard_client.py +1 -1
  277. oci/osub_subscription/subscription_client.py +1 -1
  278. oci/osub_usage/computed_usage_client.py +3 -3
  279. oci/psql/postgresql_client.py +34 -34
  280. oci/queue/queue_admin_client.py +11 -11
  281. oci/queue/queue_client.py +8 -8
  282. oci/recovery/database_recovery_client.py +26 -26
  283. oci/redis/redis_cluster_client.py +12 -12
  284. oci/resource_manager/resource_manager_client.py +52 -52
  285. oci/resource_scheduler/schedule_client.py +13 -13
  286. oci/resource_search/resource_search_client.py +3 -3
  287. oci/rover/rover_bundle_client.py +8 -8
  288. oci/rover/rover_cluster_client.py +8 -8
  289. oci/rover/rover_entitlement_client.py +6 -6
  290. oci/rover/rover_node_client.py +15 -15
  291. oci/rover/shape_client.py +1 -1
  292. oci/rover/work_requests_client.py +5 -5
  293. oci/sch/connector_plugins_client.py +2 -2
  294. oci/sch/models/functions_target_details.py +4 -0
  295. oci/sch/models/log_source.py +4 -6
  296. oci/sch/models/monitoring_target_details.py +0 -4
  297. oci/sch/models/notifications_target_details.py +0 -2
  298. oci/sch/models/plugin_source_details.py +4 -4
  299. oci/sch/models/service_connector.py +37 -0
  300. oci/sch/service_connector_client.py +12 -12
  301. oci/secrets/secrets_client.py +3 -3
  302. oci/security_attribute/security_attribute_client.py +18 -18
  303. oci/service_catalog/service_catalog_client.py +26 -26
  304. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  305. oci/service_mesh/service_mesh_client.py +48 -48
  306. oci/stack_monitoring/models/__init__.py +44 -0
  307. oci/stack_monitoring/models/additional_configuration_details.py +70 -0
  308. oci/stack_monitoring/models/agent_extension_handler_configuration.py +277 -0
  309. oci/stack_monitoring/models/agent_extension_handler_configuration_property.py +101 -0
  310. oci/stack_monitoring/models/agent_extension_handler_metric_mapping_details.py +165 -0
  311. oci/stack_monitoring/models/agent_receiver_properties.py +70 -0
  312. oci/stack_monitoring/models/associated_monitored_resource.py +14 -6
  313. oci/stack_monitoring/models/associated_resources_summary.py +14 -6
  314. oci/stack_monitoring/models/auto_promote_config_details.py +1 -1
  315. oci/stack_monitoring/models/availability_metrics_details.py +101 -0
  316. oci/stack_monitoring/models/collectd_resource_name_configuration_details.py +132 -0
  317. oci/stack_monitoring/models/compute_auto_activate_plugin_config_details.py +146 -0
  318. oci/stack_monitoring/models/compute_auto_activate_plugin_config_summary.py +142 -0
  319. oci/stack_monitoring/models/config.py +19 -3
  320. oci/stack_monitoring/models/config_summary.py +8 -0
  321. oci/stack_monitoring/models/create_compute_auto_activate_plugin_config_details.py +107 -0
  322. oci/stack_monitoring/models/create_config_details.py +8 -0
  323. oci/stack_monitoring/models/create_maintenance_window_details.py +68 -2
  324. oci/stack_monitoring/models/create_monitored_resource_type_details.py +9 -5
  325. oci/stack_monitoring/models/create_onboard_config_details.py +259 -0
  326. oci/stack_monitoring/models/dynamic_group_details.py +148 -0
  327. oci/stack_monitoring/models/group_details.py +132 -0
  328. oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +18 -6
  329. oci/stack_monitoring/models/license_auto_assign_config_details.py +1 -1
  330. oci/stack_monitoring/models/license_enterprise_extensibility_config_details.py +1 -1
  331. oci/stack_monitoring/models/maintenance_window.py +108 -5
  332. oci/stack_monitoring/models/maintenance_window_summary.py +7 -3
  333. oci/stack_monitoring/models/metric_name_configuration_details.py +101 -0
  334. oci/stack_monitoring/models/monitored_resource.py +14 -6
  335. oci/stack_monitoring/models/monitored_resource_member_summary.py +14 -6
  336. oci/stack_monitoring/models/monitored_resource_summary.py +14 -6
  337. oci/stack_monitoring/models/monitored_resource_task.py +31 -0
  338. oci/stack_monitoring/models/monitored_resource_task_details.py +19 -3
  339. oci/stack_monitoring/models/monitored_resource_task_summary.py +31 -0
  340. oci/stack_monitoring/models/monitored_resource_type.py +129 -5
  341. oci/stack_monitoring/models/monitored_resource_type_summary.py +94 -5
  342. oci/stack_monitoring/models/onboard_config_details.py +296 -0
  343. oci/stack_monitoring/models/onboard_config_summary.py +174 -0
  344. oci/stack_monitoring/models/resource_type_config_details.py +124 -0
  345. oci/stack_monitoring/models/search_monitored_resources_details.py +14 -6
  346. oci/stack_monitoring/models/telegraf_resource_name_configuration_details.py +132 -0
  347. oci/stack_monitoring/models/update_agent_receiver_task_details.py +190 -0
  348. oci/stack_monitoring/models/update_compute_auto_activate_plugin_config_details.py +100 -0
  349. oci/stack_monitoring/models/update_config_details.py +8 -0
  350. oci/stack_monitoring/models/update_maintenance_window_details.py +68 -2
  351. oci/stack_monitoring/models/update_monitored_resource_type_details.py +7 -3
  352. oci/stack_monitoring/models/update_onboard_config_details.py +252 -0
  353. oci/stack_monitoring/models/update_resource_type_config_task_details.py +133 -0
  354. oci/stack_monitoring/models/work_request.py +11 -3
  355. oci/stack_monitoring/models/work_request_summary.py +11 -3
  356. oci/stack_monitoring/stack_monitoring_client.py +121 -93
  357. oci/streaming/stream_admin_client.py +18 -18
  358. oci/streaming/stream_client.py +8 -8
  359. oci/tenant_manager_control_plane/domain_client.py +5 -5
  360. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  361. oci/tenant_manager_control_plane/governance_client.py +2 -2
  362. oci/tenant_manager_control_plane/link_client.py +3 -3
  363. oci/tenant_manager_control_plane/orders_client.py +2 -2
  364. oci/tenant_manager_control_plane/organization_client.py +10 -10
  365. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  366. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  367. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  368. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  369. oci/threat_intelligence/threatintel_client.py +5 -5
  370. oci/usage/resources_client.py +2 -2
  371. oci/usage/rewards_client.py +6 -6
  372. oci/usage/usagelimits_client.py +1 -1
  373. oci/usage_api/usageapi_client.py +33 -33
  374. oci/vault/vaults_client.py +13 -13
  375. oci/vbs_inst/vbs_instance_client.py +10 -10
  376. oci/version.py +1 -1
  377. oci/visual_builder/vb_instance_client.py +14 -14
  378. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  379. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  380. oci/waa/waa_client.py +13 -13
  381. oci/waa/work_request_client.py +4 -4
  382. oci/waas/redirect_client.py +6 -6
  383. oci/waas/waas_client.py +66 -66
  384. oci/waf/waf_client.py +24 -24
  385. oci/work_requests/work_request_client.py +4 -4
  386. oci/zpr/zpr_client.py +15 -15
  387. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/METADATA +1 -1
  388. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/RECORD +392 -320
  389. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/LICENSE.txt +0 -0
  390. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  391. {oci-2.149.0.dist-info → oci-2.149.1.dist-info}/WHEEL +0 -0
  392. {oci-2.149.0.dist-info → oci-2.149.1.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.149.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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']
@@ -280,7 +280,7 @@ class DatabaseClient(object):
280
280
  :rtype: :class:`~oci.response.Response`
281
281
 
282
282
  :example:
283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
284
284
  """
285
285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
286
286
  required_arguments = ['autonomousContainerDatabaseId']
@@ -397,7 +397,7 @@ class DatabaseClient(object):
397
397
  :rtype: :class:`~oci.response.Response`
398
398
 
399
399
  :example:
400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
401
401
  """
402
402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
403
403
  required_arguments = ['cloudExadataInfrastructureId']
@@ -512,7 +512,7 @@ class DatabaseClient(object):
512
512
  :rtype: :class:`~oci.response.Response`
513
513
 
514
514
  :example:
515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
516
516
  """
517
517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
518
518
  required_arguments = ['exadataInfrastructureId']
@@ -630,7 +630,7 @@ class DatabaseClient(object):
630
630
  :rtype: :class:`~oci.response.Response`
631
631
 
632
632
  :example:
633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
634
634
  """
635
635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
636
636
  required_arguments = ['cloudVmClusterId']
@@ -750,7 +750,7 @@ class DatabaseClient(object):
750
750
  :rtype: :class:`~oci.response.Response`
751
751
 
752
752
  :example:
753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
754
754
  """
755
755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
756
756
  required_arguments = ['vmClusterId']
@@ -870,7 +870,7 @@ class DatabaseClient(object):
870
870
  :rtype: :class:`~oci.response.Response`
871
871
 
872
872
  :example:
873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
874
874
  """
875
875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
876
876
  required_arguments = ['autonomousDatabaseId']
@@ -987,7 +987,7 @@ class DatabaseClient(object):
987
987
  :rtype: :class:`~oci.response.Response`
988
988
 
989
989
  :example:
990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
991
991
  """
992
992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
993
993
  required_arguments = ['backupId']
@@ -1103,7 +1103,7 @@ class DatabaseClient(object):
1103
1103
  :rtype: :class:`~oci.response.Response`
1104
1104
 
1105
1105
  :example:
1106
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1107
1107
  """
1108
1108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1109
1109
  required_arguments = ['executionWindowId']
@@ -1220,7 +1220,7 @@ class DatabaseClient(object):
1220
1220
  :rtype: :class:`~oci.response.Response`
1221
1221
 
1222
1222
  :example:
1223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1224
1224
  """
1225
1225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1226
1226
  required_arguments = ['schedulingPlanId']
@@ -1340,7 +1340,7 @@ class DatabaseClient(object):
1340
1340
  :rtype: :class:`~oci.response.Response`
1341
1341
 
1342
1342
  :example:
1343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1344
1344
  """
1345
1345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1346
1346
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
1462
1462
  :rtype: :class:`~oci.response.Response`
1463
1463
 
1464
1464
  :example:
1465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1466
1466
  """
1467
1467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1468
1468
  required_arguments = ['autonomousDatabaseId']
@@ -1580,7 +1580,7 @@ class DatabaseClient(object):
1580
1580
  :rtype: :class:`~oci.response.Response`
1581
1581
 
1582
1582
  :example:
1583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
1583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1584
1584
  """
1585
1585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1586
1586
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1698,7 +1698,7 @@ class DatabaseClient(object):
1698
1698
  :rtype: :class:`~oci.response.Response`
1699
1699
 
1700
1700
  :example:
1701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1702
1702
  """
1703
1703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1704
1704
  required_arguments = ['autonomousDatabaseId']
@@ -1820,7 +1820,7 @@ class DatabaseClient(object):
1820
1820
  :rtype: :class:`~oci.response.Response`
1821
1821
 
1822
1822
  :example:
1823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1824
1824
  """
1825
1825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1826
1826
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1938,7 +1938,7 @@ class DatabaseClient(object):
1938
1938
  :rtype: :class:`~oci.response.Response`
1939
1939
 
1940
1940
  :example:
1941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1942
1942
  """
1943
1943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1944
1944
  required_arguments = ['autonomousVmClusterId']
@@ -2060,7 +2060,7 @@ class DatabaseClient(object):
2060
2060
  :rtype: :class:`~oci.response.Response`
2061
2061
 
2062
2062
  :example:
2063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2064
2064
  """
2065
2065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2066
2066
  required_arguments = ['backupDestinationId']
@@ -2178,7 +2178,7 @@ class DatabaseClient(object):
2178
2178
  :rtype: :class:`~oci.response.Response`
2179
2179
 
2180
2180
  :example:
2181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
2181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2182
2182
  """
2183
2183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2184
2184
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2298,7 +2298,7 @@ class DatabaseClient(object):
2298
2298
  :rtype: :class:`~oci.response.Response`
2299
2299
 
2300
2300
  :example:
2301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2302
2302
  """
2303
2303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2304
2304
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2416,7 +2416,7 @@ class DatabaseClient(object):
2416
2416
  :rtype: :class:`~oci.response.Response`
2417
2417
 
2418
2418
  :example:
2419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2420
2420
  """
2421
2421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2422
2422
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2534,7 +2534,7 @@ class DatabaseClient(object):
2534
2534
  :rtype: :class:`~oci.response.Response`
2535
2535
 
2536
2536
  :example:
2537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2538
2538
  """
2539
2539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2540
2540
  required_arguments = ['cloudVmClusterId']
@@ -2652,7 +2652,7 @@ class DatabaseClient(object):
2652
2652
  :rtype: :class:`~oci.response.Response`
2653
2653
 
2654
2654
  :example:
2655
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2656
2656
  """
2657
2657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2658
2658
  required_arguments = ['cloudVmClusterId']
@@ -2774,7 +2774,7 @@ class DatabaseClient(object):
2774
2774
  :rtype: :class:`~oci.response.Response`
2775
2775
 
2776
2776
  :example:
2777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2778
2778
  """
2779
2779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2780
2780
  required_arguments = ['databaseSoftwareImageId']
@@ -2897,7 +2897,7 @@ class DatabaseClient(object):
2897
2897
  :rtype: :class:`~oci.response.Response`
2898
2898
 
2899
2899
  :example:
2900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2901
2901
  """
2902
2902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2903
2903
  required_arguments = ['autonomousContainerDatabaseId']
@@ -3028,7 +3028,7 @@ class DatabaseClient(object):
3028
3028
  :rtype: :class:`~oci.response.Response`
3029
3029
 
3030
3030
  :example:
3031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3032
3032
  """
3033
3033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3034
3034
  required_arguments = ['dbSystemId']
@@ -3139,7 +3139,7 @@ class DatabaseClient(object):
3139
3139
  :rtype: :class:`~oci.response.Response`
3140
3140
 
3141
3141
  :example:
3142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3143
3143
  """
3144
3144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3145
3145
  required_arguments = ['autonomousDatabaseId']
@@ -3256,7 +3256,7 @@ class DatabaseClient(object):
3256
3256
  :rtype: :class:`~oci.response.Response`
3257
3257
 
3258
3258
  :example:
3259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3260
3260
  """
3261
3261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3262
3262
  required_arguments = ['databaseId']
@@ -3375,7 +3375,7 @@ class DatabaseClient(object):
3375
3375
  :rtype: :class:`~oci.response.Response`
3376
3376
 
3377
3377
  :example:
3378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3379
3379
  """
3380
3380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3381
3381
  required_arguments = ['exadataInfrastructureId']
@@ -3493,7 +3493,7 @@ class DatabaseClient(object):
3493
3493
  :rtype: :class:`~oci.response.Response`
3494
3494
 
3495
3495
  :example:
3496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3497
3497
  """
3498
3498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3499
3499
  required_arguments = ['exadbVmClusterId']
@@ -3611,7 +3611,7 @@ class DatabaseClient(object):
3611
3611
  :rtype: :class:`~oci.response.Response`
3612
3612
 
3613
3613
  :example:
3614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3615
3615
  """
3616
3616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3617
3617
  required_arguments = ['exadbVmClusterId']
@@ -3729,7 +3729,7 @@ class DatabaseClient(object):
3729
3729
  :rtype: :class:`~oci.response.Response`
3730
3730
 
3731
3731
  :example:
3732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
3732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3733
3733
  """
3734
3734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3735
3735
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3847,7 +3847,7 @@ class DatabaseClient(object):
3847
3847
  :rtype: :class:`~oci.response.Response`
3848
3848
 
3849
3849
  :example:
3850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3851
3851
  """
3852
3852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3853
3853
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3970,7 +3970,7 @@ class DatabaseClient(object):
3970
3970
  :rtype: :class:`~oci.response.Response`
3971
3971
 
3972
3972
  :example:
3973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3974
3974
  """
3975
3975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3976
3976
  required_arguments = ['externalContainerDatabaseId']
@@ -4092,7 +4092,7 @@ class DatabaseClient(object):
4092
4092
  :rtype: :class:`~oci.response.Response`
4093
4093
 
4094
4094
  :example:
4095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
4095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
4096
4096
  """
4097
4097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4098
4098
  required_arguments = ['externalNonContainerDatabaseId']
@@ -4217,7 +4217,7 @@ class DatabaseClient(object):
4217
4217
  :rtype: :class:`~oci.response.Response`
4218
4218
 
4219
4219
  :example:
4220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4221
4221
  """
4222
4222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4223
4223
  required_arguments = ['externalPluggableDatabaseId']
@@ -4339,7 +4339,7 @@ class DatabaseClient(object):
4339
4339
  :rtype: :class:`~oci.response.Response`
4340
4340
 
4341
4341
  :example:
4342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4343
4343
  """
4344
4344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4345
4345
  required_arguments = ['keyStoreId']
@@ -4457,7 +4457,7 @@ class DatabaseClient(object):
4457
4457
  :rtype: :class:`~oci.response.Response`
4458
4458
 
4459
4459
  :example:
4460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4461
4461
  """
4462
4462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4463
4463
  required_arguments = ['databaseId']
@@ -4575,7 +4575,7 @@ class DatabaseClient(object):
4575
4575
  :rtype: :class:`~oci.response.Response`
4576
4576
 
4577
4577
  :example:
4578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4579
4579
  """
4580
4580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4581
4581
  required_arguments = ['oneoffPatchId']
@@ -4693,7 +4693,7 @@ class DatabaseClient(object):
4693
4693
  :rtype: :class:`~oci.response.Response`
4694
4694
 
4695
4695
  :example:
4696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4697
4697
  """
4698
4698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4699
4699
  required_arguments = ['schedulingPlanId']
@@ -4811,7 +4811,7 @@ class DatabaseClient(object):
4811
4811
  :rtype: :class:`~oci.response.Response`
4812
4812
 
4813
4813
  :example:
4814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4815
4815
  """
4816
4816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4817
4817
  required_arguments = ['schedulingPolicyId']
@@ -4930,7 +4930,7 @@ class DatabaseClient(object):
4930
4930
  :rtype: :class:`~oci.response.Response`
4931
4931
 
4932
4932
  :example:
4933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4934
4934
  """
4935
4935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4936
4936
  required_arguments = ['vmClusterId']
@@ -5047,7 +5047,7 @@ class DatabaseClient(object):
5047
5047
  :rtype: :class:`~oci.response.Response`
5048
5048
 
5049
5049
  :example:
5050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
5050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
5051
5051
  """
5052
5052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5053
5053
  required_arguments = ['externalDatabaseConnectorId']
@@ -5164,7 +5164,7 @@ class DatabaseClient(object):
5164
5164
  :rtype: :class:`~oci.response.Response`
5165
5165
 
5166
5166
  :example:
5167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5168
5168
  """
5169
5169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5170
5170
  required_arguments = ['backupId']
@@ -5286,7 +5286,7 @@ class DatabaseClient(object):
5286
5286
  :rtype: :class:`~oci.response.Response`
5287
5287
 
5288
5288
  :example:
5289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5290
5290
  """
5291
5291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5292
5292
  required_arguments = ['autonomousDatabaseId']
@@ -5404,7 +5404,7 @@ class DatabaseClient(object):
5404
5404
  :rtype: :class:`~oci.response.Response`
5405
5405
 
5406
5406
  :example:
5407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5408
5408
  """
5409
5409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5410
5410
  required_arguments = ['exadataInfrastructureId']
@@ -5517,7 +5517,7 @@ class DatabaseClient(object):
5517
5517
  :rtype: :class:`~oci.response.Response`
5518
5518
 
5519
5519
  :example:
5520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5521
5521
  """
5522
5522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5523
5523
  required_arguments = ['autonomousDatabaseId']
@@ -5632,7 +5632,7 @@ class DatabaseClient(object):
5632
5632
  :rtype: :class:`~oci.response.Response`
5633
5633
 
5634
5634
  :example:
5635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
5635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5636
5636
  """
5637
5637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5638
5638
  required_arguments = ['keyStoreId']
@@ -5753,7 +5753,7 @@ class DatabaseClient(object):
5753
5753
  :rtype: :class:`~oci.response.Response`
5754
5754
 
5755
5755
  :example:
5756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5757
5757
  """
5758
5758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5759
5759
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5866,7 +5866,7 @@ class DatabaseClient(object):
5866
5866
  :rtype: :class:`~oci.response.Response`
5867
5867
 
5868
5868
  :example:
5869
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5870
5870
  """
5871
5871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5872
5872
  required_arguments = ['databaseId']
@@ -5984,7 +5984,7 @@ class DatabaseClient(object):
5984
5984
  :rtype: :class:`~oci.response.Response`
5985
5985
 
5986
5986
  :example:
5987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5988
5988
  """
5989
5989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5990
5990
  required_arguments = ['pluggableDatabaseId']
@@ -6108,7 +6108,7 @@ class DatabaseClient(object):
6108
6108
  :rtype: :class:`~oci.response.Response`
6109
6109
 
6110
6110
  :example:
6111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6112
6112
  """
6113
6113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6114
6114
  required_arguments = ['databaseId']
@@ -6218,7 +6218,7 @@ class DatabaseClient(object):
6218
6218
  :rtype: :class:`~oci.response.Response`
6219
6219
 
6220
6220
  :example:
6221
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6222
6222
  """
6223
6223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6224
6224
  required_arguments = []
@@ -6311,7 +6311,7 @@ class DatabaseClient(object):
6311
6311
  :rtype: :class:`~oci.response.Response`
6312
6312
 
6313
6313
  :example:
6314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6315
6315
  """
6316
6316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6317
6317
  required_arguments = []
@@ -6417,7 +6417,7 @@ class DatabaseClient(object):
6417
6417
  :rtype: :class:`~oci.response.Response`
6418
6418
 
6419
6419
  :example:
6420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
6420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
6421
6421
  """
6422
6422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6423
6423
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6523,7 +6523,7 @@ class DatabaseClient(object):
6523
6523
  :rtype: :class:`~oci.response.Response`
6524
6524
 
6525
6525
  :example:
6526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6527
6527
  """
6528
6528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6529
6529
  required_arguments = []
@@ -6619,7 +6619,7 @@ class DatabaseClient(object):
6619
6619
  :rtype: :class:`~oci.response.Response`
6620
6620
 
6621
6621
  :example:
6622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6623
6623
  """
6624
6624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6625
6625
  required_arguments = []
@@ -6715,7 +6715,7 @@ class DatabaseClient(object):
6715
6715
  :rtype: :class:`~oci.response.Response`
6716
6716
 
6717
6717
  :example:
6718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6719
6719
  """
6720
6720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6721
6721
  required_arguments = []
@@ -6811,7 +6811,7 @@ class DatabaseClient(object):
6811
6811
  :rtype: :class:`~oci.response.Response`
6812
6812
 
6813
6813
  :example:
6814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6815
6815
  """
6816
6816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6817
6817
  required_arguments = []
@@ -6904,7 +6904,7 @@ class DatabaseClient(object):
6904
6904
  :rtype: :class:`~oci.response.Response`
6905
6905
 
6906
6906
  :example:
6907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6908
6908
  """
6909
6909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6910
6910
  required_arguments = []
@@ -6998,7 +6998,7 @@ class DatabaseClient(object):
6998
6998
  :rtype: :class:`~oci.response.Response`
6999
6999
 
7000
7000
  :example:
7001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7002
7002
  """
7003
7003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7004
7004
  required_arguments = []
@@ -7094,7 +7094,7 @@ class DatabaseClient(object):
7094
7094
  :rtype: :class:`~oci.response.Response`
7095
7095
 
7096
7096
  :example:
7097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7098
7098
  """
7099
7099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7100
7100
  required_arguments = []
@@ -7194,7 +7194,7 @@ class DatabaseClient(object):
7194
7194
  :rtype: :class:`~oci.response.Response`
7195
7195
 
7196
7196
  :example:
7197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7198
7198
  """
7199
7199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7200
7200
  required_arguments = []
@@ -7292,7 +7292,7 @@ class DatabaseClient(object):
7292
7292
  :rtype: :class:`~oci.response.Response`
7293
7293
 
7294
7294
  :example:
7295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7296
7296
  """
7297
7297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7298
7298
  required_arguments = []
@@ -7392,7 +7392,7 @@ class DatabaseClient(object):
7392
7392
  :rtype: :class:`~oci.response.Response`
7393
7393
 
7394
7394
  :example:
7395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7396
7396
  """
7397
7397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7398
7398
  required_arguments = ['dbNodeId']
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
7503
7503
  :rtype: :class:`~oci.response.Response`
7504
7504
 
7505
7505
  :example:
7506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7507
7507
  """
7508
7508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7509
7509
  required_arguments = ['dbNodeId']
@@ -7623,7 +7623,7 @@ class DatabaseClient(object):
7623
7623
  :rtype: :class:`~oci.response.Response`
7624
7624
 
7625
7625
  :example:
7626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7627
7627
  """
7628
7628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7629
7629
  required_arguments = ['databaseId']
@@ -7729,7 +7729,7 @@ class DatabaseClient(object):
7729
7729
  :rtype: :class:`~oci.response.Response`
7730
7730
 
7731
7731
  :example:
7732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
7733
7733
  """
7734
7734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7735
7735
  required_arguments = []
@@ -7822,7 +7822,7 @@ class DatabaseClient(object):
7822
7822
  :rtype: :class:`~oci.response.Response`
7823
7823
 
7824
7824
  :example:
7825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7826
7826
  """
7827
7827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7828
7828
  required_arguments = []
@@ -7913,7 +7913,7 @@ class DatabaseClient(object):
7913
7913
  :rtype: :class:`~oci.response.Response`
7914
7914
 
7915
7915
  :example:
7916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7917
7917
  """
7918
7918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7919
7919
  required_arguments = []
@@ -8008,7 +8008,7 @@ class DatabaseClient(object):
8008
8008
  :rtype: :class:`~oci.response.Response`
8009
8009
 
8010
8010
  :example:
8011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8012
8012
  """
8013
8013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8014
8014
  required_arguments = []
@@ -8106,7 +8106,7 @@ class DatabaseClient(object):
8106
8106
  :rtype: :class:`~oci.response.Response`
8107
8107
 
8108
8108
  :example:
8109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8110
8110
  """
8111
8111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8112
8112
  required_arguments = []
@@ -8202,7 +8202,7 @@ class DatabaseClient(object):
8202
8202
  :rtype: :class:`~oci.response.Response`
8203
8203
 
8204
8204
  :example:
8205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8206
8206
  """
8207
8207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8208
8208
  required_arguments = []
@@ -8298,7 +8298,7 @@ class DatabaseClient(object):
8298
8298
  :rtype: :class:`~oci.response.Response`
8299
8299
 
8300
8300
  :example:
8301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8302
8302
  """
8303
8303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8304
8304
  required_arguments = []
@@ -8394,7 +8394,7 @@ class DatabaseClient(object):
8394
8394
  :rtype: :class:`~oci.response.Response`
8395
8395
 
8396
8396
  :example:
8397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8398
8398
  """
8399
8399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8400
8400
  required_arguments = []
@@ -8491,7 +8491,7 @@ class DatabaseClient(object):
8491
8491
  :rtype: :class:`~oci.response.Response`
8492
8492
 
8493
8493
  :example:
8494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8495
8495
  """
8496
8496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8497
8497
  required_arguments = []
@@ -8585,7 +8585,7 @@ class DatabaseClient(object):
8585
8585
  :rtype: :class:`~oci.response.Response`
8586
8586
 
8587
8587
  :example:
8588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8589
8589
  """
8590
8590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8591
8591
  required_arguments = []
@@ -8681,7 +8681,7 @@ class DatabaseClient(object):
8681
8681
  :rtype: :class:`~oci.response.Response`
8682
8682
 
8683
8683
  :example:
8684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8685
8685
  """
8686
8686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8687
8687
  required_arguments = []
@@ -8777,7 +8777,7 @@ class DatabaseClient(object):
8777
8777
  :rtype: :class:`~oci.response.Response`
8778
8778
 
8779
8779
  :example:
8780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8781
8781
  """
8782
8782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8783
8783
  required_arguments = []
@@ -8874,7 +8874,7 @@ class DatabaseClient(object):
8874
8874
  :rtype: :class:`~oci.response.Response`
8875
8875
 
8876
8876
  :example:
8877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8878
8878
  """
8879
8879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8880
8880
  required_arguments = []
@@ -8970,7 +8970,7 @@ class DatabaseClient(object):
8970
8970
  :rtype: :class:`~oci.response.Response`
8971
8971
 
8972
8972
  :example:
8973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8974
8974
  """
8975
8975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8976
8976
  required_arguments = []
@@ -9069,7 +9069,7 @@ class DatabaseClient(object):
9069
9069
  :rtype: :class:`~oci.response.Response`
9070
9070
 
9071
9071
  :example:
9072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9073
9073
  """
9074
9074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9075
9075
  required_arguments = []
@@ -9165,7 +9165,7 @@ class DatabaseClient(object):
9165
9165
  :rtype: :class:`~oci.response.Response`
9166
9166
 
9167
9167
  :example:
9168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9169
9169
  """
9170
9170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9171
9171
  required_arguments = []
@@ -9263,7 +9263,7 @@ class DatabaseClient(object):
9263
9263
  :rtype: :class:`~oci.response.Response`
9264
9264
 
9265
9265
  :example:
9266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9267
9267
  """
9268
9268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9269
9269
  required_arguments = []
@@ -9359,7 +9359,7 @@ class DatabaseClient(object):
9359
9359
  :rtype: :class:`~oci.response.Response`
9360
9360
 
9361
9361
  :example:
9362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9363
9363
  """
9364
9364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9365
9365
  required_arguments = []
@@ -9455,7 +9455,7 @@ class DatabaseClient(object):
9455
9455
  :rtype: :class:`~oci.response.Response`
9456
9456
 
9457
9457
  :example:
9458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9459
9459
  """
9460
9460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9461
9461
  required_arguments = []
@@ -9551,7 +9551,7 @@ class DatabaseClient(object):
9551
9551
  :rtype: :class:`~oci.response.Response`
9552
9552
 
9553
9553
  :example:
9554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9555
9555
  """
9556
9556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9557
9557
  required_arguments = []
@@ -9652,7 +9652,7 @@ class DatabaseClient(object):
9652
9652
  :rtype: :class:`~oci.response.Response`
9653
9653
 
9654
9654
  :example:
9655
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9656
9656
  """
9657
9657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9658
9658
  required_arguments = ['schedulingPolicyId']
@@ -9761,7 +9761,7 @@ class DatabaseClient(object):
9761
9761
  :rtype: :class:`~oci.response.Response`
9762
9762
 
9763
9763
  :example:
9764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9765
9765
  """
9766
9766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9767
9767
  required_arguments = []
@@ -9863,7 +9863,7 @@ class DatabaseClient(object):
9863
9863
  :rtype: :class:`~oci.response.Response`
9864
9864
 
9865
9865
  :example:
9866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9867
9867
  """
9868
9868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9869
9869
  required_arguments = ['exadataInfrastructureId']
@@ -9992,7 +9992,7 @@ class DatabaseClient(object):
9992
9992
  :rtype: :class:`~oci.response.Response`
9993
9993
 
9994
9994
  :example:
9995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9996
9996
  """
9997
9997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9998
9998
  required_arguments = ['dbNodeId', 'action']
@@ -10105,7 +10105,7 @@ class DatabaseClient(object):
10105
10105
  :rtype: :class:`~oci.response.Response`
10106
10106
 
10107
10107
  :example:
10108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10109
10109
  """
10110
10110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10111
10111
  required_arguments = ['applicationVipId']
@@ -10208,7 +10208,7 @@ class DatabaseClient(object):
10208
10208
  :rtype: :class:`~oci.response.Response`
10209
10209
 
10210
10210
  :example:
10211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10212
10212
  """
10213
10213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10214
10214
  required_arguments = ['autonomousDatabaseId']
@@ -10311,7 +10311,7 @@ class DatabaseClient(object):
10311
10311
  :rtype: :class:`~oci.response.Response`
10312
10312
 
10313
10313
  :example:
10314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10315
10315
  """
10316
10316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10317
10317
  required_arguments = ['autonomousDatabaseBackupId']
@@ -10414,7 +10414,7 @@ class DatabaseClient(object):
10414
10414
  :rtype: :class:`~oci.response.Response`
10415
10415
 
10416
10416
  :example:
10417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10417
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10418
10418
  """
10419
10419
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10420
10420
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10517,7 +10517,7 @@ class DatabaseClient(object):
10517
10517
  :rtype: :class:`~oci.response.Response`
10518
10518
 
10519
10519
  :example:
10520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10521
10521
  """
10522
10522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10523
10523
  required_arguments = ['autonomousVmClusterId']
@@ -10617,7 +10617,7 @@ class DatabaseClient(object):
10617
10617
  :rtype: :class:`~oci.response.Response`
10618
10618
 
10619
10619
  :example:
10620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10621
10621
  """
10622
10622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10623
10623
  required_arguments = ['backupId']
@@ -10718,7 +10718,7 @@ class DatabaseClient(object):
10718
10718
  :rtype: :class:`~oci.response.Response`
10719
10719
 
10720
10720
  :example:
10721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10722
10722
  """
10723
10723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10724
10724
  required_arguments = ['backupDestinationId']
@@ -10821,7 +10821,7 @@ class DatabaseClient(object):
10821
10821
  :rtype: :class:`~oci.response.Response`
10822
10822
 
10823
10823
  :example:
10824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10825
10825
  """
10826
10826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10827
10827
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10927,7 +10927,7 @@ class DatabaseClient(object):
10927
10927
  :rtype: :class:`~oci.response.Response`
10928
10928
 
10929
10929
  :example:
10930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10931
10931
  """
10932
10932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10933
10933
  required_arguments = ['cloudExadataInfrastructureId']
@@ -11038,7 +11038,7 @@ class DatabaseClient(object):
11038
11038
  :rtype: :class:`~oci.response.Response`
11039
11039
 
11040
11040
  :example:
11041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11042
11042
  """
11043
11043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11044
11044
  required_arguments = ['cloudVmClusterId']
@@ -11141,7 +11141,7 @@ class DatabaseClient(object):
11141
11141
  :rtype: :class:`~oci.response.Response`
11142
11142
 
11143
11143
  :example:
11144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11145
11145
  """
11146
11146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11147
11147
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
11246
11246
  :rtype: :class:`~oci.response.Response`
11247
11247
 
11248
11248
  :example:
11249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11250
11250
  """
11251
11251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11252
11252
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -11359,7 +11359,7 @@ class DatabaseClient(object):
11359
11359
  :rtype: :class:`~oci.response.Response`
11360
11360
 
11361
11361
  :example:
11362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11363
11363
  """
11364
11364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11365
11365
  required_arguments = ['databaseId']
@@ -11467,7 +11467,7 @@ class DatabaseClient(object):
11467
11467
  :rtype: :class:`~oci.response.Response`
11468
11468
 
11469
11469
  :example:
11470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11471
11471
  """
11472
11472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11473
11473
  required_arguments = ['databaseSoftwareImageId']
@@ -11574,7 +11574,7 @@ class DatabaseClient(object):
11574
11574
  :rtype: :class:`~oci.response.Response`
11575
11575
 
11576
11576
  :example:
11577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11578
11578
  """
11579
11579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11580
11580
  required_arguments = ['dbHomeId']
@@ -11683,7 +11683,7 @@ class DatabaseClient(object):
11683
11683
  :rtype: :class:`~oci.response.Response`
11684
11684
 
11685
11685
  :example:
11686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11687
11687
  """
11688
11688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11689
11689
  required_arguments = ['exadataInfrastructureId']
@@ -11786,7 +11786,7 @@ class DatabaseClient(object):
11786
11786
  :rtype: :class:`~oci.response.Response`
11787
11787
 
11788
11788
  :example:
11789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11790
11790
  """
11791
11791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11792
11792
  required_arguments = ['exadbVmClusterId']
@@ -11889,7 +11889,7 @@ class DatabaseClient(object):
11889
11889
  :rtype: :class:`~oci.response.Response`
11890
11890
 
11891
11891
  :example:
11892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11893
11893
  """
11894
11894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11895
11895
  required_arguments = ['exascaleDbStorageVaultId']
@@ -11992,7 +11992,7 @@ class DatabaseClient(object):
11992
11992
  :rtype: :class:`~oci.response.Response`
11993
11993
 
11994
11994
  :example:
11995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11996
11996
  """
11997
11997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11998
11998
  required_arguments = ['executionActionId']
@@ -12095,7 +12095,7 @@ class DatabaseClient(object):
12095
12095
  :rtype: :class:`~oci.response.Response`
12096
12096
 
12097
12097
  :example:
12098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12099
12099
  """
12100
12100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12101
12101
  required_arguments = ['executionWindowId']
@@ -12200,7 +12200,7 @@ class DatabaseClient(object):
12200
12200
  :rtype: :class:`~oci.response.Response`
12201
12201
 
12202
12202
  :example:
12203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12204
12204
  """
12205
12205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12206
12206
  required_arguments = ['externalContainerDatabaseId']
@@ -12306,7 +12306,7 @@ class DatabaseClient(object):
12306
12306
  :rtype: :class:`~oci.response.Response`
12307
12307
 
12308
12308
  :example:
12309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12310
12310
  """
12311
12311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12312
12312
  required_arguments = ['externalDatabaseConnectorId']
@@ -12409,7 +12409,7 @@ class DatabaseClient(object):
12409
12409
  :rtype: :class:`~oci.response.Response`
12410
12410
 
12411
12411
  :example:
12412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12413
12413
  """
12414
12414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12415
12415
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12513,7 +12513,7 @@ class DatabaseClient(object):
12513
12513
  :rtype: :class:`~oci.response.Response`
12514
12514
 
12515
12515
  :example:
12516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12517
12517
  """
12518
12518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12519
12519
  required_arguments = ['externalPluggableDatabaseId']
@@ -12616,7 +12616,7 @@ class DatabaseClient(object):
12616
12616
  :rtype: :class:`~oci.response.Response`
12617
12617
 
12618
12618
  :example:
12619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12620
12620
  """
12621
12621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12622
12622
  required_arguments = ['keyStoreId']
@@ -12719,7 +12719,7 @@ class DatabaseClient(object):
12719
12719
  :rtype: :class:`~oci.response.Response`
12720
12720
 
12721
12721
  :example:
12722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12723
12723
  """
12724
12724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12725
12725
  required_arguments = ['oneoffPatchId']
@@ -12822,7 +12822,7 @@ class DatabaseClient(object):
12822
12822
  :rtype: :class:`~oci.response.Response`
12823
12823
 
12824
12824
  :example:
12825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12826
12826
  """
12827
12827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12828
12828
  required_arguments = ['pluggableDatabaseId']
@@ -12925,7 +12925,7 @@ class DatabaseClient(object):
12925
12925
  :rtype: :class:`~oci.response.Response`
12926
12926
 
12927
12927
  :example:
12928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12929
12929
  """
12930
12930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12931
12931
  required_arguments = ['scheduledActionId']
@@ -13028,7 +13028,7 @@ class DatabaseClient(object):
13028
13028
  :rtype: :class:`~oci.response.Response`
13029
13029
 
13030
13030
  :example:
13031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13032
13032
  """
13033
13033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13034
13034
  required_arguments = ['schedulingPlanId']
@@ -13131,7 +13131,7 @@ class DatabaseClient(object):
13131
13131
  :rtype: :class:`~oci.response.Response`
13132
13132
 
13133
13133
  :example:
13134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13135
13135
  """
13136
13136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13137
13137
  required_arguments = ['schedulingPolicyId']
@@ -13239,7 +13239,7 @@ class DatabaseClient(object):
13239
13239
  :rtype: :class:`~oci.response.Response`
13240
13240
 
13241
13241
  :example:
13242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13243
13243
  """
13244
13244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13245
13245
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -13343,7 +13343,7 @@ class DatabaseClient(object):
13343
13343
  :rtype: :class:`~oci.response.Response`
13344
13344
 
13345
13345
  :example:
13346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13347
13347
  """
13348
13348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13349
13349
  required_arguments = ['vmClusterId']
@@ -13452,7 +13452,7 @@ class DatabaseClient(object):
13452
13452
  :rtype: :class:`~oci.response.Response`
13453
13453
 
13454
13454
  :example:
13455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13456
13456
  """
13457
13457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13458
13458
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13554,7 +13554,7 @@ class DatabaseClient(object):
13554
13554
  :rtype: :class:`~oci.response.Response`
13555
13555
 
13556
13556
  :example:
13557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13558
13558
  """
13559
13559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13560
13560
  required_arguments = ['autonomousDatabaseId']
@@ -13653,7 +13653,7 @@ class DatabaseClient(object):
13653
13653
  :rtype: :class:`~oci.response.Response`
13654
13654
 
13655
13655
  :example:
13656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13657
13657
  """
13658
13658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13659
13659
  required_arguments = ['autonomousDatabaseId']
@@ -13749,7 +13749,7 @@ class DatabaseClient(object):
13749
13749
  :rtype: :class:`~oci.response.Response`
13750
13750
 
13751
13751
  :example:
13752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13753
13753
  """
13754
13754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13755
13755
  required_arguments = ['autonomousDatabaseId']
@@ -13857,7 +13857,7 @@ class DatabaseClient(object):
13857
13857
  :rtype: :class:`~oci.response.Response`
13858
13858
 
13859
13859
  :example:
13860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13861
13861
  """
13862
13862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13863
13863
  required_arguments = ['databaseId']
@@ -13972,7 +13972,7 @@ class DatabaseClient(object):
13972
13972
  :rtype: :class:`~oci.response.Response`
13973
13973
 
13974
13974
  :example:
13975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
13975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
13976
13976
  """
13977
13977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13978
13978
  required_arguments = ['externalContainerDatabaseId']
@@ -14085,7 +14085,7 @@ class DatabaseClient(object):
14085
14085
  :rtype: :class:`~oci.response.Response`
14086
14086
 
14087
14087
  :example:
14088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
14089
14089
  """
14090
14090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14091
14091
  required_arguments = ['externalContainerDatabaseId']
@@ -14202,7 +14202,7 @@ class DatabaseClient(object):
14202
14202
  :rtype: :class:`~oci.response.Response`
14203
14203
 
14204
14204
  :example:
14205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
14206
14206
  """
14207
14207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14208
14208
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14315,7 +14315,7 @@ class DatabaseClient(object):
14315
14315
  :rtype: :class:`~oci.response.Response`
14316
14316
 
14317
14317
  :example:
14318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
14319
14319
  """
14320
14320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14321
14321
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14428,7 +14428,7 @@ class DatabaseClient(object):
14428
14428
  :rtype: :class:`~oci.response.Response`
14429
14429
 
14430
14430
  :example:
14431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
14432
14432
  """
14433
14433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14434
14434
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14545,7 +14545,7 @@ class DatabaseClient(object):
14545
14545
  :rtype: :class:`~oci.response.Response`
14546
14546
 
14547
14547
  :example:
14548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14549
14549
  """
14550
14550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14551
14551
  required_arguments = ['externalPluggableDatabaseId']
@@ -14658,7 +14658,7 @@ class DatabaseClient(object):
14658
14658
  :rtype: :class:`~oci.response.Response`
14659
14659
 
14660
14660
  :example:
14661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14662
14662
  """
14663
14663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14664
14664
  required_arguments = ['externalPluggableDatabaseId']
@@ -14771,7 +14771,7 @@ class DatabaseClient(object):
14771
14771
  :rtype: :class:`~oci.response.Response`
14772
14772
 
14773
14773
  :example:
14774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
14774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14775
14775
  """
14776
14776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14777
14777
  required_arguments = ['externalPluggableDatabaseId']
@@ -14884,7 +14884,7 @@ class DatabaseClient(object):
14884
14884
  :rtype: :class:`~oci.response.Response`
14885
14885
 
14886
14886
  :example:
14887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14888
14888
  """
14889
14889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14890
14890
  required_arguments = ['pluggableDatabaseId']
@@ -14994,7 +14994,7 @@ class DatabaseClient(object):
14994
14994
  :rtype: :class:`~oci.response.Response`
14995
14995
 
14996
14996
  :example:
14997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14998
14998
  """
14999
14999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15000
15000
  required_arguments = ['exadataInfrastructureId']
@@ -15107,7 +15107,7 @@ class DatabaseClient(object):
15107
15107
  :rtype: :class:`~oci.response.Response`
15108
15108
 
15109
15109
  :example:
15110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15111
15111
  """
15112
15112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15113
15113
  required_arguments = ['oneoffPatchId']
@@ -15222,7 +15222,7 @@ class DatabaseClient(object):
15222
15222
  :rtype: :class:`~oci.response.Response`
15223
15223
 
15224
15224
  :example:
15225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15226
15226
  """
15227
15227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15228
15228
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15336,7 +15336,7 @@ class DatabaseClient(object):
15336
15336
  :rtype: :class:`~oci.response.Response`
15337
15337
 
15338
15338
  :example:
15339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
15339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
15340
15340
  """
15341
15341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15342
15342
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15458,7 +15458,7 @@ class DatabaseClient(object):
15458
15458
  :rtype: :class:`~oci.response.Response`
15459
15459
 
15460
15460
  :example:
15461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15462
15462
  """
15463
15463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15464
15464
  required_arguments = ['autonomousContainerDatabaseId']
@@ -15563,7 +15563,7 @@ class DatabaseClient(object):
15563
15563
  :rtype: :class:`~oci.response.Response`
15564
15564
 
15565
15565
  :example:
15566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15567
15567
  """
15568
15568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15569
15569
  required_arguments = ['autonomousDatabaseId']
@@ -15659,7 +15659,7 @@ class DatabaseClient(object):
15659
15659
  :rtype: :class:`~oci.response.Response`
15660
15660
 
15661
15661
  :example:
15662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15663
15663
  """
15664
15664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15665
15665
  required_arguments = ['autonomousDatabaseId']
@@ -15770,7 +15770,7 @@ class DatabaseClient(object):
15770
15770
  :rtype: :class:`~oci.response.Response`
15771
15771
 
15772
15772
  :example:
15773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15774
15774
  """
15775
15775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15776
15776
  required_arguments = ['databaseId']
@@ -15894,7 +15894,7 @@ class DatabaseClient(object):
15894
15894
  :rtype: :class:`~oci.response.Response`
15895
15895
 
15896
15896
  :example:
15897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
15897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15898
15898
  """
15899
15899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15900
15900
  required_arguments = ['externalContainerDatabaseId']
@@ -16012,7 +16012,7 @@ class DatabaseClient(object):
16012
16012
  :rtype: :class:`~oci.response.Response`
16013
16013
 
16014
16014
  :example:
16015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16015
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
16016
16016
  """
16017
16017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16018
16018
  required_arguments = ['externalContainerDatabaseId']
@@ -16134,7 +16134,7 @@ class DatabaseClient(object):
16134
16134
  :rtype: :class:`~oci.response.Response`
16135
16135
 
16136
16136
  :example:
16137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
16138
16138
  """
16139
16139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16140
16140
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16252,7 +16252,7 @@ class DatabaseClient(object):
16252
16252
  :rtype: :class:`~oci.response.Response`
16253
16253
 
16254
16254
  :example:
16255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
16256
16256
  """
16257
16257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16258
16258
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16370,7 +16370,7 @@ class DatabaseClient(object):
16370
16370
  :rtype: :class:`~oci.response.Response`
16371
16371
 
16372
16372
  :example:
16373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
16374
16374
  """
16375
16375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16376
16376
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16492,7 +16492,7 @@ class DatabaseClient(object):
16492
16492
  :rtype: :class:`~oci.response.Response`
16493
16493
 
16494
16494
  :example:
16495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
16496
16496
  """
16497
16497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16498
16498
  required_arguments = ['externalPluggableDatabaseId']
@@ -16610,7 +16610,7 @@ class DatabaseClient(object):
16610
16610
  :rtype: :class:`~oci.response.Response`
16611
16611
 
16612
16612
  :example:
16613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16614
16614
  """
16615
16615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16616
16616
  required_arguments = ['externalPluggableDatabaseId']
@@ -16728,7 +16728,7 @@ class DatabaseClient(object):
16728
16728
  :rtype: :class:`~oci.response.Response`
16729
16729
 
16730
16730
  :example:
16731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
16731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16732
16732
  """
16733
16733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16734
16734
  required_arguments = ['externalPluggableDatabaseId']
@@ -16846,7 +16846,7 @@ class DatabaseClient(object):
16846
16846
  :rtype: :class:`~oci.response.Response`
16847
16847
 
16848
16848
  :example:
16849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16850
16850
  """
16851
16851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16852
16852
  required_arguments = ['pluggableDatabaseId']
@@ -16971,7 +16971,7 @@ class DatabaseClient(object):
16971
16971
  :rtype: :class:`~oci.response.Response`
16972
16972
 
16973
16973
  :example:
16974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16975
16975
  """
16976
16976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16977
16977
  required_arguments = ['autonomousDatabaseId']
@@ -17087,7 +17087,7 @@ class DatabaseClient(object):
17087
17087
  :rtype: :class:`~oci.response.Response`
17088
17088
 
17089
17089
  :example:
17090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17091
17091
  """
17092
17092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17093
17093
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17196,7 +17196,7 @@ class DatabaseClient(object):
17196
17196
  :rtype: :class:`~oci.response.Response`
17197
17197
 
17198
17198
  :example:
17199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
17199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
17200
17200
  """
17201
17201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17202
17202
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17316,7 +17316,7 @@ class DatabaseClient(object):
17316
17316
  :rtype: :class:`~oci.response.Response`
17317
17317
 
17318
17318
  :example:
17319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17320
17320
  """
17321
17321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17322
17322
  required_arguments = ['databaseId']
@@ -17435,7 +17435,7 @@ class DatabaseClient(object):
17435
17435
  :rtype: :class:`~oci.response.Response`
17436
17436
 
17437
17437
  :example:
17438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17439
17439
  """
17440
17440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17441
17441
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17546,7 +17546,7 @@ class DatabaseClient(object):
17546
17546
  :rtype: :class:`~oci.response.Response`
17547
17547
 
17548
17548
  :example:
17549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17550
17550
  """
17551
17551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17552
17552
  required_arguments = ['autonomousDatabaseId']
@@ -17659,7 +17659,7 @@ class DatabaseClient(object):
17659
17659
  :rtype: :class:`~oci.response.Response`
17660
17660
 
17661
17661
  :example:
17662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17663
17663
  """
17664
17664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17665
17665
  required_arguments = ['exadataInfrastructureId']
@@ -17762,7 +17762,7 @@ class DatabaseClient(object):
17762
17762
  :rtype: :class:`~oci.response.Response`
17763
17763
 
17764
17764
  :example:
17765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17766
17766
  """
17767
17767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17768
17768
  required_arguments = ['applicationVipId']
@@ -17857,7 +17857,7 @@ class DatabaseClient(object):
17857
17857
  :rtype: :class:`~oci.response.Response`
17858
17858
 
17859
17859
  :example:
17860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17861
17861
  """
17862
17862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17863
17863
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17950,7 +17950,7 @@ class DatabaseClient(object):
17950
17950
  :rtype: :class:`~oci.response.Response`
17951
17951
 
17952
17952
  :example:
17953
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
17953
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
17954
17954
  """
17955
17955
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17956
17956
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -18042,7 +18042,7 @@ class DatabaseClient(object):
18042
18042
  :rtype: :class:`~oci.response.Response`
18043
18043
 
18044
18044
  :example:
18045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
18045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
18046
18046
  """
18047
18047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18048
18048
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18140,7 +18140,7 @@ class DatabaseClient(object):
18140
18140
  :rtype: :class:`~oci.response.Response`
18141
18141
 
18142
18142
  :example:
18143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18144
18144
  """
18145
18145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18146
18146
  required_arguments = ['autonomousDatabaseId']
@@ -18238,7 +18238,7 @@ class DatabaseClient(object):
18238
18238
  :rtype: :class:`~oci.response.Response`
18239
18239
 
18240
18240
  :example:
18241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18242
18242
  """
18243
18243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18244
18244
  required_arguments = ['autonomousDatabaseBackupId']
@@ -18341,7 +18341,7 @@ class DatabaseClient(object):
18341
18341
  :rtype: :class:`~oci.response.Response`
18342
18342
 
18343
18343
  :example:
18344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18345
18345
  """
18346
18346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18347
18347
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -18435,7 +18435,7 @@ class DatabaseClient(object):
18435
18435
  :rtype: :class:`~oci.response.Response`
18436
18436
 
18437
18437
  :example:
18438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18439
18439
  """
18440
18440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18441
18441
  required_arguments = []
@@ -18521,7 +18521,7 @@ class DatabaseClient(object):
18521
18521
  :rtype: :class:`~oci.response.Response`
18522
18522
 
18523
18523
  :example:
18524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18525
18525
  """
18526
18526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18527
18527
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -18619,7 +18619,7 @@ class DatabaseClient(object):
18619
18619
  :rtype: :class:`~oci.response.Response`
18620
18620
 
18621
18621
  :example:
18622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18623
18623
  """
18624
18624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18625
18625
  required_arguments = ['autonomousDatabaseId']
@@ -18714,7 +18714,7 @@ class DatabaseClient(object):
18714
18714
  :rtype: :class:`~oci.response.Response`
18715
18715
 
18716
18716
  :example:
18717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18718
18718
  """
18719
18719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18720
18720
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18802,7 +18802,7 @@ class DatabaseClient(object):
18802
18802
  :rtype: :class:`~oci.response.Response`
18803
18803
 
18804
18804
  :example:
18805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18806
18806
  """
18807
18807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18808
18808
  required_arguments = ['autonomousPatchId']
@@ -18893,7 +18893,7 @@ class DatabaseClient(object):
18893
18893
  :rtype: :class:`~oci.response.Response`
18894
18894
 
18895
18895
  :example:
18896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
18896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
18897
18897
  """
18898
18898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18899
18899
  required_arguments = ['autonomousVirtualMachineId']
@@ -18991,7 +18991,7 @@ class DatabaseClient(object):
18991
18991
  :rtype: :class:`~oci.response.Response`
18992
18992
 
18993
18993
  :example:
18994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
18994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
18995
18995
  """
18996
18996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18997
18997
  required_arguments = ['autonomousVmClusterId']
@@ -19089,7 +19089,7 @@ class DatabaseClient(object):
19089
19089
  :rtype: :class:`~oci.response.Response`
19090
19090
 
19091
19091
  :example:
19092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
19092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
19093
19093
  """
19094
19094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19095
19095
  required_arguments = ['autonomousVmClusterId']
@@ -19184,7 +19184,7 @@ class DatabaseClient(object):
19184
19184
  :rtype: :class:`~oci.response.Response`
19185
19185
 
19186
19186
  :example:
19187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19188
19188
  """
19189
19189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19190
19190
  required_arguments = ['backupId']
@@ -19275,7 +19275,7 @@ class DatabaseClient(object):
19275
19275
  :rtype: :class:`~oci.response.Response`
19276
19276
 
19277
19277
  :example:
19278
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19278
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19279
19279
  """
19280
19280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19281
19281
  required_arguments = ['backupDestinationId']
@@ -19373,7 +19373,7 @@ class DatabaseClient(object):
19373
19373
  :rtype: :class:`~oci.response.Response`
19374
19374
 
19375
19375
  :example:
19376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19377
19377
  """
19378
19378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19379
19379
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19471,7 +19471,7 @@ class DatabaseClient(object):
19471
19471
  :rtype: :class:`~oci.response.Response`
19472
19472
 
19473
19473
  :example:
19474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
19474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
19475
19475
  """
19476
19476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19477
19477
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19569,7 +19569,7 @@ class DatabaseClient(object):
19569
19569
  :rtype: :class:`~oci.response.Response`
19570
19570
 
19571
19571
  :example:
19572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19573
19573
  """
19574
19574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19575
19575
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19672,7 +19672,7 @@ class DatabaseClient(object):
19672
19672
  :rtype: :class:`~oci.response.Response`
19673
19673
 
19674
19674
  :example:
19675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
19675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
19676
19676
  """
19677
19677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19678
19678
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19778,7 +19778,7 @@ class DatabaseClient(object):
19778
19778
  :rtype: :class:`~oci.response.Response`
19779
19779
 
19780
19780
  :example:
19781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19782
19782
  """
19783
19783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19784
19784
  required_arguments = ['cloudVmClusterId']
@@ -19877,7 +19877,7 @@ class DatabaseClient(object):
19877
19877
  :rtype: :class:`~oci.response.Response`
19878
19878
 
19879
19879
  :example:
19880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
19880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19881
19881
  """
19882
19882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19883
19883
  required_arguments = ['cloudVmClusterId']
@@ -19980,7 +19980,7 @@ class DatabaseClient(object):
19980
19980
  :rtype: :class:`~oci.response.Response`
19981
19981
 
19982
19982
  :example:
19983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
19983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
19984
19984
  """
19985
19985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19986
19986
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -20084,7 +20084,7 @@ class DatabaseClient(object):
20084
20084
  :rtype: :class:`~oci.response.Response`
20085
20085
 
20086
20086
  :example:
20087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
20087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
20088
20088
  """
20089
20089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20090
20090
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -20183,7 +20183,7 @@ class DatabaseClient(object):
20183
20183
  :rtype: :class:`~oci.response.Response`
20184
20184
 
20185
20185
  :example:
20186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20186
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20187
20187
  """
20188
20188
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20189
20189
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -20278,7 +20278,7 @@ class DatabaseClient(object):
20278
20278
  :rtype: :class:`~oci.response.Response`
20279
20279
 
20280
20280
  :example:
20281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20282
20282
  """
20283
20283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20284
20284
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20380,7 +20380,7 @@ class DatabaseClient(object):
20380
20380
  :rtype: :class:`~oci.response.Response`
20381
20381
 
20382
20382
  :example:
20383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20384
20384
  """
20385
20385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20386
20386
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20481,7 +20481,7 @@ class DatabaseClient(object):
20481
20481
  :rtype: :class:`~oci.response.Response`
20482
20482
 
20483
20483
  :example:
20484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20485
20485
  """
20486
20486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20487
20487
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -20570,7 +20570,7 @@ class DatabaseClient(object):
20570
20570
  :rtype: :class:`~oci.response.Response`
20571
20571
 
20572
20572
  :example:
20573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
20573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
20574
20574
  """
20575
20575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20576
20576
  required_arguments = ['databaseId']
@@ -20658,7 +20658,7 @@ class DatabaseClient(object):
20658
20658
  :rtype: :class:`~oci.response.Response`
20659
20659
 
20660
20660
  :example:
20661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20662
20662
  """
20663
20663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20664
20664
  required_arguments = ['databaseSoftwareImageId']
@@ -20754,7 +20754,7 @@ class DatabaseClient(object):
20754
20754
  :rtype: :class:`~oci.response.Response`
20755
20755
 
20756
20756
  :example:
20757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20758
20758
  """
20759
20759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20760
20760
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20850,7 +20850,7 @@ class DatabaseClient(object):
20850
20850
  :rtype: :class:`~oci.response.Response`
20851
20851
 
20852
20852
  :example:
20853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20854
20854
  """
20855
20855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20856
20856
  required_arguments = ['dbHomeId']
@@ -20943,7 +20943,7 @@ class DatabaseClient(object):
20943
20943
  :rtype: :class:`~oci.response.Response`
20944
20944
 
20945
20945
  :example:
20946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
20946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
20947
20947
  """
20948
20948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20949
20949
  required_arguments = ['dbHomeId', 'patchId']
@@ -21037,7 +21037,7 @@ class DatabaseClient(object):
21037
21037
  :rtype: :class:`~oci.response.Response`
21038
21038
 
21039
21039
  :example:
21040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
21040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
21041
21041
  """
21042
21042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21043
21043
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -21126,7 +21126,7 @@ class DatabaseClient(object):
21126
21126
  :rtype: :class:`~oci.response.Response`
21127
21127
 
21128
21128
  :example:
21129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21130
21130
  """
21131
21131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21132
21132
  required_arguments = ['dbNodeId']
@@ -21222,7 +21222,7 @@ class DatabaseClient(object):
21222
21222
  :rtype: :class:`~oci.response.Response`
21223
21223
 
21224
21224
  :example:
21225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21226
21226
  """
21227
21227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21228
21228
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -21331,7 +21331,7 @@ class DatabaseClient(object):
21331
21331
  :rtype: :class:`~oci.response.Response`
21332
21332
 
21333
21333
  :example:
21334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21335
21335
  """
21336
21336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21337
21337
  required_arguments = ['dbSystemId']
@@ -21424,7 +21424,7 @@ class DatabaseClient(object):
21424
21424
  :rtype: :class:`~oci.response.Response`
21425
21425
 
21426
21426
  :example:
21427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21428
21428
  """
21429
21429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21430
21430
  required_arguments = ['dbSystemId', 'patchId']
@@ -21518,7 +21518,7 @@ class DatabaseClient(object):
21518
21518
  :rtype: :class:`~oci.response.Response`
21519
21519
 
21520
21520
  :example:
21521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
21521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
21522
21522
  """
21523
21523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21524
21524
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -21615,7 +21615,7 @@ class DatabaseClient(object):
21615
21615
  :rtype: :class:`~oci.response.Response`
21616
21616
 
21617
21617
  :example:
21618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
21618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
21619
21619
  """
21620
21620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21621
21621
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21720,7 +21720,7 @@ class DatabaseClient(object):
21720
21720
  :rtype: :class:`~oci.response.Response`
21721
21721
 
21722
21722
  :example:
21723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21724
21724
  """
21725
21725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21726
21726
  required_arguments = ['exadataInfrastructureId']
@@ -21834,7 +21834,7 @@ class DatabaseClient(object):
21834
21834
  :rtype: :class:`~oci.response.Response`
21835
21835
 
21836
21836
  :example:
21837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21838
21838
  """
21839
21839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21840
21840
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -21937,7 +21937,7 @@ class DatabaseClient(object):
21937
21937
  :rtype: :class:`~oci.response.Response`
21938
21938
 
21939
21939
  :example:
21940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
21940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
21941
21941
  """
21942
21942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21943
21943
  required_arguments = ['exadataInfrastructureId']
@@ -22054,7 +22054,7 @@ class DatabaseClient(object):
22054
22054
  :rtype: :class:`~oci.response.Response`
22055
22055
 
22056
22056
  :example:
22057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22058
22058
  """
22059
22059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22060
22060
  required_arguments = ['dbSystemId']
@@ -22152,7 +22152,7 @@ class DatabaseClient(object):
22152
22152
  :rtype: :class:`~oci.response.Response`
22153
22153
 
22154
22154
  :example:
22155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22156
22156
  """
22157
22157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22158
22158
  required_arguments = ['exadbVmClusterId']
@@ -22255,7 +22255,7 @@ class DatabaseClient(object):
22255
22255
  :rtype: :class:`~oci.response.Response`
22256
22256
 
22257
22257
  :example:
22258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22259
22259
  """
22260
22260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22261
22261
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -22359,7 +22359,7 @@ class DatabaseClient(object):
22359
22359
  :rtype: :class:`~oci.response.Response`
22360
22360
 
22361
22361
  :example:
22362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
22362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
22363
22363
  """
22364
22364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22365
22365
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -22458,7 +22458,7 @@ class DatabaseClient(object):
22458
22458
  :rtype: :class:`~oci.response.Response`
22459
22459
 
22460
22460
  :example:
22461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22462
22462
  """
22463
22463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22464
22464
  required_arguments = ['exascaleDbStorageVaultId']
@@ -22556,7 +22556,7 @@ class DatabaseClient(object):
22556
22556
  :rtype: :class:`~oci.response.Response`
22557
22557
 
22558
22558
  :example:
22559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22560
22560
  """
22561
22561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22562
22562
  required_arguments = ['executionActionId']
@@ -22654,7 +22654,7 @@ class DatabaseClient(object):
22654
22654
  :rtype: :class:`~oci.response.Response`
22655
22655
 
22656
22656
  :example:
22657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22658
22658
  """
22659
22659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22660
22660
  required_arguments = ['executionWindowId']
@@ -22753,7 +22753,7 @@ class DatabaseClient(object):
22753
22753
  :rtype: :class:`~oci.response.Response`
22754
22754
 
22755
22755
  :example:
22756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22757
22757
  """
22758
22758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22759
22759
  required_arguments = ['backupId']
@@ -22844,7 +22844,7 @@ class DatabaseClient(object):
22844
22844
  :rtype: :class:`~oci.response.Response`
22845
22845
 
22846
22846
  :example:
22847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22848
22848
  """
22849
22849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22850
22850
  required_arguments = ['externalContainerDatabaseId']
@@ -22943,7 +22943,7 @@ class DatabaseClient(object):
22943
22943
  :rtype: :class:`~oci.response.Response`
22944
22944
 
22945
22945
  :example:
22946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
22946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
22947
22947
  """
22948
22948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22949
22949
  required_arguments = ['externalDatabaseConnectorId']
@@ -23041,7 +23041,7 @@ class DatabaseClient(object):
23041
23041
  :rtype: :class:`~oci.response.Response`
23042
23042
 
23043
23043
  :example:
23044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23045
23045
  """
23046
23046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23047
23047
  required_arguments = ['externalNonContainerDatabaseId']
@@ -23140,7 +23140,7 @@ class DatabaseClient(object):
23140
23140
  :rtype: :class:`~oci.response.Response`
23141
23141
 
23142
23142
  :example:
23143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23144
23144
  """
23145
23145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23146
23146
  required_arguments = ['externalPluggableDatabaseId']
@@ -23247,7 +23247,7 @@ class DatabaseClient(object):
23247
23247
  :rtype: :class:`~oci.response.Response`
23248
23248
 
23249
23249
  :example:
23250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23251
23251
  """
23252
23252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23253
23253
  required_arguments = ['compartmentId']
@@ -23351,7 +23351,7 @@ class DatabaseClient(object):
23351
23351
  :rtype: :class:`~oci.response.Response`
23352
23352
 
23353
23353
  :example:
23354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23354
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23355
23355
  """
23356
23356
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23357
23357
  required_arguments = ['keyStoreId']
@@ -23444,7 +23444,7 @@ class DatabaseClient(object):
23444
23444
  :rtype: :class:`~oci.response.Response`
23445
23445
 
23446
23446
  :example:
23447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23448
23448
  """
23449
23449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23450
23450
  required_arguments = ['maintenanceRunId']
@@ -23530,7 +23530,7 @@ class DatabaseClient(object):
23530
23530
  :rtype: :class:`~oci.response.Response`
23531
23531
 
23532
23532
  :example:
23533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23534
23534
  """
23535
23535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23536
23536
  required_arguments = ['maintenanceRunHistoryId']
@@ -23621,7 +23621,7 @@ class DatabaseClient(object):
23621
23621
  :rtype: :class:`~oci.response.Response`
23622
23622
 
23623
23623
  :example:
23624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23625
23625
  """
23626
23626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23627
23627
  required_arguments = ['oneoffPatchId']
@@ -23724,7 +23724,7 @@ class DatabaseClient(object):
23724
23724
  :rtype: :class:`~oci.response.Response`
23725
23725
 
23726
23726
  :example:
23727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23728
23728
  """
23729
23729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23730
23730
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23820,7 +23820,7 @@ class DatabaseClient(object):
23820
23820
  :rtype: :class:`~oci.response.Response`
23821
23821
 
23822
23822
  :example:
23823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23824
23824
  """
23825
23825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23826
23826
  required_arguments = ['pluggableDatabaseId']
@@ -23911,7 +23911,7 @@ class DatabaseClient(object):
23911
23911
  :rtype: :class:`~oci.response.Response`
23912
23912
 
23913
23913
  :example:
23914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
23914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
23915
23915
  """
23916
23916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23917
23917
  required_arguments = ['scheduledActionId']
@@ -24009,7 +24009,7 @@ class DatabaseClient(object):
24009
24009
  :rtype: :class:`~oci.response.Response`
24010
24010
 
24011
24011
  :example:
24012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24013
24013
  """
24014
24014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24015
24015
  required_arguments = ['schedulingPlanId']
@@ -24107,7 +24107,7 @@ class DatabaseClient(object):
24107
24107
  :rtype: :class:`~oci.response.Response`
24108
24108
 
24109
24109
  :example:
24110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24111
24111
  """
24112
24112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24113
24113
  required_arguments = ['schedulingPolicyId']
@@ -24210,7 +24210,7 @@ class DatabaseClient(object):
24210
24210
  :rtype: :class:`~oci.response.Response`
24211
24211
 
24212
24212
  :example:
24213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24214
24214
  """
24215
24215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24216
24216
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -24309,7 +24309,7 @@ class DatabaseClient(object):
24309
24309
  :rtype: :class:`~oci.response.Response`
24310
24310
 
24311
24311
  :example:
24312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24313
24313
  """
24314
24314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24315
24315
  required_arguments = ['vmClusterId']
@@ -24413,7 +24413,7 @@ class DatabaseClient(object):
24413
24413
  :rtype: :class:`~oci.response.Response`
24414
24414
 
24415
24415
  :example:
24416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24417
24417
  """
24418
24418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24419
24419
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -24514,7 +24514,7 @@ class DatabaseClient(object):
24514
24514
  :rtype: :class:`~oci.response.Response`
24515
24515
 
24516
24516
  :example:
24517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24518
24518
  """
24519
24519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24520
24520
  required_arguments = ['vmClusterId', 'patchId']
@@ -24608,7 +24608,7 @@ class DatabaseClient(object):
24608
24608
  :rtype: :class:`~oci.response.Response`
24609
24609
 
24610
24610
  :example:
24611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
24611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
24612
24612
  """
24613
24613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24614
24614
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -24705,7 +24705,7 @@ class DatabaseClient(object):
24705
24705
  :rtype: :class:`~oci.response.Response`
24706
24706
 
24707
24707
  :example:
24708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24709
24709
  """
24710
24710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24711
24711
  required_arguments = ['vmClusterId', 'updateId']
@@ -24809,7 +24809,7 @@ class DatabaseClient(object):
24809
24809
  :rtype: :class:`~oci.response.Response`
24810
24810
 
24811
24811
  :example:
24812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
24812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24813
24813
  """
24814
24814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24815
24815
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -24910,7 +24910,7 @@ class DatabaseClient(object):
24910
24910
  :rtype: :class:`~oci.response.Response`
24911
24911
 
24912
24912
  :example:
24913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
24913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
24914
24914
  """
24915
24915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24916
24916
  required_arguments = []
@@ -25022,7 +25022,7 @@ class DatabaseClient(object):
25022
25022
  :rtype: :class:`~oci.response.Response`
25023
25023
 
25024
25024
  :example:
25025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25026
25026
  """
25027
25027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25028
25028
  required_arguments = []
@@ -25140,7 +25140,7 @@ class DatabaseClient(object):
25140
25140
  :rtype: :class:`~oci.response.Response`
25141
25141
 
25142
25142
  :example:
25143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25144
25144
  """
25145
25145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25146
25146
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -25268,7 +25268,7 @@ class DatabaseClient(object):
25268
25268
  :rtype: :class:`~oci.response.Response`
25269
25269
 
25270
25270
  :example:
25271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
25271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
25272
25272
  """
25273
25273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25274
25274
  required_arguments = ['autonomousContainerDatabaseId']
@@ -25389,7 +25389,7 @@ class DatabaseClient(object):
25389
25389
  :rtype: :class:`~oci.response.Response`
25390
25390
 
25391
25391
  :example:
25392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25393
25393
  """
25394
25394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25395
25395
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -25551,7 +25551,7 @@ class DatabaseClient(object):
25551
25551
  :rtype: :class:`~oci.response.Response`
25552
25552
 
25553
25553
  :example:
25554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25555
25555
  """
25556
25556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25557
25557
  required_arguments = ['compartmentId']
@@ -25727,7 +25727,7 @@ class DatabaseClient(object):
25727
25727
  :rtype: :class:`~oci.response.Response`
25728
25728
 
25729
25729
  :example:
25730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25731
25731
  """
25732
25732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25733
25733
  required_arguments = []
@@ -25864,7 +25864,7 @@ class DatabaseClient(object):
25864
25864
  :rtype: :class:`~oci.response.Response`
25865
25865
 
25866
25866
  :example:
25867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25868
25868
  """
25869
25869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25870
25870
  required_arguments = []
@@ -26005,7 +26005,7 @@ class DatabaseClient(object):
26005
26005
  :rtype: :class:`~oci.response.Response`
26006
26006
 
26007
26007
  :example:
26008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26009
26009
  """
26010
26010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26011
26011
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -26155,7 +26155,7 @@ class DatabaseClient(object):
26155
26155
  :rtype: :class:`~oci.response.Response`
26156
26156
 
26157
26157
  :example:
26158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26159
26159
  """
26160
26160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26161
26161
  required_arguments = ['autonomousDatabaseId']
@@ -26266,7 +26266,7 @@ class DatabaseClient(object):
26266
26266
  :rtype: :class:`~oci.response.Response`
26267
26267
 
26268
26268
  :example:
26269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26270
26270
  """
26271
26271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26272
26272
  required_arguments = ['autonomousDatabaseId']
@@ -26380,7 +26380,7 @@ class DatabaseClient(object):
26380
26380
  :rtype: :class:`~oci.response.Response`
26381
26381
 
26382
26382
  :example:
26383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26384
26384
  """
26385
26385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26386
26386
  required_arguments = ['autonomousDatabaseId']
@@ -26517,7 +26517,7 @@ class DatabaseClient(object):
26517
26517
  :rtype: :class:`~oci.response.Response`
26518
26518
 
26519
26519
  :example:
26520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26521
26521
  """
26522
26522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26523
26523
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -26718,7 +26718,7 @@ class DatabaseClient(object):
26718
26718
  :rtype: :class:`~oci.response.Response`
26719
26719
 
26720
26720
  :example:
26721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26722
26722
  """
26723
26723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26724
26724
  required_arguments = ['compartmentId']
@@ -26904,7 +26904,7 @@ class DatabaseClient(object):
26904
26904
  :rtype: :class:`~oci.response.Response`
26905
26905
 
26906
26906
  :example:
26907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
26907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
26908
26908
  """
26909
26909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26910
26910
  required_arguments = ['compartmentId']
@@ -27035,7 +27035,7 @@ class DatabaseClient(object):
27035
27035
  :rtype: :class:`~oci.response.Response`
27036
27036
 
27037
27037
  :example:
27038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27039
27039
  """
27040
27040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27041
27041
  required_arguments = ['compartmentId']
@@ -27159,7 +27159,7 @@ class DatabaseClient(object):
27159
27159
  :rtype: :class:`~oci.response.Response`
27160
27160
 
27161
27161
  :example:
27162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27163
27163
  """
27164
27164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27165
27165
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -27283,7 +27283,7 @@ class DatabaseClient(object):
27283
27283
  :rtype: :class:`~oci.response.Response`
27284
27284
 
27285
27285
  :example:
27286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27287
27287
  """
27288
27288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27289
27289
  required_arguments = ['compartmentId']
@@ -27424,7 +27424,7 @@ class DatabaseClient(object):
27424
27424
  :rtype: :class:`~oci.response.Response`
27425
27425
 
27426
27426
  :example:
27427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27428
27428
  """
27429
27429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27430
27430
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -27542,7 +27542,7 @@ class DatabaseClient(object):
27542
27542
  :rtype: :class:`~oci.response.Response`
27543
27543
 
27544
27544
  :example:
27545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
27545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
27546
27546
  """
27547
27547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27548
27548
  required_arguments = ['autonomousVmClusterId']
@@ -27679,7 +27679,7 @@ class DatabaseClient(object):
27679
27679
  :rtype: :class:`~oci.response.Response`
27680
27680
 
27681
27681
  :example:
27682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27683
27683
  """
27684
27684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27685
27685
  required_arguments = ['compartmentId']
@@ -27816,7 +27816,7 @@ class DatabaseClient(object):
27816
27816
  :rtype: :class:`~oci.response.Response`
27817
27817
 
27818
27818
  :example:
27819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27820
27820
  """
27821
27821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27822
27822
  required_arguments = ['compartmentId']
@@ -27948,7 +27948,7 @@ class DatabaseClient(object):
27948
27948
  :rtype: :class:`~oci.response.Response`
27949
27949
 
27950
27950
  :example:
27951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
27951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
27952
27952
  """
27953
27953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27954
27954
  required_arguments = []
@@ -28085,7 +28085,7 @@ class DatabaseClient(object):
28085
28085
  :rtype: :class:`~oci.response.Response`
28086
28086
 
28087
28087
  :example:
28088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
28088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
28089
28089
  """
28090
28090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28091
28091
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28225,7 +28225,7 @@ class DatabaseClient(object):
28225
28225
  :rtype: :class:`~oci.response.Response`
28226
28226
 
28227
28227
  :example:
28228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28229
28229
  """
28230
28230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28231
28231
  required_arguments = ['compartmentId']
@@ -28382,7 +28382,7 @@ class DatabaseClient(object):
28382
28382
  :rtype: :class:`~oci.response.Response`
28383
28383
 
28384
28384
  :example:
28385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28386
28386
  """
28387
28387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28388
28388
  required_arguments = ['compartmentId']
@@ -28521,7 +28521,7 @@ class DatabaseClient(object):
28521
28521
  :rtype: :class:`~oci.response.Response`
28522
28522
 
28523
28523
  :example:
28524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
28524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
28525
28525
  """
28526
28526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28527
28527
  required_arguments = ['cloudVmClusterId']
@@ -28649,7 +28649,7 @@ class DatabaseClient(object):
28649
28649
  :rtype: :class:`~oci.response.Response`
28650
28650
 
28651
28651
  :example:
28652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28653
28653
  """
28654
28654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28655
28655
  required_arguments = ['cloudVmClusterId']
@@ -28798,7 +28798,7 @@ class DatabaseClient(object):
28798
28798
  :rtype: :class:`~oci.response.Response`
28799
28799
 
28800
28800
  :example:
28801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28802
28802
  """
28803
28803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28804
28804
  required_arguments = ['compartmentId']
@@ -28932,7 +28932,7 @@ class DatabaseClient(object):
28932
28932
  :rtype: :class:`~oci.response.Response`
28933
28933
 
28934
28934
  :example:
28935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
28935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
28936
28936
  """
28937
28937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28938
28938
  required_arguments = ['dbNodeId']
@@ -29047,7 +29047,7 @@ class DatabaseClient(object):
29047
29047
  :rtype: :class:`~oci.response.Response`
29048
29048
 
29049
29049
  :example:
29050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29051
29051
  """
29052
29052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29053
29053
  required_arguments = ['dbNodeId']
@@ -29197,7 +29197,7 @@ class DatabaseClient(object):
29197
29197
  :rtype: :class:`~oci.response.Response`
29198
29198
 
29199
29199
  :example:
29200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29201
29201
  """
29202
29202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29203
29203
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -29315,7 +29315,7 @@ class DatabaseClient(object):
29315
29315
  :rtype: :class:`~oci.response.Response`
29316
29316
 
29317
29317
  :example:
29318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29319
29319
  """
29320
29320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29321
29321
  required_arguments = ['databaseId']
@@ -29463,7 +29463,7 @@ class DatabaseClient(object):
29463
29463
  :rtype: :class:`~oci.response.Response`
29464
29464
 
29465
29465
  :example:
29466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29467
29467
  """
29468
29468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29469
29469
  required_arguments = ['compartmentId']
@@ -29636,7 +29636,7 @@ class DatabaseClient(object):
29636
29636
  :rtype: :class:`~oci.response.Response`
29637
29637
 
29638
29638
  :example:
29639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29640
29640
  """
29641
29641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29642
29642
  required_arguments = ['databaseId']
@@ -29811,7 +29811,7 @@ class DatabaseClient(object):
29811
29811
  :rtype: :class:`~oci.response.Response`
29812
29812
 
29813
29813
  :example:
29814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29815
29815
  """
29816
29816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29817
29817
  required_arguments = ['compartmentId']
@@ -29941,7 +29941,7 @@ class DatabaseClient(object):
29941
29941
  :rtype: :class:`~oci.response.Response`
29942
29942
 
29943
29943
  :example:
29944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
29944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
29945
29945
  """
29946
29946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29947
29947
  required_arguments = ['dbHomeId']
@@ -30049,7 +30049,7 @@ class DatabaseClient(object):
30049
30049
  :rtype: :class:`~oci.response.Response`
30050
30050
 
30051
30051
  :example:
30052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30053
30053
  """
30054
30054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30055
30055
  required_arguments = ['dbHomeId']
@@ -30193,7 +30193,7 @@ class DatabaseClient(object):
30193
30193
  :rtype: :class:`~oci.response.Response`
30194
30194
 
30195
30195
  :example:
30196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30197
30197
  """
30198
30198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30199
30199
  required_arguments = ['compartmentId']
@@ -30357,7 +30357,7 @@ class DatabaseClient(object):
30357
30357
  :rtype: :class:`~oci.response.Response`
30358
30358
 
30359
30359
  :example:
30360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30361
30361
  """
30362
30362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30363
30363
  required_arguments = ['compartmentId']
@@ -30513,7 +30513,7 @@ class DatabaseClient(object):
30513
30513
  :rtype: :class:`~oci.response.Response`
30514
30514
 
30515
30515
  :example:
30516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30517
30517
  """
30518
30518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30519
30519
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -30638,7 +30638,7 @@ class DatabaseClient(object):
30638
30638
  :rtype: :class:`~oci.response.Response`
30639
30639
 
30640
30640
  :example:
30641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30642
30642
  """
30643
30643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30644
30644
  required_arguments = []
@@ -30735,7 +30735,7 @@ class DatabaseClient(object):
30735
30735
  :rtype: :class:`~oci.response.Response`
30736
30736
 
30737
30737
  :example:
30738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
30738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
30739
30739
  """
30740
30740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30741
30741
  required_arguments = ['dbSystemId']
@@ -30843,7 +30843,7 @@ class DatabaseClient(object):
30843
30843
  :rtype: :class:`~oci.response.Response`
30844
30844
 
30845
30845
  :example:
30846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30847
30847
  """
30848
30848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30849
30849
  required_arguments = ['dbSystemId']
@@ -30954,7 +30954,7 @@ class DatabaseClient(object):
30954
30954
  :rtype: :class:`~oci.response.Response`
30955
30955
 
30956
30956
  :example:
30957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
30957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
30958
30958
  """
30959
30959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30960
30960
  required_arguments = ['compartmentId']
@@ -31055,7 +31055,7 @@ class DatabaseClient(object):
31055
31055
  :rtype: :class:`~oci.response.Response`
31056
31056
 
31057
31057
  :example:
31058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31059
31059
  """
31060
31060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31061
31061
  required_arguments = ['storageManagement']
@@ -31182,7 +31182,7 @@ class DatabaseClient(object):
31182
31182
  :rtype: :class:`~oci.response.Response`
31183
31183
 
31184
31184
  :example:
31185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
31185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
31186
31186
  """
31187
31187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31188
31188
  required_arguments = ['dbSystemId']
@@ -31364,7 +31364,7 @@ class DatabaseClient(object):
31364
31364
  :rtype: :class:`~oci.response.Response`
31365
31365
 
31366
31366
  :example:
31367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31368
31368
  """
31369
31369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31370
31370
  required_arguments = ['compartmentId']
@@ -31515,7 +31515,7 @@ class DatabaseClient(object):
31515
31515
  :rtype: :class:`~oci.response.Response`
31516
31516
 
31517
31517
  :example:
31518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31519
31519
  """
31520
31520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31521
31521
  required_arguments = ['compartmentId']
@@ -31656,7 +31656,7 @@ class DatabaseClient(object):
31656
31656
  :rtype: :class:`~oci.response.Response`
31657
31657
 
31658
31658
  :example:
31659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
31659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
31660
31660
  """
31661
31661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31662
31662
  required_arguments = ['compartmentId']
@@ -31803,7 +31803,7 @@ class DatabaseClient(object):
31803
31803
  :rtype: :class:`~oci.response.Response`
31804
31804
 
31805
31805
  :example:
31806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
31806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
31807
31807
  """
31808
31808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31809
31809
  required_arguments = ['exadbVmClusterId']
@@ -31934,7 +31934,7 @@ class DatabaseClient(object):
31934
31934
  :rtype: :class:`~oci.response.Response`
31935
31935
 
31936
31936
  :example:
31937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
31937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
31938
31938
  """
31939
31939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31940
31940
  required_arguments = ['exadbVmClusterId']
@@ -32083,7 +32083,7 @@ class DatabaseClient(object):
32083
32083
  :rtype: :class:`~oci.response.Response`
32084
32084
 
32085
32085
  :example:
32086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32087
32087
  """
32088
32088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32089
32089
  required_arguments = ['compartmentId']
@@ -32243,7 +32243,7 @@ class DatabaseClient(object):
32243
32243
  :rtype: :class:`~oci.response.Response`
32244
32244
 
32245
32245
  :example:
32246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32247
32247
  """
32248
32248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32249
32249
  required_arguments = ['compartmentId']
@@ -32400,7 +32400,7 @@ class DatabaseClient(object):
32400
32400
  :rtype: :class:`~oci.response.Response`
32401
32401
 
32402
32402
  :example:
32403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32404
32404
  """
32405
32405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32406
32406
  required_arguments = ['compartmentId']
@@ -32555,7 +32555,7 @@ class DatabaseClient(object):
32555
32555
  :rtype: :class:`~oci.response.Response`
32556
32556
 
32557
32557
  :example:
32558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32559
32559
  """
32560
32560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32561
32561
  required_arguments = ['compartmentId']
@@ -32710,7 +32710,7 @@ class DatabaseClient(object):
32710
32710
  :rtype: :class:`~oci.response.Response`
32711
32711
 
32712
32712
  :example:
32713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
32713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
32714
32714
  """
32715
32715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32716
32716
  required_arguments = ['compartmentId']
@@ -32868,7 +32868,7 @@ class DatabaseClient(object):
32868
32868
  :rtype: :class:`~oci.response.Response`
32869
32869
 
32870
32870
  :example:
32871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
32871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
32872
32872
  """
32873
32873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32874
32874
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -33022,7 +33022,7 @@ class DatabaseClient(object):
33022
33022
  :rtype: :class:`~oci.response.Response`
33023
33023
 
33024
33024
  :example:
33025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33026
33026
  """
33027
33027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33028
33028
  required_arguments = ['compartmentId']
@@ -33181,7 +33181,7 @@ class DatabaseClient(object):
33181
33181
  :rtype: :class:`~oci.response.Response`
33182
33182
 
33183
33183
  :example:
33184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33185
33185
  """
33186
33186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33187
33187
  required_arguments = ['compartmentId']
@@ -33328,7 +33328,7 @@ class DatabaseClient(object):
33328
33328
  :rtype: :class:`~oci.response.Response`
33329
33329
 
33330
33330
  :example:
33331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33332
33332
  """
33333
33333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33334
33334
  required_arguments = ['compartmentId']
@@ -33477,7 +33477,7 @@ class DatabaseClient(object):
33477
33477
  :rtype: :class:`~oci.response.Response`
33478
33478
 
33479
33479
  :example:
33480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33481
33481
  """
33482
33482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33483
33483
  required_arguments = ['version']
@@ -33634,7 +33634,7 @@ class DatabaseClient(object):
33634
33634
  :rtype: :class:`~oci.response.Response`
33635
33635
 
33636
33636
  :example:
33637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
33637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
33638
33638
  """
33639
33639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33640
33640
  required_arguments = ['compartmentId']
@@ -33747,7 +33747,7 @@ class DatabaseClient(object):
33747
33747
  :rtype: :class:`~oci.response.Response`
33748
33748
 
33749
33749
  :example:
33750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
33750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
33751
33751
  """
33752
33752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33753
33753
  required_arguments = ['compartmentId']
@@ -33885,7 +33885,7 @@ class DatabaseClient(object):
33885
33885
  :rtype: :class:`~oci.response.Response`
33886
33886
 
33887
33887
  :example:
33888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
33888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
33889
33889
  """
33890
33890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33891
33891
  required_arguments = ['compartmentId']
@@ -34081,7 +34081,7 @@ class DatabaseClient(object):
34081
34081
  :rtype: :class:`~oci.response.Response`
34082
34082
 
34083
34083
  :example:
34084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34085
34085
  """
34086
34086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34087
34087
  required_arguments = ['compartmentId']
@@ -34259,7 +34259,7 @@ class DatabaseClient(object):
34259
34259
  :rtype: :class:`~oci.response.Response`
34260
34260
 
34261
34261
  :example:
34262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34263
34263
  """
34264
34264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34265
34265
  required_arguments = ['compartmentId']
@@ -34391,7 +34391,7 @@ class DatabaseClient(object):
34391
34391
  :rtype: :class:`~oci.response.Response`
34392
34392
 
34393
34393
  :example:
34394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34395
34395
  """
34396
34396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34397
34397
  required_arguments = ['type']
@@ -34520,7 +34520,7 @@ class DatabaseClient(object):
34520
34520
  :rtype: :class:`~oci.response.Response`
34521
34521
 
34522
34522
  :example:
34523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34524
34524
  """
34525
34525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34526
34526
  required_arguments = ['databaseId']
@@ -34690,7 +34690,7 @@ class DatabaseClient(object):
34690
34690
  :rtype: :class:`~oci.response.Response`
34691
34691
 
34692
34692
  :example:
34693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
34693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
34694
34694
  """
34695
34695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34696
34696
  required_arguments = []
@@ -34832,7 +34832,7 @@ class DatabaseClient(object):
34832
34832
  :rtype: :class:`~oci.response.Response`
34833
34833
 
34834
34834
  :example:
34835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
34835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
34836
34836
  """
34837
34837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34838
34838
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -34981,7 +34981,7 @@ class DatabaseClient(object):
34981
34981
  :rtype: :class:`~oci.response.Response`
34982
34982
 
34983
34983
  :example:
34984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
34984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
34985
34985
  """
34986
34986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34987
34987
  required_arguments = ['compartmentId']
@@ -35146,7 +35146,7 @@ class DatabaseClient(object):
35146
35146
  :rtype: :class:`~oci.response.Response`
35147
35147
 
35148
35148
  :example:
35149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35150
35150
  """
35151
35151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35152
35152
  required_arguments = ['compartmentId']
@@ -35302,7 +35302,7 @@ class DatabaseClient(object):
35302
35302
  :rtype: :class:`~oci.response.Response`
35303
35303
 
35304
35304
  :example:
35305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35306
35306
  """
35307
35307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35308
35308
  required_arguments = ['compartmentId']
@@ -35457,7 +35457,7 @@ class DatabaseClient(object):
35457
35457
  :rtype: :class:`~oci.response.Response`
35458
35458
 
35459
35459
  :example:
35460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35461
35461
  """
35462
35462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35463
35463
  required_arguments = ['schedulingPolicyId']
@@ -35613,7 +35613,7 @@ class DatabaseClient(object):
35613
35613
  :rtype: :class:`~oci.response.Response`
35614
35614
 
35615
35615
  :example:
35616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
35616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
35617
35617
  """
35618
35618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35619
35619
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -35750,7 +35750,7 @@ class DatabaseClient(object):
35750
35750
  :rtype: :class:`~oci.response.Response`
35751
35751
 
35752
35752
  :example:
35753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
35753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
35754
35754
  """
35755
35755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35756
35756
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -35891,7 +35891,7 @@ class DatabaseClient(object):
35891
35891
  :rtype: :class:`~oci.response.Response`
35892
35892
 
35893
35893
  :example:
35894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
35894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
35895
35895
  """
35896
35896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35897
35897
  required_arguments = ['vmClusterId']
@@ -35999,7 +35999,7 @@ class DatabaseClient(object):
35999
35999
  :rtype: :class:`~oci.response.Response`
36000
36000
 
36001
36001
  :example:
36002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36003
36003
  """
36004
36004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36005
36005
  required_arguments = ['vmClusterId']
@@ -36120,7 +36120,7 @@ class DatabaseClient(object):
36120
36120
  :rtype: :class:`~oci.response.Response`
36121
36121
 
36122
36122
  :example:
36123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
36123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
36124
36124
  """
36125
36125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36126
36126
  required_arguments = ['vmClusterId']
@@ -36262,7 +36262,7 @@ class DatabaseClient(object):
36262
36262
  :rtype: :class:`~oci.response.Response`
36263
36263
 
36264
36264
  :example:
36265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36266
36266
  """
36267
36267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36268
36268
  required_arguments = ['vmClusterId']
@@ -36421,7 +36421,7 @@ class DatabaseClient(object):
36421
36421
  :rtype: :class:`~oci.response.Response`
36422
36422
 
36423
36423
  :example:
36424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36425
36425
  """
36426
36426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36427
36427
  required_arguments = ['compartmentId']
@@ -36574,7 +36574,7 @@ class DatabaseClient(object):
36574
36574
  :rtype: :class:`~oci.response.Response`
36575
36575
 
36576
36576
  :example:
36577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
36577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
36578
36578
  """
36579
36579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36580
36580
  required_arguments = ['pluggableDatabaseId']
@@ -36689,7 +36689,7 @@ class DatabaseClient(object):
36689
36689
  :rtype: :class:`~oci.response.Response`
36690
36690
 
36691
36691
  :example:
36692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
36692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
36693
36693
  """
36694
36694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36695
36695
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -36809,7 +36809,7 @@ class DatabaseClient(object):
36809
36809
  :rtype: :class:`~oci.response.Response`
36810
36810
 
36811
36811
  :example:
36812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
36812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
36813
36813
  """
36814
36814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36815
36815
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -36928,7 +36928,7 @@ class DatabaseClient(object):
36928
36928
  :rtype: :class:`~oci.response.Response`
36929
36929
 
36930
36930
  :example:
36931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
36931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
36932
36932
  """
36933
36933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36934
36934
  required_arguments = ['dbSystemId']
@@ -37048,7 +37048,7 @@ class DatabaseClient(object):
37048
37048
  :rtype: :class:`~oci.response.Response`
37049
37049
 
37050
37050
  :example:
37051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37052
37052
  """
37053
37053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37054
37054
  required_arguments = ['databaseId']
@@ -37168,7 +37168,7 @@ class DatabaseClient(object):
37168
37168
  :rtype: :class:`~oci.response.Response`
37169
37169
 
37170
37170
  :example:
37171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37172
37172
  """
37173
37173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37174
37174
  required_arguments = ['databaseId']
@@ -37288,7 +37288,7 @@ class DatabaseClient(object):
37288
37288
  :rtype: :class:`~oci.response.Response`
37289
37289
 
37290
37290
  :example:
37291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37292
37292
  """
37293
37293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37294
37294
  required_arguments = ['pluggableDatabaseId']
@@ -37408,7 +37408,7 @@ class DatabaseClient(object):
37408
37408
  :rtype: :class:`~oci.response.Response`
37409
37409
 
37410
37410
  :example:
37411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37412
37412
  """
37413
37413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37414
37414
  required_arguments = ['executionActionId']
@@ -37525,7 +37525,7 @@ class DatabaseClient(object):
37525
37525
  :rtype: :class:`~oci.response.Response`
37526
37526
 
37527
37527
  :example:
37528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
37528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
37529
37529
  """
37530
37530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37531
37531
  required_arguments = ['pluggableDatabaseId']
@@ -37631,7 +37631,7 @@ class DatabaseClient(object):
37631
37631
  :rtype: :class:`~oci.response.Response`
37632
37632
 
37633
37633
  :example:
37634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
37634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
37635
37635
  """
37636
37636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37637
37637
  required_arguments = ['autonomousDatabaseId']
@@ -37735,7 +37735,7 @@ class DatabaseClient(object):
37735
37735
  :rtype: :class:`~oci.response.Response`
37736
37736
 
37737
37737
  :example:
37738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
37738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
37739
37739
  """
37740
37740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37741
37741
  required_arguments = ['autonomousContainerDatabaseId']
@@ -37842,7 +37842,7 @@ class DatabaseClient(object):
37842
37842
  :rtype: :class:`~oci.response.Response`
37843
37843
 
37844
37844
  :example:
37845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
37845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
37846
37846
  """
37847
37847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37848
37848
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -37958,7 +37958,7 @@ class DatabaseClient(object):
37958
37958
  :rtype: :class:`~oci.response.Response`
37959
37959
 
37960
37960
  :example:
37961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
37961
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
37962
37962
  """
37963
37963
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37964
37964
  required_arguments = ['databaseId']
@@ -38073,7 +38073,7 @@ class DatabaseClient(object):
38073
38073
  :rtype: :class:`~oci.response.Response`
38074
38074
 
38075
38075
  :example:
38076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38077
38077
  """
38078
38078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38079
38079
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38191,7 +38191,7 @@ class DatabaseClient(object):
38191
38191
  :rtype: :class:`~oci.response.Response`
38192
38192
 
38193
38193
  :example:
38194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38195
38195
  """
38196
38196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38197
38197
  required_arguments = ['pluggableDatabaseId']
@@ -38311,7 +38311,7 @@ class DatabaseClient(object):
38311
38311
  :rtype: :class:`~oci.response.Response`
38312
38312
 
38313
38313
  :example:
38314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
38314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
38315
38315
  """
38316
38316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38317
38317
  required_arguments = ['cloudVmClusterId']
@@ -38431,7 +38431,7 @@ class DatabaseClient(object):
38431
38431
  :rtype: :class:`~oci.response.Response`
38432
38432
 
38433
38433
  :example:
38434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
38434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
38435
38435
  """
38436
38436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38437
38437
  required_arguments = ['exadbVmClusterId']
@@ -38551,7 +38551,7 @@ class DatabaseClient(object):
38551
38551
  :rtype: :class:`~oci.response.Response`
38552
38552
 
38553
38553
  :example:
38554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
38554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
38555
38555
  """
38556
38556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38557
38557
  required_arguments = ['vmClusterId']
@@ -38671,7 +38671,7 @@ class DatabaseClient(object):
38671
38671
  :rtype: :class:`~oci.response.Response`
38672
38672
 
38673
38673
  :example:
38674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
38674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
38675
38675
  """
38676
38676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38677
38677
  required_arguments = ['executionWindowId']
@@ -38791,7 +38791,7 @@ class DatabaseClient(object):
38791
38791
  :rtype: :class:`~oci.response.Response`
38792
38792
 
38793
38793
  :example:
38794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
38794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
38795
38795
  """
38796
38796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38797
38797
  required_arguments = ['schedulingPlanId']
@@ -38917,7 +38917,7 @@ class DatabaseClient(object):
38917
38917
  :rtype: :class:`~oci.response.Response`
38918
38918
 
38919
38919
  :example:
38920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
38920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
38921
38921
  """
38922
38922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38923
38923
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -39036,7 +39036,7 @@ class DatabaseClient(object):
39036
39036
  :rtype: :class:`~oci.response.Response`
39037
39037
 
39038
39038
  :example:
39039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39040
39040
  """
39041
39041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39042
39042
  required_arguments = []
@@ -39142,7 +39142,7 @@ class DatabaseClient(object):
39142
39142
  :rtype: :class:`~oci.response.Response`
39143
39143
 
39144
39144
  :example:
39145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39146
39146
  """
39147
39147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39148
39148
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39244,7 +39244,7 @@ class DatabaseClient(object):
39244
39244
  :rtype: :class:`~oci.response.Response`
39245
39245
 
39246
39246
  :example:
39247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39248
39248
  """
39249
39249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39250
39250
  required_arguments = ['autonomousDatabaseId']
@@ -39347,7 +39347,7 @@ class DatabaseClient(object):
39347
39347
  :rtype: :class:`~oci.response.Response`
39348
39348
 
39349
39349
  :example:
39350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39351
39351
  """
39352
39352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39353
39353
  required_arguments = ['autonomousDatabaseId']
@@ -39452,7 +39452,7 @@ class DatabaseClient(object):
39452
39452
  :rtype: :class:`~oci.response.Response`
39453
39453
 
39454
39454
  :example:
39455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
39455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
39456
39456
  """
39457
39457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39458
39458
  required_arguments = ['databaseId']
@@ -39569,7 +39569,7 @@ class DatabaseClient(object):
39569
39569
  :rtype: :class:`~oci.response.Response`
39570
39570
 
39571
39571
  :example:
39572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
39572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
39573
39573
  """
39574
39574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39575
39575
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39692,7 +39692,7 @@ class DatabaseClient(object):
39692
39692
  :rtype: :class:`~oci.response.Response`
39693
39693
 
39694
39694
  :example:
39695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
39695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
39696
39696
  """
39697
39697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39698
39698
  required_arguments = ['autonomousDatabaseId']
@@ -39813,7 +39813,7 @@ class DatabaseClient(object):
39813
39813
  :rtype: :class:`~oci.response.Response`
39814
39814
 
39815
39815
  :example:
39816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
39816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
39817
39817
  """
39818
39818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39819
39819
  required_arguments = ['autonomousVmClusterId']
@@ -39931,7 +39931,7 @@ class DatabaseClient(object):
39931
39931
  :rtype: :class:`~oci.response.Response`
39932
39932
 
39933
39933
  :example:
39934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
39934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
39935
39935
  """
39936
39936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39937
39937
  required_arguments = ['autonomousVmClusterId']
@@ -40049,7 +40049,7 @@ class DatabaseClient(object):
40049
40049
  :rtype: :class:`~oci.response.Response`
40050
40050
 
40051
40051
  :example:
40052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
40052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
40053
40053
  """
40054
40054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40055
40055
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40168,7 +40168,7 @@ class DatabaseClient(object):
40168
40168
  :rtype: :class:`~oci.response.Response`
40169
40169
 
40170
40170
  :example:
40171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
40171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/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.
40172
40172
  """
40173
40173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40174
40174
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40284,7 +40284,7 @@ class DatabaseClient(object):
40284
40284
  :rtype: :class:`~oci.response.Response`
40285
40285
 
40286
40286
  :example:
40287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40288
40288
  """
40289
40289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40290
40290
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40397,7 +40397,7 @@ class DatabaseClient(object):
40397
40397
  :rtype: :class:`~oci.response.Response`
40398
40398
 
40399
40399
  :example:
40400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40401
40401
  """
40402
40402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40403
40403
  required_arguments = ['pluggableDatabaseId']
@@ -40510,7 +40510,7 @@ class DatabaseClient(object):
40510
40510
  :rtype: :class:`~oci.response.Response`
40511
40511
 
40512
40512
  :example:
40513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
40513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
40514
40514
  """
40515
40515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40516
40516
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40625,7 +40625,7 @@ class DatabaseClient(object):
40625
40625
  :rtype: :class:`~oci.response.Response`
40626
40626
 
40627
40627
  :example:
40628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
40628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
40629
40629
  """
40630
40630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40631
40631
  required_arguments = ['databaseId']
@@ -40728,7 +40728,7 @@ class DatabaseClient(object):
40728
40728
  :rtype: :class:`~oci.response.Response`
40729
40729
 
40730
40730
  :example:
40731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
40731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
40732
40732
  """
40733
40733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40734
40734
  required_arguments = ['autonomousDatabaseId']
@@ -40840,7 +40840,7 @@ class DatabaseClient(object):
40840
40840
  :rtype: :class:`~oci.response.Response`
40841
40841
 
40842
40842
  :example:
40843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
40843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
40844
40844
  """
40845
40845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40846
40846
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -40963,7 +40963,7 @@ class DatabaseClient(object):
40963
40963
  :rtype: :class:`~oci.response.Response`
40964
40964
 
40965
40965
  :example:
40966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
40966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
40967
40967
  """
40968
40968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40969
40969
  required_arguments = ['databaseId']
@@ -41085,7 +41085,7 @@ class DatabaseClient(object):
41085
41085
  :rtype: :class:`~oci.response.Response`
41086
41086
 
41087
41087
  :example:
41088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41089
41089
  """
41090
41090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41091
41091
  required_arguments = ['pluggableDatabaseId']
@@ -41192,7 +41192,7 @@ class DatabaseClient(object):
41192
41192
  :rtype: :class:`~oci.response.Response`
41193
41193
 
41194
41194
  :example:
41195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41196
41196
  """
41197
41197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41198
41198
  required_arguments = ['autonomousDatabaseId']
@@ -41292,7 +41292,7 @@ class DatabaseClient(object):
41292
41292
  :rtype: :class:`~oci.response.Response`
41293
41293
 
41294
41294
  :example:
41295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41296
41296
  """
41297
41297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41298
41298
  required_arguments = ['autonomousDatabaseId']
@@ -41402,7 +41402,7 @@ class DatabaseClient(object):
41402
41402
  :rtype: :class:`~oci.response.Response`
41403
41403
 
41404
41404
  :example:
41405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
41405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
41406
41406
  """
41407
41407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41408
41408
  required_arguments = ['pluggableDatabaseId']
@@ -41510,7 +41510,7 @@ class DatabaseClient(object):
41510
41510
  :rtype: :class:`~oci.response.Response`
41511
41511
 
41512
41512
  :example:
41513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
41513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
41514
41514
  """
41515
41515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41516
41516
  required_arguments = ['autonomousDatabaseId']
@@ -41622,7 +41622,7 @@ class DatabaseClient(object):
41622
41622
  :rtype: :class:`~oci.response.Response`
41623
41623
 
41624
41624
  :example:
41625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
41625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
41626
41626
  """
41627
41627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41628
41628
  required_arguments = ['pluggableDatabaseId']
@@ -41745,7 +41745,7 @@ class DatabaseClient(object):
41745
41745
  :rtype: :class:`~oci.response.Response`
41746
41746
 
41747
41747
  :example:
41748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
41748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
41749
41749
  """
41750
41750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41751
41751
  required_arguments = ['databaseId']
@@ -41855,7 +41855,7 @@ class DatabaseClient(object):
41855
41855
  :rtype: :class:`~oci.response.Response`
41856
41856
 
41857
41857
  :example:
41858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
41858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
41859
41859
  """
41860
41860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41861
41861
  required_arguments = ['autonomousContainerDatabaseId']
@@ -41964,7 +41964,7 @@ class DatabaseClient(object):
41964
41964
  :rtype: :class:`~oci.response.Response`
41965
41965
 
41966
41966
  :example:
41967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
41967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
41968
41968
  """
41969
41969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41970
41970
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42083,7 +42083,7 @@ class DatabaseClient(object):
42083
42083
  :rtype: :class:`~oci.response.Response`
42084
42084
 
42085
42085
  :example:
42086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42087
42087
  """
42088
42088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42089
42089
  required_arguments = ['autonomousDatabaseId']
@@ -42207,7 +42207,7 @@ class DatabaseClient(object):
42207
42207
  :rtype: :class:`~oci.response.Response`
42208
42208
 
42209
42209
  :example:
42210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42211
42211
  """
42212
42212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42213
42213
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42310,7 +42310,7 @@ class DatabaseClient(object):
42310
42310
  :rtype: :class:`~oci.response.Response`
42311
42311
 
42312
42312
  :example:
42313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42314
42314
  """
42315
42315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42316
42316
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42408,7 +42408,7 @@ class DatabaseClient(object):
42408
42408
  :rtype: :class:`~oci.response.Response`
42409
42409
 
42410
42410
  :example:
42411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
42411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
42412
42412
  """
42413
42413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42414
42414
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -42513,7 +42513,7 @@ class DatabaseClient(object):
42513
42513
  :rtype: :class:`~oci.response.Response`
42514
42514
 
42515
42515
  :example:
42516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
42516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
42517
42517
  """
42518
42518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42519
42519
  required_arguments = ['dbSystemId']
@@ -42614,7 +42614,7 @@ class DatabaseClient(object):
42614
42614
  :rtype: :class:`~oci.response.Response`
42615
42615
 
42616
42616
  :example:
42617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
42617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
42618
42618
  """
42619
42619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42620
42620
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42727,7 +42727,7 @@ class DatabaseClient(object):
42727
42727
  :rtype: :class:`~oci.response.Response`
42728
42728
 
42729
42729
  :example:
42730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
42730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
42731
42731
  """
42732
42732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42733
42733
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42838,7 +42838,7 @@ class DatabaseClient(object):
42838
42838
  :rtype: :class:`~oci.response.Response`
42839
42839
 
42840
42840
  :example:
42841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
42841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
42842
42842
  """
42843
42843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42844
42844
  required_arguments = ['autonomousDatabaseId']
@@ -42948,7 +42948,7 @@ class DatabaseClient(object):
42948
42948
  :rtype: :class:`~oci.response.Response`
42949
42949
 
42950
42950
  :example:
42951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
42951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
42952
42952
  """
42953
42953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42954
42954
  required_arguments = ['autonomousDatabaseBackupId']
@@ -43048,7 +43048,7 @@ class DatabaseClient(object):
43048
43048
  :rtype: :class:`~oci.response.Response`
43049
43049
 
43050
43050
  :example:
43051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43052
43052
  """
43053
43053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43054
43054
  required_arguments = []
@@ -43142,7 +43142,7 @@ class DatabaseClient(object):
43142
43142
  :rtype: :class:`~oci.response.Response`
43143
43143
 
43144
43144
  :example:
43145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43146
43146
  """
43147
43147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43148
43148
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -43247,7 +43247,7 @@ class DatabaseClient(object):
43247
43247
  :rtype: :class:`~oci.response.Response`
43248
43248
 
43249
43249
  :example:
43250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43251
43251
  """
43252
43252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43253
43253
  required_arguments = ['autonomousDatabaseId']
@@ -43350,7 +43350,7 @@ class DatabaseClient(object):
43350
43350
  :rtype: :class:`~oci.response.Response`
43351
43351
 
43352
43352
  :example:
43353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43354
43354
  """
43355
43355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43356
43356
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -43458,7 +43458,7 @@ class DatabaseClient(object):
43458
43458
  :rtype: :class:`~oci.response.Response`
43459
43459
 
43460
43460
  :example:
43461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
43461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
43462
43462
  """
43463
43463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43464
43464
  required_arguments = ['autonomousVmClusterId']
@@ -43568,7 +43568,7 @@ class DatabaseClient(object):
43568
43568
  :rtype: :class:`~oci.response.Response`
43569
43569
 
43570
43570
  :example:
43571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
43571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
43572
43572
  """
43573
43573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43574
43574
  required_arguments = ['backupId']
@@ -43681,7 +43681,7 @@ class DatabaseClient(object):
43681
43681
  :rtype: :class:`~oci.response.Response`
43682
43682
 
43683
43683
  :example:
43684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
43684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
43685
43685
  """
43686
43686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43687
43687
  required_arguments = ['backupDestinationId']
@@ -43791,7 +43791,7 @@ class DatabaseClient(object):
43791
43791
  :rtype: :class:`~oci.response.Response`
43792
43792
 
43793
43793
  :example:
43794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
43794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
43795
43795
  """
43796
43796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43797
43797
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -43901,7 +43901,7 @@ class DatabaseClient(object):
43901
43901
  :rtype: :class:`~oci.response.Response`
43902
43902
 
43903
43903
  :example:
43904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
43904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
43905
43905
  """
43906
43906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43907
43907
  required_arguments = ['cloudExadataInfrastructureId']
@@ -44011,7 +44011,7 @@ class DatabaseClient(object):
44011
44011
  :rtype: :class:`~oci.response.Response`
44012
44012
 
44013
44013
  :example:
44014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44015
44015
  """
44016
44016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44017
44017
  required_arguments = ['cloudVmClusterId']
@@ -44121,7 +44121,7 @@ class DatabaseClient(object):
44121
44121
  :rtype: :class:`~oci.response.Response`
44122
44122
 
44123
44123
  :example:
44124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.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.
44124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
44125
44125
  """
44126
44126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44127
44127
  required_arguments = ['cloudVmClusterId']
@@ -44234,7 +44234,7 @@ class DatabaseClient(object):
44234
44234
  :rtype: :class:`~oci.response.Response`
44235
44235
 
44236
44236
  :example:
44237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44238
44238
  """
44239
44239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44240
44240
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -44348,7 +44348,7 @@ class DatabaseClient(object):
44348
44348
  :rtype: :class:`~oci.response.Response`
44349
44349
 
44350
44350
  :example:
44351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44352
44352
  """
44353
44353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44354
44354
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -44469,7 +44469,7 @@ class DatabaseClient(object):
44469
44469
  :rtype: :class:`~oci.response.Response`
44470
44470
 
44471
44471
  :example:
44472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
44472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
44473
44473
  """
44474
44474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44475
44475
  required_arguments = ['databaseId']
@@ -44587,7 +44587,7 @@ class DatabaseClient(object):
44587
44587
  :rtype: :class:`~oci.response.Response`
44588
44588
 
44589
44589
  :example:
44590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
44590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
44591
44591
  """
44592
44592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44593
44593
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -44695,7 +44695,7 @@ class DatabaseClient(object):
44695
44695
  :rtype: :class:`~oci.response.Response`
44696
44696
 
44697
44697
  :example:
44698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
44698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
44699
44699
  """
44700
44700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44701
44701
  required_arguments = ['databaseId']
@@ -44800,7 +44800,7 @@ class DatabaseClient(object):
44800
44800
  :rtype: :class:`~oci.response.Response`
44801
44801
 
44802
44802
  :example:
44803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
44803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
44804
44804
  """
44805
44805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44806
44806
  required_arguments = ['databaseSoftwareImageId']
@@ -44905,7 +44905,7 @@ class DatabaseClient(object):
44905
44905
  :rtype: :class:`~oci.response.Response`
44906
44906
 
44907
44907
  :example:
44908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
44908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
44909
44909
  """
44910
44910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44911
44911
  required_arguments = ['dbHomeId']
@@ -45013,7 +45013,7 @@ class DatabaseClient(object):
45013
45013
  :rtype: :class:`~oci.response.Response`
45014
45014
 
45015
45015
  :example:
45016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45017
45017
  """
45018
45018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45019
45019
  required_arguments = ['dbNodeId']
@@ -45127,7 +45127,7 @@ class DatabaseClient(object):
45127
45127
  :rtype: :class:`~oci.response.Response`
45128
45128
 
45129
45129
  :example:
45130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45131
45131
  """
45132
45132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45133
45133
  required_arguments = ['dbSystemId']
@@ -45236,7 +45236,7 @@ class DatabaseClient(object):
45236
45236
  :rtype: :class:`~oci.response.Response`
45237
45237
 
45238
45238
  :example:
45239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45240
45240
  """
45241
45241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45242
45242
  required_arguments = ['exadataInfrastructureId']
@@ -45356,7 +45356,7 @@ class DatabaseClient(object):
45356
45356
  :rtype: :class:`~oci.response.Response`
45357
45357
 
45358
45358
  :example:
45359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
45359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
45360
45360
  """
45361
45361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45362
45362
  required_arguments = ['dbSystemId']
@@ -45466,7 +45466,7 @@ class DatabaseClient(object):
45466
45466
  :rtype: :class:`~oci.response.Response`
45467
45467
 
45468
45468
  :example:
45469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
45469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
45470
45470
  """
45471
45471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45472
45472
  required_arguments = ['exadbVmClusterId']
@@ -45576,7 +45576,7 @@ class DatabaseClient(object):
45576
45576
  :rtype: :class:`~oci.response.Response`
45577
45577
 
45578
45578
  :example:
45579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
45579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
45580
45580
  """
45581
45581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45582
45582
  required_arguments = ['exascaleDbStorageVaultId']
@@ -45686,7 +45686,7 @@ class DatabaseClient(object):
45686
45686
  :rtype: :class:`~oci.response.Response`
45687
45687
 
45688
45688
  :example:
45689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
45689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
45690
45690
  """
45691
45691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45692
45692
  required_arguments = ['executionActionId']
@@ -45796,7 +45796,7 @@ class DatabaseClient(object):
45796
45796
  :rtype: :class:`~oci.response.Response`
45797
45797
 
45798
45798
  :example:
45799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
45799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
45800
45800
  """
45801
45801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45802
45802
  required_arguments = ['executionWindowId']
@@ -45909,7 +45909,7 @@ class DatabaseClient(object):
45909
45909
  :rtype: :class:`~oci.response.Response`
45910
45910
 
45911
45911
  :example:
45912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
45912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
45913
45913
  """
45914
45914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45915
45915
  required_arguments = ['externalContainerDatabaseId']
@@ -46020,7 +46020,7 @@ class DatabaseClient(object):
46020
46020
  :rtype: :class:`~oci.response.Response`
46021
46021
 
46022
46022
  :example:
46023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46024
46024
  """
46025
46025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46026
46026
  required_arguments = ['externalDatabaseConnectorId']
@@ -46130,7 +46130,7 @@ class DatabaseClient(object):
46130
46130
  :rtype: :class:`~oci.response.Response`
46131
46131
 
46132
46132
  :example:
46133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46134
46134
  """
46135
46135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46136
46136
  required_arguments = ['externalNonContainerDatabaseId']
@@ -46242,7 +46242,7 @@ class DatabaseClient(object):
46242
46242
  :rtype: :class:`~oci.response.Response`
46243
46243
 
46244
46244
  :example:
46245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46246
46246
  """
46247
46247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46248
46248
  required_arguments = ['externalPluggableDatabaseId']
@@ -46352,7 +46352,7 @@ class DatabaseClient(object):
46352
46352
  :rtype: :class:`~oci.response.Response`
46353
46353
 
46354
46354
  :example:
46355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
46355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
46356
46356
  """
46357
46357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46358
46358
  required_arguments = ['keyStoreId']
@@ -46457,7 +46457,7 @@ class DatabaseClient(object):
46457
46457
  :rtype: :class:`~oci.response.Response`
46458
46458
 
46459
46459
  :example:
46460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
46460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
46461
46461
  """
46462
46462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46463
46463
  required_arguments = ['maintenanceRunId']
@@ -46565,7 +46565,7 @@ class DatabaseClient(object):
46565
46565
  :rtype: :class:`~oci.response.Response`
46566
46566
 
46567
46567
  :example:
46568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
46568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
46569
46569
  """
46570
46570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46571
46571
  required_arguments = ['oneoffPatchId']
@@ -46672,7 +46672,7 @@ class DatabaseClient(object):
46672
46672
  :rtype: :class:`~oci.response.Response`
46673
46673
 
46674
46674
  :example:
46675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
46675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
46676
46676
  """
46677
46677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46678
46678
  required_arguments = ['pluggableDatabaseId']
@@ -46780,7 +46780,7 @@ class DatabaseClient(object):
46780
46780
  :rtype: :class:`~oci.response.Response`
46781
46781
 
46782
46782
  :example:
46783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
46783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
46784
46784
  """
46785
46785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46786
46786
  required_arguments = ['scheduledActionId']
@@ -46890,7 +46890,7 @@ class DatabaseClient(object):
46890
46890
  :rtype: :class:`~oci.response.Response`
46891
46891
 
46892
46892
  :example:
46893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
46893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
46894
46894
  """
46895
46895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46896
46896
  required_arguments = ['schedulingPolicyId']
@@ -47005,7 +47005,7 @@ class DatabaseClient(object):
47005
47005
  :rtype: :class:`~oci.response.Response`
47006
47006
 
47007
47007
  :example:
47008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47009
47009
  """
47010
47010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47011
47011
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -47116,7 +47116,7 @@ class DatabaseClient(object):
47116
47116
  :rtype: :class:`~oci.response.Response`
47117
47117
 
47118
47118
  :example:
47119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47120
47120
  """
47121
47121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47122
47122
  required_arguments = ['vmClusterId']
@@ -47232,7 +47232,7 @@ class DatabaseClient(object):
47232
47232
  :rtype: :class:`~oci.response.Response`
47233
47233
 
47234
47234
  :example:
47235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47236
47236
  """
47237
47237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47238
47238
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -47343,7 +47343,7 @@ class DatabaseClient(object):
47343
47343
  :rtype: :class:`~oci.response.Response`
47344
47344
 
47345
47345
  :example:
47346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47347
47347
  """
47348
47348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47349
47349
  required_arguments = ['databaseId']
@@ -47460,7 +47460,7 @@ class DatabaseClient(object):
47460
47460
  :rtype: :class:`~oci.response.Response`
47461
47461
 
47462
47462
  :example:
47463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
47463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
47464
47464
  """
47465
47465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47466
47466
  required_arguments = ['dbSystemId']
@@ -47577,7 +47577,7 @@ class DatabaseClient(object):
47577
47577
  :rtype: :class:`~oci.response.Response`
47578
47578
 
47579
47579
  :example:
47580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
47580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
47581
47581
  """
47582
47582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47583
47583
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']