oci 2.154.1__py3-none-any.whl → 2.154.3__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 (473) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/addons/adk/agent.py +82 -32
  4. oci/addons/adk/mcp/__init__.py +11 -0
  5. oci/addons/adk/mcp/mcp_client.py +420 -0
  6. oci/addons/adk/tool/function_tool.py +7 -4
  7. oci/addons/adk/tool/tool.py +11 -2
  8. oci/addons/adk/tool/toolkit.py +11 -2
  9. oci/adm/application_dependency_management_client.py +36 -36
  10. oci/ai_anomaly_detection/anomaly_detection_client.py +72 -72
  11. oci/ai_document/ai_service_document_client.py +26 -26
  12. oci/ai_language/ai_service_language_client.py +44 -44
  13. oci/ai_speech/ai_service_speech_client.py +19 -19
  14. oci/ai_vision/ai_service_vision_client.py +28 -28
  15. oci/analytics/analytics_client.py +24 -24
  16. oci/announcements_service/announcement_client.py +5 -5
  17. oci/announcements_service/announcement_subscription_client.py +9 -9
  18. oci/announcements_service/announcements_preferences_client.py +4 -4
  19. oci/announcements_service/service_client.py +1 -1
  20. oci/apiaccesscontrol/__init__.py +20 -0
  21. oci/apiaccesscontrol/api_metadata_client.py +567 -0
  22. oci/apiaccesscontrol/api_metadata_client_composite_operations.py +26 -0
  23. oci/apiaccesscontrol/models/__init__.py +72 -0
  24. oci/apiaccesscontrol/models/api_metadata.py +596 -0
  25. oci/apiaccesscontrol/models/api_metadata_by_entity_type_collection.py +70 -0
  26. oci/apiaccesscontrol/models/api_metadata_by_entity_type_summary.py +218 -0
  27. oci/apiaccesscontrol/models/api_metadata_collection.py +70 -0
  28. oci/apiaccesscontrol/models/api_metadata_summary.py +486 -0
  29. oci/apiaccesscontrol/models/approve_privileged_api_request_details.py +105 -0
  30. oci/apiaccesscontrol/models/approver_detail.py +202 -0
  31. oci/apiaccesscontrol/models/change_privileged_api_control_compartment_details.py +74 -0
  32. oci/apiaccesscontrol/models/close_privileged_api_request_details.py +70 -0
  33. oci/apiaccesscontrol/models/create_privileged_api_control_details.py +404 -0
  34. oci/apiaccesscontrol/models/create_privileged_api_request_details.py +502 -0
  35. oci/apiaccesscontrol/models/privileged_api_control.py +761 -0
  36. oci/apiaccesscontrol/models/privileged_api_control_collection.py +70 -0
  37. oci/apiaccesscontrol/models/privileged_api_control_summary.py +494 -0
  38. oci/apiaccesscontrol/models/privileged_api_details.py +132 -0
  39. oci/apiaccesscontrol/models/privileged_api_request.py +1209 -0
  40. oci/apiaccesscontrol/models/privileged_api_request_collection.py +70 -0
  41. oci/apiaccesscontrol/models/privileged_api_request_operation_details.py +101 -0
  42. oci/apiaccesscontrol/models/privileged_api_request_summary.py +750 -0
  43. oci/apiaccesscontrol/models/reject_privileged_api_request_details.py +70 -0
  44. oci/apiaccesscontrol/models/revoke_privileged_api_request_details.py +70 -0
  45. oci/apiaccesscontrol/models/update_privileged_api_control_details.py +369 -0
  46. oci/apiaccesscontrol/models/work_request.py +525 -0
  47. oci/apiaccesscontrol/models/work_request_error.py +144 -0
  48. oci/apiaccesscontrol/models/work_request_error_collection.py +70 -0
  49. oci/apiaccesscontrol/models/work_request_log_entry.py +107 -0
  50. oci/apiaccesscontrol/models/work_request_log_entry_collection.py +70 -0
  51. oci/apiaccesscontrol/models/work_request_resource.py +236 -0
  52. oci/apiaccesscontrol/models/work_request_summary.py +523 -0
  53. oci/apiaccesscontrol/models/work_request_summary_collection.py +70 -0
  54. oci/apiaccesscontrol/privileged_api_control_client.py +865 -0
  55. oci/apiaccesscontrol/privileged_api_control_client_composite_operations.py +202 -0
  56. oci/apiaccesscontrol/privileged_api_requests_client.py +1012 -0
  57. oci/apiaccesscontrol/privileged_api_requests_client_composite_operations.py +233 -0
  58. oci/apiaccesscontrol/privileged_api_work_request_client.py +817 -0
  59. oci/apiaccesscontrol/privileged_api_work_request_client_composite_operations.py +26 -0
  60. oci/apigateway/api_gateway_client.py +21 -21
  61. oci/apigateway/deployment_client.py +6 -6
  62. oci/apigateway/gateway_client.py +6 -6
  63. oci/apigateway/subscribers_client.py +6 -6
  64. oci/apigateway/usage_plans_client.py +6 -6
  65. oci/apigateway/work_requests_client.py +5 -5
  66. oci/apm_config/config_client.py +12 -12
  67. oci/apm_control_plane/apm_domain_client.py +14 -14
  68. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  69. oci/apm_traces/attributes_client.py +8 -8
  70. oci/apm_traces/query_client.py +2 -2
  71. oci/apm_traces/trace_client.py +4 -4
  72. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  73. oci/artifacts/artifacts_client.py +32 -32
  74. oci/audit/audit_client.py +3 -3
  75. oci/autoscaling/auto_scaling_client.py +11 -11
  76. oci/base_client.py +3 -0
  77. oci/bastion/bastion_client.py +15 -15
  78. oci/bds/bds_client.py +88 -88
  79. oci/blockchain/blockchain_platform_client.py +27 -27
  80. oci/budget/budget_client.py +10 -10
  81. oci/capacity_management/capacity_management_client.py +32 -32
  82. oci/capacity_management/demand_signal_client.py +13 -13
  83. oci/capacity_management/internal_demand_signal_client.py +12 -12
  84. oci/certificates/certificates_client.py +5 -5
  85. oci/certificates_management/certificates_management_client.py +32 -32
  86. oci/cims/incident_client.py +6 -6
  87. oci/cloud_bridge/common_client.py +5 -5
  88. oci/cloud_bridge/discovery_client.py +15 -15
  89. oci/cloud_bridge/inventory_client.py +16 -16
  90. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  91. oci/cloud_guard/cloud_guard_client.py +155 -155
  92. oci/cloud_migrations/migration_client.py +43 -43
  93. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  94. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  95. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  96. oci/compute_instance_agent/models/available_plugin_summary.py +9 -9
  97. oci/compute_instance_agent/models/instance_agent_command_content.py +37 -2
  98. oci/compute_instance_agent/models/instance_agent_plugin.py +33 -9
  99. oci/compute_instance_agent/models/instance_agent_plugin_summary.py +31 -7
  100. oci/compute_instance_agent/models/plugin.py +11 -11
  101. oci/compute_instance_agent/plugin_client.py +13 -8
  102. oci/compute_instance_agent/pluginconfig_client.py +14 -10
  103. oci/container_engine/container_engine_client.py +46 -46
  104. oci/container_instances/container_instance_client.py +18 -18
  105. oci/core/blockstorage_client.py +60 -60
  106. oci/core/compute_client.py +125 -125
  107. oci/core/compute_management_client.py +32 -32
  108. oci/core/models/__init__.py +2 -0
  109. oci/core/models/capacity_bin.py +225 -0
  110. oci/core/models/compute_bare_metal_host_placement_constraint_details.py +4 -3
  111. oci/core/models/dedicated_vm_host.py +64 -2
  112. oci/core/models/host_group_placement_constraint_details.py +3 -3
  113. oci/core/models/placement_constraint_details.py +7 -3
  114. oci/core/virtual_network_client.py +258 -258
  115. oci/dashboard_service/dashboard_client.py +6 -6
  116. oci/dashboard_service/dashboard_group_client.py +6 -6
  117. oci/data_catalog/data_catalog_client.py +149 -149
  118. oci/data_flow/data_flow_client.py +45 -45
  119. oci/data_integration/data_integration_client.py +163 -163
  120. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  121. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  122. oci/data_safe/data_safe_client.py +317 -317
  123. oci/data_science/data_science_client.py +145 -145
  124. oci/database/database_client.py +417 -417
  125. oci/database/models/backup.py +7 -3
  126. oci/database/models/backup_destination_configuration_summary.py +7 -3
  127. oci/database/models/backup_destination_details.py +7 -3
  128. oci/database/models/backup_destination_details_summary.py +7 -3
  129. oci/database/models/backup_summary.py +7 -3
  130. oci/database/models/create_cloud_vm_cluster_details.py +17 -17
  131. oci/database/models/create_database_base.py +1 -1
  132. oci/database/models/create_vm_cluster_details.py +2 -2
  133. oci/database_management/db_management_client.py +229 -229
  134. oci/database_management/diagnosability_client.py +4 -4
  135. oci/database_management/managed_my_sql_databases_client.py +15 -15
  136. oci/database_management/perfhub_client.py +1 -1
  137. oci/database_management/sql_tuning_client.py +17 -17
  138. oci/database_migration/database_migration_client.py +42 -42
  139. oci/database_tools/database_tools_client.py +23 -23
  140. oci/dblm/db_life_cycle_management_client.py +14 -14
  141. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  142. oci/delegate_access_control/work_request_client.py +4 -4
  143. oci/demand_signal/occ_demand_signal_client.py +7 -7
  144. oci/desktops/desktop_service_client.py +21 -21
  145. oci/devops/devops_client.py +141 -141
  146. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  147. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  148. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  149. oci/distributed_database/distributed_db_service_client.py +19 -19
  150. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  151. oci/dns/dns_client.py +54 -54
  152. oci/dts/appliance_export_job_client.py +6 -6
  153. oci/dts/shipping_vendors_client.py +1 -1
  154. oci/dts/transfer_appliance_client.py +8 -8
  155. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  156. oci/dts/transfer_device_client.py +5 -5
  157. oci/dts/transfer_job_client.py +6 -6
  158. oci/dts/transfer_package_client.py +7 -7
  159. oci/em_warehouse/em_warehouse_client.py +13 -13
  160. oci/email/email_client.py +31 -31
  161. oci/email_data_plane/email_dp_client.py +1 -1
  162. oci/events/events_client.py +6 -6
  163. oci/file_storage/file_storage_client.py +74 -74
  164. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  165. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  166. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  167. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  168. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  169. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  170. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  171. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  172. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  173. oci/fleet_software_update/models/__init__.py +12 -0
  174. oci/fleet_software_update/models/create_fsu_cycle_details.py +11 -3
  175. oci/fleet_software_update/models/create_patch_fsu_cycle.py +1 -1
  176. oci/fleet_software_update/models/create_upgrade_fsu_cycle.py +147 -0
  177. oci/fleet_software_update/models/fsu_cycle.py +11 -3
  178. oci/fleet_software_update/models/fsu_cycle_summary.py +7 -3
  179. oci/fleet_software_update/models/patch_fsu_cycle.py +1 -1
  180. oci/fleet_software_update/models/update_fsu_cycle_details.py +11 -3
  181. oci/fleet_software_update/models/update_patch_fsu_cycle.py +1 -1
  182. oci/fleet_software_update/models/update_upgrade_fsu_cycle.py +118 -0
  183. oci/fleet_software_update/models/upgrade_db_collection_details.py +142 -0
  184. oci/fleet_software_update/models/upgrade_details.py +107 -0
  185. oci/fleet_software_update/models/upgrade_fsu_cycle.py +241 -0
  186. oci/fleet_software_update/models/upgrade_gi_collection_details.py +111 -0
  187. oci/functions/functions_invoke_client.py +1 -1
  188. oci/functions/functions_management_client.py +16 -16
  189. oci/fusion_apps/fusion_applications_client.py +41 -41
  190. oci/generative_ai/generative_ai_client.py +22 -22
  191. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  192. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  193. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  194. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  195. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  196. oci/golden_gate/golden_gate_client.py +89 -89
  197. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  198. oci/governance_rules_control_plane/work_request_client.py +5 -5
  199. oci/healthchecks/health_checks_client.py +17 -17
  200. oci/identity/identity_client.py +145 -145
  201. oci/identity_data_plane/dataplane_client.py +2 -2
  202. oci/identity_domains/identity_domains_client.py +311 -311
  203. oci/integration/integration_instance_client.py +19 -19
  204. oci/jms/java_management_service_client.py +79 -79
  205. oci/jms_java_downloads/java_download_client.py +25 -25
  206. oci/key_management/ekm_client.py +5 -5
  207. oci/key_management/kms_crypto_client.py +6 -6
  208. oci/key_management/kms_hsm_cluster_client.py +12 -12
  209. oci/key_management/kms_management_client.py +21 -21
  210. oci/key_management/kms_vault_client.py +14 -14
  211. oci/license_manager/license_manager_client.py +18 -18
  212. oci/limits/limits_client.py +4 -4
  213. oci/limits/quotas_client.py +7 -7
  214. oci/load_balancer/load_balancer_client.py +61 -61
  215. oci/load_balancer/models/backend.py +4 -4
  216. oci/load_balancer/models/backend_details.py +10 -4
  217. oci/load_balancer/models/backend_set.py +6 -4
  218. oci/load_balancer/models/backend_set_details.py +12 -4
  219. oci/load_balancer/models/create_backend_details.py +10 -4
  220. oci/load_balancer/models/create_backend_set_details.py +12 -4
  221. oci/load_balancer/models/create_listener_details.py +6 -4
  222. oci/load_balancer/models/create_load_balancer_details.py +39 -0
  223. oci/load_balancer/models/listener.py +6 -4
  224. oci/load_balancer/models/listener_details.py +6 -4
  225. oci/load_balancer/models/load_balancer.py +61 -2
  226. oci/load_balancer/models/reserved_ip.py +4 -0
  227. oci/load_balancer/models/update_backend_details.py +10 -4
  228. oci/load_balancer/models/update_backend_set_details.py +12 -4
  229. oci/load_balancer/models/update_listener_details.py +6 -4
  230. oci/load_balancer/models/update_load_balancer_details.py +59 -0
  231. oci/lockbox/lockbox_client.py +24 -24
  232. oci/log_analytics/log_analytics_client.py +200 -200
  233. oci/logging/logging_management_client.py +30 -30
  234. oci/loggingingestion/logging_client.py +1 -1
  235. oci/loggingsearch/log_search_client.py +1 -1
  236. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  237. oci/management_agent/management_agent_client.py +28 -28
  238. oci/management_dashboard/dashx_apis_client.py +18 -18
  239. oci/marketplace/account_client.py +2 -2
  240. oci/marketplace/marketplace_client.py +30 -30
  241. oci/marketplace_private_offer/attachment_client.py +5 -5
  242. oci/marketplace_private_offer/offer_client.py +6 -6
  243. oci/marketplace_publisher/attachment_client.py +5 -5
  244. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  245. oci/marketplace_publisher/offer_client.py +6 -6
  246. oci/media_services/media_services_client.py +60 -60
  247. oci/media_services/media_stream_client.py +2 -2
  248. oci/mngdmac/mac_device_client.py +3 -3
  249. oci/mngdmac/mac_order_client.py +11 -11
  250. oci/model_deployment/model_deployment_client.py +2 -2
  251. oci/monitoring/monitoring_client.py +18 -18
  252. oci/mysql/channels_client.py +7 -7
  253. oci/mysql/db_backups_client.py +8 -8
  254. oci/mysql/db_system_client.py +17 -17
  255. oci/mysql/mysqlaas_client.py +7 -7
  256. oci/mysql/replicas_client.py +5 -5
  257. oci/mysql/work_requests_client.py +4 -4
  258. oci/network_firewall/network_firewall_client.py +92 -92
  259. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  260. oci/nosql/models/__init__.py +14 -0
  261. oci/nosql/models/configuration.py +109 -0
  262. oci/nosql/models/hosted_configuration.py +78 -0
  263. oci/nosql/models/kms_key.py +244 -0
  264. oci/nosql/models/multi_tenancy_configuration.py +49 -0
  265. oci/nosql/models/update_configuration_details.py +109 -0
  266. oci/nosql/models/update_hosted_configuration_details.py +78 -0
  267. oci/nosql/models/update_multi_tenancy_configuration_details.py +52 -0
  268. oci/nosql/models/work_request.py +7 -3
  269. oci/nosql/models/work_request_summary.py +7 -3
  270. oci/nosql/nosql_client.py +340 -25
  271. oci/nosql/nosql_client_composite_operations.py +81 -0
  272. oci/object_storage/object_storage_client.py +55 -55
  273. oci/oce/oce_instance_client.py +10 -10
  274. oci/oci_control_center/occ_metrics_client.py +3 -3
  275. oci/ocvp/cluster_client.py +5 -5
  276. oci/ocvp/esxi_host_client.py +8 -8
  277. oci/ocvp/sddc_client.py +14 -14
  278. oci/ocvp/work_request_client.py +4 -4
  279. oci/oda/management_client.py +59 -59
  280. oci/oda/oda_client.py +17 -17
  281. oci/oda/odapackage_client.py +7 -7
  282. oci/onesubscription/billing_schedule_client.py +1 -1
  283. oci/onesubscription/commitment_client.py +2 -2
  284. oci/onesubscription/computed_usage_client.py +3 -3
  285. oci/onesubscription/invoice_summary_client.py +2 -2
  286. oci/onesubscription/organization_subscription_client.py +1 -1
  287. oci/onesubscription/ratecard_client.py +1 -1
  288. oci/onesubscription/subscribed_service_client.py +2 -2
  289. oci/onesubscription/subscription_client.py +1 -1
  290. oci/ons/notification_control_plane_client.py +6 -6
  291. oci/ons/notification_data_plane_client.py +10 -10
  292. oci/opa/opa_instance_client.py +13 -13
  293. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  294. oci/opensearch/opensearch_cluster_client.py +17 -17
  295. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  296. oci/operator_access_control/access_requests_client.py +10 -10
  297. oci/operator_access_control/operator_actions_client.py +2 -2
  298. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  299. oci/operator_access_control/operator_control_client.py +6 -6
  300. oci/opsi/operations_insights_client.py +181 -181
  301. oci/optimizer/optimizer_client.py +26 -26
  302. oci/os_management/event_client.py +8 -8
  303. oci/os_management/os_management_client.py +69 -69
  304. oci/os_management_hub/event_client.py +8 -8
  305. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  306. oci/os_management_hub/managed_instance_client.py +33 -33
  307. oci/os_management_hub/managed_instance_group_client.py +26 -26
  308. oci/os_management_hub/management_station_client.py +10 -10
  309. oci/os_management_hub/onboarding_client.py +13 -13
  310. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  311. oci/os_management_hub/scheduled_job_client.py +7 -7
  312. oci/os_management_hub/software_source_client.py +33 -33
  313. oci/os_management_hub/work_request_client.py +5 -5
  314. oci/osp_gateway/address_rule_service_client.py +1 -1
  315. oci/osp_gateway/address_service_client.py +2 -2
  316. oci/osp_gateway/invoice_service_client.py +5 -5
  317. oci/osp_gateway/subscription_service_client.py +5 -5
  318. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  319. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  320. oci/osub_subscription/commitment_client.py +2 -2
  321. oci/osub_subscription/ratecard_client.py +1 -1
  322. oci/osub_subscription/subscription_client.py +1 -1
  323. oci/osub_usage/computed_usage_client.py +3 -3
  324. oci/psql/postgresql_client.py +34 -34
  325. oci/queue/queue_admin_client.py +11 -11
  326. oci/queue/queue_client.py +8 -8
  327. oci/recovery/database_recovery_client.py +26 -26
  328. oci/redis/__init__.py +5 -1
  329. oci/redis/models/__init__.py +30 -0
  330. oci/redis/models/attach_oci_cache_users_details.py +70 -0
  331. oci/redis/models/attached_oci_cache_cluster.py +70 -0
  332. oci/redis/models/attached_oci_cache_user.py +70 -0
  333. oci/redis/models/authentication_mode.py +107 -0
  334. oci/redis/models/change_oci_cache_user_compartment_details.py +70 -0
  335. oci/redis/models/create_identity_token_details.py +167 -0
  336. oci/redis/models/create_oci_cache_user_details.py +287 -0
  337. oci/redis/models/detach_oci_cache_users_details.py +70 -0
  338. oci/redis/models/iam_authentication_mode.py +49 -0
  339. oci/redis/models/identity_token_details_response.py +101 -0
  340. oci/redis/models/oci_cache_user.py +492 -0
  341. oci/redis/models/oci_cache_user_collection.py +70 -0
  342. oci/redis/models/oci_cache_user_summary.py +386 -0
  343. oci/redis/models/password_authentication_mode.py +80 -0
  344. oci/redis/models/update_oci_cache_user_details.py +225 -0
  345. oci/redis/models/work_request.py +27 -3
  346. oci/redis/models/work_request_summary.py +27 -3
  347. oci/redis/oci_cache_user_client.py +951 -0
  348. oci/redis/oci_cache_user_client_composite_operations.py +196 -0
  349. oci/redis/redis_cluster_client.py +410 -12
  350. oci/redis/redis_cluster_client_composite_operations.py +88 -0
  351. oci/redis/redis_identity_client.py +241 -0
  352. oci/redis/redis_identity_client_composite_operations.py +26 -0
  353. oci/resource_manager/resource_manager_client.py +52 -52
  354. oci/resource_scheduler/schedule_client.py +14 -14
  355. oci/resource_search/resource_search_client.py +3 -3
  356. oci/rover/rover_bundle_client.py +8 -8
  357. oci/rover/rover_cluster_client.py +8 -8
  358. oci/rover/rover_entitlement_client.py +6 -6
  359. oci/rover/rover_node_client.py +15 -15
  360. oci/rover/shape_client.py +1 -1
  361. oci/rover/work_requests_client.py +5 -5
  362. oci/sch/connector_plugins_client.py +2 -2
  363. oci/sch/service_connector_client.py +12 -12
  364. oci/secrets/secrets_client.py +3 -3
  365. oci/security_attribute/security_attribute_client.py +18 -18
  366. oci/service_catalog/service_catalog_client.py +26 -26
  367. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  368. oci/service_mesh/service_mesh_client.py +96 -96
  369. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  370. oci/streaming/stream_admin_client.py +18 -18
  371. oci/streaming/stream_client.py +8 -8
  372. oci/tenant_manager_control_plane/domain_client.py +5 -5
  373. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  374. oci/tenant_manager_control_plane/governance_client.py +2 -2
  375. oci/tenant_manager_control_plane/link_client.py +3 -3
  376. oci/tenant_manager_control_plane/orders_client.py +2 -2
  377. oci/tenant_manager_control_plane/organization_client.py +10 -10
  378. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  379. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  380. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  381. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  382. oci/threat_intelligence/threatintel_client.py +5 -5
  383. oci/usage/resources_client.py +2 -2
  384. oci/usage/rewards_client.py +6 -6
  385. oci/usage/usagelimits_client.py +1 -1
  386. oci/usage_api/usageapi_client.py +33 -33
  387. oci/vault/vaults_client.py +13 -13
  388. oci/vbs_inst/vbs_instance_client.py +10 -10
  389. oci/version.py +1 -1
  390. oci/visual_builder/vb_instance_client.py +14 -14
  391. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  392. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  393. oci/waa/waa_client.py +13 -13
  394. oci/waa/work_request_client.py +4 -4
  395. oci/waas/redirect_client.py +6 -6
  396. oci/waas/waas_client.py +66 -66
  397. oci/waf/waf_client.py +24 -24
  398. oci/wlms/__init__.py +16 -0
  399. oci/wlms/models/__init__.py +136 -0
  400. oci/wlms/models/agreement.py +132 -0
  401. oci/wlms/models/agreement_record.py +132 -0
  402. oci/wlms/models/agreement_record_collection.py +70 -0
  403. oci/wlms/models/agreement_record_summary.py +132 -0
  404. oci/wlms/models/applicable_patch_collection.py +70 -0
  405. oci/wlms/models/applicable_patch_summary.py +245 -0
  406. oci/wlms/models/backup.py +265 -0
  407. oci/wlms/models/backup_collection.py +70 -0
  408. oci/wlms/models/backup_content.py +99 -0
  409. oci/wlms/models/backup_summary.py +265 -0
  410. oci/wlms/models/backup_to_restore.py +121 -0
  411. oci/wlms/models/binary_backup_content.py +76 -0
  412. oci/wlms/models/change_wls_domain_compartment_details.py +74 -0
  413. oci/wlms/models/configuration.py +101 -0
  414. oci/wlms/models/create_agreement_record_details.py +101 -0
  415. oci/wlms/models/default_error.py +101 -0
  416. oci/wlms/models/install_latest_patches_on_wls_domain_details.py +101 -0
  417. oci/wlms/models/installed_patch_collection.py +70 -0
  418. oci/wlms/models/installed_patch_summary.py +140 -0
  419. oci/wlms/models/managed_instance.py +406 -0
  420. oci/wlms/models/managed_instance_collection.py +70 -0
  421. oci/wlms/models/managed_instance_configuration.py +101 -0
  422. oci/wlms/models/managed_instance_summary.py +311 -0
  423. oci/wlms/models/middleware_backup_patch.py +140 -0
  424. oci/wlms/models/middleware_binary_backup_content.py +101 -0
  425. oci/wlms/models/patch.py +245 -0
  426. oci/wlms/models/required_policy_collection.py +70 -0
  427. oci/wlms/models/required_policy_summary.py +132 -0
  428. oci/wlms/models/resource_inventory.py +262 -0
  429. oci/wlms/models/restart_wls_domain_details.py +70 -0
  430. oci/wlms/models/restore_wls_domain_details.py +132 -0
  431. oci/wlms/models/scan_result_collection.py +70 -0
  432. oci/wlms/models/scan_result_summary.py +288 -0
  433. oci/wlms/models/server.py +696 -0
  434. oci/wlms/models/server_collection.py +70 -0
  435. oci/wlms/models/server_summary.py +696 -0
  436. oci/wlms/models/server_to_restore.py +117 -0
  437. oci/wlms/models/set_restart_order_details.py +66 -0
  438. oci/wlms/models/set_restart_order_server_collection.py +70 -0
  439. oci/wlms/models/set_restart_order_server_summary.py +101 -0
  440. oci/wlms/models/stop_wls_domain_details.py +70 -0
  441. oci/wlms/models/update_configuration_details.py +101 -0
  442. oci/wlms/models/update_managed_instance_configuration_details.py +101 -0
  443. oci/wlms/models/update_managed_instance_details.py +66 -0
  444. oci/wlms/models/update_wls_domain_configuration_details.py +350 -0
  445. oci/wlms/models/update_wls_domain_credential_details.py +132 -0
  446. oci/wlms/models/update_wls_domain_details.py +148 -0
  447. oci/wlms/models/wls_domain.py +616 -0
  448. oci/wlms/models/wls_domain_collection.py +70 -0
  449. oci/wlms/models/wls_domain_configuration.py +350 -0
  450. oci/wlms/models/wls_domain_credential.py +183 -0
  451. oci/wlms/models/wls_domain_credential_collection.py +70 -0
  452. oci/wlms/models/wls_domain_credential_summary.py +101 -0
  453. oci/wlms/models/wls_domain_summary.py +516 -0
  454. oci/wlms/models/work_request.py +453 -0
  455. oci/wlms/models/work_request_error.py +142 -0
  456. oci/wlms/models/work_request_error_collection.py +70 -0
  457. oci/wlms/models/work_request_log_entry.py +105 -0
  458. oci/wlms/models/work_request_log_entry_collection.py +70 -0
  459. oci/wlms/models/work_request_resource.py +236 -0
  460. oci/wlms/models/work_request_summary.py +451 -0
  461. oci/wlms/models/work_request_summary_collection.py +70 -0
  462. oci/wlms/weblogic_management_service_client.py +5410 -0
  463. oci/wlms/weblogic_management_service_client_composite_operations.py +433 -0
  464. oci/wlms/weblogic_management_service_configuration_client.py +331 -0
  465. oci/wlms/weblogic_management_service_configuration_client_composite_operations.py +26 -0
  466. oci/work_requests/work_request_client.py +4 -4
  467. oci/zpr/zpr_client.py +15 -15
  468. {oci-2.154.1.dist-info → oci-2.154.3.dist-info}/METADATA +1 -1
  469. {oci-2.154.1.dist-info → oci-2.154.3.dist-info}/RECORD +473 -330
  470. {oci-2.154.1.dist-info → oci-2.154.3.dist-info}/LICENSE.txt +0 -0
  471. {oci-2.154.1.dist-info → oci-2.154.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  472. {oci-2.154.1.dist-info → oci-2.154.3.dist-info}/WHEEL +0 -0
  473. {oci-2.154.1.dist-info → oci-2.154.3.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.154.1/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.154.3/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']
@@ -278,7 +278,7 @@ class DatabaseClient(object):
278
278
  :rtype: :class:`~oci.response.Response`
279
279
 
280
280
  :example:
281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
282
282
  """
283
283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
284
284
  required_arguments = ['autonomousContainerDatabaseId']
@@ -395,7 +395,7 @@ class DatabaseClient(object):
395
395
  :rtype: :class:`~oci.response.Response`
396
396
 
397
397
  :example:
398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
399
399
  """
400
400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
401
401
  required_arguments = ['cloudExadataInfrastructureId']
@@ -510,7 +510,7 @@ class DatabaseClient(object):
510
510
  :rtype: :class:`~oci.response.Response`
511
511
 
512
512
  :example:
513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
514
514
  """
515
515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
516
516
  required_arguments = ['exadataInfrastructureId']
@@ -628,7 +628,7 @@ class DatabaseClient(object):
628
628
  :rtype: :class:`~oci.response.Response`
629
629
 
630
630
  :example:
631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
632
632
  """
633
633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
634
634
  required_arguments = ['cloudVmClusterId']
@@ -748,7 +748,7 @@ class DatabaseClient(object):
748
748
  :rtype: :class:`~oci.response.Response`
749
749
 
750
750
  :example:
751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
752
752
  """
753
753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
754
754
  required_arguments = ['vmClusterId']
@@ -872,7 +872,7 @@ class DatabaseClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['autonomousDatabaseId']
@@ -991,7 +991,7 @@ class DatabaseClient(object):
991
991
  :rtype: :class:`~oci.response.Response`
992
992
 
993
993
  :example:
994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
995
995
  """
996
996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
997
997
  required_arguments = ['backupId']
@@ -1107,7 +1107,7 @@ class DatabaseClient(object):
1107
1107
  :rtype: :class:`~oci.response.Response`
1108
1108
 
1109
1109
  :example:
1110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1111
1111
  """
1112
1112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1113
1113
  required_arguments = ['executionWindowId']
@@ -1224,7 +1224,7 @@ class DatabaseClient(object):
1224
1224
  :rtype: :class:`~oci.response.Response`
1225
1225
 
1226
1226
  :example:
1227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1228
1228
  """
1229
1229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1230
1230
  required_arguments = ['schedulingPlanId']
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
1344
1344
  :rtype: :class:`~oci.response.Response`
1345
1345
 
1346
1346
  :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1348
1348
  """
1349
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
1350
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1470,7 +1470,7 @@ class DatabaseClient(object):
1470
1470
  :rtype: :class:`~oci.response.Response`
1471
1471
 
1472
1472
  :example:
1473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1474
1474
  """
1475
1475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1476
1476
  required_arguments = ['autonomousDatabaseId']
@@ -1590,7 +1590,7 @@ class DatabaseClient(object):
1590
1590
  :rtype: :class:`~oci.response.Response`
1591
1591
 
1592
1592
  :example:
1593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
1593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1594
1594
  """
1595
1595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1596
1596
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1712,7 +1712,7 @@ class DatabaseClient(object):
1712
1712
  :rtype: :class:`~oci.response.Response`
1713
1713
 
1714
1714
  :example:
1715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1716
1716
  """
1717
1717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1718
1718
  required_arguments = ['autonomousDatabaseId']
@@ -1836,7 +1836,7 @@ class DatabaseClient(object):
1836
1836
  :rtype: :class:`~oci.response.Response`
1837
1837
 
1838
1838
  :example:
1839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1840
1840
  """
1841
1841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1842
1842
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1954,7 +1954,7 @@ class DatabaseClient(object):
1954
1954
  :rtype: :class:`~oci.response.Response`
1955
1955
 
1956
1956
  :example:
1957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1958
1958
  """
1959
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1960
1960
  required_arguments = ['autonomousVmClusterId']
@@ -2076,7 +2076,7 @@ class DatabaseClient(object):
2076
2076
  :rtype: :class:`~oci.response.Response`
2077
2077
 
2078
2078
  :example:
2079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2080
2080
  """
2081
2081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2082
2082
  required_arguments = ['backupDestinationId']
@@ -2194,7 +2194,7 @@ class DatabaseClient(object):
2194
2194
  :rtype: :class:`~oci.response.Response`
2195
2195
 
2196
2196
  :example:
2197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
2197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2198
2198
  """
2199
2199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2200
2200
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2314,7 +2314,7 @@ class DatabaseClient(object):
2314
2314
  :rtype: :class:`~oci.response.Response`
2315
2315
 
2316
2316
  :example:
2317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2318
2318
  """
2319
2319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2320
2320
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2432,7 +2432,7 @@ class DatabaseClient(object):
2432
2432
  :rtype: :class:`~oci.response.Response`
2433
2433
 
2434
2434
  :example:
2435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2436
2436
  """
2437
2437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2438
2438
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
2550
2550
  :rtype: :class:`~oci.response.Response`
2551
2551
 
2552
2552
  :example:
2553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2554
2554
  """
2555
2555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2556
2556
  required_arguments = ['cloudVmClusterId']
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
2668
2668
  :rtype: :class:`~oci.response.Response`
2669
2669
 
2670
2670
  :example:
2671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['cloudVmClusterId']
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['databaseSoftwareImageId']
@@ -2913,7 +2913,7 @@ class DatabaseClient(object):
2913
2913
  :rtype: :class:`~oci.response.Response`
2914
2914
 
2915
2915
  :example:
2916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2917
2917
  """
2918
2918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2919
2919
  required_arguments = ['autonomousContainerDatabaseId']
@@ -3044,7 +3044,7 @@ class DatabaseClient(object):
3044
3044
  :rtype: :class:`~oci.response.Response`
3045
3045
 
3046
3046
  :example:
3047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3048
3048
  """
3049
3049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3050
3050
  required_arguments = ['dbSystemId']
@@ -3159,7 +3159,7 @@ class DatabaseClient(object):
3159
3159
  :rtype: :class:`~oci.response.Response`
3160
3160
 
3161
3161
  :example:
3162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3163
3163
  """
3164
3164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3165
3165
  required_arguments = ['autonomousDatabaseId']
@@ -3278,7 +3278,7 @@ class DatabaseClient(object):
3278
3278
  :rtype: :class:`~oci.response.Response`
3279
3279
 
3280
3280
  :example:
3281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3282
3282
  """
3283
3283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3284
3284
  required_arguments = ['databaseId']
@@ -3397,7 +3397,7 @@ class DatabaseClient(object):
3397
3397
  :rtype: :class:`~oci.response.Response`
3398
3398
 
3399
3399
  :example:
3400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3401
3401
  """
3402
3402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3403
3403
  required_arguments = ['exadataInfrastructureId']
@@ -3515,7 +3515,7 @@ class DatabaseClient(object):
3515
3515
  :rtype: :class:`~oci.response.Response`
3516
3516
 
3517
3517
  :example:
3518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3519
3519
  """
3520
3520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3521
3521
  required_arguments = ['exadbVmClusterId']
@@ -3633,7 +3633,7 @@ class DatabaseClient(object):
3633
3633
  :rtype: :class:`~oci.response.Response`
3634
3634
 
3635
3635
  :example:
3636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3637
3637
  """
3638
3638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3639
3639
  required_arguments = ['exadbVmClusterId']
@@ -3751,7 +3751,7 @@ class DatabaseClient(object):
3751
3751
  :rtype: :class:`~oci.response.Response`
3752
3752
 
3753
3753
  :example:
3754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
3754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3755
3755
  """
3756
3756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3757
3757
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3869,7 +3869,7 @@ class DatabaseClient(object):
3869
3869
  :rtype: :class:`~oci.response.Response`
3870
3870
 
3871
3871
  :example:
3872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
3872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3873
3873
  """
3874
3874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3875
3875
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3992,7 +3992,7 @@ class DatabaseClient(object):
3992
3992
  :rtype: :class:`~oci.response.Response`
3993
3993
 
3994
3994
  :example:
3995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3996
3996
  """
3997
3997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3998
3998
  required_arguments = ['externalContainerDatabaseId']
@@ -4114,7 +4114,7 @@ class DatabaseClient(object):
4114
4114
  :rtype: :class:`~oci.response.Response`
4115
4115
 
4116
4116
  :example:
4117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
4117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
4118
4118
  """
4119
4119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4120
4120
  required_arguments = ['externalNonContainerDatabaseId']
@@ -4239,7 +4239,7 @@ class DatabaseClient(object):
4239
4239
  :rtype: :class:`~oci.response.Response`
4240
4240
 
4241
4241
  :example:
4242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4243
4243
  """
4244
4244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4245
4245
  required_arguments = ['externalPluggableDatabaseId']
@@ -4361,7 +4361,7 @@ class DatabaseClient(object):
4361
4361
  :rtype: :class:`~oci.response.Response`
4362
4362
 
4363
4363
  :example:
4364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4365
4365
  """
4366
4366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4367
4367
  required_arguments = ['keyStoreId']
@@ -4479,7 +4479,7 @@ class DatabaseClient(object):
4479
4479
  :rtype: :class:`~oci.response.Response`
4480
4480
 
4481
4481
  :example:
4482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4483
4483
  """
4484
4484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4485
4485
  required_arguments = ['databaseId']
@@ -4597,7 +4597,7 @@ class DatabaseClient(object):
4597
4597
  :rtype: :class:`~oci.response.Response`
4598
4598
 
4599
4599
  :example:
4600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4601
4601
  """
4602
4602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4603
4603
  required_arguments = ['oneoffPatchId']
@@ -4715,7 +4715,7 @@ class DatabaseClient(object):
4715
4715
  :rtype: :class:`~oci.response.Response`
4716
4716
 
4717
4717
  :example:
4718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4719
4719
  """
4720
4720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4721
4721
  required_arguments = ['schedulingPlanId']
@@ -4833,7 +4833,7 @@ class DatabaseClient(object):
4833
4833
  :rtype: :class:`~oci.response.Response`
4834
4834
 
4835
4835
  :example:
4836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4837
4837
  """
4838
4838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4839
4839
  required_arguments = ['schedulingPolicyId']
@@ -4952,7 +4952,7 @@ class DatabaseClient(object):
4952
4952
  :rtype: :class:`~oci.response.Response`
4953
4953
 
4954
4954
  :example:
4955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4956
4956
  """
4957
4957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4958
4958
  required_arguments = ['vmClusterId']
@@ -5069,7 +5069,7 @@ class DatabaseClient(object):
5069
5069
  :rtype: :class:`~oci.response.Response`
5070
5070
 
5071
5071
  :example:
5072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
5073
5073
  """
5074
5074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5075
5075
  required_arguments = ['externalDatabaseConnectorId']
@@ -5186,7 +5186,7 @@ class DatabaseClient(object):
5186
5186
  :rtype: :class:`~oci.response.Response`
5187
5187
 
5188
5188
  :example:
5189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5190
5190
  """
5191
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5192
5192
  required_arguments = ['backupId']
@@ -5312,7 +5312,7 @@ class DatabaseClient(object):
5312
5312
  :rtype: :class:`~oci.response.Response`
5313
5313
 
5314
5314
  :example:
5315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5316
5316
  """
5317
5317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5318
5318
  required_arguments = ['autonomousDatabaseId']
@@ -5432,7 +5432,7 @@ class DatabaseClient(object):
5432
5432
  :rtype: :class:`~oci.response.Response`
5433
5433
 
5434
5434
  :example:
5435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5436
5436
  """
5437
5437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5438
5438
  required_arguments = ['exadataInfrastructureId']
@@ -5549,7 +5549,7 @@ class DatabaseClient(object):
5549
5549
  :rtype: :class:`~oci.response.Response`
5550
5550
 
5551
5551
  :example:
5552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5553
5553
  """
5554
5554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5555
5555
  required_arguments = ['autonomousDatabaseId']
@@ -5666,7 +5666,7 @@ class DatabaseClient(object):
5666
5666
  :rtype: :class:`~oci.response.Response`
5667
5667
 
5668
5668
  :example:
5669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5670
5670
  """
5671
5671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5672
5672
  required_arguments = ['keyStoreId']
@@ -5786,7 +5786,7 @@ class DatabaseClient(object):
5786
5786
  :rtype: :class:`~oci.response.Response`
5787
5787
 
5788
5788
  :example:
5789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5790
5790
  """
5791
5791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5792
5792
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5899,7 +5899,7 @@ class DatabaseClient(object):
5899
5899
  :rtype: :class:`~oci.response.Response`
5900
5900
 
5901
5901
  :example:
5902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5903
5903
  """
5904
5904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5905
5905
  required_arguments = ['databaseId']
@@ -6017,7 +6017,7 @@ class DatabaseClient(object):
6017
6017
  :rtype: :class:`~oci.response.Response`
6018
6018
 
6019
6019
  :example:
6020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6021
6021
  """
6022
6022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6023
6023
  required_arguments = ['pluggableDatabaseId']
@@ -6141,7 +6141,7 @@ class DatabaseClient(object):
6141
6141
  :rtype: :class:`~oci.response.Response`
6142
6142
 
6143
6143
  :example:
6144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6145
6145
  """
6146
6146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6147
6147
  required_arguments = ['databaseId']
@@ -6251,7 +6251,7 @@ class DatabaseClient(object):
6251
6251
  :rtype: :class:`~oci.response.Response`
6252
6252
 
6253
6253
  :example:
6254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6255
6255
  """
6256
6256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6257
6257
  required_arguments = []
@@ -6344,7 +6344,7 @@ class DatabaseClient(object):
6344
6344
  :rtype: :class:`~oci.response.Response`
6345
6345
 
6346
6346
  :example:
6347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6348
6348
  """
6349
6349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6350
6350
  required_arguments = []
@@ -6443,7 +6443,7 @@ class DatabaseClient(object):
6443
6443
  :rtype: :class:`~oci.response.Response`
6444
6444
 
6445
6445
  :example:
6446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
6446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
6447
6447
  """
6448
6448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6449
6449
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6553,7 +6553,7 @@ class DatabaseClient(object):
6553
6553
  :rtype: :class:`~oci.response.Response`
6554
6554
 
6555
6555
  :example:
6556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6557
6557
  """
6558
6558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6559
6559
  required_arguments = []
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = []
@@ -6753,7 +6753,7 @@ class DatabaseClient(object):
6753
6753
  :rtype: :class:`~oci.response.Response`
6754
6754
 
6755
6755
  :example:
6756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6757
6757
  """
6758
6758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6759
6759
  required_arguments = []
@@ -6849,7 +6849,7 @@ class DatabaseClient(object):
6849
6849
  :rtype: :class:`~oci.response.Response`
6850
6850
 
6851
6851
  :example:
6852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6853
6853
  """
6854
6854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6855
6855
  required_arguments = []
@@ -6942,7 +6942,7 @@ class DatabaseClient(object):
6942
6942
  :rtype: :class:`~oci.response.Response`
6943
6943
 
6944
6944
  :example:
6945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6946
6946
  """
6947
6947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6948
6948
  required_arguments = []
@@ -7036,7 +7036,7 @@ class DatabaseClient(object):
7036
7036
  :rtype: :class:`~oci.response.Response`
7037
7037
 
7038
7038
  :example:
7039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7040
7040
  """
7041
7041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7042
7042
  required_arguments = []
@@ -7132,7 +7132,7 @@ class DatabaseClient(object):
7132
7132
  :rtype: :class:`~oci.response.Response`
7133
7133
 
7134
7134
  :example:
7135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7136
7136
  """
7137
7137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7138
7138
  required_arguments = []
@@ -7236,7 +7236,7 @@ class DatabaseClient(object):
7236
7236
  :rtype: :class:`~oci.response.Response`
7237
7237
 
7238
7238
  :example:
7239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7240
7240
  """
7241
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7242
7242
  required_arguments = []
@@ -7340,7 +7340,7 @@ class DatabaseClient(object):
7340
7340
  :rtype: :class:`~oci.response.Response`
7341
7341
 
7342
7342
  :example:
7343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7344
7344
  """
7345
7345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7346
7346
  required_arguments = []
@@ -7442,7 +7442,7 @@ class DatabaseClient(object):
7442
7442
  :rtype: :class:`~oci.response.Response`
7443
7443
 
7444
7444
  :example:
7445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7446
7446
  """
7447
7447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7448
7448
  required_arguments = ['dbNodeId']
@@ -7553,7 +7553,7 @@ class DatabaseClient(object):
7553
7553
  :rtype: :class:`~oci.response.Response`
7554
7554
 
7555
7555
  :example:
7556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7557
7557
  """
7558
7558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7559
7559
  required_arguments = ['dbNodeId']
@@ -7673,7 +7673,7 @@ class DatabaseClient(object):
7673
7673
  :rtype: :class:`~oci.response.Response`
7674
7674
 
7675
7675
  :example:
7676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7677
7677
  """
7678
7678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7679
7679
  required_arguments = ['databaseId']
@@ -7783,7 +7783,7 @@ class DatabaseClient(object):
7783
7783
  :rtype: :class:`~oci.response.Response`
7784
7784
 
7785
7785
  :example:
7786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
7786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_database.py.html>`__ to see an example of how to use create_database API.
7787
7787
  """
7788
7788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7789
7789
  required_arguments = []
@@ -7878,7 +7878,7 @@ class DatabaseClient(object):
7878
7878
  :rtype: :class:`~oci.response.Response`
7879
7879
 
7880
7880
  :example:
7881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7882
7882
  """
7883
7883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7884
7884
  required_arguments = []
@@ -7969,7 +7969,7 @@ class DatabaseClient(object):
7969
7969
  :rtype: :class:`~oci.response.Response`
7970
7970
 
7971
7971
  :example:
7972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7973
7973
  """
7974
7974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7975
7975
  required_arguments = []
@@ -8064,7 +8064,7 @@ class DatabaseClient(object):
8064
8064
  :rtype: :class:`~oci.response.Response`
8065
8065
 
8066
8066
  :example:
8067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8068
8068
  """
8069
8069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8070
8070
  required_arguments = []
@@ -8162,7 +8162,7 @@ class DatabaseClient(object):
8162
8162
  :rtype: :class:`~oci.response.Response`
8163
8163
 
8164
8164
  :example:
8165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8166
8166
  """
8167
8167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8168
8168
  required_arguments = []
@@ -8258,7 +8258,7 @@ class DatabaseClient(object):
8258
8258
  :rtype: :class:`~oci.response.Response`
8259
8259
 
8260
8260
  :example:
8261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8262
8262
  """
8263
8263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8264
8264
  required_arguments = []
@@ -8354,7 +8354,7 @@ class DatabaseClient(object):
8354
8354
  :rtype: :class:`~oci.response.Response`
8355
8355
 
8356
8356
  :example:
8357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8358
8358
  """
8359
8359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8360
8360
  required_arguments = []
@@ -8450,7 +8450,7 @@ class DatabaseClient(object):
8450
8450
  :rtype: :class:`~oci.response.Response`
8451
8451
 
8452
8452
  :example:
8453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8454
8454
  """
8455
8455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8456
8456
  required_arguments = []
@@ -8547,7 +8547,7 @@ class DatabaseClient(object):
8547
8547
  :rtype: :class:`~oci.response.Response`
8548
8548
 
8549
8549
  :example:
8550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8551
8551
  """
8552
8552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8553
8553
  required_arguments = []
@@ -8641,7 +8641,7 @@ class DatabaseClient(object):
8641
8641
  :rtype: :class:`~oci.response.Response`
8642
8642
 
8643
8643
  :example:
8644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8645
8645
  """
8646
8646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8647
8647
  required_arguments = []
@@ -8737,7 +8737,7 @@ class DatabaseClient(object):
8737
8737
  :rtype: :class:`~oci.response.Response`
8738
8738
 
8739
8739
  :example:
8740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8741
8741
  """
8742
8742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8743
8743
  required_arguments = []
@@ -8833,7 +8833,7 @@ class DatabaseClient(object):
8833
8833
  :rtype: :class:`~oci.response.Response`
8834
8834
 
8835
8835
  :example:
8836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8837
8837
  """
8838
8838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8839
8839
  required_arguments = []
@@ -8930,7 +8930,7 @@ class DatabaseClient(object):
8930
8930
  :rtype: :class:`~oci.response.Response`
8931
8931
 
8932
8932
  :example:
8933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8934
8934
  """
8935
8935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8936
8936
  required_arguments = []
@@ -9026,7 +9026,7 @@ class DatabaseClient(object):
9026
9026
  :rtype: :class:`~oci.response.Response`
9027
9027
 
9028
9028
  :example:
9029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9030
9030
  """
9031
9031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9032
9032
  required_arguments = []
@@ -9125,7 +9125,7 @@ class DatabaseClient(object):
9125
9125
  :rtype: :class:`~oci.response.Response`
9126
9126
 
9127
9127
  :example:
9128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9129
9129
  """
9130
9130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9131
9131
  required_arguments = []
@@ -9221,7 +9221,7 @@ class DatabaseClient(object):
9221
9221
  :rtype: :class:`~oci.response.Response`
9222
9222
 
9223
9223
  :example:
9224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9225
9225
  """
9226
9226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9227
9227
  required_arguments = []
@@ -9319,7 +9319,7 @@ class DatabaseClient(object):
9319
9319
  :rtype: :class:`~oci.response.Response`
9320
9320
 
9321
9321
  :example:
9322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9323
9323
  """
9324
9324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9325
9325
  required_arguments = []
@@ -9415,7 +9415,7 @@ class DatabaseClient(object):
9415
9415
  :rtype: :class:`~oci.response.Response`
9416
9416
 
9417
9417
  :example:
9418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9419
9419
  """
9420
9420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9421
9421
  required_arguments = []
@@ -9511,7 +9511,7 @@ class DatabaseClient(object):
9511
9511
  :rtype: :class:`~oci.response.Response`
9512
9512
 
9513
9513
  :example:
9514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9515
9515
  """
9516
9516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9517
9517
  required_arguments = []
@@ -9607,7 +9607,7 @@ class DatabaseClient(object):
9607
9607
  :rtype: :class:`~oci.response.Response`
9608
9608
 
9609
9609
  :example:
9610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9611
9611
  """
9612
9612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9613
9613
  required_arguments = []
@@ -9708,7 +9708,7 @@ class DatabaseClient(object):
9708
9708
  :rtype: :class:`~oci.response.Response`
9709
9709
 
9710
9710
  :example:
9711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9712
9712
  """
9713
9713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9714
9714
  required_arguments = ['schedulingPolicyId']
@@ -9817,7 +9817,7 @@ class DatabaseClient(object):
9817
9817
  :rtype: :class:`~oci.response.Response`
9818
9818
 
9819
9819
  :example:
9820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9821
9821
  """
9822
9822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9823
9823
  required_arguments = []
@@ -9919,7 +9919,7 @@ class DatabaseClient(object):
9919
9919
  :rtype: :class:`~oci.response.Response`
9920
9920
 
9921
9921
  :example:
9922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9923
9923
  """
9924
9924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9925
9925
  required_arguments = ['exadataInfrastructureId']
@@ -10048,7 +10048,7 @@ class DatabaseClient(object):
10048
10048
  :rtype: :class:`~oci.response.Response`
10049
10049
 
10050
10050
  :example:
10051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10052
10052
  """
10053
10053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10054
10054
  required_arguments = ['dbNodeId', 'action']
@@ -10161,7 +10161,7 @@ class DatabaseClient(object):
10161
10161
  :rtype: :class:`~oci.response.Response`
10162
10162
 
10163
10163
  :example:
10164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10165
10165
  """
10166
10166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10167
10167
  required_arguments = ['applicationVipId']
@@ -10268,7 +10268,7 @@ class DatabaseClient(object):
10268
10268
  :rtype: :class:`~oci.response.Response`
10269
10269
 
10270
10270
  :example:
10271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10272
10272
  """
10273
10273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10274
10274
  required_arguments = ['autonomousDatabaseId']
@@ -10377,7 +10377,7 @@ class DatabaseClient(object):
10377
10377
  :rtype: :class:`~oci.response.Response`
10378
10378
 
10379
10379
  :example:
10380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10381
10381
  """
10382
10382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10383
10383
  required_arguments = ['autonomousDatabaseBackupId']
@@ -10482,7 +10482,7 @@ class DatabaseClient(object):
10482
10482
  :rtype: :class:`~oci.response.Response`
10483
10483
 
10484
10484
  :example:
10485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10486
10486
  """
10487
10487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10488
10488
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10585,7 +10585,7 @@ class DatabaseClient(object):
10585
10585
  :rtype: :class:`~oci.response.Response`
10586
10586
 
10587
10587
  :example:
10588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10589
10589
  """
10590
10590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10591
10591
  required_arguments = ['autonomousVmClusterId']
@@ -10685,7 +10685,7 @@ class DatabaseClient(object):
10685
10685
  :rtype: :class:`~oci.response.Response`
10686
10686
 
10687
10687
  :example:
10688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10689
10689
  """
10690
10690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10691
10691
  required_arguments = ['backupId']
@@ -10786,7 +10786,7 @@ class DatabaseClient(object):
10786
10786
  :rtype: :class:`~oci.response.Response`
10787
10787
 
10788
10788
  :example:
10789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10790
10790
  """
10791
10791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10792
10792
  required_arguments = ['backupDestinationId']
@@ -10889,7 +10889,7 @@ class DatabaseClient(object):
10889
10889
  :rtype: :class:`~oci.response.Response`
10890
10890
 
10891
10891
  :example:
10892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10893
10893
  """
10894
10894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10895
10895
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10995,7 +10995,7 @@ class DatabaseClient(object):
10995
10995
  :rtype: :class:`~oci.response.Response`
10996
10996
 
10997
10997
  :example:
10998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10999
10999
  """
11000
11000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11001
11001
  required_arguments = ['cloudExadataInfrastructureId']
@@ -11106,7 +11106,7 @@ class DatabaseClient(object):
11106
11106
  :rtype: :class:`~oci.response.Response`
11107
11107
 
11108
11108
  :example:
11109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11110
11110
  """
11111
11111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11112
11112
  required_arguments = ['cloudVmClusterId']
@@ -11209,7 +11209,7 @@ class DatabaseClient(object):
11209
11209
  :rtype: :class:`~oci.response.Response`
11210
11210
 
11211
11211
  :example:
11212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11213
11213
  """
11214
11214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11215
11215
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -11314,7 +11314,7 @@ class DatabaseClient(object):
11314
11314
  :rtype: :class:`~oci.response.Response`
11315
11315
 
11316
11316
  :example:
11317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11318
11318
  """
11319
11319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11320
11320
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -11427,7 +11427,7 @@ class DatabaseClient(object):
11427
11427
  :rtype: :class:`~oci.response.Response`
11428
11428
 
11429
11429
  :example:
11430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11431
11431
  """
11432
11432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11433
11433
  required_arguments = ['databaseId']
@@ -11535,7 +11535,7 @@ class DatabaseClient(object):
11535
11535
  :rtype: :class:`~oci.response.Response`
11536
11536
 
11537
11537
  :example:
11538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11539
11539
  """
11540
11540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11541
11541
  required_arguments = ['databaseSoftwareImageId']
@@ -11642,7 +11642,7 @@ class DatabaseClient(object):
11642
11642
  :rtype: :class:`~oci.response.Response`
11643
11643
 
11644
11644
  :example:
11645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11646
11646
  """
11647
11647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11648
11648
  required_arguments = ['dbHomeId']
@@ -11751,7 +11751,7 @@ class DatabaseClient(object):
11751
11751
  :rtype: :class:`~oci.response.Response`
11752
11752
 
11753
11753
  :example:
11754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11755
11755
  """
11756
11756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11757
11757
  required_arguments = ['exadataInfrastructureId']
@@ -11854,7 +11854,7 @@ class DatabaseClient(object):
11854
11854
  :rtype: :class:`~oci.response.Response`
11855
11855
 
11856
11856
  :example:
11857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11858
11858
  """
11859
11859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11860
11860
  required_arguments = ['exadbVmClusterId']
@@ -11957,7 +11957,7 @@ class DatabaseClient(object):
11957
11957
  :rtype: :class:`~oci.response.Response`
11958
11958
 
11959
11959
  :example:
11960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11961
11961
  """
11962
11962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11963
11963
  required_arguments = ['exascaleDbStorageVaultId']
@@ -12060,7 +12060,7 @@ class DatabaseClient(object):
12060
12060
  :rtype: :class:`~oci.response.Response`
12061
12061
 
12062
12062
  :example:
12063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12064
12064
  """
12065
12065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12066
12066
  required_arguments = ['executionActionId']
@@ -12163,7 +12163,7 @@ class DatabaseClient(object):
12163
12163
  :rtype: :class:`~oci.response.Response`
12164
12164
 
12165
12165
  :example:
12166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12167
12167
  """
12168
12168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12169
12169
  required_arguments = ['executionWindowId']
@@ -12268,7 +12268,7 @@ class DatabaseClient(object):
12268
12268
  :rtype: :class:`~oci.response.Response`
12269
12269
 
12270
12270
  :example:
12271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12272
12272
  """
12273
12273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12274
12274
  required_arguments = ['externalContainerDatabaseId']
@@ -12374,7 +12374,7 @@ class DatabaseClient(object):
12374
12374
  :rtype: :class:`~oci.response.Response`
12375
12375
 
12376
12376
  :example:
12377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12378
12378
  """
12379
12379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12380
12380
  required_arguments = ['externalDatabaseConnectorId']
@@ -12477,7 +12477,7 @@ class DatabaseClient(object):
12477
12477
  :rtype: :class:`~oci.response.Response`
12478
12478
 
12479
12479
  :example:
12480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12481
12481
  """
12482
12482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12483
12483
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12581,7 +12581,7 @@ class DatabaseClient(object):
12581
12581
  :rtype: :class:`~oci.response.Response`
12582
12582
 
12583
12583
  :example:
12584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12585
12585
  """
12586
12586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12587
12587
  required_arguments = ['externalPluggableDatabaseId']
@@ -12684,7 +12684,7 @@ class DatabaseClient(object):
12684
12684
  :rtype: :class:`~oci.response.Response`
12685
12685
 
12686
12686
  :example:
12687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12688
12688
  """
12689
12689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12690
12690
  required_arguments = ['keyStoreId']
@@ -12787,7 +12787,7 @@ class DatabaseClient(object):
12787
12787
  :rtype: :class:`~oci.response.Response`
12788
12788
 
12789
12789
  :example:
12790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12791
12791
  """
12792
12792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12793
12793
  required_arguments = ['oneoffPatchId']
@@ -12890,7 +12890,7 @@ class DatabaseClient(object):
12890
12890
  :rtype: :class:`~oci.response.Response`
12891
12891
 
12892
12892
  :example:
12893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12894
12894
  """
12895
12895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12896
12896
  required_arguments = ['pluggableDatabaseId']
@@ -12993,7 +12993,7 @@ class DatabaseClient(object):
12993
12993
  :rtype: :class:`~oci.response.Response`
12994
12994
 
12995
12995
  :example:
12996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12997
12997
  """
12998
12998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12999
12999
  required_arguments = ['scheduledActionId']
@@ -13096,7 +13096,7 @@ class DatabaseClient(object):
13096
13096
  :rtype: :class:`~oci.response.Response`
13097
13097
 
13098
13098
  :example:
13099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13100
13100
  """
13101
13101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13102
13102
  required_arguments = ['schedulingPlanId']
@@ -13199,7 +13199,7 @@ class DatabaseClient(object):
13199
13199
  :rtype: :class:`~oci.response.Response`
13200
13200
 
13201
13201
  :example:
13202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13203
13203
  """
13204
13204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13205
13205
  required_arguments = ['schedulingPolicyId']
@@ -13307,7 +13307,7 @@ class DatabaseClient(object):
13307
13307
  :rtype: :class:`~oci.response.Response`
13308
13308
 
13309
13309
  :example:
13310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13311
13311
  """
13312
13312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13313
13313
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -13411,7 +13411,7 @@ class DatabaseClient(object):
13411
13411
  :rtype: :class:`~oci.response.Response`
13412
13412
 
13413
13413
  :example:
13414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13415
13415
  """
13416
13416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13417
13417
  required_arguments = ['vmClusterId']
@@ -13520,7 +13520,7 @@ class DatabaseClient(object):
13520
13520
  :rtype: :class:`~oci.response.Response`
13521
13521
 
13522
13522
  :example:
13523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13524
13524
  """
13525
13525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13526
13526
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13626,7 +13626,7 @@ class DatabaseClient(object):
13626
13626
  :rtype: :class:`~oci.response.Response`
13627
13627
 
13628
13628
  :example:
13629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13630
13630
  """
13631
13631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13632
13632
  required_arguments = ['autonomousDatabaseId']
@@ -13731,7 +13731,7 @@ class DatabaseClient(object):
13731
13731
  :rtype: :class:`~oci.response.Response`
13732
13732
 
13733
13733
  :example:
13734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13735
13735
  """
13736
13736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13737
13737
  required_arguments = ['autonomousDatabaseId']
@@ -13833,7 +13833,7 @@ class DatabaseClient(object):
13833
13833
  :rtype: :class:`~oci.response.Response`
13834
13834
 
13835
13835
  :example:
13836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13837
13837
  """
13838
13838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13839
13839
  required_arguments = ['autonomousDatabaseId']
@@ -13943,7 +13943,7 @@ class DatabaseClient(object):
13943
13943
  :rtype: :class:`~oci.response.Response`
13944
13944
 
13945
13945
  :example:
13946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13947
13947
  """
13948
13948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13949
13949
  required_arguments = ['databaseId']
@@ -14058,7 +14058,7 @@ class DatabaseClient(object):
14058
14058
  :rtype: :class:`~oci.response.Response`
14059
14059
 
14060
14060
  :example:
14061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
14062
14062
  """
14063
14063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14064
14064
  required_arguments = ['externalContainerDatabaseId']
@@ -14171,7 +14171,7 @@ class DatabaseClient(object):
14171
14171
  :rtype: :class:`~oci.response.Response`
14172
14172
 
14173
14173
  :example:
14174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
14175
14175
  """
14176
14176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14177
14177
  required_arguments = ['externalContainerDatabaseId']
@@ -14288,7 +14288,7 @@ class DatabaseClient(object):
14288
14288
  :rtype: :class:`~oci.response.Response`
14289
14289
 
14290
14290
  :example:
14291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
14292
14292
  """
14293
14293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14294
14294
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14401,7 +14401,7 @@ class DatabaseClient(object):
14401
14401
  :rtype: :class:`~oci.response.Response`
14402
14402
 
14403
14403
  :example:
14404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
14405
14405
  """
14406
14406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14407
14407
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14514,7 +14514,7 @@ class DatabaseClient(object):
14514
14514
  :rtype: :class:`~oci.response.Response`
14515
14515
 
14516
14516
  :example:
14517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
14518
14518
  """
14519
14519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14520
14520
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14631,7 +14631,7 @@ class DatabaseClient(object):
14631
14631
  :rtype: :class:`~oci.response.Response`
14632
14632
 
14633
14633
  :example:
14634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14635
14635
  """
14636
14636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14637
14637
  required_arguments = ['externalPluggableDatabaseId']
@@ -14744,7 +14744,7 @@ class DatabaseClient(object):
14744
14744
  :rtype: :class:`~oci.response.Response`
14745
14745
 
14746
14746
  :example:
14747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14748
14748
  """
14749
14749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14750
14750
  required_arguments = ['externalPluggableDatabaseId']
@@ -14857,7 +14857,7 @@ class DatabaseClient(object):
14857
14857
  :rtype: :class:`~oci.response.Response`
14858
14858
 
14859
14859
  :example:
14860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14861
14861
  """
14862
14862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14863
14863
  required_arguments = ['externalPluggableDatabaseId']
@@ -14970,7 +14970,7 @@ class DatabaseClient(object):
14970
14970
  :rtype: :class:`~oci.response.Response`
14971
14971
 
14972
14972
  :example:
14973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14974
14974
  """
14975
14975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14976
14976
  required_arguments = ['pluggableDatabaseId']
@@ -15080,7 +15080,7 @@ class DatabaseClient(object):
15080
15080
  :rtype: :class:`~oci.response.Response`
15081
15081
 
15082
15082
  :example:
15083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15084
15084
  """
15085
15085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15086
15086
  required_arguments = ['exadataInfrastructureId']
@@ -15193,7 +15193,7 @@ class DatabaseClient(object):
15193
15193
  :rtype: :class:`~oci.response.Response`
15194
15194
 
15195
15195
  :example:
15196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15197
15197
  """
15198
15198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15199
15199
  required_arguments = ['oneoffPatchId']
@@ -15308,7 +15308,7 @@ class DatabaseClient(object):
15308
15308
  :rtype: :class:`~oci.response.Response`
15309
15309
 
15310
15310
  :example:
15311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15312
15312
  """
15313
15313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15314
15314
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15422,7 +15422,7 @@ class DatabaseClient(object):
15422
15422
  :rtype: :class:`~oci.response.Response`
15423
15423
 
15424
15424
  :example:
15425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
15426
15426
  """
15427
15427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15428
15428
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15542,7 +15542,7 @@ class DatabaseClient(object):
15542
15542
  :rtype: :class:`~oci.response.Response`
15543
15543
 
15544
15544
  :example:
15545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15546
15546
  """
15547
15547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15548
15548
  required_arguments = ['autonomousContainerDatabaseId']
@@ -15651,7 +15651,7 @@ class DatabaseClient(object):
15651
15651
  :rtype: :class:`~oci.response.Response`
15652
15652
 
15653
15653
  :example:
15654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15655
15655
  """
15656
15656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15657
15657
  required_arguments = ['autonomousDatabaseId']
@@ -15753,7 +15753,7 @@ class DatabaseClient(object):
15753
15753
  :rtype: :class:`~oci.response.Response`
15754
15754
 
15755
15755
  :example:
15756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15757
15757
  """
15758
15758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15759
15759
  required_arguments = ['autonomousDatabaseId']
@@ -15866,7 +15866,7 @@ class DatabaseClient(object):
15866
15866
  :rtype: :class:`~oci.response.Response`
15867
15867
 
15868
15868
  :example:
15869
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15870
15870
  """
15871
15871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15872
15872
  required_arguments = ['databaseId']
@@ -15990,7 +15990,7 @@ class DatabaseClient(object):
15990
15990
  :rtype: :class:`~oci.response.Response`
15991
15991
 
15992
15992
  :example:
15993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15994
15994
  """
15995
15995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15996
15996
  required_arguments = ['externalContainerDatabaseId']
@@ -16108,7 +16108,7 @@ class DatabaseClient(object):
16108
16108
  :rtype: :class:`~oci.response.Response`
16109
16109
 
16110
16110
  :example:
16111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
16112
16112
  """
16113
16113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16114
16114
  required_arguments = ['externalContainerDatabaseId']
@@ -16230,7 +16230,7 @@ class DatabaseClient(object):
16230
16230
  :rtype: :class:`~oci.response.Response`
16231
16231
 
16232
16232
  :example:
16233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
16234
16234
  """
16235
16235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16236
16236
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16348,7 +16348,7 @@ class DatabaseClient(object):
16348
16348
  :rtype: :class:`~oci.response.Response`
16349
16349
 
16350
16350
  :example:
16351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
16352
16352
  """
16353
16353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16354
16354
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16466,7 +16466,7 @@ class DatabaseClient(object):
16466
16466
  :rtype: :class:`~oci.response.Response`
16467
16467
 
16468
16468
  :example:
16469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
16470
16470
  """
16471
16471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16472
16472
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16588,7 +16588,7 @@ class DatabaseClient(object):
16588
16588
  :rtype: :class:`~oci.response.Response`
16589
16589
 
16590
16590
  :example:
16591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
16592
16592
  """
16593
16593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16594
16594
  required_arguments = ['externalPluggableDatabaseId']
@@ -16706,7 +16706,7 @@ class DatabaseClient(object):
16706
16706
  :rtype: :class:`~oci.response.Response`
16707
16707
 
16708
16708
  :example:
16709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16710
16710
  """
16711
16711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16712
16712
  required_arguments = ['externalPluggableDatabaseId']
@@ -16824,7 +16824,7 @@ class DatabaseClient(object):
16824
16824
  :rtype: :class:`~oci.response.Response`
16825
16825
 
16826
16826
  :example:
16827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16828
16828
  """
16829
16829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16830
16830
  required_arguments = ['externalPluggableDatabaseId']
@@ -16942,7 +16942,7 @@ class DatabaseClient(object):
16942
16942
  :rtype: :class:`~oci.response.Response`
16943
16943
 
16944
16944
  :example:
16945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16946
16946
  """
16947
16947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16948
16948
  required_arguments = ['pluggableDatabaseId']
@@ -17071,7 +17071,7 @@ class DatabaseClient(object):
17071
17071
  :rtype: :class:`~oci.response.Response`
17072
17072
 
17073
17073
  :example:
17074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17075
17075
  """
17076
17076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17077
17077
  required_arguments = ['autonomousDatabaseId']
@@ -17192,7 +17192,7 @@ class DatabaseClient(object):
17192
17192
  :rtype: :class:`~oci.response.Response`
17193
17193
 
17194
17194
  :example:
17195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17196
17196
  """
17197
17197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17198
17198
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17301,7 +17301,7 @@ class DatabaseClient(object):
17301
17301
  :rtype: :class:`~oci.response.Response`
17302
17302
 
17303
17303
  :example:
17304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
17304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
17305
17305
  """
17306
17306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17307
17307
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17421,7 +17421,7 @@ class DatabaseClient(object):
17421
17421
  :rtype: :class:`~oci.response.Response`
17422
17422
 
17423
17423
  :example:
17424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17425
17425
  """
17426
17426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17427
17427
  required_arguments = ['databaseId']
@@ -17540,7 +17540,7 @@ class DatabaseClient(object):
17540
17540
  :rtype: :class:`~oci.response.Response`
17541
17541
 
17542
17542
  :example:
17543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17544
17544
  """
17545
17545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17546
17546
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17655,7 +17655,7 @@ class DatabaseClient(object):
17655
17655
  :rtype: :class:`~oci.response.Response`
17656
17656
 
17657
17657
  :example:
17658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17659
17659
  """
17660
17660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17661
17661
  required_arguments = ['autonomousDatabaseId']
@@ -17770,7 +17770,7 @@ class DatabaseClient(object):
17770
17770
  :rtype: :class:`~oci.response.Response`
17771
17771
 
17772
17772
  :example:
17773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17774
17774
  """
17775
17775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17776
17776
  required_arguments = ['exadataInfrastructureId']
@@ -17873,7 +17873,7 @@ class DatabaseClient(object):
17873
17873
  :rtype: :class:`~oci.response.Response`
17874
17874
 
17875
17875
  :example:
17876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17877
17877
  """
17878
17878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17879
17879
  required_arguments = ['applicationVipId']
@@ -17968,7 +17968,7 @@ class DatabaseClient(object):
17968
17968
  :rtype: :class:`~oci.response.Response`
17969
17969
 
17970
17970
  :example:
17971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17972
17972
  """
17973
17973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17974
17974
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18061,7 +18061,7 @@ class DatabaseClient(object):
18061
18061
  :rtype: :class:`~oci.response.Response`
18062
18062
 
18063
18063
  :example:
18064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
18065
18065
  """
18066
18066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18067
18067
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -18153,7 +18153,7 @@ class DatabaseClient(object):
18153
18153
  :rtype: :class:`~oci.response.Response`
18154
18154
 
18155
18155
  :example:
18156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
18157
18157
  """
18158
18158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18159
18159
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18251,7 +18251,7 @@ class DatabaseClient(object):
18251
18251
  :rtype: :class:`~oci.response.Response`
18252
18252
 
18253
18253
  :example:
18254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18255
18255
  """
18256
18256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18257
18257
  required_arguments = ['autonomousDatabaseId']
@@ -18349,7 +18349,7 @@ class DatabaseClient(object):
18349
18349
  :rtype: :class:`~oci.response.Response`
18350
18350
 
18351
18351
  :example:
18352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18353
18353
  """
18354
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18355
18355
  required_arguments = ['autonomousDatabaseBackupId']
@@ -18452,7 +18452,7 @@ class DatabaseClient(object):
18452
18452
  :rtype: :class:`~oci.response.Response`
18453
18453
 
18454
18454
  :example:
18455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18456
18456
  """
18457
18457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18458
18458
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -18546,7 +18546,7 @@ class DatabaseClient(object):
18546
18546
  :rtype: :class:`~oci.response.Response`
18547
18547
 
18548
18548
  :example:
18549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18550
18550
  """
18551
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18552
18552
  required_arguments = []
@@ -18632,7 +18632,7 @@ class DatabaseClient(object):
18632
18632
  :rtype: :class:`~oci.response.Response`
18633
18633
 
18634
18634
  :example:
18635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18636
18636
  """
18637
18637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18638
18638
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -18730,7 +18730,7 @@ class DatabaseClient(object):
18730
18730
  :rtype: :class:`~oci.response.Response`
18731
18731
 
18732
18732
  :example:
18733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18734
18734
  """
18735
18735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18736
18736
  required_arguments = ['autonomousDatabaseId']
@@ -18825,7 +18825,7 @@ class DatabaseClient(object):
18825
18825
  :rtype: :class:`~oci.response.Response`
18826
18826
 
18827
18827
  :example:
18828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18829
18829
  """
18830
18830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18831
18831
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18913,7 +18913,7 @@ class DatabaseClient(object):
18913
18913
  :rtype: :class:`~oci.response.Response`
18914
18914
 
18915
18915
  :example:
18916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18917
18917
  """
18918
18918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18919
18919
  required_arguments = ['autonomousPatchId']
@@ -19004,7 +19004,7 @@ class DatabaseClient(object):
19004
19004
  :rtype: :class:`~oci.response.Response`
19005
19005
 
19006
19006
  :example:
19007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19008
19008
  """
19009
19009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19010
19010
  required_arguments = ['autonomousVirtualMachineId']
@@ -19102,7 +19102,7 @@ class DatabaseClient(object):
19102
19102
  :rtype: :class:`~oci.response.Response`
19103
19103
 
19104
19104
  :example:
19105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19106
19106
  """
19107
19107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19108
19108
  required_arguments = ['autonomousVmClusterId']
@@ -19200,7 +19200,7 @@ class DatabaseClient(object):
19200
19200
  :rtype: :class:`~oci.response.Response`
19201
19201
 
19202
19202
  :example:
19203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
19204
19204
  """
19205
19205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19206
19206
  required_arguments = ['autonomousVmClusterId']
@@ -19295,7 +19295,7 @@ class DatabaseClient(object):
19295
19295
  :rtype: :class:`~oci.response.Response`
19296
19296
 
19297
19297
  :example:
19298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19299
19299
  """
19300
19300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19301
19301
  required_arguments = ['backupId']
@@ -19386,7 +19386,7 @@ class DatabaseClient(object):
19386
19386
  :rtype: :class:`~oci.response.Response`
19387
19387
 
19388
19388
  :example:
19389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19390
19390
  """
19391
19391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19392
19392
  required_arguments = ['backupDestinationId']
@@ -19484,7 +19484,7 @@ class DatabaseClient(object):
19484
19484
  :rtype: :class:`~oci.response.Response`
19485
19485
 
19486
19486
  :example:
19487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19488
19488
  """
19489
19489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19490
19490
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19582,7 +19582,7 @@ class DatabaseClient(object):
19582
19582
  :rtype: :class:`~oci.response.Response`
19583
19583
 
19584
19584
  :example:
19585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
19586
19586
  """
19587
19587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19588
19588
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19680,7 +19680,7 @@ class DatabaseClient(object):
19680
19680
  :rtype: :class:`~oci.response.Response`
19681
19681
 
19682
19682
  :example:
19683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19684
19684
  """
19685
19685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19686
19686
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19783,7 +19783,7 @@ class DatabaseClient(object):
19783
19783
  :rtype: :class:`~oci.response.Response`
19784
19784
 
19785
19785
  :example:
19786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
19787
19787
  """
19788
19788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19789
19789
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19889,7 +19889,7 @@ class DatabaseClient(object):
19889
19889
  :rtype: :class:`~oci.response.Response`
19890
19890
 
19891
19891
  :example:
19892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19893
19893
  """
19894
19894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19895
19895
  required_arguments = ['cloudVmClusterId']
@@ -19988,7 +19988,7 @@ class DatabaseClient(object):
19988
19988
  :rtype: :class:`~oci.response.Response`
19989
19989
 
19990
19990
  :example:
19991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19992
19992
  """
19993
19993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19994
19994
  required_arguments = ['cloudVmClusterId']
@@ -20091,7 +20091,7 @@ class DatabaseClient(object):
20091
20091
  :rtype: :class:`~oci.response.Response`
20092
20092
 
20093
20093
  :example:
20094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20095
20095
  """
20096
20096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20097
20097
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -20195,7 +20195,7 @@ class DatabaseClient(object):
20195
20195
  :rtype: :class:`~oci.response.Response`
20196
20196
 
20197
20197
  :example:
20198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
20198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
20199
20199
  """
20200
20200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20201
20201
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -20294,7 +20294,7 @@ class DatabaseClient(object):
20294
20294
  :rtype: :class:`~oci.response.Response`
20295
20295
 
20296
20296
  :example:
20297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20298
20298
  """
20299
20299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20300
20300
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -20389,7 +20389,7 @@ class DatabaseClient(object):
20389
20389
  :rtype: :class:`~oci.response.Response`
20390
20390
 
20391
20391
  :example:
20392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20393
20393
  """
20394
20394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20395
20395
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20491,7 +20491,7 @@ class DatabaseClient(object):
20491
20491
  :rtype: :class:`~oci.response.Response`
20492
20492
 
20493
20493
  :example:
20494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20495
20495
  """
20496
20496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20497
20497
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20592,7 +20592,7 @@ class DatabaseClient(object):
20592
20592
  :rtype: :class:`~oci.response.Response`
20593
20593
 
20594
20594
  :example:
20595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20596
20596
  """
20597
20597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20598
20598
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -20681,7 +20681,7 @@ class DatabaseClient(object):
20681
20681
  :rtype: :class:`~oci.response.Response`
20682
20682
 
20683
20683
  :example:
20684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
20684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_database.py.html>`__ to see an example of how to use get_database API.
20685
20685
  """
20686
20686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20687
20687
  required_arguments = ['databaseId']
@@ -20769,7 +20769,7 @@ class DatabaseClient(object):
20769
20769
  :rtype: :class:`~oci.response.Response`
20770
20770
 
20771
20771
  :example:
20772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20773
20773
  """
20774
20774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20775
20775
  required_arguments = ['databaseSoftwareImageId']
@@ -20865,7 +20865,7 @@ class DatabaseClient(object):
20865
20865
  :rtype: :class:`~oci.response.Response`
20866
20866
 
20867
20867
  :example:
20868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20869
20869
  """
20870
20870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20871
20871
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20961,7 +20961,7 @@ class DatabaseClient(object):
20961
20961
  :rtype: :class:`~oci.response.Response`
20962
20962
 
20963
20963
  :example:
20964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20965
20965
  """
20966
20966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20967
20967
  required_arguments = ['dbHomeId']
@@ -21054,7 +21054,7 @@ class DatabaseClient(object):
21054
21054
  :rtype: :class:`~oci.response.Response`
21055
21055
 
21056
21056
  :example:
21057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21058
21058
  """
21059
21059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21060
21060
  required_arguments = ['dbHomeId', 'patchId']
@@ -21148,7 +21148,7 @@ class DatabaseClient(object):
21148
21148
  :rtype: :class:`~oci.response.Response`
21149
21149
 
21150
21150
  :example:
21151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
21152
21152
  """
21153
21153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21154
21154
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -21237,7 +21237,7 @@ class DatabaseClient(object):
21237
21237
  :rtype: :class:`~oci.response.Response`
21238
21238
 
21239
21239
  :example:
21240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21241
21241
  """
21242
21242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21243
21243
  required_arguments = ['dbNodeId']
@@ -21333,7 +21333,7 @@ class DatabaseClient(object):
21333
21333
  :rtype: :class:`~oci.response.Response`
21334
21334
 
21335
21335
  :example:
21336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21337
21337
  """
21338
21338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21339
21339
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -21442,7 +21442,7 @@ class DatabaseClient(object):
21442
21442
  :rtype: :class:`~oci.response.Response`
21443
21443
 
21444
21444
  :example:
21445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21446
21446
  """
21447
21447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21448
21448
  required_arguments = ['dbSystemId']
@@ -21535,7 +21535,7 @@ class DatabaseClient(object):
21535
21535
  :rtype: :class:`~oci.response.Response`
21536
21536
 
21537
21537
  :example:
21538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21539
21539
  """
21540
21540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21541
21541
  required_arguments = ['dbSystemId', 'patchId']
@@ -21629,7 +21629,7 @@ class DatabaseClient(object):
21629
21629
  :rtype: :class:`~oci.response.Response`
21630
21630
 
21631
21631
  :example:
21632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
21633
21633
  """
21634
21634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21635
21635
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -21726,7 +21726,7 @@ class DatabaseClient(object):
21726
21726
  :rtype: :class:`~oci.response.Response`
21727
21727
 
21728
21728
  :example:
21729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
21730
21730
  """
21731
21731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21732
21732
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21831,7 +21831,7 @@ class DatabaseClient(object):
21831
21831
  :rtype: :class:`~oci.response.Response`
21832
21832
 
21833
21833
  :example:
21834
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21835
21835
  """
21836
21836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21837
21837
  required_arguments = ['exadataInfrastructureId']
@@ -21945,7 +21945,7 @@ class DatabaseClient(object):
21945
21945
  :rtype: :class:`~oci.response.Response`
21946
21946
 
21947
21947
  :example:
21948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21949
21949
  """
21950
21950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21951
21951
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -22048,7 +22048,7 @@ class DatabaseClient(object):
22048
22048
  :rtype: :class:`~oci.response.Response`
22049
22049
 
22050
22050
  :example:
22051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
22052
22052
  """
22053
22053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22054
22054
  required_arguments = ['exadataInfrastructureId']
@@ -22165,7 +22165,7 @@ class DatabaseClient(object):
22165
22165
  :rtype: :class:`~oci.response.Response`
22166
22166
 
22167
22167
  :example:
22168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22169
22169
  """
22170
22170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22171
22171
  required_arguments = ['dbSystemId']
@@ -22263,7 +22263,7 @@ class DatabaseClient(object):
22263
22263
  :rtype: :class:`~oci.response.Response`
22264
22264
 
22265
22265
  :example:
22266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22267
22267
  """
22268
22268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22269
22269
  required_arguments = ['exadbVmClusterId']
@@ -22366,7 +22366,7 @@ class DatabaseClient(object):
22366
22366
  :rtype: :class:`~oci.response.Response`
22367
22367
 
22368
22368
  :example:
22369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22370
22370
  """
22371
22371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22372
22372
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -22470,7 +22470,7 @@ class DatabaseClient(object):
22470
22470
  :rtype: :class:`~oci.response.Response`
22471
22471
 
22472
22472
  :example:
22473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
22474
22474
  """
22475
22475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22476
22476
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -22569,7 +22569,7 @@ class DatabaseClient(object):
22569
22569
  :rtype: :class:`~oci.response.Response`
22570
22570
 
22571
22571
  :example:
22572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22573
22573
  """
22574
22574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22575
22575
  required_arguments = ['exascaleDbStorageVaultId']
@@ -22667,7 +22667,7 @@ class DatabaseClient(object):
22667
22667
  :rtype: :class:`~oci.response.Response`
22668
22668
 
22669
22669
  :example:
22670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22671
22671
  """
22672
22672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22673
22673
  required_arguments = ['executionActionId']
@@ -22765,7 +22765,7 @@ class DatabaseClient(object):
22765
22765
  :rtype: :class:`~oci.response.Response`
22766
22766
 
22767
22767
  :example:
22768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22769
22769
  """
22770
22770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22771
22771
  required_arguments = ['executionWindowId']
@@ -22864,7 +22864,7 @@ class DatabaseClient(object):
22864
22864
  :rtype: :class:`~oci.response.Response`
22865
22865
 
22866
22866
  :example:
22867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22868
22868
  """
22869
22869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22870
22870
  required_arguments = ['backupId']
@@ -22955,7 +22955,7 @@ class DatabaseClient(object):
22955
22955
  :rtype: :class:`~oci.response.Response`
22956
22956
 
22957
22957
  :example:
22958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22959
22959
  """
22960
22960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22961
22961
  required_arguments = ['externalContainerDatabaseId']
@@ -23054,7 +23054,7 @@ class DatabaseClient(object):
23054
23054
  :rtype: :class:`~oci.response.Response`
23055
23055
 
23056
23056
  :example:
23057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23058
23058
  """
23059
23059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23060
23060
  required_arguments = ['externalDatabaseConnectorId']
@@ -23152,7 +23152,7 @@ class DatabaseClient(object):
23152
23152
  :rtype: :class:`~oci.response.Response`
23153
23153
 
23154
23154
  :example:
23155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23156
23156
  """
23157
23157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23158
23158
  required_arguments = ['externalNonContainerDatabaseId']
@@ -23251,7 +23251,7 @@ class DatabaseClient(object):
23251
23251
  :rtype: :class:`~oci.response.Response`
23252
23252
 
23253
23253
  :example:
23254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23255
23255
  """
23256
23256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23257
23257
  required_arguments = ['externalPluggableDatabaseId']
@@ -23358,7 +23358,7 @@ class DatabaseClient(object):
23358
23358
  :rtype: :class:`~oci.response.Response`
23359
23359
 
23360
23360
  :example:
23361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23362
23362
  """
23363
23363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23364
23364
  required_arguments = ['compartmentId']
@@ -23462,7 +23462,7 @@ class DatabaseClient(object):
23462
23462
  :rtype: :class:`~oci.response.Response`
23463
23463
 
23464
23464
  :example:
23465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23466
23466
  """
23467
23467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23468
23468
  required_arguments = ['keyStoreId']
@@ -23555,7 +23555,7 @@ class DatabaseClient(object):
23555
23555
  :rtype: :class:`~oci.response.Response`
23556
23556
 
23557
23557
  :example:
23558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23559
23559
  """
23560
23560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23561
23561
  required_arguments = ['maintenanceRunId']
@@ -23641,7 +23641,7 @@ class DatabaseClient(object):
23641
23641
  :rtype: :class:`~oci.response.Response`
23642
23642
 
23643
23643
  :example:
23644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23645
23645
  """
23646
23646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23647
23647
  required_arguments = ['maintenanceRunHistoryId']
@@ -23732,7 +23732,7 @@ class DatabaseClient(object):
23732
23732
  :rtype: :class:`~oci.response.Response`
23733
23733
 
23734
23734
  :example:
23735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23736
23736
  """
23737
23737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23738
23738
  required_arguments = ['oneoffPatchId']
@@ -23835,7 +23835,7 @@ class DatabaseClient(object):
23835
23835
  :rtype: :class:`~oci.response.Response`
23836
23836
 
23837
23837
  :example:
23838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23839
23839
  """
23840
23840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23841
23841
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23931,7 +23931,7 @@ class DatabaseClient(object):
23931
23931
  :rtype: :class:`~oci.response.Response`
23932
23932
 
23933
23933
  :example:
23934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23935
23935
  """
23936
23936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23937
23937
  required_arguments = ['pluggableDatabaseId']
@@ -24022,7 +24022,7 @@ class DatabaseClient(object):
24022
24022
  :rtype: :class:`~oci.response.Response`
24023
24023
 
24024
24024
  :example:
24025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24026
24026
  """
24027
24027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24028
24028
  required_arguments = ['scheduledActionId']
@@ -24120,7 +24120,7 @@ class DatabaseClient(object):
24120
24120
  :rtype: :class:`~oci.response.Response`
24121
24121
 
24122
24122
  :example:
24123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24124
24124
  """
24125
24125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24126
24126
  required_arguments = ['schedulingPlanId']
@@ -24218,7 +24218,7 @@ class DatabaseClient(object):
24218
24218
  :rtype: :class:`~oci.response.Response`
24219
24219
 
24220
24220
  :example:
24221
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24222
24222
  """
24223
24223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24224
24224
  required_arguments = ['schedulingPolicyId']
@@ -24321,7 +24321,7 @@ class DatabaseClient(object):
24321
24321
  :rtype: :class:`~oci.response.Response`
24322
24322
 
24323
24323
  :example:
24324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24325
24325
  """
24326
24326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24327
24327
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -24420,7 +24420,7 @@ class DatabaseClient(object):
24420
24420
  :rtype: :class:`~oci.response.Response`
24421
24421
 
24422
24422
  :example:
24423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24424
24424
  """
24425
24425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24426
24426
  required_arguments = ['vmClusterId']
@@ -24524,7 +24524,7 @@ class DatabaseClient(object):
24524
24524
  :rtype: :class:`~oci.response.Response`
24525
24525
 
24526
24526
  :example:
24527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24528
24528
  """
24529
24529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24530
24530
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -24625,7 +24625,7 @@ class DatabaseClient(object):
24625
24625
  :rtype: :class:`~oci.response.Response`
24626
24626
 
24627
24627
  :example:
24628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24629
24629
  """
24630
24630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24631
24631
  required_arguments = ['vmClusterId', 'patchId']
@@ -24719,7 +24719,7 @@ class DatabaseClient(object):
24719
24719
  :rtype: :class:`~oci.response.Response`
24720
24720
 
24721
24721
  :example:
24722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
24723
24723
  """
24724
24724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24725
24725
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -24816,7 +24816,7 @@ class DatabaseClient(object):
24816
24816
  :rtype: :class:`~oci.response.Response`
24817
24817
 
24818
24818
  :example:
24819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24820
24820
  """
24821
24821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24822
24822
  required_arguments = ['vmClusterId', 'updateId']
@@ -24920,7 +24920,7 @@ class DatabaseClient(object):
24920
24920
  :rtype: :class:`~oci.response.Response`
24921
24921
 
24922
24922
  :example:
24923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24924
24924
  """
24925
24925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24926
24926
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -25021,7 +25021,7 @@ class DatabaseClient(object):
25021
25021
  :rtype: :class:`~oci.response.Response`
25022
25022
 
25023
25023
  :example:
25024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25025
25025
  """
25026
25026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25027
25027
  required_arguments = []
@@ -25133,7 +25133,7 @@ class DatabaseClient(object):
25133
25133
  :rtype: :class:`~oci.response.Response`
25134
25134
 
25135
25135
  :example:
25136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25137
25137
  """
25138
25138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25139
25139
  required_arguments = []
@@ -25251,7 +25251,7 @@ class DatabaseClient(object):
25251
25251
  :rtype: :class:`~oci.response.Response`
25252
25252
 
25253
25253
  :example:
25254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25255
25255
  """
25256
25256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25257
25257
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -25415,7 +25415,7 @@ class DatabaseClient(object):
25415
25415
  :rtype: :class:`~oci.response.Response`
25416
25416
 
25417
25417
  :example:
25418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25419
25419
  """
25420
25420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25421
25421
  required_arguments = []
@@ -25558,7 +25558,7 @@ class DatabaseClient(object):
25558
25558
  :rtype: :class:`~oci.response.Response`
25559
25559
 
25560
25560
  :example:
25561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
25561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
25562
25562
  """
25563
25563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25564
25564
  required_arguments = ['autonomousContainerDatabaseId']
@@ -25679,7 +25679,7 @@ class DatabaseClient(object):
25679
25679
  :rtype: :class:`~oci.response.Response`
25680
25680
 
25681
25681
  :example:
25682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25683
25683
  """
25684
25684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25685
25685
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -25841,7 +25841,7 @@ class DatabaseClient(object):
25841
25841
  :rtype: :class:`~oci.response.Response`
25842
25842
 
25843
25843
  :example:
25844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25845
25845
  """
25846
25846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25847
25847
  required_arguments = ['compartmentId']
@@ -26017,7 +26017,7 @@ class DatabaseClient(object):
26017
26017
  :rtype: :class:`~oci.response.Response`
26018
26018
 
26019
26019
  :example:
26020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26021
26021
  """
26022
26022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26023
26023
  required_arguments = []
@@ -26154,7 +26154,7 @@ class DatabaseClient(object):
26154
26154
  :rtype: :class:`~oci.response.Response`
26155
26155
 
26156
26156
  :example:
26157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26158
26158
  """
26159
26159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26160
26160
  required_arguments = []
@@ -26295,7 +26295,7 @@ class DatabaseClient(object):
26295
26295
  :rtype: :class:`~oci.response.Response`
26296
26296
 
26297
26297
  :example:
26298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26299
26299
  """
26300
26300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26301
26301
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -26445,7 +26445,7 @@ class DatabaseClient(object):
26445
26445
  :rtype: :class:`~oci.response.Response`
26446
26446
 
26447
26447
  :example:
26448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26449
26449
  """
26450
26450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26451
26451
  required_arguments = ['autonomousDatabaseId']
@@ -26556,7 +26556,7 @@ class DatabaseClient(object):
26556
26556
  :rtype: :class:`~oci.response.Response`
26557
26557
 
26558
26558
  :example:
26559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26560
26560
  """
26561
26561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26562
26562
  required_arguments = ['autonomousDatabaseId']
@@ -26670,7 +26670,7 @@ class DatabaseClient(object):
26670
26670
  :rtype: :class:`~oci.response.Response`
26671
26671
 
26672
26672
  :example:
26673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26674
26674
  """
26675
26675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26676
26676
  required_arguments = ['autonomousDatabaseId']
@@ -26807,7 +26807,7 @@ class DatabaseClient(object):
26807
26807
  :rtype: :class:`~oci.response.Response`
26808
26808
 
26809
26809
  :example:
26810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26811
26811
  """
26812
26812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26813
26813
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -27008,7 +27008,7 @@ class DatabaseClient(object):
27008
27008
  :rtype: :class:`~oci.response.Response`
27009
27009
 
27010
27010
  :example:
27011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27012
27012
  """
27013
27013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27014
27014
  required_arguments = ['compartmentId']
@@ -27194,7 +27194,7 @@ class DatabaseClient(object):
27194
27194
  :rtype: :class:`~oci.response.Response`
27195
27195
 
27196
27196
  :example:
27197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27198
27198
  """
27199
27199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27200
27200
  required_arguments = ['compartmentId']
@@ -27325,7 +27325,7 @@ class DatabaseClient(object):
27325
27325
  :rtype: :class:`~oci.response.Response`
27326
27326
 
27327
27327
  :example:
27328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27329
27329
  """
27330
27330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27331
27331
  required_arguments = ['compartmentId']
@@ -27449,7 +27449,7 @@ class DatabaseClient(object):
27449
27449
  :rtype: :class:`~oci.response.Response`
27450
27450
 
27451
27451
  :example:
27452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27453
27453
  """
27454
27454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27455
27455
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -27573,7 +27573,7 @@ class DatabaseClient(object):
27573
27573
  :rtype: :class:`~oci.response.Response`
27574
27574
 
27575
27575
  :example:
27576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27577
27577
  """
27578
27578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27579
27579
  required_arguments = ['compartmentId']
@@ -27714,7 +27714,7 @@ class DatabaseClient(object):
27714
27714
  :rtype: :class:`~oci.response.Response`
27715
27715
 
27716
27716
  :example:
27717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27718
27718
  """
27719
27719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27720
27720
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -27832,7 +27832,7 @@ class DatabaseClient(object):
27832
27832
  :rtype: :class:`~oci.response.Response`
27833
27833
 
27834
27834
  :example:
27835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
27835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
27836
27836
  """
27837
27837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27838
27838
  required_arguments = ['autonomousVmClusterId']
@@ -27969,7 +27969,7 @@ class DatabaseClient(object):
27969
27969
  :rtype: :class:`~oci.response.Response`
27970
27970
 
27971
27971
  :example:
27972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27973
27973
  """
27974
27974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27975
27975
  required_arguments = ['compartmentId']
@@ -28106,7 +28106,7 @@ class DatabaseClient(object):
28106
28106
  :rtype: :class:`~oci.response.Response`
28107
28107
 
28108
28108
  :example:
28109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28110
28110
  """
28111
28111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28112
28112
  required_arguments = ['compartmentId']
@@ -28238,7 +28238,7 @@ class DatabaseClient(object):
28238
28238
  :rtype: :class:`~oci.response.Response`
28239
28239
 
28240
28240
  :example:
28241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28242
28242
  """
28243
28243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28244
28244
  required_arguments = []
@@ -28375,7 +28375,7 @@ class DatabaseClient(object):
28375
28375
  :rtype: :class:`~oci.response.Response`
28376
28376
 
28377
28377
  :example:
28378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
28379
28379
  """
28380
28380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28381
28381
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28515,7 +28515,7 @@ class DatabaseClient(object):
28515
28515
  :rtype: :class:`~oci.response.Response`
28516
28516
 
28517
28517
  :example:
28518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28519
28519
  """
28520
28520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28521
28521
  required_arguments = ['compartmentId']
@@ -28672,7 +28672,7 @@ class DatabaseClient(object):
28672
28672
  :rtype: :class:`~oci.response.Response`
28673
28673
 
28674
28674
  :example:
28675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28676
28676
  """
28677
28677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28678
28678
  required_arguments = ['compartmentId']
@@ -28811,7 +28811,7 @@ class DatabaseClient(object):
28811
28811
  :rtype: :class:`~oci.response.Response`
28812
28812
 
28813
28813
  :example:
28814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
28815
28815
  """
28816
28816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28817
28817
  required_arguments = ['cloudVmClusterId']
@@ -28939,7 +28939,7 @@ class DatabaseClient(object):
28939
28939
  :rtype: :class:`~oci.response.Response`
28940
28940
 
28941
28941
  :example:
28942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28943
28943
  """
28944
28944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28945
28945
  required_arguments = ['cloudVmClusterId']
@@ -29088,7 +29088,7 @@ class DatabaseClient(object):
29088
29088
  :rtype: :class:`~oci.response.Response`
29089
29089
 
29090
29090
  :example:
29091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29092
29092
  """
29093
29093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29094
29094
  required_arguments = ['compartmentId']
@@ -29222,7 +29222,7 @@ class DatabaseClient(object):
29222
29222
  :rtype: :class:`~oci.response.Response`
29223
29223
 
29224
29224
  :example:
29225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29226
29226
  """
29227
29227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29228
29228
  required_arguments = ['dbNodeId']
@@ -29337,7 +29337,7 @@ class DatabaseClient(object):
29337
29337
  :rtype: :class:`~oci.response.Response`
29338
29338
 
29339
29339
  :example:
29340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29341
29341
  """
29342
29342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29343
29343
  required_arguments = ['dbNodeId']
@@ -29487,7 +29487,7 @@ class DatabaseClient(object):
29487
29487
  :rtype: :class:`~oci.response.Response`
29488
29488
 
29489
29489
  :example:
29490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29491
29491
  """
29492
29492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29493
29493
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -29605,7 +29605,7 @@ class DatabaseClient(object):
29605
29605
  :rtype: :class:`~oci.response.Response`
29606
29606
 
29607
29607
  :example:
29608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29609
29609
  """
29610
29610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29611
29611
  required_arguments = ['databaseId']
@@ -29753,7 +29753,7 @@ class DatabaseClient(object):
29753
29753
  :rtype: :class:`~oci.response.Response`
29754
29754
 
29755
29755
  :example:
29756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29757
29757
  """
29758
29758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29759
29759
  required_arguments = ['compartmentId']
@@ -29926,7 +29926,7 @@ class DatabaseClient(object):
29926
29926
  :rtype: :class:`~oci.response.Response`
29927
29927
 
29928
29928
  :example:
29929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29930
29930
  """
29931
29931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29932
29932
  required_arguments = ['databaseId']
@@ -30101,7 +30101,7 @@ class DatabaseClient(object):
30101
30101
  :rtype: :class:`~oci.response.Response`
30102
30102
 
30103
30103
  :example:
30104
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30105
30105
  """
30106
30106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30107
30107
  required_arguments = ['compartmentId']
@@ -30231,7 +30231,7 @@ class DatabaseClient(object):
30231
30231
  :rtype: :class:`~oci.response.Response`
30232
30232
 
30233
30233
  :example:
30234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
30235
30235
  """
30236
30236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30237
30237
  required_arguments = ['dbHomeId']
@@ -30339,7 +30339,7 @@ class DatabaseClient(object):
30339
30339
  :rtype: :class:`~oci.response.Response`
30340
30340
 
30341
30341
  :example:
30342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30343
30343
  """
30344
30344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30345
30345
  required_arguments = ['dbHomeId']
@@ -30483,7 +30483,7 @@ class DatabaseClient(object):
30483
30483
  :rtype: :class:`~oci.response.Response`
30484
30484
 
30485
30485
  :example:
30486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30487
30487
  """
30488
30488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30489
30489
  required_arguments = ['compartmentId']
@@ -30647,7 +30647,7 @@ class DatabaseClient(object):
30647
30647
  :rtype: :class:`~oci.response.Response`
30648
30648
 
30649
30649
  :example:
30650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30651
30651
  """
30652
30652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30653
30653
  required_arguments = ['compartmentId']
@@ -30803,7 +30803,7 @@ class DatabaseClient(object):
30803
30803
  :rtype: :class:`~oci.response.Response`
30804
30804
 
30805
30805
  :example:
30806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30807
30807
  """
30808
30808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30809
30809
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -30928,7 +30928,7 @@ class DatabaseClient(object):
30928
30928
  :rtype: :class:`~oci.response.Response`
30929
30929
 
30930
30930
  :example:
30931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30932
30932
  """
30933
30933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30934
30934
  required_arguments = []
@@ -31025,7 +31025,7 @@ class DatabaseClient(object):
31025
31025
  :rtype: :class:`~oci.response.Response`
31026
31026
 
31027
31027
  :example:
31028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
31029
31029
  """
31030
31030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31031
31031
  required_arguments = ['dbSystemId']
@@ -31133,7 +31133,7 @@ class DatabaseClient(object):
31133
31133
  :rtype: :class:`~oci.response.Response`
31134
31134
 
31135
31135
  :example:
31136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31137
31137
  """
31138
31138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31139
31139
  required_arguments = ['dbSystemId']
@@ -31244,7 +31244,7 @@ class DatabaseClient(object):
31244
31244
  :rtype: :class:`~oci.response.Response`
31245
31245
 
31246
31246
  :example:
31247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31248
31248
  """
31249
31249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31250
31250
  required_arguments = ['compartmentId']
@@ -31350,7 +31350,7 @@ class DatabaseClient(object):
31350
31350
  :rtype: :class:`~oci.response.Response`
31351
31351
 
31352
31352
  :example:
31353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31354
31354
  """
31355
31355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31356
31356
  required_arguments = ['storageManagement']
@@ -31486,7 +31486,7 @@ class DatabaseClient(object):
31486
31486
  :rtype: :class:`~oci.response.Response`
31487
31487
 
31488
31488
  :example:
31489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
31490
31490
  """
31491
31491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31492
31492
  required_arguments = ['dbSystemId']
@@ -31633,7 +31633,7 @@ class DatabaseClient(object):
31633
31633
  :rtype: :class:`~oci.response.Response`
31634
31634
 
31635
31635
  :example:
31636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31637
31637
  """
31638
31638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31639
31639
  required_arguments = ['dbSystemId']
@@ -31776,7 +31776,7 @@ class DatabaseClient(object):
31776
31776
  :rtype: :class:`~oci.response.Response`
31777
31777
 
31778
31778
  :example:
31779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31780
31780
  """
31781
31781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31782
31782
  required_arguments = ['compartmentId']
@@ -31927,7 +31927,7 @@ class DatabaseClient(object):
31927
31927
  :rtype: :class:`~oci.response.Response`
31928
31928
 
31929
31929
  :example:
31930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31931
31931
  """
31932
31932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31933
31933
  required_arguments = ['compartmentId']
@@ -32068,7 +32068,7 @@ class DatabaseClient(object):
32068
32068
  :rtype: :class:`~oci.response.Response`
32069
32069
 
32070
32070
  :example:
32071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32072
32072
  """
32073
32073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32074
32074
  required_arguments = ['compartmentId']
@@ -32215,7 +32215,7 @@ class DatabaseClient(object):
32215
32215
  :rtype: :class:`~oci.response.Response`
32216
32216
 
32217
32217
  :example:
32218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
32218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
32219
32219
  """
32220
32220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32221
32221
  required_arguments = ['exadbVmClusterId']
@@ -32346,7 +32346,7 @@ class DatabaseClient(object):
32346
32346
  :rtype: :class:`~oci.response.Response`
32347
32347
 
32348
32348
  :example:
32349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32350
32350
  """
32351
32351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32352
32352
  required_arguments = ['exadbVmClusterId']
@@ -32495,7 +32495,7 @@ class DatabaseClient(object):
32495
32495
  :rtype: :class:`~oci.response.Response`
32496
32496
 
32497
32497
  :example:
32498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32499
32499
  """
32500
32500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32501
32501
  required_arguments = ['compartmentId']
@@ -32655,7 +32655,7 @@ class DatabaseClient(object):
32655
32655
  :rtype: :class:`~oci.response.Response`
32656
32656
 
32657
32657
  :example:
32658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32659
32659
  """
32660
32660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32661
32661
  required_arguments = ['compartmentId']
@@ -32812,7 +32812,7 @@ class DatabaseClient(object):
32812
32812
  :rtype: :class:`~oci.response.Response`
32813
32813
 
32814
32814
  :example:
32815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32816
32816
  """
32817
32817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32818
32818
  required_arguments = ['compartmentId']
@@ -32967,7 +32967,7 @@ class DatabaseClient(object):
32967
32967
  :rtype: :class:`~oci.response.Response`
32968
32968
 
32969
32969
  :example:
32970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32971
32971
  """
32972
32972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32973
32973
  required_arguments = ['compartmentId']
@@ -33122,7 +33122,7 @@ class DatabaseClient(object):
33122
33122
  :rtype: :class:`~oci.response.Response`
33123
33123
 
33124
33124
  :example:
33125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33126
33126
  """
33127
33127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33128
33128
  required_arguments = ['compartmentId']
@@ -33280,7 +33280,7 @@ class DatabaseClient(object):
33280
33280
  :rtype: :class:`~oci.response.Response`
33281
33281
 
33282
33282
  :example:
33283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33284
33284
  """
33285
33285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33286
33286
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -33434,7 +33434,7 @@ class DatabaseClient(object):
33434
33434
  :rtype: :class:`~oci.response.Response`
33435
33435
 
33436
33436
  :example:
33437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33438
33438
  """
33439
33439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33440
33440
  required_arguments = ['compartmentId']
@@ -33593,7 +33593,7 @@ class DatabaseClient(object):
33593
33593
  :rtype: :class:`~oci.response.Response`
33594
33594
 
33595
33595
  :example:
33596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33597
33597
  """
33598
33598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33599
33599
  required_arguments = ['compartmentId']
@@ -33740,7 +33740,7 @@ class DatabaseClient(object):
33740
33740
  :rtype: :class:`~oci.response.Response`
33741
33741
 
33742
33742
  :example:
33743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33744
33744
  """
33745
33745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33746
33746
  required_arguments = ['compartmentId']
@@ -33889,7 +33889,7 @@ class DatabaseClient(object):
33889
33889
  :rtype: :class:`~oci.response.Response`
33890
33890
 
33891
33891
  :example:
33892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33893
33893
  """
33894
33894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33895
33895
  required_arguments = ['version']
@@ -34049,7 +34049,7 @@ class DatabaseClient(object):
34049
34049
  :rtype: :class:`~oci.response.Response`
34050
34050
 
34051
34051
  :example:
34052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34053
34053
  """
34054
34054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34055
34055
  required_arguments = ['compartmentId']
@@ -34164,7 +34164,7 @@ class DatabaseClient(object):
34164
34164
  :rtype: :class:`~oci.response.Response`
34165
34165
 
34166
34166
  :example:
34167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34168
34168
  """
34169
34169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34170
34170
  required_arguments = ['compartmentId']
@@ -34302,7 +34302,7 @@ class DatabaseClient(object):
34302
34302
  :rtype: :class:`~oci.response.Response`
34303
34303
 
34304
34304
  :example:
34305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34306
34306
  """
34307
34307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34308
34308
  required_arguments = ['compartmentId']
@@ -34498,7 +34498,7 @@ class DatabaseClient(object):
34498
34498
  :rtype: :class:`~oci.response.Response`
34499
34499
 
34500
34500
  :example:
34501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34502
34502
  """
34503
34503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34504
34504
  required_arguments = ['compartmentId']
@@ -34676,7 +34676,7 @@ class DatabaseClient(object):
34676
34676
  :rtype: :class:`~oci.response.Response`
34677
34677
 
34678
34678
  :example:
34679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34680
34680
  """
34681
34681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34682
34682
  required_arguments = ['compartmentId']
@@ -34808,7 +34808,7 @@ class DatabaseClient(object):
34808
34808
  :rtype: :class:`~oci.response.Response`
34809
34809
 
34810
34810
  :example:
34811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34812
34812
  """
34813
34813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34814
34814
  required_arguments = ['type']
@@ -34937,7 +34937,7 @@ class DatabaseClient(object):
34937
34937
  :rtype: :class:`~oci.response.Response`
34938
34938
 
34939
34939
  :example:
34940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34941
34941
  """
34942
34942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34943
34943
  required_arguments = ['databaseId']
@@ -35107,7 +35107,7 @@ class DatabaseClient(object):
35107
35107
  :rtype: :class:`~oci.response.Response`
35108
35108
 
35109
35109
  :example:
35110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35111
35111
  """
35112
35112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35113
35113
  required_arguments = []
@@ -35249,7 +35249,7 @@ class DatabaseClient(object):
35249
35249
  :rtype: :class:`~oci.response.Response`
35250
35250
 
35251
35251
  :example:
35252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35253
35253
  """
35254
35254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35255
35255
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -35398,7 +35398,7 @@ class DatabaseClient(object):
35398
35398
  :rtype: :class:`~oci.response.Response`
35399
35399
 
35400
35400
  :example:
35401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35402
35402
  """
35403
35403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35404
35404
  required_arguments = ['compartmentId']
@@ -35563,7 +35563,7 @@ class DatabaseClient(object):
35563
35563
  :rtype: :class:`~oci.response.Response`
35564
35564
 
35565
35565
  :example:
35566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35567
35567
  """
35568
35568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35569
35569
  required_arguments = ['compartmentId']
@@ -35719,7 +35719,7 @@ class DatabaseClient(object):
35719
35719
  :rtype: :class:`~oci.response.Response`
35720
35720
 
35721
35721
  :example:
35722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35723
35723
  """
35724
35724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35725
35725
  required_arguments = ['compartmentId']
@@ -35874,7 +35874,7 @@ class DatabaseClient(object):
35874
35874
  :rtype: :class:`~oci.response.Response`
35875
35875
 
35876
35876
  :example:
35877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35878
35878
  """
35879
35879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35880
35880
  required_arguments = ['schedulingPolicyId']
@@ -36039,7 +36039,7 @@ class DatabaseClient(object):
36039
36039
  :rtype: :class:`~oci.response.Response`
36040
36040
 
36041
36041
  :example:
36042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36043
36043
  """
36044
36044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36045
36045
  required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
@@ -36187,7 +36187,7 @@ class DatabaseClient(object):
36187
36187
  :rtype: :class:`~oci.response.Response`
36188
36188
 
36189
36189
  :example:
36190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36191
36191
  """
36192
36192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36193
36193
  required_arguments = ['compartmentId', 'giVersion']
@@ -36329,7 +36329,7 @@ class DatabaseClient(object):
36329
36329
  :rtype: :class:`~oci.response.Response`
36330
36330
 
36331
36331
  :example:
36332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36333
36333
  """
36334
36334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36335
36335
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -36470,7 +36470,7 @@ class DatabaseClient(object):
36470
36470
  :rtype: :class:`~oci.response.Response`
36471
36471
 
36472
36472
  :example:
36473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
36474
36474
  """
36475
36475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36476
36476
  required_arguments = ['vmClusterId']
@@ -36578,7 +36578,7 @@ class DatabaseClient(object):
36578
36578
  :rtype: :class:`~oci.response.Response`
36579
36579
 
36580
36580
  :example:
36581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36582
36582
  """
36583
36583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36584
36584
  required_arguments = ['vmClusterId']
@@ -36699,7 +36699,7 @@ class DatabaseClient(object):
36699
36699
  :rtype: :class:`~oci.response.Response`
36700
36700
 
36701
36701
  :example:
36702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
36703
36703
  """
36704
36704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36705
36705
  required_arguments = ['vmClusterId']
@@ -36841,7 +36841,7 @@ class DatabaseClient(object):
36841
36841
  :rtype: :class:`~oci.response.Response`
36842
36842
 
36843
36843
  :example:
36844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36845
36845
  """
36846
36846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36847
36847
  required_arguments = ['vmClusterId']
@@ -37000,7 +37000,7 @@ class DatabaseClient(object):
37000
37000
  :rtype: :class:`~oci.response.Response`
37001
37001
 
37002
37002
  :example:
37003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
37003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
37004
37004
  """
37005
37005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37006
37006
  required_arguments = ['compartmentId']
@@ -37153,7 +37153,7 @@ class DatabaseClient(object):
37153
37153
  :rtype: :class:`~oci.response.Response`
37154
37154
 
37155
37155
  :example:
37156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37157
37157
  """
37158
37158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37159
37159
  required_arguments = ['pluggableDatabaseId']
@@ -37268,7 +37268,7 @@ class DatabaseClient(object):
37268
37268
  :rtype: :class:`~oci.response.Response`
37269
37269
 
37270
37270
  :example:
37271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
37272
37272
  """
37273
37273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37274
37274
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -37388,7 +37388,7 @@ class DatabaseClient(object):
37388
37388
  :rtype: :class:`~oci.response.Response`
37389
37389
 
37390
37390
  :example:
37391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/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.
37392
37392
  """
37393
37393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37394
37394
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -37507,7 +37507,7 @@ class DatabaseClient(object):
37507
37507
  :rtype: :class:`~oci.response.Response`
37508
37508
 
37509
37509
  :example:
37510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
37511
37511
  """
37512
37512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37513
37513
  required_arguments = ['dbSystemId']
@@ -37627,7 +37627,7 @@ class DatabaseClient(object):
37627
37627
  :rtype: :class:`~oci.response.Response`
37628
37628
 
37629
37629
  :example:
37630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37631
37631
  """
37632
37632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37633
37633
  required_arguments = ['databaseId']
@@ -37747,7 +37747,7 @@ class DatabaseClient(object):
37747
37747
  :rtype: :class:`~oci.response.Response`
37748
37748
 
37749
37749
  :example:
37750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37751
37751
  """
37752
37752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37753
37753
  required_arguments = ['databaseId']
@@ -37867,7 +37867,7 @@ class DatabaseClient(object):
37867
37867
  :rtype: :class:`~oci.response.Response`
37868
37868
 
37869
37869
  :example:
37870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37871
37871
  """
37872
37872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37873
37873
  required_arguments = ['pluggableDatabaseId']
@@ -37987,7 +37987,7 @@ class DatabaseClient(object):
37987
37987
  :rtype: :class:`~oci.response.Response`
37988
37988
 
37989
37989
  :example:
37990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37991
37991
  """
37992
37992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37993
37993
  required_arguments = ['executionActionId']
@@ -38104,7 +38104,7 @@ class DatabaseClient(object):
38104
38104
  :rtype: :class:`~oci.response.Response`
38105
38105
 
38106
38106
  :example:
38107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38108
38108
  """
38109
38109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38110
38110
  required_arguments = ['pluggableDatabaseId']
@@ -38214,7 +38214,7 @@ class DatabaseClient(object):
38214
38214
  :rtype: :class:`~oci.response.Response`
38215
38215
 
38216
38216
  :example:
38217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38218
38218
  """
38219
38219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38220
38220
  required_arguments = ['autonomousDatabaseId']
@@ -38323,7 +38323,7 @@ class DatabaseClient(object):
38323
38323
  :rtype: :class:`~oci.response.Response`
38324
38324
 
38325
38325
  :example:
38326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38327
38327
  """
38328
38328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38329
38329
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38430,7 +38430,7 @@ class DatabaseClient(object):
38430
38430
  :rtype: :class:`~oci.response.Response`
38431
38431
 
38432
38432
  :example:
38433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
38434
38434
  """
38435
38435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38436
38436
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -38546,7 +38546,7 @@ class DatabaseClient(object):
38546
38546
  :rtype: :class:`~oci.response.Response`
38547
38547
 
38548
38548
  :example:
38549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38550
38550
  """
38551
38551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38552
38552
  required_arguments = ['databaseId']
@@ -38661,7 +38661,7 @@ class DatabaseClient(object):
38661
38661
  :rtype: :class:`~oci.response.Response`
38662
38662
 
38663
38663
  :example:
38664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38665
38665
  """
38666
38666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38667
38667
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38779,7 +38779,7 @@ class DatabaseClient(object):
38779
38779
  :rtype: :class:`~oci.response.Response`
38780
38780
 
38781
38781
  :example:
38782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38783
38783
  """
38784
38784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38785
38785
  required_arguments = ['pluggableDatabaseId']
@@ -38899,7 +38899,7 @@ class DatabaseClient(object):
38899
38899
  :rtype: :class:`~oci.response.Response`
38900
38900
 
38901
38901
  :example:
38902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
38903
38903
  """
38904
38904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38905
38905
  required_arguments = ['cloudVmClusterId']
@@ -39019,7 +39019,7 @@ class DatabaseClient(object):
39019
39019
  :rtype: :class:`~oci.response.Response`
39020
39020
 
39021
39021
  :example:
39022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
39022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
39023
39023
  """
39024
39024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39025
39025
  required_arguments = ['exadbVmClusterId']
@@ -39139,7 +39139,7 @@ class DatabaseClient(object):
39139
39139
  :rtype: :class:`~oci.response.Response`
39140
39140
 
39141
39141
  :example:
39142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
39142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
39143
39143
  """
39144
39144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39145
39145
  required_arguments = ['vmClusterId']
@@ -39259,7 +39259,7 @@ class DatabaseClient(object):
39259
39259
  :rtype: :class:`~oci.response.Response`
39260
39260
 
39261
39261
  :example:
39262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39263
39263
  """
39264
39264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39265
39265
  required_arguments = ['executionWindowId']
@@ -39379,7 +39379,7 @@ class DatabaseClient(object):
39379
39379
  :rtype: :class:`~oci.response.Response`
39380
39380
 
39381
39381
  :example:
39382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39383
39383
  """
39384
39384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39385
39385
  required_arguments = ['schedulingPlanId']
@@ -39505,7 +39505,7 @@ class DatabaseClient(object):
39505
39505
  :rtype: :class:`~oci.response.Response`
39506
39506
 
39507
39507
  :example:
39508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39509
39509
  """
39510
39510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39511
39511
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -39624,7 +39624,7 @@ class DatabaseClient(object):
39624
39624
  :rtype: :class:`~oci.response.Response`
39625
39625
 
39626
39626
  :example:
39627
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39628
39628
  """
39629
39629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39630
39630
  required_arguments = []
@@ -39730,7 +39730,7 @@ class DatabaseClient(object):
39730
39730
  :rtype: :class:`~oci.response.Response`
39731
39731
 
39732
39732
  :example:
39733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39734
39734
  """
39735
39735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39736
39736
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39836,7 +39836,7 @@ class DatabaseClient(object):
39836
39836
  :rtype: :class:`~oci.response.Response`
39837
39837
 
39838
39838
  :example:
39839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39840
39840
  """
39841
39841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39842
39842
  required_arguments = ['autonomousDatabaseId']
@@ -39945,7 +39945,7 @@ class DatabaseClient(object):
39945
39945
  :rtype: :class:`~oci.response.Response`
39946
39946
 
39947
39947
  :example:
39948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39949
39949
  """
39950
39950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39951
39951
  required_arguments = ['autonomousDatabaseId']
@@ -40052,7 +40052,7 @@ class DatabaseClient(object):
40052
40052
  :rtype: :class:`~oci.response.Response`
40053
40053
 
40054
40054
  :example:
40055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40056
40056
  """
40057
40057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40058
40058
  required_arguments = ['databaseId']
@@ -40169,7 +40169,7 @@ class DatabaseClient(object):
40169
40169
  :rtype: :class:`~oci.response.Response`
40170
40170
 
40171
40171
  :example:
40172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
40173
40173
  """
40174
40174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40175
40175
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40292,7 +40292,7 @@ class DatabaseClient(object):
40292
40292
  :rtype: :class:`~oci.response.Response`
40293
40293
 
40294
40294
  :example:
40295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40296
40296
  """
40297
40297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40298
40298
  required_arguments = ['autonomousDatabaseId']
@@ -40413,7 +40413,7 @@ class DatabaseClient(object):
40413
40413
  :rtype: :class:`~oci.response.Response`
40414
40414
 
40415
40415
  :example:
40416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
40417
40417
  """
40418
40418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40419
40419
  required_arguments = ['autonomousVmClusterId']
@@ -40531,7 +40531,7 @@ class DatabaseClient(object):
40531
40531
  :rtype: :class:`~oci.response.Response`
40532
40532
 
40533
40533
  :example:
40534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
40535
40535
  """
40536
40536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40537
40537
  required_arguments = ['autonomousVmClusterId']
@@ -40649,7 +40649,7 @@ class DatabaseClient(object):
40649
40649
  :rtype: :class:`~oci.response.Response`
40650
40650
 
40651
40651
  :example:
40652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
40653
40653
  """
40654
40654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40655
40655
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40768,7 +40768,7 @@ class DatabaseClient(object):
40768
40768
  :rtype: :class:`~oci.response.Response`
40769
40769
 
40770
40770
  :example:
40771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
40772
40772
  """
40773
40773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40774
40774
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40884,7 +40884,7 @@ class DatabaseClient(object):
40884
40884
  :rtype: :class:`~oci.response.Response`
40885
40885
 
40886
40886
  :example:
40887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40888
40888
  """
40889
40889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40890
40890
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40997,7 +40997,7 @@ class DatabaseClient(object):
40997
40997
  :rtype: :class:`~oci.response.Response`
40998
40998
 
40999
40999
  :example:
41000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
41000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
41001
41001
  """
41002
41002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41003
41003
  required_arguments = ['pluggableDatabaseId']
@@ -41110,7 +41110,7 @@ class DatabaseClient(object):
41110
41110
  :rtype: :class:`~oci.response.Response`
41111
41111
 
41112
41112
  :example:
41113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41114
41114
  """
41115
41115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41116
41116
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41225,7 +41225,7 @@ class DatabaseClient(object):
41225
41225
  :rtype: :class:`~oci.response.Response`
41226
41226
 
41227
41227
  :example:
41228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41229
41229
  """
41230
41230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41231
41231
  required_arguments = ['databaseId']
@@ -41328,7 +41328,7 @@ class DatabaseClient(object):
41328
41328
  :rtype: :class:`~oci.response.Response`
41329
41329
 
41330
41330
  :example:
41331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41332
41332
  """
41333
41333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41334
41334
  required_arguments = ['autonomousDatabaseId']
@@ -41440,7 +41440,7 @@ class DatabaseClient(object):
41440
41440
  :rtype: :class:`~oci.response.Response`
41441
41441
 
41442
41442
  :example:
41443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
41443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
41444
41444
  """
41445
41445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41446
41446
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -41563,7 +41563,7 @@ class DatabaseClient(object):
41563
41563
  :rtype: :class:`~oci.response.Response`
41564
41564
 
41565
41565
  :example:
41566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41567
41567
  """
41568
41568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41569
41569
  required_arguments = ['databaseId']
@@ -41685,7 +41685,7 @@ class DatabaseClient(object):
41685
41685
  :rtype: :class:`~oci.response.Response`
41686
41686
 
41687
41687
  :example:
41688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41689
41689
  """
41690
41690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41691
41691
  required_arguments = ['pluggableDatabaseId']
@@ -41796,7 +41796,7 @@ class DatabaseClient(object):
41796
41796
  :rtype: :class:`~oci.response.Response`
41797
41797
 
41798
41798
  :example:
41799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41800
41800
  """
41801
41801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41802
41802
  required_arguments = ['autonomousDatabaseId']
@@ -41902,7 +41902,7 @@ class DatabaseClient(object):
41902
41902
  :rtype: :class:`~oci.response.Response`
41903
41903
 
41904
41904
  :example:
41905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41906
41906
  """
41907
41907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41908
41908
  required_arguments = ['autonomousDatabaseId']
@@ -42014,7 +42014,7 @@ class DatabaseClient(object):
42014
42014
  :rtype: :class:`~oci.response.Response`
42015
42015
 
42016
42016
  :example:
42017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42018
42018
  """
42019
42019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42020
42020
  required_arguments = ['pluggableDatabaseId']
@@ -42126,7 +42126,7 @@ class DatabaseClient(object):
42126
42126
  :rtype: :class:`~oci.response.Response`
42127
42127
 
42128
42128
  :example:
42129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42130
42130
  """
42131
42131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42132
42132
  required_arguments = ['autonomousDatabaseId']
@@ -42240,7 +42240,7 @@ class DatabaseClient(object):
42240
42240
  :rtype: :class:`~oci.response.Response`
42241
42241
 
42242
42242
  :example:
42243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42244
42244
  """
42245
42245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42246
42246
  required_arguments = ['pluggableDatabaseId']
@@ -42363,7 +42363,7 @@ class DatabaseClient(object):
42363
42363
  :rtype: :class:`~oci.response.Response`
42364
42364
 
42365
42365
  :example:
42366
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42367
42367
  """
42368
42368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42369
42369
  required_arguments = ['databaseId']
@@ -42476,7 +42476,7 @@ class DatabaseClient(object):
42476
42476
  :rtype: :class:`~oci.response.Response`
42477
42477
 
42478
42478
  :example:
42479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42480
42480
  """
42481
42481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42482
42482
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42585,7 +42585,7 @@ class DatabaseClient(object):
42585
42585
  :rtype: :class:`~oci.response.Response`
42586
42586
 
42587
42587
  :example:
42588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
42588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
42589
42589
  """
42590
42590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42591
42591
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42708,7 +42708,7 @@ class DatabaseClient(object):
42708
42708
  :rtype: :class:`~oci.response.Response`
42709
42709
 
42710
42710
  :example:
42711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42712
42712
  """
42713
42713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42714
42714
  required_arguments = ['autonomousDatabaseId']
@@ -42834,7 +42834,7 @@ class DatabaseClient(object):
42834
42834
  :rtype: :class:`~oci.response.Response`
42835
42835
 
42836
42836
  :example:
42837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42838
42838
  """
42839
42839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42840
42840
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42937,7 +42937,7 @@ class DatabaseClient(object):
42937
42937
  :rtype: :class:`~oci.response.Response`
42938
42938
 
42939
42939
  :example:
42940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42941
42941
  """
42942
42942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42943
42943
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43035,7 +43035,7 @@ class DatabaseClient(object):
43035
43035
  :rtype: :class:`~oci.response.Response`
43036
43036
 
43037
43037
  :example:
43038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43039
43039
  """
43040
43040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43041
43041
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -43140,7 +43140,7 @@ class DatabaseClient(object):
43140
43140
  :rtype: :class:`~oci.response.Response`
43141
43141
 
43142
43142
  :example:
43143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43144
43144
  """
43145
43145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43146
43146
  required_arguments = ['dbSystemId']
@@ -43241,7 +43241,7 @@ class DatabaseClient(object):
43241
43241
  :rtype: :class:`~oci.response.Response`
43242
43242
 
43243
43243
  :example:
43244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43245
43245
  """
43246
43246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43247
43247
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43354,7 +43354,7 @@ class DatabaseClient(object):
43354
43354
  :rtype: :class:`~oci.response.Response`
43355
43355
 
43356
43356
  :example:
43357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
43357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
43358
43358
  """
43359
43359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43360
43360
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -43469,7 +43469,7 @@ class DatabaseClient(object):
43469
43469
  :rtype: :class:`~oci.response.Response`
43470
43470
 
43471
43471
  :example:
43472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43473
43473
  """
43474
43474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43475
43475
  required_arguments = ['autonomousDatabaseId']
@@ -43585,7 +43585,7 @@ class DatabaseClient(object):
43585
43585
  :rtype: :class:`~oci.response.Response`
43586
43586
 
43587
43587
  :example:
43588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43589
43589
  """
43590
43590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43591
43591
  required_arguments = ['autonomousDatabaseBackupId']
@@ -43691,7 +43691,7 @@ class DatabaseClient(object):
43691
43691
  :rtype: :class:`~oci.response.Response`
43692
43692
 
43693
43693
  :example:
43694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43695
43695
  """
43696
43696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43697
43697
  required_arguments = []
@@ -43787,7 +43787,7 @@ class DatabaseClient(object):
43787
43787
  :rtype: :class:`~oci.response.Response`
43788
43788
 
43789
43789
  :example:
43790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43791
43791
  """
43792
43792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43793
43793
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -43896,7 +43896,7 @@ class DatabaseClient(object):
43896
43896
  :rtype: :class:`~oci.response.Response`
43897
43897
 
43898
43898
  :example:
43899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43900
43900
  """
43901
43901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43902
43902
  required_arguments = ['autonomousDatabaseId']
@@ -44001,7 +44001,7 @@ class DatabaseClient(object):
44001
44001
  :rtype: :class:`~oci.response.Response`
44002
44002
 
44003
44003
  :example:
44004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
44004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
44005
44005
  """
44006
44006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44007
44007
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -44109,7 +44109,7 @@ class DatabaseClient(object):
44109
44109
  :rtype: :class:`~oci.response.Response`
44110
44110
 
44111
44111
  :example:
44112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44113
44113
  """
44114
44114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44115
44115
  required_arguments = ['autonomousVmClusterId']
@@ -44219,7 +44219,7 @@ class DatabaseClient(object):
44219
44219
  :rtype: :class:`~oci.response.Response`
44220
44220
 
44221
44221
  :example:
44222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44223
44223
  """
44224
44224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44225
44225
  required_arguments = ['backupId']
@@ -44332,7 +44332,7 @@ class DatabaseClient(object):
44332
44332
  :rtype: :class:`~oci.response.Response`
44333
44333
 
44334
44334
  :example:
44335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44336
44336
  """
44337
44337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44338
44338
  required_arguments = ['backupDestinationId']
@@ -44442,7 +44442,7 @@ class DatabaseClient(object):
44442
44442
  :rtype: :class:`~oci.response.Response`
44443
44443
 
44444
44444
  :example:
44445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44446
44446
  """
44447
44447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44448
44448
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -44552,7 +44552,7 @@ class DatabaseClient(object):
44552
44552
  :rtype: :class:`~oci.response.Response`
44553
44553
 
44554
44554
  :example:
44555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44556
44556
  """
44557
44557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44558
44558
  required_arguments = ['cloudExadataInfrastructureId']
@@ -44662,7 +44662,7 @@ class DatabaseClient(object):
44662
44662
  :rtype: :class:`~oci.response.Response`
44663
44663
 
44664
44664
  :example:
44665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44666
44666
  """
44667
44667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44668
44668
  required_arguments = ['cloudVmClusterId']
@@ -44772,7 +44772,7 @@ class DatabaseClient(object):
44772
44772
  :rtype: :class:`~oci.response.Response`
44773
44773
 
44774
44774
  :example:
44775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
44775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
44776
44776
  """
44777
44777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44778
44778
  required_arguments = ['cloudVmClusterId']
@@ -44885,7 +44885,7 @@ class DatabaseClient(object):
44885
44885
  :rtype: :class:`~oci.response.Response`
44886
44886
 
44887
44887
  :example:
44888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44889
44889
  """
44890
44890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44891
44891
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -44999,7 +44999,7 @@ class DatabaseClient(object):
44999
44999
  :rtype: :class:`~oci.response.Response`
45000
45000
 
45001
45001
  :example:
45002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
45002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
45003
45003
  """
45004
45004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45005
45005
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -45120,7 +45120,7 @@ class DatabaseClient(object):
45120
45120
  :rtype: :class:`~oci.response.Response`
45121
45121
 
45122
45122
  :example:
45123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45124
45124
  """
45125
45125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45126
45126
  required_arguments = ['databaseId']
@@ -45238,7 +45238,7 @@ class DatabaseClient(object):
45238
45238
  :rtype: :class:`~oci.response.Response`
45239
45239
 
45240
45240
  :example:
45241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45242
45242
  """
45243
45243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45244
45244
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -45346,7 +45346,7 @@ class DatabaseClient(object):
45346
45346
  :rtype: :class:`~oci.response.Response`
45347
45347
 
45348
45348
  :example:
45349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
45349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_database.py.html>`__ to see an example of how to use update_database API.
45350
45350
  """
45351
45351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45352
45352
  required_arguments = ['databaseId']
@@ -45451,7 +45451,7 @@ class DatabaseClient(object):
45451
45451
  :rtype: :class:`~oci.response.Response`
45452
45452
 
45453
45453
  :example:
45454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45455
45455
  """
45456
45456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45457
45457
  required_arguments = ['databaseSoftwareImageId']
@@ -45556,7 +45556,7 @@ class DatabaseClient(object):
45556
45556
  :rtype: :class:`~oci.response.Response`
45557
45557
 
45558
45558
  :example:
45559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45560
45560
  """
45561
45561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45562
45562
  required_arguments = ['dbHomeId']
@@ -45664,7 +45664,7 @@ class DatabaseClient(object):
45664
45664
  :rtype: :class:`~oci.response.Response`
45665
45665
 
45666
45666
  :example:
45667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45668
45668
  """
45669
45669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45670
45670
  required_arguments = ['dbNodeId']
@@ -45778,7 +45778,7 @@ class DatabaseClient(object):
45778
45778
  :rtype: :class:`~oci.response.Response`
45779
45779
 
45780
45780
  :example:
45781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45782
45782
  """
45783
45783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45784
45784
  required_arguments = ['dbSystemId']
@@ -45887,7 +45887,7 @@ class DatabaseClient(object):
45887
45887
  :rtype: :class:`~oci.response.Response`
45888
45888
 
45889
45889
  :example:
45890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45891
45891
  """
45892
45892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45893
45893
  required_arguments = ['exadataInfrastructureId']
@@ -46007,7 +46007,7 @@ class DatabaseClient(object):
46007
46007
  :rtype: :class:`~oci.response.Response`
46008
46008
 
46009
46009
  :example:
46010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46011
46011
  """
46012
46012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46013
46013
  required_arguments = ['dbSystemId']
@@ -46117,7 +46117,7 @@ class DatabaseClient(object):
46117
46117
  :rtype: :class:`~oci.response.Response`
46118
46118
 
46119
46119
  :example:
46120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46121
46121
  """
46122
46122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46123
46123
  required_arguments = ['exadbVmClusterId']
@@ -46227,7 +46227,7 @@ class DatabaseClient(object):
46227
46227
  :rtype: :class:`~oci.response.Response`
46228
46228
 
46229
46229
  :example:
46230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46231
46231
  """
46232
46232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46233
46233
  required_arguments = ['exascaleDbStorageVaultId']
@@ -46337,7 +46337,7 @@ class DatabaseClient(object):
46337
46337
  :rtype: :class:`~oci.response.Response`
46338
46338
 
46339
46339
  :example:
46340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46341
46341
  """
46342
46342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46343
46343
  required_arguments = ['executionActionId']
@@ -46447,7 +46447,7 @@ class DatabaseClient(object):
46447
46447
  :rtype: :class:`~oci.response.Response`
46448
46448
 
46449
46449
  :example:
46450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46451
46451
  """
46452
46452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46453
46453
  required_arguments = ['executionWindowId']
@@ -46560,7 +46560,7 @@ class DatabaseClient(object):
46560
46560
  :rtype: :class:`~oci.response.Response`
46561
46561
 
46562
46562
  :example:
46563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46564
46564
  """
46565
46565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46566
46566
  required_arguments = ['externalContainerDatabaseId']
@@ -46671,7 +46671,7 @@ class DatabaseClient(object):
46671
46671
  :rtype: :class:`~oci.response.Response`
46672
46672
 
46673
46673
  :example:
46674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46675
46675
  """
46676
46676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46677
46677
  required_arguments = ['externalDatabaseConnectorId']
@@ -46781,7 +46781,7 @@ class DatabaseClient(object):
46781
46781
  :rtype: :class:`~oci.response.Response`
46782
46782
 
46783
46783
  :example:
46784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46785
46785
  """
46786
46786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46787
46787
  required_arguments = ['externalNonContainerDatabaseId']
@@ -46893,7 +46893,7 @@ class DatabaseClient(object):
46893
46893
  :rtype: :class:`~oci.response.Response`
46894
46894
 
46895
46895
  :example:
46896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46897
46897
  """
46898
46898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46899
46899
  required_arguments = ['externalPluggableDatabaseId']
@@ -47003,7 +47003,7 @@ class DatabaseClient(object):
47003
47003
  :rtype: :class:`~oci.response.Response`
47004
47004
 
47005
47005
  :example:
47006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47007
47007
  """
47008
47008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47009
47009
  required_arguments = ['keyStoreId']
@@ -47108,7 +47108,7 @@ class DatabaseClient(object):
47108
47108
  :rtype: :class:`~oci.response.Response`
47109
47109
 
47110
47110
  :example:
47111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47112
47112
  """
47113
47113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47114
47114
  required_arguments = ['maintenanceRunId']
@@ -47216,7 +47216,7 @@ class DatabaseClient(object):
47216
47216
  :rtype: :class:`~oci.response.Response`
47217
47217
 
47218
47218
  :example:
47219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47220
47220
  """
47221
47221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47222
47222
  required_arguments = ['oneoffPatchId']
@@ -47323,7 +47323,7 @@ class DatabaseClient(object):
47323
47323
  :rtype: :class:`~oci.response.Response`
47324
47324
 
47325
47325
  :example:
47326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47327
47327
  """
47328
47328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47329
47329
  required_arguments = ['pluggableDatabaseId']
@@ -47431,7 +47431,7 @@ class DatabaseClient(object):
47431
47431
  :rtype: :class:`~oci.response.Response`
47432
47432
 
47433
47433
  :example:
47434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47435
47435
  """
47436
47436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47437
47437
  required_arguments = ['scheduledActionId']
@@ -47541,7 +47541,7 @@ class DatabaseClient(object):
47541
47541
  :rtype: :class:`~oci.response.Response`
47542
47542
 
47543
47543
  :example:
47544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47545
47545
  """
47546
47546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47547
47547
  required_arguments = ['schedulingPolicyId']
@@ -47656,7 +47656,7 @@ class DatabaseClient(object):
47656
47656
  :rtype: :class:`~oci.response.Response`
47657
47657
 
47658
47658
  :example:
47659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47660
47660
  """
47661
47661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47662
47662
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -47767,7 +47767,7 @@ class DatabaseClient(object):
47767
47767
  :rtype: :class:`~oci.response.Response`
47768
47768
 
47769
47769
  :example:
47770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47771
47771
  """
47772
47772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47773
47773
  required_arguments = ['vmClusterId']
@@ -47883,7 +47883,7 @@ class DatabaseClient(object):
47883
47883
  :rtype: :class:`~oci.response.Response`
47884
47884
 
47885
47885
  :example:
47886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47887
47887
  """
47888
47888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47889
47889
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -47994,7 +47994,7 @@ class DatabaseClient(object):
47994
47994
  :rtype: :class:`~oci.response.Response`
47995
47995
 
47996
47996
  :example:
47997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47998
47998
  """
47999
47999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48000
48000
  required_arguments = ['databaseId']
@@ -48111,7 +48111,7 @@ class DatabaseClient(object):
48111
48111
  :rtype: :class:`~oci.response.Response`
48112
48112
 
48113
48113
  :example:
48114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48115
48115
  """
48116
48116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48117
48117
  required_arguments = ['dbSystemId']
@@ -48228,7 +48228,7 @@ class DatabaseClient(object):
48228
48228
  :rtype: :class:`~oci.response.Response`
48229
48229
 
48230
48230
  :example:
48231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48232
48232
  """
48233
48233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48234
48234
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']