oci 2.126.2__py3-none-any.whl → 2.126.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 (323) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +99 -99
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +247 -247
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +42 -42
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +278 -278
  63. oci/data_science/data_science_client.py +91 -91
  64. oci/database/database_client.py +333 -333
  65. oci/database/models/create_vm_cluster_details.py +33 -2
  66. oci/database/models/exadata_infrastructure.py +31 -0
  67. oci/database/models/exadata_infrastructure_summary.py +31 -0
  68. oci/database/models/update_vm_cluster_details.py +33 -2
  69. oci/database/models/vm_cluster.py +33 -2
  70. oci/database/models/vm_cluster_summary.py +33 -2
  71. oci/database_management/db_management_client.py +206 -206
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +7 -7
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +41 -41
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/desktops/desktop_service_client.py +21 -21
  79. oci/devops/devops_client.py +89 -89
  80. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  81. oci/dns/dns_client.py +52 -52
  82. oci/dts/appliance_export_job_client.py +6 -6
  83. oci/dts/shipping_vendors_client.py +1 -1
  84. oci/dts/transfer_appliance_client.py +8 -8
  85. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  86. oci/dts/transfer_device_client.py +5 -5
  87. oci/dts/transfer_job_client.py +6 -6
  88. oci/dts/transfer_package_client.py +7 -7
  89. oci/em_warehouse/em_data_lake_client.py +13 -13
  90. oci/em_warehouse/em_warehouse_client.py +13 -13
  91. oci/email/email_client.py +608 -28
  92. oci/email/email_client_composite_operations.py +132 -0
  93. oci/email/models/__init__.py +10 -0
  94. oci/email/models/create_email_domain_details.py +31 -0
  95. oci/email/models/create_email_return_path_details.py +239 -0
  96. oci/email/models/email_domain.py +82 -0
  97. oci/email/models/email_return_path.py +577 -0
  98. oci/email/models/email_return_path_collection.py +72 -0
  99. oci/email/models/email_return_path_summary.py +444 -0
  100. oci/email/models/sender.py +15 -3
  101. oci/email/models/update_email_domain_details.py +31 -0
  102. oci/email/models/update_email_return_path_details.py +156 -0
  103. oci/email/models/work_request.py +15 -3
  104. oci/email/models/work_request_summary.py +15 -3
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +39 -39
  113. oci/fusion_apps/fusion_environment_client.py +15 -15
  114. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  115. oci/fusion_apps/refresh_activity_client.py +4 -4
  116. oci/fusion_apps/scheduled_activity_client.py +2 -2
  117. oci/fusion_apps/service_attachment_client.py +2 -2
  118. oci/generative_ai/generative_ai_client.py +22 -22
  119. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  120. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  121. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  122. oci/golden_gate/golden_gate_client.py +61 -61
  123. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  124. oci/governance_rules_control_plane/work_request_client.py +5 -5
  125. oci/healthchecks/health_checks_client.py +17 -17
  126. oci/identity/identity_client.py +145 -145
  127. oci/identity_data_plane/dataplane_client.py +2 -2
  128. oci/identity_domains/identity_domains_client.py +300 -300
  129. oci/integration/integration_instance_client.py +15 -15
  130. oci/jms/java_management_service_client.py +66 -66
  131. oci/jms_java_downloads/java_download_client.py +25 -25
  132. oci/key_management/ekm_client.py +5 -5
  133. oci/key_management/kms_crypto_client.py +6 -6
  134. oci/key_management/kms_hsm_cluster_client.py +12 -12
  135. oci/key_management/kms_management_client.py +21 -21
  136. oci/key_management/kms_vault_client.py +14 -14
  137. oci/license_manager/license_manager_client.py +18 -18
  138. oci/limits/limits_client.py +4 -4
  139. oci/limits/quotas_client.py +7 -7
  140. oci/load_balancer/load_balancer_client.py +61 -61
  141. oci/load_balancer/models/ssl_configuration.py +41 -0
  142. oci/load_balancer/models/ssl_configuration_details.py +41 -0
  143. oci/lockbox/lockbox_client.py +24 -24
  144. oci/log_analytics/log_analytics_client.py +193 -193
  145. oci/logging/logging_management_client.py +30 -30
  146. oci/loggingingestion/logging_client.py +1 -1
  147. oci/loggingsearch/log_search_client.py +1 -1
  148. oci/management_agent/management_agent_client.py +28 -28
  149. oci/management_dashboard/dashx_apis_client.py +14 -14
  150. oci/marketplace/account_client.py +2 -2
  151. oci/marketplace/marketplace_client.py +30 -30
  152. oci/marketplace_private_offer/__init__.py +16 -0
  153. oci/marketplace_private_offer/attachment_client.py +719 -0
  154. oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
  155. oci/marketplace_private_offer/models/__init__.py +48 -0
  156. oci/marketplace_private_offer/models/attachment.py +446 -0
  157. oci/marketplace_private_offer/models/attachment_collection.py +72 -0
  158. oci/marketplace_private_offer/models/attachment_summary.py +293 -0
  159. oci/marketplace_private_offer/models/buyer_information.py +161 -0
  160. oci/marketplace_private_offer/models/contact.py +134 -0
  161. oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
  162. oci/marketplace_private_offer/models/create_offer_details.py +498 -0
  163. oci/marketplace_private_offer/models/custom_field.py +103 -0
  164. oci/marketplace_private_offer/models/offer.py +787 -0
  165. oci/marketplace_private_offer/models/offer_collection.py +72 -0
  166. oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
  167. oci/marketplace_private_offer/models/offer_summary.py +591 -0
  168. oci/marketplace_private_offer/models/pricing.py +146 -0
  169. oci/marketplace_private_offer/models/publisher_summary.py +710 -0
  170. oci/marketplace_private_offer/models/resource_bundle.py +205 -0
  171. oci/marketplace_private_offer/models/seller_information.py +99 -0
  172. oci/marketplace_private_offer/models/update_offer_details.py +467 -0
  173. oci/marketplace_private_offer/models/upload_data.py +134 -0
  174. oci/marketplace_private_offer/offer_client.py +789 -0
  175. oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
  176. oci/marketplace_publisher/__init__.py +5 -1
  177. oci/marketplace_publisher/attachment_client.py +719 -0
  178. oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
  179. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  180. oci/marketplace_publisher/models/__init__.py +32 -0
  181. oci/marketplace_publisher/models/attachment.py +446 -0
  182. oci/marketplace_publisher/models/attachment_collection.py +72 -0
  183. oci/marketplace_publisher/models/attachment_summary.py +293 -0
  184. oci/marketplace_publisher/models/buyer_information.py +161 -0
  185. oci/marketplace_publisher/models/contact.py +134 -0
  186. oci/marketplace_publisher/models/create_attachment_details.py +134 -0
  187. oci/marketplace_publisher/models/create_offer_details.py +498 -0
  188. oci/marketplace_publisher/models/custom_field.py +103 -0
  189. oci/marketplace_publisher/models/offer.py +787 -0
  190. oci/marketplace_publisher/models/offer_collection.py +72 -0
  191. oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
  192. oci/marketplace_publisher/models/offer_summary.py +591 -0
  193. oci/marketplace_publisher/models/pricing.py +146 -0
  194. oci/marketplace_publisher/models/resource_bundle.py +205 -0
  195. oci/marketplace_publisher/models/seller_information.py +99 -0
  196. oci/marketplace_publisher/models/update_offer_details.py +467 -0
  197. oci/marketplace_publisher/models/work_request.py +23 -3
  198. oci/marketplace_publisher/models/work_request_summary.py +23 -3
  199. oci/marketplace_publisher/offer_client.py +789 -0
  200. oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/models/create_listener_details.py +33 -2
  212. oci/network_load_balancer/models/listener.py +33 -2
  213. oci/network_load_balancer/models/listener_details.py +33 -2
  214. oci/network_load_balancer/models/listener_summary.py +33 -2
  215. oci/network_load_balancer/models/update_listener_details.py +33 -2
  216. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  217. oci/nosql/nosql_client.py +24 -24
  218. oci/object_storage/object_storage_client.py +50 -50
  219. oci/oce/oce_instance_client.py +10 -10
  220. oci/oci_control_center/occ_metrics_client.py +3 -3
  221. oci/ocvp/cluster_client.py +5 -5
  222. oci/ocvp/esxi_host_client.py +8 -8
  223. oci/ocvp/sddc_client.py +14 -14
  224. oci/ocvp/work_request_client.py +4 -4
  225. oci/oda/management_client.py +59 -59
  226. oci/oda/oda_client.py +17 -17
  227. oci/oda/odapackage_client.py +7 -7
  228. oci/onesubscription/billing_schedule_client.py +1 -1
  229. oci/onesubscription/commitment_client.py +2 -2
  230. oci/onesubscription/computed_usage_client.py +3 -3
  231. oci/onesubscription/invoice_summary_client.py +2 -2
  232. oci/onesubscription/organization_subscription_client.py +1 -1
  233. oci/onesubscription/ratecard_client.py +1 -1
  234. oci/onesubscription/subscribed_service_client.py +2 -2
  235. oci/onesubscription/subscription_client.py +1 -1
  236. oci/ons/notification_control_plane_client.py +6 -6
  237. oci/ons/notification_data_plane_client.py +10 -10
  238. oci/opa/opa_instance_client.py +13 -13
  239. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  240. oci/opensearch/opensearch_cluster_client.py +14 -14
  241. oci/operator_access_control/access_requests_client.py +10 -10
  242. oci/operator_access_control/operator_actions_client.py +2 -2
  243. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  244. oci/operator_access_control/operator_control_client.py +6 -6
  245. oci/opsi/operations_insights_client.py +175 -175
  246. oci/optimizer/optimizer_client.py +26 -26
  247. oci/os_management/event_client.py +8 -8
  248. oci/os_management/os_management_client.py +69 -69
  249. oci/os_management_hub/event_client.py +8 -8
  250. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  251. oci/os_management_hub/managed_instance_client.py +31 -31
  252. oci/os_management_hub/managed_instance_group_client.py +25 -25
  253. oci/os_management_hub/management_station_client.py +10 -10
  254. oci/os_management_hub/onboarding_client.py +6 -6
  255. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  256. oci/os_management_hub/scheduled_job_client.py +7 -7
  257. oci/os_management_hub/software_source_client.py +27 -27
  258. oci/os_management_hub/work_request_client.py +4 -4
  259. oci/osp_gateway/address_rule_service_client.py +1 -1
  260. oci/osp_gateway/address_service_client.py +2 -2
  261. oci/osp_gateway/invoice_service_client.py +5 -5
  262. oci/osp_gateway/subscription_service_client.py +5 -5
  263. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  264. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  265. oci/osub_subscription/commitment_client.py +2 -2
  266. oci/osub_subscription/ratecard_client.py +1 -1
  267. oci/osub_subscription/subscription_client.py +1 -1
  268. oci/osub_usage/computed_usage_client.py +3 -3
  269. oci/psql/postgresql_client.py +33 -33
  270. oci/queue/queue_admin_client.py +11 -11
  271. oci/queue/queue_client.py +8 -8
  272. oci/recovery/database_recovery_client.py +25 -25
  273. oci/redis/redis_cluster_client.py +11 -11
  274. oci/resource_manager/resource_manager_client.py +52 -52
  275. oci/resource_search/resource_search_client.py +3 -3
  276. oci/rover/rover_bundle_client.py +8 -8
  277. oci/rover/rover_cluster_client.py +8 -8
  278. oci/rover/rover_entitlement_client.py +6 -6
  279. oci/rover/rover_node_client.py +15 -15
  280. oci/rover/shape_client.py +1 -1
  281. oci/rover/work_requests_client.py +5 -5
  282. oci/sch/connector_plugins_client.py +2 -2
  283. oci/sch/service_connector_client.py +12 -12
  284. oci/secrets/secrets_client.py +3 -3
  285. oci/service_catalog/service_catalog_client.py +26 -26
  286. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  287. oci/service_mesh/service_mesh_client.py +48 -48
  288. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  289. oci/streaming/stream_admin_client.py +18 -18
  290. oci/streaming/stream_client.py +8 -8
  291. oci/tenant_manager_control_plane/domain_client.py +5 -5
  292. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  293. oci/tenant_manager_control_plane/governance_client.py +2 -2
  294. oci/tenant_manager_control_plane/link_client.py +3 -3
  295. oci/tenant_manager_control_plane/orders_client.py +2 -2
  296. oci/tenant_manager_control_plane/organization_client.py +10 -10
  297. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  298. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  299. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  300. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  301. oci/threat_intelligence/threatintel_client.py +5 -5
  302. oci/usage/resources_client.py +2 -2
  303. oci/usage/rewards_client.py +6 -6
  304. oci/usage/usagelimits_client.py +1 -1
  305. oci/usage_api/usageapi_client.py +33 -33
  306. oci/vault/vaults_client.py +13 -13
  307. oci/vbs_inst/vbs_instance_client.py +10 -10
  308. oci/version.py +1 -1
  309. oci/visual_builder/vb_instance_client.py +13 -13
  310. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  311. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  312. oci/waa/waa_client.py +13 -13
  313. oci/waa/work_request_client.py +4 -4
  314. oci/waas/redirect_client.py +6 -6
  315. oci/waas/waas_client.py +66 -66
  316. oci/waf/waf_client.py +24 -24
  317. oci/work_requests/work_request_client.py +4 -4
  318. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
  319. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
  320. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
  321. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  322. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
  323. {oci-2.126.2.dist-info → oci-2.126.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.126.2/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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']
@@ -272,7 +272,7 @@ class DatabaseClient(object):
272
272
  :rtype: :class:`~oci.response.Response`
273
273
 
274
274
  :example:
275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
276
276
  """
277
277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
278
278
  required_arguments = ['cloudExadataInfrastructureId']
@@ -387,7 +387,7 @@ class DatabaseClient(object):
387
387
  :rtype: :class:`~oci.response.Response`
388
388
 
389
389
  :example:
390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
391
391
  """
392
392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
393
393
  required_arguments = ['exadataInfrastructureId']
@@ -505,7 +505,7 @@ class DatabaseClient(object):
505
505
  :rtype: :class:`~oci.response.Response`
506
506
 
507
507
  :example:
508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
509
509
  """
510
510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
511
511
  required_arguments = ['cloudVmClusterId']
@@ -625,7 +625,7 @@ class DatabaseClient(object):
625
625
  :rtype: :class:`~oci.response.Response`
626
626
 
627
627
  :example:
628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
629
629
  """
630
630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
631
631
  required_arguments = ['vmClusterId']
@@ -745,7 +745,7 @@ class DatabaseClient(object):
745
745
  :rtype: :class:`~oci.response.Response`
746
746
 
747
747
  :example:
748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
749
749
  """
750
750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
751
751
  required_arguments = ['autonomousDatabaseId']
@@ -862,7 +862,7 @@ class DatabaseClient(object):
862
862
  :rtype: :class:`~oci.response.Response`
863
863
 
864
864
  :example:
865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
866
866
  """
867
867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
868
868
  required_arguments = ['backupId']
@@ -982,7 +982,7 @@ class DatabaseClient(object):
982
982
  :rtype: :class:`~oci.response.Response`
983
983
 
984
984
  :example:
985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
986
986
  """
987
987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
988
988
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
1104
1104
  :rtype: :class:`~oci.response.Response`
1105
1105
 
1106
1106
  :example:
1107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1108
1108
  """
1109
1109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1110
1110
  required_arguments = ['autonomousDatabaseId']
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
1222
1222
  :rtype: :class:`~oci.response.Response`
1223
1223
 
1224
1224
  :example:
1225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
1226
1226
  """
1227
1227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1228
1228
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -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.126.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_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 = ['autonomousExadataInfrastructureId']
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
1462
1462
  :rtype: :class:`~oci.response.Response`
1463
1463
 
1464
1464
  :example:
1465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1466
1466
  """
1467
1467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1468
1468
  required_arguments = ['autonomousVmClusterId']
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
1584
1584
  :rtype: :class:`~oci.response.Response`
1585
1585
 
1586
1586
  :example:
1587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1588
1588
  """
1589
1589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1590
1590
  required_arguments = ['backupDestinationId']
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
1702
1702
  :rtype: :class:`~oci.response.Response`
1703
1703
 
1704
1704
  :example:
1705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
1706
1706
  """
1707
1707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1708
1708
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
1822
1822
  :rtype: :class:`~oci.response.Response`
1823
1823
 
1824
1824
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1826
1826
  """
1827
1827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
1828
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
1940
1940
  :rtype: :class:`~oci.response.Response`
1941
1941
 
1942
1942
  :example:
1943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1944
1944
  """
1945
1945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1946
1946
  required_arguments = ['cloudVmClusterId']
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
2062
2062
  :rtype: :class:`~oci.response.Response`
2063
2063
 
2064
2064
  :example:
2065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2066
2066
  """
2067
2067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2068
2068
  required_arguments = ['databaseSoftwareImageId']
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
2185
2185
  :rtype: :class:`~oci.response.Response`
2186
2186
 
2187
2187
  :example:
2188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2189
2189
  """
2190
2190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2191
2191
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
2316
2316
  :rtype: :class:`~oci.response.Response`
2317
2317
 
2318
2318
  :example:
2319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2320
2320
  """
2321
2321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2322
2322
  required_arguments = ['dbSystemId']
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
2427
2427
  :rtype: :class:`~oci.response.Response`
2428
2428
 
2429
2429
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2431
2431
  """
2432
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2433
  required_arguments = ['autonomousDatabaseId']
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = ['exadataInfrastructureId']
@@ -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.126.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['externalContainerDatabaseId']
@@ -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.126.2/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2915,7 +2915,7 @@ class DatabaseClient(object):
2915
2915
  :rtype: :class:`~oci.response.Response`
2916
2916
 
2917
2917
  :example:
2918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2919
2919
  """
2920
2920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2921
2921
  required_arguments = ['externalPluggableDatabaseId']
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['keyStoreId']
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
3155
3155
  :rtype: :class:`~oci.response.Response`
3156
3156
 
3157
3157
  :example:
3158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3159
3159
  """
3160
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3161
  required_arguments = ['databaseId']
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
3273
3273
  :rtype: :class:`~oci.response.Response`
3274
3274
 
3275
3275
  :example:
3276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3277
3277
  """
3278
3278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3279
3279
  required_arguments = ['oneoffPatchId']
@@ -3392,7 +3392,7 @@ class DatabaseClient(object):
3392
3392
  :rtype: :class:`~oci.response.Response`
3393
3393
 
3394
3394
  :example:
3395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3396
3396
  """
3397
3397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3398
3398
  required_arguments = ['vmClusterId']
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
3509
3509
  :rtype: :class:`~oci.response.Response`
3510
3510
 
3511
3511
  :example:
3512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
3513
3513
  """
3514
3514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3515
3515
  required_arguments = ['externalDatabaseConnectorId']
@@ -3626,7 +3626,7 @@ class DatabaseClient(object):
3626
3626
  :rtype: :class:`~oci.response.Response`
3627
3627
 
3628
3628
  :example:
3629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3630
3630
  """
3631
3631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3632
3632
  required_arguments = ['backupId']
@@ -3748,7 +3748,7 @@ class DatabaseClient(object):
3748
3748
  :rtype: :class:`~oci.response.Response`
3749
3749
 
3750
3750
  :example:
3751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3752
3752
  """
3753
3753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3754
3754
  required_arguments = ['autonomousDatabaseId']
@@ -3859,7 +3859,7 @@ class DatabaseClient(object):
3859
3859
  :rtype: :class:`~oci.response.Response`
3860
3860
 
3861
3861
  :example:
3862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3863
3863
  """
3864
3864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3865
3865
  required_arguments = ['autonomousDatabaseId']
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
3969
3969
  :rtype: :class:`~oci.response.Response`
3970
3970
 
3971
3971
  :example:
3972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3973
3973
  """
3974
3974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3975
3975
  required_arguments = ['databaseId']
@@ -4087,7 +4087,7 @@ class DatabaseClient(object):
4087
4087
  :rtype: :class:`~oci.response.Response`
4088
4088
 
4089
4089
  :example:
4090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4091
4091
  """
4092
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4093
4093
  required_arguments = ['pluggableDatabaseId']
@@ -4197,7 +4197,7 @@ class DatabaseClient(object):
4197
4197
  :rtype: :class:`~oci.response.Response`
4198
4198
 
4199
4199
  :example:
4200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4201
4201
  """
4202
4202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4203
4203
  required_arguments = []
@@ -4290,7 +4290,7 @@ class DatabaseClient(object):
4290
4290
  :rtype: :class:`~oci.response.Response`
4291
4291
 
4292
4292
  :example:
4293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4294
4294
  """
4295
4295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4296
4296
  required_arguments = []
@@ -4396,7 +4396,7 @@ class DatabaseClient(object):
4396
4396
  :rtype: :class:`~oci.response.Response`
4397
4397
 
4398
4398
  :example:
4399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
4399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
4400
4400
  """
4401
4401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4402
4402
  required_arguments = ['autonomousContainerDatabaseId']
@@ -4502,7 +4502,7 @@ class DatabaseClient(object):
4502
4502
  :rtype: :class:`~oci.response.Response`
4503
4503
 
4504
4504
  :example:
4505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4506
4506
  """
4507
4507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4508
4508
  required_arguments = []
@@ -4598,7 +4598,7 @@ class DatabaseClient(object):
4598
4598
  :rtype: :class:`~oci.response.Response`
4599
4599
 
4600
4600
  :example:
4601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4601
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4602
4602
  """
4603
4603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4604
4604
  required_arguments = []
@@ -4694,7 +4694,7 @@ class DatabaseClient(object):
4694
4694
  :rtype: :class:`~oci.response.Response`
4695
4695
 
4696
4696
  :example:
4697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
4697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
4698
4698
  """
4699
4699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4700
4700
  required_arguments = []
@@ -4790,7 +4790,7 @@ class DatabaseClient(object):
4790
4790
  :rtype: :class:`~oci.response.Response`
4791
4791
 
4792
4792
  :example:
4793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4794
4794
  """
4795
4795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4796
4796
  required_arguments = []
@@ -4883,7 +4883,7 @@ class DatabaseClient(object):
4883
4883
  :rtype: :class:`~oci.response.Response`
4884
4884
 
4885
4885
  :example:
4886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4887
4887
  """
4888
4888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4889
4889
  required_arguments = []
@@ -4977,7 +4977,7 @@ class DatabaseClient(object):
4977
4977
  :rtype: :class:`~oci.response.Response`
4978
4978
 
4979
4979
  :example:
4980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4981
4981
  """
4982
4982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4983
4983
  required_arguments = []
@@ -5073,7 +5073,7 @@ class DatabaseClient(object):
5073
5073
  :rtype: :class:`~oci.response.Response`
5074
5074
 
5075
5075
  :example:
5076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5077
5077
  """
5078
5078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5079
5079
  required_arguments = []
@@ -5173,7 +5173,7 @@ class DatabaseClient(object):
5173
5173
  :rtype: :class:`~oci.response.Response`
5174
5174
 
5175
5175
  :example:
5176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5177
5177
  """
5178
5178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5179
5179
  required_arguments = []
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
5271
5271
  :rtype: :class:`~oci.response.Response`
5272
5272
 
5273
5273
  :example:
5274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5275
5275
  """
5276
5276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5277
5277
  required_arguments = []
@@ -5371,7 +5371,7 @@ class DatabaseClient(object):
5371
5371
  :rtype: :class:`~oci.response.Response`
5372
5372
 
5373
5373
  :example:
5374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5375
5375
  """
5376
5376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5377
5377
  required_arguments = ['dbNodeId']
@@ -5482,7 +5482,7 @@ class DatabaseClient(object):
5482
5482
  :rtype: :class:`~oci.response.Response`
5483
5483
 
5484
5484
  :example:
5485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5486
5486
  """
5487
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5488
5488
  required_arguments = ['dbNodeId']
@@ -5602,7 +5602,7 @@ class DatabaseClient(object):
5602
5602
  :rtype: :class:`~oci.response.Response`
5603
5603
 
5604
5604
  :example:
5605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5606
5606
  """
5607
5607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5608
5608
  required_arguments = ['databaseId']
@@ -5708,7 +5708,7 @@ class DatabaseClient(object):
5708
5708
  :rtype: :class:`~oci.response.Response`
5709
5709
 
5710
5710
  :example:
5711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
5711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_database.py.html>`__ to see an example of how to use create_database API.
5712
5712
  """
5713
5713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5714
5714
  required_arguments = []
@@ -5801,7 +5801,7 @@ class DatabaseClient(object):
5801
5801
  :rtype: :class:`~oci.response.Response`
5802
5802
 
5803
5803
  :example:
5804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5805
5805
  """
5806
5806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5807
5807
  required_arguments = []
@@ -5892,7 +5892,7 @@ class DatabaseClient(object):
5892
5892
  :rtype: :class:`~oci.response.Response`
5893
5893
 
5894
5894
  :example:
5895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5896
5896
  """
5897
5897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5898
5898
  required_arguments = []
@@ -5987,7 +5987,7 @@ class DatabaseClient(object):
5987
5987
  :rtype: :class:`~oci.response.Response`
5988
5988
 
5989
5989
  :example:
5990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5991
5991
  """
5992
5992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5993
5993
  required_arguments = []
@@ -6084,7 +6084,7 @@ class DatabaseClient(object):
6084
6084
  :rtype: :class:`~oci.response.Response`
6085
6085
 
6086
6086
  :example:
6087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6088
6088
  """
6089
6089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6090
6090
  required_arguments = []
@@ -6178,7 +6178,7 @@ class DatabaseClient(object):
6178
6178
  :rtype: :class:`~oci.response.Response`
6179
6179
 
6180
6180
  :example:
6181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
6181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
6182
6182
  """
6183
6183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6184
6184
  required_arguments = []
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
6274
6274
  :rtype: :class:`~oci.response.Response`
6275
6275
 
6276
6276
  :example:
6277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6278
6278
  """
6279
6279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6280
6280
  required_arguments = []
@@ -6370,7 +6370,7 @@ class DatabaseClient(object):
6370
6370
  :rtype: :class:`~oci.response.Response`
6371
6371
 
6372
6372
  :example:
6373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6374
6374
  """
6375
6375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6376
6376
  required_arguments = []
@@ -6467,7 +6467,7 @@ class DatabaseClient(object):
6467
6467
  :rtype: :class:`~oci.response.Response`
6468
6468
 
6469
6469
  :example:
6470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6471
6471
  """
6472
6472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6473
6473
  required_arguments = []
@@ -6563,7 +6563,7 @@ class DatabaseClient(object):
6563
6563
  :rtype: :class:`~oci.response.Response`
6564
6564
 
6565
6565
  :example:
6566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6567
6567
  """
6568
6568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6569
6569
  required_arguments = []
@@ -6662,7 +6662,7 @@ class DatabaseClient(object):
6662
6662
  :rtype: :class:`~oci.response.Response`
6663
6663
 
6664
6664
  :example:
6665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6666
6666
  """
6667
6667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6668
6668
  required_arguments = []
@@ -6758,7 +6758,7 @@ class DatabaseClient(object):
6758
6758
  :rtype: :class:`~oci.response.Response`
6759
6759
 
6760
6760
  :example:
6761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6762
6762
  """
6763
6763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6764
6764
  required_arguments = []
@@ -6856,7 +6856,7 @@ class DatabaseClient(object):
6856
6856
  :rtype: :class:`~oci.response.Response`
6857
6857
 
6858
6858
  :example:
6859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6860
6860
  """
6861
6861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6862
6862
  required_arguments = []
@@ -6953,7 +6953,7 @@ class DatabaseClient(object):
6953
6953
  :rtype: :class:`~oci.response.Response`
6954
6954
 
6955
6955
  :example:
6956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6957
6957
  """
6958
6958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6959
6959
  required_arguments = []
@@ -7055,7 +7055,7 @@ class DatabaseClient(object):
7055
7055
  :rtype: :class:`~oci.response.Response`
7056
7056
 
7057
7057
  :example:
7058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7059
7059
  """
7060
7060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7061
7061
  required_arguments = ['exadataInfrastructureId']
@@ -7184,7 +7184,7 @@ class DatabaseClient(object):
7184
7184
  :rtype: :class:`~oci.response.Response`
7185
7185
 
7186
7186
  :example:
7187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
7187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
7188
7188
  """
7189
7189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7190
7190
  required_arguments = ['dbNodeId', 'action']
@@ -7297,7 +7297,7 @@ class DatabaseClient(object):
7297
7297
  :rtype: :class:`~oci.response.Response`
7298
7298
 
7299
7299
  :example:
7300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7301
7301
  """
7302
7302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7303
7303
  required_arguments = ['applicationVipId']
@@ -7400,7 +7400,7 @@ class DatabaseClient(object):
7400
7400
  :rtype: :class:`~oci.response.Response`
7401
7401
 
7402
7402
  :example:
7403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7404
7404
  """
7405
7405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7406
7406
  required_arguments = ['autonomousDatabaseId']
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
7503
7503
  :rtype: :class:`~oci.response.Response`
7504
7504
 
7505
7505
  :example:
7506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7507
7507
  """
7508
7508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7509
7509
  required_arguments = ['autonomousDatabaseBackupId']
@@ -7606,7 +7606,7 @@ class DatabaseClient(object):
7606
7606
  :rtype: :class:`~oci.response.Response`
7607
7607
 
7608
7608
  :example:
7609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
7609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
7610
7610
  """
7611
7611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7612
7612
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -7709,7 +7709,7 @@ class DatabaseClient(object):
7709
7709
  :rtype: :class:`~oci.response.Response`
7710
7710
 
7711
7711
  :example:
7712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7713
7713
  """
7714
7714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7715
7715
  required_arguments = ['autonomousVmClusterId']
@@ -7809,7 +7809,7 @@ class DatabaseClient(object):
7809
7809
  :rtype: :class:`~oci.response.Response`
7810
7810
 
7811
7811
  :example:
7812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7813
7813
  """
7814
7814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7815
7815
  required_arguments = ['backupId']
@@ -7910,7 +7910,7 @@ class DatabaseClient(object):
7910
7910
  :rtype: :class:`~oci.response.Response`
7911
7911
 
7912
7912
  :example:
7913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7914
7914
  """
7915
7915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7916
7916
  required_arguments = ['backupDestinationId']
@@ -8013,7 +8013,7 @@ class DatabaseClient(object):
8013
8013
  :rtype: :class:`~oci.response.Response`
8014
8014
 
8015
8015
  :example:
8016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8017
8017
  """
8018
8018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8019
8019
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -8119,7 +8119,7 @@ class DatabaseClient(object):
8119
8119
  :rtype: :class:`~oci.response.Response`
8120
8120
 
8121
8121
  :example:
8122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
8122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
8123
8123
  """
8124
8124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8125
8125
  required_arguments = ['cloudExadataInfrastructureId']
@@ -8230,7 +8230,7 @@ class DatabaseClient(object):
8230
8230
  :rtype: :class:`~oci.response.Response`
8231
8231
 
8232
8232
  :example:
8233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
8233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
8234
8234
  """
8235
8235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8236
8236
  required_arguments = ['cloudVmClusterId']
@@ -8333,7 +8333,7 @@ class DatabaseClient(object):
8333
8333
  :rtype: :class:`~oci.response.Response`
8334
8334
 
8335
8335
  :example:
8336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8337
8337
  """
8338
8338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8339
8339
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -8438,7 +8438,7 @@ class DatabaseClient(object):
8438
8438
  :rtype: :class:`~oci.response.Response`
8439
8439
 
8440
8440
  :example:
8441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8442
8442
  """
8443
8443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8444
8444
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -8551,7 +8551,7 @@ class DatabaseClient(object):
8551
8551
  :rtype: :class:`~oci.response.Response`
8552
8552
 
8553
8553
  :example:
8554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8555
8555
  """
8556
8556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8557
8557
  required_arguments = ['databaseId']
@@ -8659,7 +8659,7 @@ class DatabaseClient(object):
8659
8659
  :rtype: :class:`~oci.response.Response`
8660
8660
 
8661
8661
  :example:
8662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8663
8663
  """
8664
8664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8665
8665
  required_arguments = ['databaseSoftwareImageId']
@@ -8766,7 +8766,7 @@ class DatabaseClient(object):
8766
8766
  :rtype: :class:`~oci.response.Response`
8767
8767
 
8768
8768
  :example:
8769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8770
8770
  """
8771
8771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8772
8772
  required_arguments = ['dbHomeId']
@@ -8875,7 +8875,7 @@ class DatabaseClient(object):
8875
8875
  :rtype: :class:`~oci.response.Response`
8876
8876
 
8877
8877
  :example:
8878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8879
8879
  """
8880
8880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8881
8881
  required_arguments = ['exadataInfrastructureId']
@@ -8980,7 +8980,7 @@ class DatabaseClient(object):
8980
8980
  :rtype: :class:`~oci.response.Response`
8981
8981
 
8982
8982
  :example:
8983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8984
8984
  """
8985
8985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8986
8986
  required_arguments = ['externalContainerDatabaseId']
@@ -9086,7 +9086,7 @@ class DatabaseClient(object):
9086
9086
  :rtype: :class:`~oci.response.Response`
9087
9087
 
9088
9088
  :example:
9089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
9089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
9090
9090
  """
9091
9091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9092
9092
  required_arguments = ['externalDatabaseConnectorId']
@@ -9189,7 +9189,7 @@ class DatabaseClient(object):
9189
9189
  :rtype: :class:`~oci.response.Response`
9190
9190
 
9191
9191
  :example:
9192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
9192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
9193
9193
  """
9194
9194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9195
9195
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9293,7 +9293,7 @@ class DatabaseClient(object):
9293
9293
  :rtype: :class:`~oci.response.Response`
9294
9294
 
9295
9295
  :example:
9296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
9296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
9297
9297
  """
9298
9298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9299
9299
  required_arguments = ['externalPluggableDatabaseId']
@@ -9396,7 +9396,7 @@ class DatabaseClient(object):
9396
9396
  :rtype: :class:`~oci.response.Response`
9397
9397
 
9398
9398
  :example:
9399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9400
9400
  """
9401
9401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9402
9402
  required_arguments = ['keyStoreId']
@@ -9499,7 +9499,7 @@ class DatabaseClient(object):
9499
9499
  :rtype: :class:`~oci.response.Response`
9500
9500
 
9501
9501
  :example:
9502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9503
9503
  """
9504
9504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9505
9505
  required_arguments = ['oneoffPatchId']
@@ -9602,7 +9602,7 @@ class DatabaseClient(object):
9602
9602
  :rtype: :class:`~oci.response.Response`
9603
9603
 
9604
9604
  :example:
9605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9606
9606
  """
9607
9607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9608
9608
  required_arguments = ['pluggableDatabaseId']
@@ -9705,7 +9705,7 @@ class DatabaseClient(object):
9705
9705
  :rtype: :class:`~oci.response.Response`
9706
9706
 
9707
9707
  :example:
9708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9709
9709
  """
9710
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9711
9711
  required_arguments = ['vmClusterId']
@@ -9814,7 +9814,7 @@ class DatabaseClient(object):
9814
9814
  :rtype: :class:`~oci.response.Response`
9815
9815
 
9816
9816
  :example:
9817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9818
9818
  """
9819
9819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9820
9820
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
9916
9916
  :rtype: :class:`~oci.response.Response`
9917
9917
 
9918
9918
  :example:
9919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9920
9920
  """
9921
9921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9922
9922
  required_arguments = ['autonomousDatabaseId']
@@ -10015,7 +10015,7 @@ class DatabaseClient(object):
10015
10015
  :rtype: :class:`~oci.response.Response`
10016
10016
 
10017
10017
  :example:
10018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
10018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
10019
10019
  """
10020
10020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10021
10021
  required_arguments = ['autonomousDatabaseId']
@@ -10111,7 +10111,7 @@ class DatabaseClient(object):
10111
10111
  :rtype: :class:`~oci.response.Response`
10112
10112
 
10113
10113
  :example:
10114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
10114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
10115
10115
  """
10116
10116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10117
10117
  required_arguments = ['autonomousDatabaseId']
@@ -10219,7 +10219,7 @@ class DatabaseClient(object):
10219
10219
  :rtype: :class:`~oci.response.Response`
10220
10220
 
10221
10221
  :example:
10222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
10222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
10223
10223
  """
10224
10224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10225
10225
  required_arguments = ['databaseId']
@@ -10334,7 +10334,7 @@ class DatabaseClient(object):
10334
10334
  :rtype: :class:`~oci.response.Response`
10335
10335
 
10336
10336
  :example:
10337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
10337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10338
10338
  """
10339
10339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10340
10340
  required_arguments = ['externalContainerDatabaseId']
@@ -10447,7 +10447,7 @@ class DatabaseClient(object):
10447
10447
  :rtype: :class:`~oci.response.Response`
10448
10448
 
10449
10449
  :example:
10450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
10450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10451
10451
  """
10452
10452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10453
10453
  required_arguments = ['externalContainerDatabaseId']
@@ -10564,7 +10564,7 @@ class DatabaseClient(object):
10564
10564
  :rtype: :class:`~oci.response.Response`
10565
10565
 
10566
10566
  :example:
10567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
10567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10568
10568
  """
10569
10569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10570
10570
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10677,7 +10677,7 @@ class DatabaseClient(object):
10677
10677
  :rtype: :class:`~oci.response.Response`
10678
10678
 
10679
10679
  :example:
10680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
10680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10681
10681
  """
10682
10682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10683
10683
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10790,7 +10790,7 @@ class DatabaseClient(object):
10790
10790
  :rtype: :class:`~oci.response.Response`
10791
10791
 
10792
10792
  :example:
10793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
10793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10794
10794
  """
10795
10795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10796
10796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10907,7 +10907,7 @@ class DatabaseClient(object):
10907
10907
  :rtype: :class:`~oci.response.Response`
10908
10908
 
10909
10909
  :example:
10910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
10910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10911
10911
  """
10912
10912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10913
10913
  required_arguments = ['externalPluggableDatabaseId']
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
11020
11020
  :rtype: :class:`~oci.response.Response`
11021
11021
 
11022
11022
  :example:
11023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
11023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11024
11024
  """
11025
11025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11026
11026
  required_arguments = ['externalPluggableDatabaseId']
@@ -11133,7 +11133,7 @@ class DatabaseClient(object):
11133
11133
  :rtype: :class:`~oci.response.Response`
11134
11134
 
11135
11135
  :example:
11136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
11136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11137
11137
  """
11138
11138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11139
11139
  required_arguments = ['externalPluggableDatabaseId']
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
11246
11246
  :rtype: :class:`~oci.response.Response`
11247
11247
 
11248
11248
  :example:
11249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
11249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
11250
11250
  """
11251
11251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11252
11252
  required_arguments = ['pluggableDatabaseId']
@@ -11356,7 +11356,7 @@ class DatabaseClient(object):
11356
11356
  :rtype: :class:`~oci.response.Response`
11357
11357
 
11358
11358
  :example:
11359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11360
11360
  """
11361
11361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11362
11362
  required_arguments = ['exadataInfrastructureId']
@@ -11469,7 +11469,7 @@ class DatabaseClient(object):
11469
11469
  :rtype: :class:`~oci.response.Response`
11470
11470
 
11471
11471
  :example:
11472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11473
11473
  """
11474
11474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11475
11475
  required_arguments = ['oneoffPatchId']
@@ -11584,7 +11584,7 @@ class DatabaseClient(object):
11584
11584
  :rtype: :class:`~oci.response.Response`
11585
11585
 
11586
11586
  :example:
11587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11588
11588
  """
11589
11589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11590
11590
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11698,7 +11698,7 @@ class DatabaseClient(object):
11698
11698
  :rtype: :class:`~oci.response.Response`
11699
11699
 
11700
11700
  :example:
11701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
11701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11702
11702
  """
11703
11703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11704
11704
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11800,7 +11800,7 @@ class DatabaseClient(object):
11800
11800
  :rtype: :class:`~oci.response.Response`
11801
11801
 
11802
11802
  :example:
11803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11804
11804
  """
11805
11805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11806
11806
  required_arguments = ['autonomousDatabaseId']
@@ -11896,7 +11896,7 @@ class DatabaseClient(object):
11896
11896
  :rtype: :class:`~oci.response.Response`
11897
11897
 
11898
11898
  :example:
11899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11900
11900
  """
11901
11901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11902
11902
  required_arguments = ['autonomousDatabaseId']
@@ -12007,7 +12007,7 @@ class DatabaseClient(object):
12007
12007
  :rtype: :class:`~oci.response.Response`
12008
12008
 
12009
12009
  :example:
12010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
12010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
12011
12011
  """
12012
12012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12013
12013
  required_arguments = ['databaseId']
@@ -12131,7 +12131,7 @@ class DatabaseClient(object):
12131
12131
  :rtype: :class:`~oci.response.Response`
12132
12132
 
12133
12133
  :example:
12134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
12134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12135
12135
  """
12136
12136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12137
12137
  required_arguments = ['externalContainerDatabaseId']
@@ -12249,7 +12249,7 @@ class DatabaseClient(object):
12249
12249
  :rtype: :class:`~oci.response.Response`
12250
12250
 
12251
12251
  :example:
12252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
12252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12253
12253
  """
12254
12254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12255
12255
  required_arguments = ['externalContainerDatabaseId']
@@ -12371,7 +12371,7 @@ class DatabaseClient(object):
12371
12371
  :rtype: :class:`~oci.response.Response`
12372
12372
 
12373
12373
  :example:
12374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
12374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12375
12375
  """
12376
12376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12377
12377
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12489,7 +12489,7 @@ class DatabaseClient(object):
12489
12489
  :rtype: :class:`~oci.response.Response`
12490
12490
 
12491
12491
  :example:
12492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
12492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12493
12493
  """
12494
12494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12495
12495
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12607,7 +12607,7 @@ class DatabaseClient(object):
12607
12607
  :rtype: :class:`~oci.response.Response`
12608
12608
 
12609
12609
  :example:
12610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
12610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12611
12611
  """
12612
12612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12613
12613
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12729,7 +12729,7 @@ class DatabaseClient(object):
12729
12729
  :rtype: :class:`~oci.response.Response`
12730
12730
 
12731
12731
  :example:
12732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
12732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12733
12733
  """
12734
12734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12735
12735
  required_arguments = ['externalPluggableDatabaseId']
@@ -12847,7 +12847,7 @@ class DatabaseClient(object):
12847
12847
  :rtype: :class:`~oci.response.Response`
12848
12848
 
12849
12849
  :example:
12850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
12850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12851
12851
  """
12852
12852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12853
12853
  required_arguments = ['externalPluggableDatabaseId']
@@ -12965,7 +12965,7 @@ class DatabaseClient(object):
12965
12965
  :rtype: :class:`~oci.response.Response`
12966
12966
 
12967
12967
  :example:
12968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
12968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12969
12969
  """
12970
12970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12971
12971
  required_arguments = ['externalPluggableDatabaseId']
@@ -13083,7 +13083,7 @@ class DatabaseClient(object):
13083
13083
  :rtype: :class:`~oci.response.Response`
13084
13084
 
13085
13085
  :example:
13086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
13086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
13087
13087
  """
13088
13088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13089
13089
  required_arguments = ['pluggableDatabaseId']
@@ -13208,7 +13208,7 @@ class DatabaseClient(object):
13208
13208
  :rtype: :class:`~oci.response.Response`
13209
13209
 
13210
13210
  :example:
13211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
13211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
13212
13212
  """
13213
13213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13214
13214
  required_arguments = ['autonomousDatabaseId']
@@ -13328,7 +13328,7 @@ class DatabaseClient(object):
13328
13328
  :rtype: :class:`~oci.response.Response`
13329
13329
 
13330
13330
  :example:
13331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
13331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
13332
13332
  """
13333
13333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13334
13334
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13441,7 +13441,7 @@ class DatabaseClient(object):
13441
13441
  :rtype: :class:`~oci.response.Response`
13442
13442
 
13443
13443
  :example:
13444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13445
13445
  """
13446
13446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13447
13447
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -13552,7 +13552,7 @@ class DatabaseClient(object):
13552
13552
  :rtype: :class:`~oci.response.Response`
13553
13553
 
13554
13554
  :example:
13555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13556
13556
  """
13557
13557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13558
13558
  required_arguments = ['autonomousDatabaseId']
@@ -13665,7 +13665,7 @@ class DatabaseClient(object):
13665
13665
  :rtype: :class:`~oci.response.Response`
13666
13666
 
13667
13667
  :example:
13668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13669
13669
  """
13670
13670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13671
13671
  required_arguments = ['exadataInfrastructureId']
@@ -13768,7 +13768,7 @@ class DatabaseClient(object):
13768
13768
  :rtype: :class:`~oci.response.Response`
13769
13769
 
13770
13770
  :example:
13771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13772
13772
  """
13773
13773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13774
13774
  required_arguments = ['applicationVipId']
@@ -13863,7 +13863,7 @@ class DatabaseClient(object):
13863
13863
  :rtype: :class:`~oci.response.Response`
13864
13864
 
13865
13865
  :example:
13866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13867
13867
  """
13868
13868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13869
13869
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13956,7 +13956,7 @@ class DatabaseClient(object):
13956
13956
  :rtype: :class:`~oci.response.Response`
13957
13957
 
13958
13958
  :example:
13959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
13959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
13960
13960
  """
13961
13961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13962
13962
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -14048,7 +14048,7 @@ class DatabaseClient(object):
14048
14048
  :rtype: :class:`~oci.response.Response`
14049
14049
 
14050
14050
  :example:
14051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
14051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
14052
14052
  """
14053
14053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14054
14054
  required_arguments = ['autonomousContainerDatabaseId']
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
14146
14146
  :rtype: :class:`~oci.response.Response`
14147
14147
 
14148
14148
  :example:
14149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
14149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
14150
14150
  """
14151
14151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14152
14152
  required_arguments = ['autonomousDatabaseId']
@@ -14244,7 +14244,7 @@ class DatabaseClient(object):
14244
14244
  :rtype: :class:`~oci.response.Response`
14245
14245
 
14246
14246
  :example:
14247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
14247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
14248
14248
  """
14249
14249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14250
14250
  required_arguments = ['autonomousDatabaseBackupId']
@@ -14347,7 +14347,7 @@ class DatabaseClient(object):
14347
14347
  :rtype: :class:`~oci.response.Response`
14348
14348
 
14349
14349
  :example:
14350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14351
14351
  """
14352
14352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14353
14353
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -14441,7 +14441,7 @@ class DatabaseClient(object):
14441
14441
  :rtype: :class:`~oci.response.Response`
14442
14442
 
14443
14443
  :example:
14444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14445
14445
  """
14446
14446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14447
14447
  required_arguments = []
@@ -14527,7 +14527,7 @@ class DatabaseClient(object):
14527
14527
  :rtype: :class:`~oci.response.Response`
14528
14528
 
14529
14529
  :example:
14530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
14530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
14531
14531
  """
14532
14532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14533
14533
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -14625,7 +14625,7 @@ class DatabaseClient(object):
14625
14625
  :rtype: :class:`~oci.response.Response`
14626
14626
 
14627
14627
  :example:
14628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14629
14629
  """
14630
14630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14631
14631
  required_arguments = ['autonomousDatabaseId']
@@ -14720,7 +14720,7 @@ class DatabaseClient(object):
14720
14720
  :rtype: :class:`~oci.response.Response`
14721
14721
 
14722
14722
  :example:
14723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14724
14724
  """
14725
14725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14726
14726
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -14808,7 +14808,7 @@ class DatabaseClient(object):
14808
14808
  :rtype: :class:`~oci.response.Response`
14809
14809
 
14810
14810
  :example:
14811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14812
14812
  """
14813
14813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14814
14814
  required_arguments = ['autonomousPatchId']
@@ -14899,7 +14899,7 @@ class DatabaseClient(object):
14899
14899
  :rtype: :class:`~oci.response.Response`
14900
14900
 
14901
14901
  :example:
14902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14903
14903
  """
14904
14904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14905
14905
  required_arguments = ['autonomousVirtualMachineId']
@@ -14997,7 +14997,7 @@ class DatabaseClient(object):
14997
14997
  :rtype: :class:`~oci.response.Response`
14998
14998
 
14999
14999
  :example:
15000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
15000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
15001
15001
  """
15002
15002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15003
15003
  required_arguments = ['autonomousVmClusterId']
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
15095
15095
  :rtype: :class:`~oci.response.Response`
15096
15096
 
15097
15097
  :example:
15098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
15098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15099
15099
  """
15100
15100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15101
15101
  required_arguments = ['autonomousVmClusterId']
@@ -15190,7 +15190,7 @@ class DatabaseClient(object):
15190
15190
  :rtype: :class:`~oci.response.Response`
15191
15191
 
15192
15192
  :example:
15193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
15193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
15194
15194
  """
15195
15195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15196
15196
  required_arguments = ['backupId']
@@ -15281,7 +15281,7 @@ class DatabaseClient(object):
15281
15281
  :rtype: :class:`~oci.response.Response`
15282
15282
 
15283
15283
  :example:
15284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
15284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
15285
15285
  """
15286
15286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15287
15287
  required_arguments = ['backupDestinationId']
@@ -15379,7 +15379,7 @@ class DatabaseClient(object):
15379
15379
  :rtype: :class:`~oci.response.Response`
15380
15380
 
15381
15381
  :example:
15382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
15382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
15383
15383
  """
15384
15384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15385
15385
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15477,7 +15477,7 @@ class DatabaseClient(object):
15477
15477
  :rtype: :class:`~oci.response.Response`
15478
15478
 
15479
15479
  :example:
15480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
15480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15481
15481
  """
15482
15482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15483
15483
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15575,7 +15575,7 @@ class DatabaseClient(object):
15575
15575
  :rtype: :class:`~oci.response.Response`
15576
15576
 
15577
15577
  :example:
15578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15579
15579
  """
15580
15580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15581
15581
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15678,7 +15678,7 @@ class DatabaseClient(object):
15678
15678
  :rtype: :class:`~oci.response.Response`
15679
15679
 
15680
15680
  :example:
15681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
15681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15682
15682
  """
15683
15683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15684
15684
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15784,7 +15784,7 @@ class DatabaseClient(object):
15784
15784
  :rtype: :class:`~oci.response.Response`
15785
15785
 
15786
15786
  :example:
15787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15788
15788
  """
15789
15789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15790
15790
  required_arguments = ['cloudVmClusterId']
@@ -15883,7 +15883,7 @@ class DatabaseClient(object):
15883
15883
  :rtype: :class:`~oci.response.Response`
15884
15884
 
15885
15885
  :example:
15886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
15886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15887
15887
  """
15888
15888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15889
15889
  required_arguments = ['cloudVmClusterId']
@@ -15986,7 +15986,7 @@ class DatabaseClient(object):
15986
15986
  :rtype: :class:`~oci.response.Response`
15987
15987
 
15988
15988
  :example:
15989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15990
15990
  """
15991
15991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15992
15992
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -16090,7 +16090,7 @@ class DatabaseClient(object):
16090
16090
  :rtype: :class:`~oci.response.Response`
16091
16091
 
16092
16092
  :example:
16093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
16093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
16094
16094
  """
16095
16095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16096
16096
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -16189,7 +16189,7 @@ class DatabaseClient(object):
16189
16189
  :rtype: :class:`~oci.response.Response`
16190
16190
 
16191
16191
  :example:
16192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
16192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
16193
16193
  """
16194
16194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16195
16195
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -16284,7 +16284,7 @@ class DatabaseClient(object):
16284
16284
  :rtype: :class:`~oci.response.Response`
16285
16285
 
16286
16286
  :example:
16287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
16287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
16288
16288
  """
16289
16289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16290
16290
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16386,7 +16386,7 @@ class DatabaseClient(object):
16386
16386
  :rtype: :class:`~oci.response.Response`
16387
16387
 
16388
16388
  :example:
16389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
16389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
16390
16390
  """
16391
16391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16392
16392
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16487,7 +16487,7 @@ class DatabaseClient(object):
16487
16487
  :rtype: :class:`~oci.response.Response`
16488
16488
 
16489
16489
  :example:
16490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16491
16491
  """
16492
16492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16493
16493
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16576,7 +16576,7 @@ class DatabaseClient(object):
16576
16576
  :rtype: :class:`~oci.response.Response`
16577
16577
 
16578
16578
  :example:
16579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
16579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_database.py.html>`__ to see an example of how to use get_database API.
16580
16580
  """
16581
16581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16582
16582
  required_arguments = ['databaseId']
@@ -16664,7 +16664,7 @@ class DatabaseClient(object):
16664
16664
  :rtype: :class:`~oci.response.Response`
16665
16665
 
16666
16666
  :example:
16667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16668
16668
  """
16669
16669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16670
16670
  required_arguments = ['databaseSoftwareImageId']
@@ -16760,7 +16760,7 @@ class DatabaseClient(object):
16760
16760
  :rtype: :class:`~oci.response.Response`
16761
16761
 
16762
16762
  :example:
16763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16764
16764
  """
16765
16765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16766
16766
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -16856,7 +16856,7 @@ class DatabaseClient(object):
16856
16856
  :rtype: :class:`~oci.response.Response`
16857
16857
 
16858
16858
  :example:
16859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16860
16860
  """
16861
16861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16862
16862
  required_arguments = ['dbHomeId']
@@ -16949,7 +16949,7 @@ class DatabaseClient(object):
16949
16949
  :rtype: :class:`~oci.response.Response`
16950
16950
 
16951
16951
  :example:
16952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16953
16953
  """
16954
16954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16955
16955
  required_arguments = ['dbHomeId', 'patchId']
@@ -17043,7 +17043,7 @@ class DatabaseClient(object):
17043
17043
  :rtype: :class:`~oci.response.Response`
17044
17044
 
17045
17045
  :example:
17046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
17046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17047
17047
  """
17048
17048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17049
17049
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -17132,7 +17132,7 @@ class DatabaseClient(object):
17132
17132
  :rtype: :class:`~oci.response.Response`
17133
17133
 
17134
17134
  :example:
17135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
17135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
17136
17136
  """
17137
17137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17138
17138
  required_arguments = ['dbNodeId']
@@ -17228,7 +17228,7 @@ class DatabaseClient(object):
17228
17228
  :rtype: :class:`~oci.response.Response`
17229
17229
 
17230
17230
  :example:
17231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
17231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
17232
17232
  """
17233
17233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17234
17234
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -17337,7 +17337,7 @@ class DatabaseClient(object):
17337
17337
  :rtype: :class:`~oci.response.Response`
17338
17338
 
17339
17339
  :example:
17340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
17340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
17341
17341
  """
17342
17342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17343
17343
  required_arguments = ['dbSystemId']
@@ -17430,7 +17430,7 @@ class DatabaseClient(object):
17430
17430
  :rtype: :class:`~oci.response.Response`
17431
17431
 
17432
17432
  :example:
17433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17434
17434
  """
17435
17435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17436
17436
  required_arguments = ['dbSystemId', 'patchId']
@@ -17524,7 +17524,7 @@ class DatabaseClient(object):
17524
17524
  :rtype: :class:`~oci.response.Response`
17525
17525
 
17526
17526
  :example:
17527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
17527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17528
17528
  """
17529
17529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17530
17530
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -17621,7 +17621,7 @@ class DatabaseClient(object):
17621
17621
  :rtype: :class:`~oci.response.Response`
17622
17622
 
17623
17623
  :example:
17624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
17624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17625
17625
  """
17626
17626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17627
17627
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -17726,7 +17726,7 @@ class DatabaseClient(object):
17726
17726
  :rtype: :class:`~oci.response.Response`
17727
17727
 
17728
17728
  :example:
17729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17730
17730
  """
17731
17731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17732
17732
  required_arguments = ['exadataInfrastructureId']
@@ -17840,7 +17840,7 @@ class DatabaseClient(object):
17840
17840
  :rtype: :class:`~oci.response.Response`
17841
17841
 
17842
17842
  :example:
17843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17844
17844
  """
17845
17845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17846
17846
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -17943,7 +17943,7 @@ class DatabaseClient(object):
17943
17943
  :rtype: :class:`~oci.response.Response`
17944
17944
 
17945
17945
  :example:
17946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
17946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17947
17947
  """
17948
17948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17949
17949
  required_arguments = ['exadataInfrastructureId']
@@ -18060,7 +18060,7 @@ class DatabaseClient(object):
18060
18060
  :rtype: :class:`~oci.response.Response`
18061
18061
 
18062
18062
  :example:
18063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
18063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
18064
18064
  """
18065
18065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18066
18066
  required_arguments = ['dbSystemId']
@@ -18159,7 +18159,7 @@ class DatabaseClient(object):
18159
18159
  :rtype: :class:`~oci.response.Response`
18160
18160
 
18161
18161
  :example:
18162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
18162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
18163
18163
  """
18164
18164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18165
18165
  required_arguments = ['backupId']
@@ -18250,7 +18250,7 @@ class DatabaseClient(object):
18250
18250
  :rtype: :class:`~oci.response.Response`
18251
18251
 
18252
18252
  :example:
18253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
18253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
18254
18254
  """
18255
18255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18256
18256
  required_arguments = ['externalContainerDatabaseId']
@@ -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.126.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
18352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
18353
18353
  """
18354
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18355
18355
  required_arguments = ['externalDatabaseConnectorId']
@@ -18447,7 +18447,7 @@ class DatabaseClient(object):
18447
18447
  :rtype: :class:`~oci.response.Response`
18448
18448
 
18449
18449
  :example:
18450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18451
18451
  """
18452
18452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18453
18453
  required_arguments = ['externalNonContainerDatabaseId']
@@ -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.126.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18550
18550
  """
18551
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18552
18552
  required_arguments = ['externalPluggableDatabaseId']
@@ -18653,7 +18653,7 @@ class DatabaseClient(object):
18653
18653
  :rtype: :class:`~oci.response.Response`
18654
18654
 
18655
18655
  :example:
18656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18657
18657
  """
18658
18658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18659
18659
  required_arguments = ['compartmentId']
@@ -18757,7 +18757,7 @@ class DatabaseClient(object):
18757
18757
  :rtype: :class:`~oci.response.Response`
18758
18758
 
18759
18759
  :example:
18760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18761
18761
  """
18762
18762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18763
18763
  required_arguments = ['keyStoreId']
@@ -18850,7 +18850,7 @@ class DatabaseClient(object):
18850
18850
  :rtype: :class:`~oci.response.Response`
18851
18851
 
18852
18852
  :example:
18853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18854
18854
  """
18855
18855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18856
18856
  required_arguments = ['maintenanceRunId']
@@ -18936,7 +18936,7 @@ class DatabaseClient(object):
18936
18936
  :rtype: :class:`~oci.response.Response`
18937
18937
 
18938
18938
  :example:
18939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18940
18940
  """
18941
18941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18942
18942
  required_arguments = ['maintenanceRunHistoryId']
@@ -19027,7 +19027,7 @@ class DatabaseClient(object):
19027
19027
  :rtype: :class:`~oci.response.Response`
19028
19028
 
19029
19029
  :example:
19030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
19030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
19031
19031
  """
19032
19032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19033
19033
  required_arguments = ['oneoffPatchId']
@@ -19130,7 +19130,7 @@ class DatabaseClient(object):
19130
19130
  :rtype: :class:`~oci.response.Response`
19131
19131
 
19132
19132
  :example:
19133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
19133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
19134
19134
  """
19135
19135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19136
19136
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
19226
19226
  :rtype: :class:`~oci.response.Response`
19227
19227
 
19228
19228
  :example:
19229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
19229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
19230
19230
  """
19231
19231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19232
19232
  required_arguments = ['pluggableDatabaseId']
@@ -19317,7 +19317,7 @@ class DatabaseClient(object):
19317
19317
  :rtype: :class:`~oci.response.Response`
19318
19318
 
19319
19319
  :example:
19320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
19320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
19321
19321
  """
19322
19322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19323
19323
  required_arguments = ['vmClusterId']
@@ -19421,7 +19421,7 @@ class DatabaseClient(object):
19421
19421
  :rtype: :class:`~oci.response.Response`
19422
19422
 
19423
19423
  :example:
19424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19425
19425
  """
19426
19426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19427
19427
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -19522,7 +19522,7 @@ class DatabaseClient(object):
19522
19522
  :rtype: :class:`~oci.response.Response`
19523
19523
 
19524
19524
  :example:
19525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19526
19526
  """
19527
19527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19528
19528
  required_arguments = ['vmClusterId', 'patchId']
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
19616
19616
  :rtype: :class:`~oci.response.Response`
19617
19617
 
19618
19618
  :example:
19619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
19619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
19620
19620
  """
19621
19621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19622
19622
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -19713,7 +19713,7 @@ class DatabaseClient(object):
19713
19713
  :rtype: :class:`~oci.response.Response`
19714
19714
 
19715
19715
  :example:
19716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19717
19717
  """
19718
19718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19719
19719
  required_arguments = ['vmClusterId', 'updateId']
@@ -19817,7 +19817,7 @@ class DatabaseClient(object):
19817
19817
  :rtype: :class:`~oci.response.Response`
19818
19818
 
19819
19819
  :example:
19820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
19820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
19821
19821
  """
19822
19822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19823
19823
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -19918,7 +19918,7 @@ class DatabaseClient(object):
19918
19918
  :rtype: :class:`~oci.response.Response`
19919
19919
 
19920
19920
  :example:
19921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19922
19922
  """
19923
19923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19924
19924
  required_arguments = []
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
20030
20030
  :rtype: :class:`~oci.response.Response`
20031
20031
 
20032
20032
  :example:
20033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
20033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
20034
20034
  """
20035
20035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20036
20036
  required_arguments = []
@@ -20148,7 +20148,7 @@ class DatabaseClient(object):
20148
20148
  :rtype: :class:`~oci.response.Response`
20149
20149
 
20150
20150
  :example:
20151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
20151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
20152
20152
  """
20153
20153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20154
20154
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -20276,7 +20276,7 @@ class DatabaseClient(object):
20276
20276
  :rtype: :class:`~oci.response.Response`
20277
20277
 
20278
20278
  :example:
20279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
20279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
20280
20280
  """
20281
20281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20282
20282
  required_arguments = ['autonomousContainerDatabaseId']
@@ -20397,7 +20397,7 @@ class DatabaseClient(object):
20397
20397
  :rtype: :class:`~oci.response.Response`
20398
20398
 
20399
20399
  :example:
20400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
20400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
20401
20401
  """
20402
20402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20403
20403
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -20559,7 +20559,7 @@ class DatabaseClient(object):
20559
20559
  :rtype: :class:`~oci.response.Response`
20560
20560
 
20561
20561
  :example:
20562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20563
20563
  """
20564
20564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20565
20565
  required_arguments = ['compartmentId']
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
20735
20735
  :rtype: :class:`~oci.response.Response`
20736
20736
 
20737
20737
  :example:
20738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20739
20739
  """
20740
20740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20741
20741
  required_arguments = []
@@ -20872,7 +20872,7 @@ class DatabaseClient(object):
20872
20872
  :rtype: :class:`~oci.response.Response`
20873
20873
 
20874
20874
  :example:
20875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20876
20876
  """
20877
20877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20878
20878
  required_arguments = []
@@ -21013,7 +21013,7 @@ class DatabaseClient(object):
21013
21013
  :rtype: :class:`~oci.response.Response`
21014
21014
 
21015
21015
  :example:
21016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
21016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
21017
21017
  """
21018
21018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21019
21019
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -21163,7 +21163,7 @@ class DatabaseClient(object):
21163
21163
  :rtype: :class:`~oci.response.Response`
21164
21164
 
21165
21165
  :example:
21166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
21166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
21167
21167
  """
21168
21168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21169
21169
  required_arguments = ['autonomousDatabaseId']
@@ -21274,7 +21274,7 @@ class DatabaseClient(object):
21274
21274
  :rtype: :class:`~oci.response.Response`
21275
21275
 
21276
21276
  :example:
21277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
21277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
21278
21278
  """
21279
21279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21280
21280
  required_arguments = ['autonomousDatabaseId']
@@ -21411,7 +21411,7 @@ class DatabaseClient(object):
21411
21411
  :rtype: :class:`~oci.response.Response`
21412
21412
 
21413
21413
  :example:
21414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
21414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
21415
21415
  """
21416
21416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21417
21417
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -21607,7 +21607,7 @@ class DatabaseClient(object):
21607
21607
  :rtype: :class:`~oci.response.Response`
21608
21608
 
21609
21609
  :example:
21610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21611
21611
  """
21612
21612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21613
21613
  required_arguments = ['compartmentId']
@@ -21784,7 +21784,7 @@ class DatabaseClient(object):
21784
21784
  :rtype: :class:`~oci.response.Response`
21785
21785
 
21786
21786
  :example:
21787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21788
21788
  """
21789
21789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21790
21790
  required_arguments = ['compartmentId']
@@ -21915,7 +21915,7 @@ class DatabaseClient(object):
21915
21915
  :rtype: :class:`~oci.response.Response`
21916
21916
 
21917
21917
  :example:
21918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21919
21919
  """
21920
21920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21921
21921
  required_arguments = ['compartmentId']
@@ -22039,7 +22039,7 @@ class DatabaseClient(object):
22039
22039
  :rtype: :class:`~oci.response.Response`
22040
22040
 
22041
22041
  :example:
22042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
22042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
22043
22043
  """
22044
22044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22045
22045
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -22163,7 +22163,7 @@ class DatabaseClient(object):
22163
22163
  :rtype: :class:`~oci.response.Response`
22164
22164
 
22165
22165
  :example:
22166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
22166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
22167
22167
  """
22168
22168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22169
22169
  required_arguments = ['compartmentId']
@@ -22304,7 +22304,7 @@ class DatabaseClient(object):
22304
22304
  :rtype: :class:`~oci.response.Response`
22305
22305
 
22306
22306
  :example:
22307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
22307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
22308
22308
  """
22309
22309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22310
22310
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -22422,7 +22422,7 @@ class DatabaseClient(object):
22422
22422
  :rtype: :class:`~oci.response.Response`
22423
22423
 
22424
22424
  :example:
22425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
22425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
22426
22426
  """
22427
22427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22428
22428
  required_arguments = ['autonomousVmClusterId']
@@ -22559,7 +22559,7 @@ class DatabaseClient(object):
22559
22559
  :rtype: :class:`~oci.response.Response`
22560
22560
 
22561
22561
  :example:
22562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
22562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
22563
22563
  """
22564
22564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22565
22565
  required_arguments = ['compartmentId']
@@ -22696,7 +22696,7 @@ class DatabaseClient(object):
22696
22696
  :rtype: :class:`~oci.response.Response`
22697
22697
 
22698
22698
  :example:
22699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22700
22700
  """
22701
22701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22702
22702
  required_arguments = ['compartmentId']
@@ -22803,7 +22803,7 @@ class DatabaseClient(object):
22803
22803
  :rtype: :class:`~oci.response.Response`
22804
22804
 
22805
22805
  :example:
22806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22807
22807
  """
22808
22808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22809
22809
  required_arguments = []
@@ -22912,7 +22912,7 @@ class DatabaseClient(object):
22912
22912
  :rtype: :class:`~oci.response.Response`
22913
22913
 
22914
22914
  :example:
22915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
22915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
22916
22916
  """
22917
22917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22918
22918
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -23052,7 +23052,7 @@ class DatabaseClient(object):
23052
23052
  :rtype: :class:`~oci.response.Response`
23053
23053
 
23054
23054
  :example:
23055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
23055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
23056
23056
  """
23057
23057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23058
23058
  required_arguments = ['compartmentId']
@@ -23209,7 +23209,7 @@ class DatabaseClient(object):
23209
23209
  :rtype: :class:`~oci.response.Response`
23210
23210
 
23211
23211
  :example:
23212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
23212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
23213
23213
  """
23214
23214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23215
23215
  required_arguments = ['compartmentId']
@@ -23348,7 +23348,7 @@ class DatabaseClient(object):
23348
23348
  :rtype: :class:`~oci.response.Response`
23349
23349
 
23350
23350
  :example:
23351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
23351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
23352
23352
  """
23353
23353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23354
23354
  required_arguments = ['cloudVmClusterId']
@@ -23476,7 +23476,7 @@ class DatabaseClient(object):
23476
23476
  :rtype: :class:`~oci.response.Response`
23477
23477
 
23478
23478
  :example:
23479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
23479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
23480
23480
  """
23481
23481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23482
23482
  required_arguments = ['cloudVmClusterId']
@@ -23620,7 +23620,7 @@ class DatabaseClient(object):
23620
23620
  :rtype: :class:`~oci.response.Response`
23621
23621
 
23622
23622
  :example:
23623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23624
23624
  """
23625
23625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23626
23626
  required_arguments = ['compartmentId']
@@ -23745,7 +23745,7 @@ class DatabaseClient(object):
23745
23745
  :rtype: :class:`~oci.response.Response`
23746
23746
 
23747
23747
  :example:
23748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23749
23749
  """
23750
23750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23751
23751
  required_arguments = ['dbNodeId']
@@ -23860,7 +23860,7 @@ class DatabaseClient(object):
23860
23860
  :rtype: :class:`~oci.response.Response`
23861
23861
 
23862
23862
  :example:
23863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23864
23864
  """
23865
23865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23866
23866
  required_arguments = ['dbNodeId']
@@ -24010,7 +24010,7 @@ class DatabaseClient(object):
24010
24010
  :rtype: :class:`~oci.response.Response`
24011
24011
 
24012
24012
  :example:
24013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
24013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
24014
24014
  """
24015
24015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24016
24016
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -24128,7 +24128,7 @@ class DatabaseClient(object):
24128
24128
  :rtype: :class:`~oci.response.Response`
24129
24129
 
24130
24130
  :example:
24131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
24131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
24132
24132
  """
24133
24133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24134
24134
  required_arguments = ['databaseId']
@@ -24271,7 +24271,7 @@ class DatabaseClient(object):
24271
24271
  :rtype: :class:`~oci.response.Response`
24272
24272
 
24273
24273
  :example:
24274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
24274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
24275
24275
  """
24276
24276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24277
24277
  required_arguments = ['compartmentId']
@@ -24442,7 +24442,7 @@ class DatabaseClient(object):
24442
24442
  :rtype: :class:`~oci.response.Response`
24443
24443
 
24444
24444
  :example:
24445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
24445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
24446
24446
  """
24447
24447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24448
24448
  required_arguments = ['databaseId']
@@ -24617,7 +24617,7 @@ class DatabaseClient(object):
24617
24617
  :rtype: :class:`~oci.response.Response`
24618
24618
 
24619
24619
  :example:
24620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24621
24621
  """
24622
24622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24623
24623
  required_arguments = ['compartmentId']
@@ -24747,7 +24747,7 @@ class DatabaseClient(object):
24747
24747
  :rtype: :class:`~oci.response.Response`
24748
24748
 
24749
24749
  :example:
24750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
24750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
24751
24751
  """
24752
24752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24753
24753
  required_arguments = ['dbHomeId']
@@ -24855,7 +24855,7 @@ class DatabaseClient(object):
24855
24855
  :rtype: :class:`~oci.response.Response`
24856
24856
 
24857
24857
  :example:
24858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24859
24859
  """
24860
24860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24861
24861
  required_arguments = ['dbHomeId']
@@ -24999,7 +24999,7 @@ class DatabaseClient(object):
24999
24999
  :rtype: :class:`~oci.response.Response`
25000
25000
 
25001
25001
  :example:
25002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
25002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
25003
25003
  """
25004
25004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25005
25005
  required_arguments = ['compartmentId']
@@ -25163,7 +25163,7 @@ class DatabaseClient(object):
25163
25163
  :rtype: :class:`~oci.response.Response`
25164
25164
 
25165
25165
  :example:
25166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
25166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
25167
25167
  """
25168
25168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25169
25169
  required_arguments = ['compartmentId']
@@ -25319,7 +25319,7 @@ class DatabaseClient(object):
25319
25319
  :rtype: :class:`~oci.response.Response`
25320
25320
 
25321
25321
  :example:
25322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
25322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
25323
25323
  """
25324
25324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25325
25325
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -25444,7 +25444,7 @@ class DatabaseClient(object):
25444
25444
  :rtype: :class:`~oci.response.Response`
25445
25445
 
25446
25446
  :example:
25447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
25447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
25448
25448
  """
25449
25449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25450
25450
  required_arguments = []
@@ -25541,7 +25541,7 @@ class DatabaseClient(object):
25541
25541
  :rtype: :class:`~oci.response.Response`
25542
25542
 
25543
25543
  :example:
25544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
25544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
25545
25545
  """
25546
25546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25547
25547
  required_arguments = ['dbSystemId']
@@ -25649,7 +25649,7 @@ class DatabaseClient(object):
25649
25649
  :rtype: :class:`~oci.response.Response`
25650
25650
 
25651
25651
  :example:
25652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25653
25653
  """
25654
25654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25655
25655
  required_arguments = ['dbSystemId']
@@ -25760,7 +25760,7 @@ class DatabaseClient(object):
25760
25760
  :rtype: :class:`~oci.response.Response`
25761
25761
 
25762
25762
  :example:
25763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25764
25764
  """
25765
25765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25766
25766
  required_arguments = ['compartmentId']
@@ -25861,7 +25861,7 @@ class DatabaseClient(object):
25861
25861
  :rtype: :class:`~oci.response.Response`
25862
25862
 
25863
25863
  :example:
25864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25864
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25865
25865
  """
25866
25866
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25867
25867
  required_arguments = ['storageManagement']
@@ -25988,7 +25988,7 @@ class DatabaseClient(object):
25988
25988
  :rtype: :class:`~oci.response.Response`
25989
25989
 
25990
25990
  :example:
25991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
25991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
25992
25992
  """
25993
25993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25994
25994
  required_arguments = ['dbSystemId']
@@ -26170,7 +26170,7 @@ class DatabaseClient(object):
26170
26170
  :rtype: :class:`~oci.response.Response`
26171
26171
 
26172
26172
  :example:
26173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
26173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
26174
26174
  """
26175
26175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26176
26176
  required_arguments = ['compartmentId']
@@ -26321,7 +26321,7 @@ class DatabaseClient(object):
26321
26321
  :rtype: :class:`~oci.response.Response`
26322
26322
 
26323
26323
  :example:
26324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
26324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
26325
26325
  """
26326
26326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26327
26327
  required_arguments = ['compartmentId']
@@ -26462,7 +26462,7 @@ class DatabaseClient(object):
26462
26462
  :rtype: :class:`~oci.response.Response`
26463
26463
 
26464
26464
  :example:
26465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
26465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
26466
26466
  """
26467
26467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26468
26468
  required_arguments = ['compartmentId']
@@ -26625,7 +26625,7 @@ class DatabaseClient(object):
26625
26625
  :rtype: :class:`~oci.response.Response`
26626
26626
 
26627
26627
  :example:
26628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26629
26629
  """
26630
26630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26631
26631
  required_arguments = ['compartmentId']
@@ -26783,7 +26783,7 @@ class DatabaseClient(object):
26783
26783
  :rtype: :class:`~oci.response.Response`
26784
26784
 
26785
26785
  :example:
26786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26787
26787
  """
26788
26788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26789
26789
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -26937,7 +26937,7 @@ class DatabaseClient(object):
26937
26937
  :rtype: :class:`~oci.response.Response`
26938
26938
 
26939
26939
  :example:
26940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26941
26941
  """
26942
26942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26943
26943
  required_arguments = ['compartmentId']
@@ -27096,7 +27096,7 @@ class DatabaseClient(object):
27096
27096
  :rtype: :class:`~oci.response.Response`
27097
27097
 
27098
27098
  :example:
27099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
27099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
27100
27100
  """
27101
27101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27102
27102
  required_arguments = ['compartmentId']
@@ -27240,7 +27240,7 @@ class DatabaseClient(object):
27240
27240
  :rtype: :class:`~oci.response.Response`
27241
27241
 
27242
27242
  :example:
27243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
27243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
27244
27244
  """
27245
27245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27246
27246
  required_arguments = ['compartmentId']
@@ -27365,7 +27365,7 @@ class DatabaseClient(object):
27365
27365
  :rtype: :class:`~oci.response.Response`
27366
27366
 
27367
27367
  :example:
27368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
27368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
27369
27369
  """
27370
27370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27371
27371
  required_arguments = ['compartmentId']
@@ -27476,7 +27476,7 @@ class DatabaseClient(object):
27476
27476
  :rtype: :class:`~oci.response.Response`
27477
27477
 
27478
27478
  :example:
27479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
27479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
27480
27480
  """
27481
27481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27482
27482
  required_arguments = ['compartmentId']
@@ -27614,7 +27614,7 @@ class DatabaseClient(object):
27614
27614
  :rtype: :class:`~oci.response.Response`
27615
27615
 
27616
27616
  :example:
27617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27618
27618
  """
27619
27619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27620
27620
  required_arguments = ['compartmentId']
@@ -27807,7 +27807,7 @@ class DatabaseClient(object):
27807
27807
  :rtype: :class:`~oci.response.Response`
27808
27808
 
27809
27809
  :example:
27810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27811
27811
  """
27812
27812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27813
27813
  required_arguments = ['compartmentId']
@@ -27983,7 +27983,7 @@ class DatabaseClient(object):
27983
27983
  :rtype: :class:`~oci.response.Response`
27984
27984
 
27985
27985
  :example:
27986
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27986
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27987
27987
  """
27988
27988
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27989
27989
  required_arguments = ['compartmentId']
@@ -28135,7 +28135,7 @@ class DatabaseClient(object):
28135
28135
  :rtype: :class:`~oci.response.Response`
28136
28136
 
28137
28137
  :example:
28138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
28138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
28139
28139
  """
28140
28140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28141
28141
  required_arguments = ['databaseId']
@@ -28305,7 +28305,7 @@ class DatabaseClient(object):
28305
28305
  :rtype: :class:`~oci.response.Response`
28306
28306
 
28307
28307
  :example:
28308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
28308
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
28309
28309
  """
28310
28310
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28311
28311
  required_arguments = []
@@ -28448,7 +28448,7 @@ class DatabaseClient(object):
28448
28448
  :rtype: :class:`~oci.response.Response`
28449
28449
 
28450
28450
  :example:
28451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
28451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
28452
28452
  """
28453
28453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28454
28454
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -28585,7 +28585,7 @@ class DatabaseClient(object):
28585
28585
  :rtype: :class:`~oci.response.Response`
28586
28586
 
28587
28587
  :example:
28588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
28588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
28589
28589
  """
28590
28590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28591
28591
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -28726,7 +28726,7 @@ class DatabaseClient(object):
28726
28726
  :rtype: :class:`~oci.response.Response`
28727
28727
 
28728
28728
  :example:
28729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
28729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
28730
28730
  """
28731
28731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28732
28732
  required_arguments = ['vmClusterId']
@@ -28834,7 +28834,7 @@ class DatabaseClient(object):
28834
28834
  :rtype: :class:`~oci.response.Response`
28835
28835
 
28836
28836
  :example:
28837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28838
28838
  """
28839
28839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28840
28840
  required_arguments = ['vmClusterId']
@@ -28955,7 +28955,7 @@ class DatabaseClient(object):
28955
28955
  :rtype: :class:`~oci.response.Response`
28956
28956
 
28957
28957
  :example:
28958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
28958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
28959
28959
  """
28960
28960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28961
28961
  required_arguments = ['vmClusterId']
@@ -29097,7 +29097,7 @@ class DatabaseClient(object):
29097
29097
  :rtype: :class:`~oci.response.Response`
29098
29098
 
29099
29099
  :example:
29100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
29100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
29101
29101
  """
29102
29102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29103
29103
  required_arguments = ['vmClusterId']
@@ -29251,7 +29251,7 @@ class DatabaseClient(object):
29251
29251
  :rtype: :class:`~oci.response.Response`
29252
29252
 
29253
29253
  :example:
29254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
29254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
29255
29255
  """
29256
29256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29257
29257
  required_arguments = ['compartmentId']
@@ -29395,7 +29395,7 @@ class DatabaseClient(object):
29395
29395
  :rtype: :class:`~oci.response.Response`
29396
29396
 
29397
29397
  :example:
29398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
29398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
29399
29399
  """
29400
29400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29401
29401
  required_arguments = ['pluggableDatabaseId']
@@ -29515,7 +29515,7 @@ class DatabaseClient(object):
29515
29515
  :rtype: :class:`~oci.response.Response`
29516
29516
 
29517
29517
  :example:
29518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
29518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
29519
29519
  """
29520
29520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29521
29521
  required_arguments = ['dbSystemId']
@@ -29635,7 +29635,7 @@ class DatabaseClient(object):
29635
29635
  :rtype: :class:`~oci.response.Response`
29636
29636
 
29637
29637
  :example:
29638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29639
29639
  """
29640
29640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29641
29641
  required_arguments = ['databaseId']
@@ -29755,7 +29755,7 @@ class DatabaseClient(object):
29755
29755
  :rtype: :class:`~oci.response.Response`
29756
29756
 
29757
29757
  :example:
29758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29759
29759
  """
29760
29760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29761
29761
  required_arguments = ['databaseId']
@@ -29875,7 +29875,7 @@ class DatabaseClient(object):
29875
29875
  :rtype: :class:`~oci.response.Response`
29876
29876
 
29877
29877
  :example:
29878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29879
29879
  """
29880
29880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29881
29881
  required_arguments = ['pluggableDatabaseId']
@@ -29992,7 +29992,7 @@ class DatabaseClient(object):
29992
29992
  :rtype: :class:`~oci.response.Response`
29993
29993
 
29994
29994
  :example:
29995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29996
29996
  """
29997
29997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29998
29998
  required_arguments = ['pluggableDatabaseId']
@@ -30098,7 +30098,7 @@ class DatabaseClient(object):
30098
30098
  :rtype: :class:`~oci.response.Response`
30099
30099
 
30100
30100
  :example:
30101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
30101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
30102
30102
  """
30103
30103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30104
30104
  required_arguments = ['autonomousDatabaseId']
@@ -30204,7 +30204,7 @@ class DatabaseClient(object):
30204
30204
  :rtype: :class:`~oci.response.Response`
30205
30205
 
30206
30206
  :example:
30207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
30207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30208
30208
  """
30209
30209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30210
30210
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -30313,7 +30313,7 @@ class DatabaseClient(object):
30313
30313
  :rtype: :class:`~oci.response.Response`
30314
30314
 
30315
30315
  :example:
30316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
30316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
30317
30317
  """
30318
30318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30319
30319
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -30431,7 +30431,7 @@ class DatabaseClient(object):
30431
30431
  :rtype: :class:`~oci.response.Response`
30432
30432
 
30433
30433
  :example:
30434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
30434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
30435
30435
  """
30436
30436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30437
30437
  required_arguments = ['pluggableDatabaseId']
@@ -30551,7 +30551,7 @@ class DatabaseClient(object):
30551
30551
  :rtype: :class:`~oci.response.Response`
30552
30552
 
30553
30553
  :example:
30554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
30554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30555
30555
  """
30556
30556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30557
30557
  required_arguments = ['cloudVmClusterId']
@@ -30671,7 +30671,7 @@ class DatabaseClient(object):
30671
30671
  :rtype: :class:`~oci.response.Response`
30672
30672
 
30673
30673
  :example:
30674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
30674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30675
30675
  """
30676
30676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30677
30677
  required_arguments = ['vmClusterId']
@@ -30797,7 +30797,7 @@ class DatabaseClient(object):
30797
30797
  :rtype: :class:`~oci.response.Response`
30798
30798
 
30799
30799
  :example:
30800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30801
30801
  """
30802
30802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30803
30803
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -30916,7 +30916,7 @@ class DatabaseClient(object):
30916
30916
  :rtype: :class:`~oci.response.Response`
30917
30917
 
30918
30918
  :example:
30919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30920
30920
  """
30921
30921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30922
30922
  required_arguments = []
@@ -31022,7 +31022,7 @@ class DatabaseClient(object):
31022
31022
  :rtype: :class:`~oci.response.Response`
31023
31023
 
31024
31024
  :example:
31025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
31025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
31026
31026
  """
31027
31027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31028
31028
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31124,7 +31124,7 @@ class DatabaseClient(object):
31124
31124
  :rtype: :class:`~oci.response.Response`
31125
31125
 
31126
31126
  :example:
31127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
31127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
31128
31128
  """
31129
31129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31130
31130
  required_arguments = ['autonomousDatabaseId']
@@ -31227,7 +31227,7 @@ class DatabaseClient(object):
31227
31227
  :rtype: :class:`~oci.response.Response`
31228
31228
 
31229
31229
  :example:
31230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
31230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
31231
31231
  """
31232
31232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31233
31233
  required_arguments = ['autonomousDatabaseId']
@@ -31332,7 +31332,7 @@ class DatabaseClient(object):
31332
31332
  :rtype: :class:`~oci.response.Response`
31333
31333
 
31334
31334
  :example:
31335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
31335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
31336
31336
  """
31337
31337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31338
31338
  required_arguments = ['databaseId']
@@ -31446,7 +31446,7 @@ class DatabaseClient(object):
31446
31446
  :rtype: :class:`~oci.response.Response`
31447
31447
 
31448
31448
  :example:
31449
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
31449
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31450
31450
  """
31451
31451
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31452
31452
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31563,7 +31563,7 @@ class DatabaseClient(object):
31563
31563
  :rtype: :class:`~oci.response.Response`
31564
31564
 
31565
31565
  :example:
31566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
31566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
31567
31567
  """
31568
31568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31569
31569
  required_arguments = ['autonomousDatabaseId']
@@ -31681,7 +31681,7 @@ class DatabaseClient(object):
31681
31681
  :rtype: :class:`~oci.response.Response`
31682
31682
 
31683
31683
  :example:
31684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
31684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31685
31685
  """
31686
31686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31687
31687
  required_arguments = ['autonomousVmClusterId']
@@ -31799,7 +31799,7 @@ class DatabaseClient(object):
31799
31799
  :rtype: :class:`~oci.response.Response`
31800
31800
 
31801
31801
  :example:
31802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
31802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31803
31803
  """
31804
31804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31805
31805
  required_arguments = ['autonomousVmClusterId']
@@ -31917,7 +31917,7 @@ class DatabaseClient(object):
31917
31917
  :rtype: :class:`~oci.response.Response`
31918
31918
 
31919
31919
  :example:
31920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
31920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31921
31921
  """
31922
31922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31923
31923
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -32036,7 +32036,7 @@ class DatabaseClient(object):
32036
32036
  :rtype: :class:`~oci.response.Response`
32037
32037
 
32038
32038
  :example:
32039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
32039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
32040
32040
  """
32041
32041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32042
32042
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -32152,7 +32152,7 @@ class DatabaseClient(object):
32152
32152
  :rtype: :class:`~oci.response.Response`
32153
32153
 
32154
32154
  :example:
32155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
32155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
32156
32156
  """
32157
32157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32158
32158
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32265,7 +32265,7 @@ class DatabaseClient(object):
32265
32265
  :rtype: :class:`~oci.response.Response`
32266
32266
 
32267
32267
  :example:
32268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
32268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
32269
32269
  """
32270
32270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32271
32271
  required_arguments = ['pluggableDatabaseId']
@@ -32378,7 +32378,7 @@ class DatabaseClient(object):
32378
32378
  :rtype: :class:`~oci.response.Response`
32379
32379
 
32380
32380
  :example:
32381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
32381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
32382
32382
  """
32383
32383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32384
32384
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32493,7 +32493,7 @@ class DatabaseClient(object):
32493
32493
  :rtype: :class:`~oci.response.Response`
32494
32494
 
32495
32495
  :example:
32496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
32496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
32497
32497
  """
32498
32498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32499
32499
  required_arguments = ['databaseId']
@@ -32596,7 +32596,7 @@ class DatabaseClient(object):
32596
32596
  :rtype: :class:`~oci.response.Response`
32597
32597
 
32598
32598
  :example:
32599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32600
32600
  """
32601
32601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32602
32602
  required_arguments = ['autonomousDatabaseId']
@@ -32708,7 +32708,7 @@ class DatabaseClient(object):
32708
32708
  :rtype: :class:`~oci.response.Response`
32709
32709
 
32710
32710
  :example:
32711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
32711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
32712
32712
  """
32713
32713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32714
32714
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -32816,7 +32816,7 @@ class DatabaseClient(object):
32816
32816
  :rtype: :class:`~oci.response.Response`
32817
32817
 
32818
32818
  :example:
32819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32820
32820
  """
32821
32821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32822
32822
  required_arguments = ['autonomousDatabaseId']
@@ -32916,7 +32916,7 @@ class DatabaseClient(object):
32916
32916
  :rtype: :class:`~oci.response.Response`
32917
32917
 
32918
32918
  :example:
32919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32920
32920
  """
32921
32921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32922
32922
  required_arguments = ['autonomousDatabaseId']
@@ -33026,7 +33026,7 @@ class DatabaseClient(object):
33026
33026
  :rtype: :class:`~oci.response.Response`
33027
33027
 
33028
33028
  :example:
33029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
33029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
33030
33030
  """
33031
33031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33032
33032
  required_arguments = ['pluggableDatabaseId']
@@ -33134,7 +33134,7 @@ class DatabaseClient(object):
33134
33134
  :rtype: :class:`~oci.response.Response`
33135
33135
 
33136
33136
  :example:
33137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
33137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
33138
33138
  """
33139
33139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33140
33140
  required_arguments = ['autonomousDatabaseId']
@@ -33246,7 +33246,7 @@ class DatabaseClient(object):
33246
33246
  :rtype: :class:`~oci.response.Response`
33247
33247
 
33248
33248
  :example:
33249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
33249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
33250
33250
  """
33251
33251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33252
33252
  required_arguments = ['pluggableDatabaseId']
@@ -33358,7 +33358,7 @@ class DatabaseClient(object):
33358
33358
  :rtype: :class:`~oci.response.Response`
33359
33359
 
33360
33360
  :example:
33361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
33361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
33362
33362
  """
33363
33363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33364
33364
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -33477,7 +33477,7 @@ class DatabaseClient(object):
33477
33477
  :rtype: :class:`~oci.response.Response`
33478
33478
 
33479
33479
  :example:
33480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
33480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
33481
33481
  """
33482
33482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33483
33483
  required_arguments = ['autonomousDatabaseId']
@@ -33601,7 +33601,7 @@ class DatabaseClient(object):
33601
33601
  :rtype: :class:`~oci.response.Response`
33602
33602
 
33603
33603
  :example:
33604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33605
33605
  """
33606
33606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33607
33607
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -33704,7 +33704,7 @@ class DatabaseClient(object):
33704
33704
  :rtype: :class:`~oci.response.Response`
33705
33705
 
33706
33706
  :example:
33707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33708
33708
  """
33709
33709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33710
33710
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33802,7 +33802,7 @@ class DatabaseClient(object):
33802
33802
  :rtype: :class:`~oci.response.Response`
33803
33803
 
33804
33804
  :example:
33805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33806
33806
  """
33807
33807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33808
33808
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -33907,7 +33907,7 @@ class DatabaseClient(object):
33907
33907
  :rtype: :class:`~oci.response.Response`
33908
33908
 
33909
33909
  :example:
33910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33911
33911
  """
33912
33912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33913
33913
  required_arguments = ['dbSystemId']
@@ -34008,7 +34008,7 @@ class DatabaseClient(object):
34008
34008
  :rtype: :class:`~oci.response.Response`
34009
34009
 
34010
34010
  :example:
34011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
34011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
34012
34012
  """
34013
34013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34014
34014
  required_arguments = ['autonomousContainerDatabaseId']
@@ -34121,7 +34121,7 @@ class DatabaseClient(object):
34121
34121
  :rtype: :class:`~oci.response.Response`
34122
34122
 
34123
34123
  :example:
34124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
34124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
34125
34125
  """
34126
34126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34127
34127
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -34232,7 +34232,7 @@ class DatabaseClient(object):
34232
34232
  :rtype: :class:`~oci.response.Response`
34233
34233
 
34234
34234
  :example:
34235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
34235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
34236
34236
  """
34237
34237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34238
34238
  required_arguments = ['autonomousDatabaseId']
@@ -34342,7 +34342,7 @@ class DatabaseClient(object):
34342
34342
  :rtype: :class:`~oci.response.Response`
34343
34343
 
34344
34344
  :example:
34345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
34345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
34346
34346
  """
34347
34347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34348
34348
  required_arguments = ['autonomousDatabaseBackupId']
@@ -34442,7 +34442,7 @@ class DatabaseClient(object):
34442
34442
  :rtype: :class:`~oci.response.Response`
34443
34443
 
34444
34444
  :example:
34445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
34445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
34446
34446
  """
34447
34447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34448
34448
  required_arguments = []
@@ -34536,7 +34536,7 @@ class DatabaseClient(object):
34536
34536
  :rtype: :class:`~oci.response.Response`
34537
34537
 
34538
34538
  :example:
34539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
34539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
34540
34540
  """
34541
34541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34542
34542
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -34641,7 +34641,7 @@ class DatabaseClient(object):
34641
34641
  :rtype: :class:`~oci.response.Response`
34642
34642
 
34643
34643
  :example:
34644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
34644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
34645
34645
  """
34646
34646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34647
34647
  required_arguments = ['autonomousDatabaseId']
@@ -34744,7 +34744,7 @@ class DatabaseClient(object):
34744
34744
  :rtype: :class:`~oci.response.Response`
34745
34745
 
34746
34746
  :example:
34747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34748
34748
  """
34749
34749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34750
34750
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34852,7 +34852,7 @@ class DatabaseClient(object):
34852
34852
  :rtype: :class:`~oci.response.Response`
34853
34853
 
34854
34854
  :example:
34855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34856
34856
  """
34857
34857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34858
34858
  required_arguments = ['autonomousVmClusterId']
@@ -34965,7 +34965,7 @@ class DatabaseClient(object):
34965
34965
  :rtype: :class:`~oci.response.Response`
34966
34966
 
34967
34967
  :example:
34968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34969
34969
  """
34970
34970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34971
34971
  required_arguments = ['backupDestinationId']
@@ -35075,7 +35075,7 @@ class DatabaseClient(object):
35075
35075
  :rtype: :class:`~oci.response.Response`
35076
35076
 
35077
35077
  :example:
35078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
35078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
35079
35079
  """
35080
35080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35081
35081
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -35185,7 +35185,7 @@ class DatabaseClient(object):
35185
35185
  :rtype: :class:`~oci.response.Response`
35186
35186
 
35187
35187
  :example:
35188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
35188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
35189
35189
  """
35190
35190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35191
35191
  required_arguments = ['cloudExadataInfrastructureId']
@@ -35295,7 +35295,7 @@ class DatabaseClient(object):
35295
35295
  :rtype: :class:`~oci.response.Response`
35296
35296
 
35297
35297
  :example:
35298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
35298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
35299
35299
  """
35300
35300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35301
35301
  required_arguments = ['cloudVmClusterId']
@@ -35405,7 +35405,7 @@ class DatabaseClient(object):
35405
35405
  :rtype: :class:`~oci.response.Response`
35406
35406
 
35407
35407
  :example:
35408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
35408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
35409
35409
  """
35410
35410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35411
35411
  required_arguments = ['cloudVmClusterId']
@@ -35518,7 +35518,7 @@ class DatabaseClient(object):
35518
35518
  :rtype: :class:`~oci.response.Response`
35519
35519
 
35520
35520
  :example:
35521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
35521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
35522
35522
  """
35523
35523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35524
35524
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -35632,7 +35632,7 @@ class DatabaseClient(object):
35632
35632
  :rtype: :class:`~oci.response.Response`
35633
35633
 
35634
35634
  :example:
35635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
35635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
35636
35636
  """
35637
35637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35638
35638
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -35748,7 +35748,7 @@ class DatabaseClient(object):
35748
35748
  :rtype: :class:`~oci.response.Response`
35749
35749
 
35750
35750
  :example:
35751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35752
35752
  """
35753
35753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35754
35754
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -35856,7 +35856,7 @@ class DatabaseClient(object):
35856
35856
  :rtype: :class:`~oci.response.Response`
35857
35857
 
35858
35858
  :example:
35859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
35859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_database.py.html>`__ to see an example of how to use update_database API.
35860
35860
  """
35861
35861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35862
35862
  required_arguments = ['databaseId']
@@ -35961,7 +35961,7 @@ class DatabaseClient(object):
35961
35961
  :rtype: :class:`~oci.response.Response`
35962
35962
 
35963
35963
  :example:
35964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35965
35965
  """
35966
35966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35967
35967
  required_arguments = ['databaseSoftwareImageId']
@@ -36066,7 +36066,7 @@ class DatabaseClient(object):
36066
36066
  :rtype: :class:`~oci.response.Response`
36067
36067
 
36068
36068
  :example:
36069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
36069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
36070
36070
  """
36071
36071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36072
36072
  required_arguments = ['dbHomeId']
@@ -36174,7 +36174,7 @@ class DatabaseClient(object):
36174
36174
  :rtype: :class:`~oci.response.Response`
36175
36175
 
36176
36176
  :example:
36177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
36177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
36178
36178
  """
36179
36179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36180
36180
  required_arguments = ['dbNodeId']
@@ -36288,7 +36288,7 @@ class DatabaseClient(object):
36288
36288
  :rtype: :class:`~oci.response.Response`
36289
36289
 
36290
36290
  :example:
36291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
36291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
36292
36292
  """
36293
36293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36294
36294
  required_arguments = ['dbSystemId']
@@ -36397,7 +36397,7 @@ class DatabaseClient(object):
36397
36397
  :rtype: :class:`~oci.response.Response`
36398
36398
 
36399
36399
  :example:
36400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
36400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
36401
36401
  """
36402
36402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36403
36403
  required_arguments = ['exadataInfrastructureId']
@@ -36517,7 +36517,7 @@ class DatabaseClient(object):
36517
36517
  :rtype: :class:`~oci.response.Response`
36518
36518
 
36519
36519
  :example:
36520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
36520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
36521
36521
  """
36522
36522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36523
36523
  required_arguments = ['dbSystemId']
@@ -36630,7 +36630,7 @@ class DatabaseClient(object):
36630
36630
  :rtype: :class:`~oci.response.Response`
36631
36631
 
36632
36632
  :example:
36633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
36633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
36634
36634
  """
36635
36635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36636
36636
  required_arguments = ['externalContainerDatabaseId']
@@ -36741,7 +36741,7 @@ class DatabaseClient(object):
36741
36741
  :rtype: :class:`~oci.response.Response`
36742
36742
 
36743
36743
  :example:
36744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36745
36745
  """
36746
36746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36747
36747
  required_arguments = ['externalDatabaseConnectorId']
@@ -36851,7 +36851,7 @@ class DatabaseClient(object):
36851
36851
  :rtype: :class:`~oci.response.Response`
36852
36852
 
36853
36853
  :example:
36854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36855
36855
  """
36856
36856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36857
36857
  required_arguments = ['externalNonContainerDatabaseId']
@@ -36963,7 +36963,7 @@ class DatabaseClient(object):
36963
36963
  :rtype: :class:`~oci.response.Response`
36964
36964
 
36965
36965
  :example:
36966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36967
36967
  """
36968
36968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36969
36969
  required_arguments = ['externalPluggableDatabaseId']
@@ -37073,7 +37073,7 @@ class DatabaseClient(object):
37073
37073
  :rtype: :class:`~oci.response.Response`
37074
37074
 
37075
37075
  :example:
37076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
37076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
37077
37077
  """
37078
37078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37079
37079
  required_arguments = ['keyStoreId']
@@ -37178,7 +37178,7 @@ class DatabaseClient(object):
37178
37178
  :rtype: :class:`~oci.response.Response`
37179
37179
 
37180
37180
  :example:
37181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
37181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
37182
37182
  """
37183
37183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37184
37184
  required_arguments = ['maintenanceRunId']
@@ -37286,7 +37286,7 @@ class DatabaseClient(object):
37286
37286
  :rtype: :class:`~oci.response.Response`
37287
37287
 
37288
37288
  :example:
37289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
37289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
37290
37290
  """
37291
37291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37292
37292
  required_arguments = ['oneoffPatchId']
@@ -37393,7 +37393,7 @@ class DatabaseClient(object):
37393
37393
  :rtype: :class:`~oci.response.Response`
37394
37394
 
37395
37395
  :example:
37396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
37396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
37397
37397
  """
37398
37398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37399
37399
  required_arguments = ['pluggableDatabaseId']
@@ -37501,7 +37501,7 @@ class DatabaseClient(object):
37501
37501
  :rtype: :class:`~oci.response.Response`
37502
37502
 
37503
37503
  :example:
37504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
37504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
37505
37505
  """
37506
37506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37507
37507
  required_arguments = ['vmClusterId']
@@ -37617,7 +37617,7 @@ class DatabaseClient(object):
37617
37617
  :rtype: :class:`~oci.response.Response`
37618
37618
 
37619
37619
  :example:
37620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
37620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
37621
37621
  """
37622
37622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37623
37623
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -37728,7 +37728,7 @@ class DatabaseClient(object):
37728
37728
  :rtype: :class:`~oci.response.Response`
37729
37729
 
37730
37730
  :example:
37731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37732
37732
  """
37733
37733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37734
37734
  required_arguments = ['databaseId']
@@ -37845,7 +37845,7 @@ class DatabaseClient(object):
37845
37845
  :rtype: :class:`~oci.response.Response`
37846
37846
 
37847
37847
  :example:
37848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37849
37849
  """
37850
37850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37851
37851
  required_arguments = ['dbSystemId']
@@ -37962,7 +37962,7 @@ class DatabaseClient(object):
37962
37962
  :rtype: :class:`~oci.response.Response`
37963
37963
 
37964
37964
  :example:
37965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37966
37966
  """
37967
37967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37968
37968
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']