oci 2.135.1__py3-none-any.whl → 2.135.2__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 (327) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +72 -72
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +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 +98 -94
  50. oci/container_engine/models/cluster.py +6 -2
  51. oci/container_engine/models/cluster_summary.py +6 -2
  52. oci/container_engine/models/node.py +6 -2
  53. oci/container_engine/models/node_pool.py +6 -2
  54. oci/container_engine/models/node_pool_summary.py +6 -2
  55. oci/container_engine/models/start_credential_rotation_details.py +2 -2
  56. oci/container_engine/models/work_request.py +7 -3
  57. oci/container_engine/models/work_request_summary.py +7 -3
  58. oci/container_engine/models/workload_mapping.py +35 -2
  59. oci/container_engine/models/workload_mapping_summary.py +35 -2
  60. oci/container_instances/container_instance_client.py +18 -18
  61. oci/core/blockstorage_client.py +60 -60
  62. oci/core/compute_client.py +102 -102
  63. oci/core/compute_management_client.py +32 -32
  64. oci/core/models/__init__.py +2 -0
  65. oci/core/models/launch_attach_paravirtualized_volume_details.py +123 -0
  66. oci/core/models/launch_attach_volume_details.py +4 -0
  67. oci/core/virtual_network_client.py +247 -247
  68. oci/dashboard_service/dashboard_client.py +6 -6
  69. oci/dashboard_service/dashboard_group_client.py +6 -6
  70. oci/data_catalog/data_catalog_client.py +149 -149
  71. oci/data_flow/data_flow_client.py +42 -42
  72. oci/data_integration/data_integration_client.py +163 -163
  73. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  74. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  75. oci/data_safe/data_safe_client.py +292 -292
  76. oci/data_science/data_science_client.py +91 -91
  77. oci/database/database_client.py +396 -396
  78. oci/database/models/cloud_vm_cluster.py +29 -2
  79. oci/database/models/cloud_vm_cluster_summary.py +29 -2
  80. oci/database/models/create_cloud_vm_cluster_details.py +29 -2
  81. oci/database/models/create_vm_cluster_details.py +29 -2
  82. oci/database/models/update_cloud_vm_cluster_details.py +29 -2
  83. oci/database/models/update_vm_cluster_details.py +29 -2
  84. oci/database/models/vm_cluster.py +29 -2
  85. oci/database/models/vm_cluster_summary.py +29 -2
  86. oci/database_management/db_management_client.py +211 -211
  87. oci/database_management/diagnosability_client.py +4 -4
  88. oci/database_management/managed_my_sql_databases_client.py +7 -7
  89. oci/database_management/perfhub_client.py +1 -1
  90. oci/database_management/sql_tuning_client.py +17 -17
  91. oci/database_migration/database_migration_client.py +42 -42
  92. oci/database_tools/database_tools_client.py +23 -23
  93. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  94. oci/delegate_access_control/work_request_client.py +4 -4
  95. oci/demand_signal/occ_demand_signal_client.py +7 -7
  96. oci/desktops/desktop_service_client.py +33 -22
  97. oci/desktops/models/__init__.py +18 -0
  98. oci/desktops/models/create_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  99. oci/desktops/models/create_desktop_pool_details.py +136 -4
  100. oci/desktops/models/create_desktop_pool_private_access_details.py +142 -0
  101. oci/desktops/models/create_desktop_pool_shape_config_details.py +170 -0
  102. oci/desktops/models/desktop_image.py +33 -2
  103. oci/desktops/models/desktop_network_configuration.py +14 -4
  104. oci/desktops/models/desktop_pool.py +136 -4
  105. oci/desktops/models/desktop_pool_private_access_details.py +212 -0
  106. oci/desktops/models/desktop_pool_shape_config.py +170 -0
  107. oci/desktops/models/desktop_session_lifecycle_actions.py +95 -0
  108. oci/desktops/models/disconnect_config.py +121 -0
  109. oci/desktops/models/inactivity_config.py +121 -0
  110. oci/desktops/models/update_desktop_pool_desktop_session_lifecycle_actions.py +95 -0
  111. oci/desktops/models/update_desktop_pool_details.py +29 -2
  112. oci/devops/devops_client.py +141 -141
  113. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  114. oci/dns/dns_client.py +52 -52
  115. oci/dts/appliance_export_job_client.py +6 -6
  116. oci/dts/shipping_vendors_client.py +1 -1
  117. oci/dts/transfer_appliance_client.py +8 -8
  118. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  119. oci/dts/transfer_device_client.py +5 -5
  120. oci/dts/transfer_job_client.py +6 -6
  121. oci/dts/transfer_package_client.py +7 -7
  122. oci/em_warehouse/em_data_lake_client.py +13 -13
  123. oci/em_warehouse/em_warehouse_client.py +13 -13
  124. oci/email/email_client.py +31 -31
  125. oci/email_data_plane/email_dp_client.py +1 -1
  126. oci/events/events_client.py +6 -6
  127. oci/file_storage/file_storage_client.py +54 -54
  128. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  129. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  130. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  131. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  132. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  133. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  134. oci/functions/functions_invoke_client.py +1 -1
  135. oci/functions/functions_management_client.py +16 -16
  136. oci/fusion_apps/data_masking_activity_client.py +3 -3
  137. oci/fusion_apps/fusion_applications_client.py +42 -42
  138. oci/fusion_apps/fusion_environment_client.py +15 -15
  139. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  140. oci/fusion_apps/models/create_fusion_environment_admin_user_details.py +1 -1
  141. oci/fusion_apps/refresh_activity_client.py +4 -4
  142. oci/fusion_apps/scheduled_activity_client.py +2 -2
  143. oci/fusion_apps/service_attachment_client.py +2 -2
  144. oci/generative_ai/generative_ai_client.py +22 -22
  145. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  146. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  147. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  148. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  149. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  150. oci/golden_gate/golden_gate_client.py +68 -68
  151. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  152. oci/governance_rules_control_plane/work_request_client.py +5 -5
  153. oci/healthchecks/health_checks_client.py +17 -17
  154. oci/identity/identity_client.py +145 -145
  155. oci/identity_data_plane/dataplane_client.py +2 -2
  156. oci/identity_domains/identity_domains_client.py +307 -307
  157. oci/integration/integration_instance_client.py +19 -19
  158. oci/jms/java_management_service_client.py +75 -75
  159. oci/jms_java_downloads/java_download_client.py +25 -25
  160. oci/key_management/ekm_client.py +5 -5
  161. oci/key_management/kms_crypto_client.py +6 -6
  162. oci/key_management/kms_hsm_cluster_client.py +12 -12
  163. oci/key_management/kms_management_client.py +21 -21
  164. oci/key_management/kms_vault_client.py +14 -14
  165. oci/license_manager/license_manager_client.py +18 -18
  166. oci/limits/limits_client.py +4 -4
  167. oci/limits/quotas_client.py +7 -7
  168. oci/load_balancer/load_balancer_client.py +61 -61
  169. oci/load_balancer/models/connection_configuration.py +47 -2
  170. oci/lockbox/lockbox_client.py +24 -24
  171. oci/log_analytics/log_analytics_client.py +193 -193
  172. oci/logging/logging_management_client.py +30 -30
  173. oci/loggingingestion/logging_client.py +1 -1
  174. oci/loggingsearch/log_search_client.py +1 -1
  175. oci/management_agent/management_agent_client.py +28 -28
  176. oci/management_dashboard/dashx_apis_client.py +14 -14
  177. oci/marketplace/account_client.py +2 -2
  178. oci/marketplace/marketplace_client.py +30 -30
  179. oci/marketplace_private_offer/attachment_client.py +5 -5
  180. oci/marketplace_private_offer/offer_client.py +6 -6
  181. oci/marketplace_publisher/attachment_client.py +5 -5
  182. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  183. oci/marketplace_publisher/offer_client.py +6 -6
  184. oci/media_services/media_services_client.py +60 -60
  185. oci/media_services/media_stream_client.py +2 -2
  186. oci/monitoring/monitoring_client.py +18 -18
  187. oci/mysql/channels_client.py +7 -7
  188. oci/mysql/db_backups_client.py +7 -7
  189. oci/mysql/db_system_client.py +17 -17
  190. oci/mysql/mysqlaas_client.py +7 -7
  191. oci/mysql/replicas_client.py +5 -5
  192. oci/mysql/work_requests_client.py +4 -4
  193. oci/network_firewall/network_firewall_client.py +86 -86
  194. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  195. oci/nosql/nosql_client.py +24 -24
  196. oci/object_storage/object_storage_client.py +55 -55
  197. oci/oce/oce_instance_client.py +10 -10
  198. oci/oci_control_center/occ_metrics_client.py +3 -3
  199. oci/ocvp/cluster_client.py +5 -5
  200. oci/ocvp/esxi_host_client.py +8 -8
  201. oci/ocvp/sddc_client.py +14 -14
  202. oci/ocvp/work_request_client.py +4 -4
  203. oci/oda/management_client.py +59 -59
  204. oci/oda/oda_client.py +17 -17
  205. oci/oda/odapackage_client.py +7 -7
  206. oci/onesubscription/billing_schedule_client.py +1 -1
  207. oci/onesubscription/commitment_client.py +2 -2
  208. oci/onesubscription/computed_usage_client.py +3 -3
  209. oci/onesubscription/invoice_summary_client.py +2 -2
  210. oci/onesubscription/organization_subscription_client.py +1 -1
  211. oci/onesubscription/ratecard_client.py +1 -1
  212. oci/onesubscription/subscribed_service_client.py +2 -2
  213. oci/onesubscription/subscription_client.py +1 -1
  214. oci/ons/notification_control_plane_client.py +6 -6
  215. oci/ons/notification_data_plane_client.py +10 -10
  216. oci/opa/opa_instance_client.py +13 -13
  217. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  218. oci/opensearch/opensearch_cluster_client.py +14 -14
  219. oci/operator_access_control/access_requests_client.py +10 -10
  220. oci/operator_access_control/operator_actions_client.py +2 -2
  221. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  222. oci/operator_access_control/operator_control_client.py +6 -6
  223. oci/opsi/models/__init__.py +6 -0
  224. oci/opsi/models/create_autonomous_database_insight_details.py +291 -0
  225. oci/opsi/models/create_database_insight_details.py +4 -0
  226. oci/opsi/models/credential_by_iam.py +58 -0
  227. oci/opsi/models/credential_by_vault.py +1 -1
  228. oci/opsi/models/credential_details.py +13 -5
  229. oci/opsi/models/credentials_by_source.py +1 -1
  230. oci/opsi/models/enable_autonomous_database_insight_details.py +301 -0
  231. oci/opsi/models/enable_database_insight_details.py +4 -0
  232. oci/opsi/operations_insights_client.py +179 -179
  233. oci/optimizer/optimizer_client.py +26 -26
  234. oci/os_management/event_client.py +8 -8
  235. oci/os_management/os_management_client.py +69 -69
  236. oci/os_management_hub/event_client.py +8 -8
  237. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  238. oci/os_management_hub/managed_instance_client.py +31 -31
  239. oci/os_management_hub/managed_instance_group_client.py +25 -25
  240. oci/os_management_hub/management_station_client.py +10 -10
  241. oci/os_management_hub/onboarding_client.py +6 -6
  242. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  243. oci/os_management_hub/scheduled_job_client.py +7 -7
  244. oci/os_management_hub/software_source_client.py +27 -27
  245. oci/os_management_hub/work_request_client.py +4 -4
  246. oci/osp_gateway/address_rule_service_client.py +1 -1
  247. oci/osp_gateway/address_service_client.py +2 -2
  248. oci/osp_gateway/invoice_service_client.py +5 -5
  249. oci/osp_gateway/subscription_service_client.py +5 -5
  250. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  251. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  252. oci/osub_subscription/commitment_client.py +2 -2
  253. oci/osub_subscription/ratecard_client.py +1 -1
  254. oci/osub_subscription/subscription_client.py +1 -1
  255. oci/osub_usage/computed_usage_client.py +3 -3
  256. oci/psql/postgresql_client.py +33 -33
  257. oci/queue/queue_admin_client.py +11 -11
  258. oci/queue/queue_client.py +8 -8
  259. oci/recovery/database_recovery_client.py +26 -26
  260. oci/redis/redis_cluster_client.py +12 -12
  261. oci/resource_manager/resource_manager_client.py +52 -52
  262. oci/resource_scheduler/schedule_client.py +13 -13
  263. oci/resource_search/resource_search_client.py +3 -3
  264. oci/rover/rover_bundle_client.py +8 -8
  265. oci/rover/rover_cluster_client.py +8 -8
  266. oci/rover/rover_entitlement_client.py +6 -6
  267. oci/rover/rover_node_client.py +15 -15
  268. oci/rover/shape_client.py +1 -1
  269. oci/rover/work_requests_client.py +5 -5
  270. oci/sch/connector_plugins_client.py +2 -2
  271. oci/sch/service_connector_client.py +12 -12
  272. oci/secrets/secrets_client.py +3 -3
  273. oci/security_attribute/security_attribute_client.py +18 -18
  274. oci/service_catalog/service_catalog_client.py +26 -26
  275. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  276. oci/service_mesh/service_mesh_client.py +48 -48
  277. oci/stack_monitoring/models/__init__.py +20 -0
  278. oci/stack_monitoring/models/create_maintenance_window_details.py +196 -0
  279. oci/stack_monitoring/models/create_maintenance_window_resource_details.py +111 -0
  280. oci/stack_monitoring/models/maintenance_window.py +439 -0
  281. oci/stack_monitoring/models/maintenance_window_collection.py +72 -0
  282. oci/stack_monitoring/models/maintenance_window_schedule.py +109 -0
  283. oci/stack_monitoring/models/maintenance_window_summary.py +519 -0
  284. oci/stack_monitoring/models/monitored_resource_details.py +171 -0
  285. oci/stack_monitoring/models/one_time_maintenance_window_schedule.py +113 -0
  286. oci/stack_monitoring/models/recurrent_maintenance_window_schedule.py +191 -0
  287. oci/stack_monitoring/models/update_maintenance_window_details.py +130 -0
  288. oci/stack_monitoring/models/work_request.py +19 -3
  289. oci/stack_monitoring/models/work_request_summary.py +19 -3
  290. oci/stack_monitoring/stack_monitoring_client.py +921 -113
  291. oci/stack_monitoring/stack_monitoring_client_composite_operations.py +214 -0
  292. oci/streaming/stream_admin_client.py +18 -18
  293. oci/streaming/stream_client.py +8 -8
  294. oci/tenant_manager_control_plane/domain_client.py +5 -5
  295. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  296. oci/tenant_manager_control_plane/governance_client.py +2 -2
  297. oci/tenant_manager_control_plane/link_client.py +3 -3
  298. oci/tenant_manager_control_plane/orders_client.py +2 -2
  299. oci/tenant_manager_control_plane/organization_client.py +10 -10
  300. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  302. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  303. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  304. oci/threat_intelligence/threatintel_client.py +5 -5
  305. oci/usage/resources_client.py +2 -2
  306. oci/usage/rewards_client.py +6 -6
  307. oci/usage/usagelimits_client.py +1 -1
  308. oci/usage_api/usageapi_client.py +33 -33
  309. oci/vault/vaults_client.py +13 -13
  310. oci/vbs_inst/vbs_instance_client.py +10 -10
  311. oci/version.py +1 -1
  312. oci/visual_builder/vb_instance_client.py +13 -13
  313. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  314. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  315. oci/waa/waa_client.py +13 -13
  316. oci/waa/work_request_client.py +4 -4
  317. oci/waas/redirect_client.py +6 -6
  318. oci/waas/waas_client.py +66 -66
  319. oci/waf/waf_client.py +24 -24
  320. oci/work_requests/work_request_client.py +4 -4
  321. oci/zpr/zpr_client.py +16 -17
  322. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/METADATA +2 -2
  323. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/RECORD +327 -304
  324. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/LICENSE.txt +0 -0
  325. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  326. {oci-2.135.1.dist-info → oci-2.135.2.dist-info}/WHEEL +0 -0
  327. {oci-2.135.1.dist-info → oci-2.135.2.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.135.1/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/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.135.1/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
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.135.1/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.135.2/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.135.1/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
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.135.1/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
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.135.1/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.135.2/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.135.1/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.135.2/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']
@@ -978,7 +978,7 @@ class DatabaseClient(object):
978
978
  :rtype: :class:`~oci.response.Response`
979
979
 
980
980
  :example:
981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
982
982
  """
983
983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
984
984
  required_arguments = ['executionWindowId']
@@ -1095,7 +1095,7 @@ class DatabaseClient(object):
1095
1095
  :rtype: :class:`~oci.response.Response`
1096
1096
 
1097
1097
  :example:
1098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1099
1099
  """
1100
1100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1101
1101
  required_arguments = ['schedulingPlanId']
@@ -1215,7 +1215,7 @@ class DatabaseClient(object):
1215
1215
  :rtype: :class:`~oci.response.Response`
1216
1216
 
1217
1217
  :example:
1218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1219
1219
  """
1220
1220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1221
1221
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
1337
1337
  :rtype: :class:`~oci.response.Response`
1338
1338
 
1339
1339
  :example:
1340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1341
1341
  """
1342
1342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1343
1343
  required_arguments = ['autonomousDatabaseId']
@@ -1455,7 +1455,7 @@ class DatabaseClient(object):
1455
1455
  :rtype: :class:`~oci.response.Response`
1456
1456
 
1457
1457
  :example:
1458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
1459
1459
  """
1460
1460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1461
1461
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1573,7 +1573,7 @@ class DatabaseClient(object):
1573
1573
  :rtype: :class:`~oci.response.Response`
1574
1574
 
1575
1575
  :example:
1576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1577
1577
  """
1578
1578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1579
1579
  required_arguments = ['autonomousDatabaseId']
@@ -1695,7 +1695,7 @@ class DatabaseClient(object):
1695
1695
  :rtype: :class:`~oci.response.Response`
1696
1696
 
1697
1697
  :example:
1698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1699
1699
  """
1700
1700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1701
1701
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1813,7 +1813,7 @@ class DatabaseClient(object):
1813
1813
  :rtype: :class:`~oci.response.Response`
1814
1814
 
1815
1815
  :example:
1816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1817
1817
  """
1818
1818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1819
1819
  required_arguments = ['autonomousVmClusterId']
@@ -1935,7 +1935,7 @@ class DatabaseClient(object):
1935
1935
  :rtype: :class:`~oci.response.Response`
1936
1936
 
1937
1937
  :example:
1938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1939
1939
  """
1940
1940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1941
1941
  required_arguments = ['backupDestinationId']
@@ -2053,7 +2053,7 @@ class DatabaseClient(object):
2053
2053
  :rtype: :class:`~oci.response.Response`
2054
2054
 
2055
2055
  :example:
2056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
2057
2057
  """
2058
2058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2059
2059
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2173,7 +2173,7 @@ class DatabaseClient(object):
2173
2173
  :rtype: :class:`~oci.response.Response`
2174
2174
 
2175
2175
  :example:
2176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2177
2177
  """
2178
2178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2179
2179
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2291,7 +2291,7 @@ class DatabaseClient(object):
2291
2291
  :rtype: :class:`~oci.response.Response`
2292
2292
 
2293
2293
  :example:
2294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2295
2295
  """
2296
2296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2297
2297
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2409,7 +2409,7 @@ class DatabaseClient(object):
2409
2409
  :rtype: :class:`~oci.response.Response`
2410
2410
 
2411
2411
  :example:
2412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2413
2413
  """
2414
2414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2415
2415
  required_arguments = ['cloudVmClusterId']
@@ -2527,7 +2527,7 @@ class DatabaseClient(object):
2527
2527
  :rtype: :class:`~oci.response.Response`
2528
2528
 
2529
2529
  :example:
2530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2531
2531
  """
2532
2532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2533
2533
  required_arguments = ['cloudVmClusterId']
@@ -2649,7 +2649,7 @@ class DatabaseClient(object):
2649
2649
  :rtype: :class:`~oci.response.Response`
2650
2650
 
2651
2651
  :example:
2652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2653
2653
  """
2654
2654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2655
2655
  required_arguments = ['databaseSoftwareImageId']
@@ -2772,7 +2772,7 @@ class DatabaseClient(object):
2772
2772
  :rtype: :class:`~oci.response.Response`
2773
2773
 
2774
2774
  :example:
2775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2776
2776
  """
2777
2777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2778
2778
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2903,7 +2903,7 @@ class DatabaseClient(object):
2903
2903
  :rtype: :class:`~oci.response.Response`
2904
2904
 
2905
2905
  :example:
2906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2907
2907
  """
2908
2908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2909
2909
  required_arguments = ['dbSystemId']
@@ -3014,7 +3014,7 @@ class DatabaseClient(object):
3014
3014
  :rtype: :class:`~oci.response.Response`
3015
3015
 
3016
3016
  :example:
3017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3018
3018
  """
3019
3019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3020
3020
  required_arguments = ['autonomousDatabaseId']
@@ -3132,7 +3132,7 @@ class DatabaseClient(object):
3132
3132
  :rtype: :class:`~oci.response.Response`
3133
3133
 
3134
3134
  :example:
3135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3136
3136
  """
3137
3137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3138
3138
  required_arguments = ['exadataInfrastructureId']
@@ -3250,7 +3250,7 @@ class DatabaseClient(object):
3250
3250
  :rtype: :class:`~oci.response.Response`
3251
3251
 
3252
3252
  :example:
3253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3254
3254
  """
3255
3255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3256
3256
  required_arguments = ['exadbVmClusterId']
@@ -3368,7 +3368,7 @@ class DatabaseClient(object):
3368
3368
  :rtype: :class:`~oci.response.Response`
3369
3369
 
3370
3370
  :example:
3371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3372
3372
  """
3373
3373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3374
3374
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3491,7 +3491,7 @@ class DatabaseClient(object):
3491
3491
  :rtype: :class:`~oci.response.Response`
3492
3492
 
3493
3493
  :example:
3494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3495
3495
  """
3496
3496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3497
3497
  required_arguments = ['externalContainerDatabaseId']
@@ -3613,7 +3613,7 @@ class DatabaseClient(object):
3613
3613
  :rtype: :class:`~oci.response.Response`
3614
3614
 
3615
3615
  :example:
3616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
3616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
3617
3617
  """
3618
3618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3619
3619
  required_arguments = ['externalNonContainerDatabaseId']
@@ -3738,7 +3738,7 @@ class DatabaseClient(object):
3738
3738
  :rtype: :class:`~oci.response.Response`
3739
3739
 
3740
3740
  :example:
3741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3742
3742
  """
3743
3743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3744
3744
  required_arguments = ['externalPluggableDatabaseId']
@@ -3860,7 +3860,7 @@ class DatabaseClient(object):
3860
3860
  :rtype: :class:`~oci.response.Response`
3861
3861
 
3862
3862
  :example:
3863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3864
3864
  """
3865
3865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3866
3866
  required_arguments = ['keyStoreId']
@@ -3978,7 +3978,7 @@ class DatabaseClient(object):
3978
3978
  :rtype: :class:`~oci.response.Response`
3979
3979
 
3980
3980
  :example:
3981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3982
3982
  """
3983
3983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3984
3984
  required_arguments = ['databaseId']
@@ -4096,7 +4096,7 @@ class DatabaseClient(object):
4096
4096
  :rtype: :class:`~oci.response.Response`
4097
4097
 
4098
4098
  :example:
4099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4100
4100
  """
4101
4101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4102
4102
  required_arguments = ['oneoffPatchId']
@@ -4214,7 +4214,7 @@ class DatabaseClient(object):
4214
4214
  :rtype: :class:`~oci.response.Response`
4215
4215
 
4216
4216
  :example:
4217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4218
4218
  """
4219
4219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4220
4220
  required_arguments = ['schedulingPlanId']
@@ -4332,7 +4332,7 @@ class DatabaseClient(object):
4332
4332
  :rtype: :class:`~oci.response.Response`
4333
4333
 
4334
4334
  :example:
4335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4336
4336
  """
4337
4337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4338
4338
  required_arguments = ['schedulingPolicyId']
@@ -4451,7 +4451,7 @@ class DatabaseClient(object):
4451
4451
  :rtype: :class:`~oci.response.Response`
4452
4452
 
4453
4453
  :example:
4454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4455
4455
  """
4456
4456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4457
4457
  required_arguments = ['vmClusterId']
@@ -4568,7 +4568,7 @@ class DatabaseClient(object):
4568
4568
  :rtype: :class:`~oci.response.Response`
4569
4569
 
4570
4570
  :example:
4571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
4571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
4572
4572
  """
4573
4573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4574
4574
  required_arguments = ['externalDatabaseConnectorId']
@@ -4685,7 +4685,7 @@ class DatabaseClient(object):
4685
4685
  :rtype: :class:`~oci.response.Response`
4686
4686
 
4687
4687
  :example:
4688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
4688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
4689
4689
  """
4690
4690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4691
4691
  required_arguments = ['backupId']
@@ -4807,7 +4807,7 @@ class DatabaseClient(object):
4807
4807
  :rtype: :class:`~oci.response.Response`
4808
4808
 
4809
4809
  :example:
4810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
4810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
4811
4811
  """
4812
4812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4813
4813
  required_arguments = ['autonomousDatabaseId']
@@ -4918,7 +4918,7 @@ class DatabaseClient(object):
4918
4918
  :rtype: :class:`~oci.response.Response`
4919
4919
 
4920
4920
  :example:
4921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
4921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
4922
4922
  """
4923
4923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4924
4924
  required_arguments = ['autonomousDatabaseId']
@@ -5033,7 +5033,7 @@ class DatabaseClient(object):
5033
5033
  :rtype: :class:`~oci.response.Response`
5034
5034
 
5035
5035
  :example:
5036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5037
5037
  """
5038
5038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5039
5039
  required_arguments = ['keyStoreId']
@@ -5142,7 +5142,7 @@ class DatabaseClient(object):
5142
5142
  :rtype: :class:`~oci.response.Response`
5143
5143
 
5144
5144
  :example:
5145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5146
5146
  """
5147
5147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5148
5148
  required_arguments = ['databaseId']
@@ -5260,7 +5260,7 @@ class DatabaseClient(object):
5260
5260
  :rtype: :class:`~oci.response.Response`
5261
5261
 
5262
5262
  :example:
5263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5264
5264
  """
5265
5265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5266
5266
  required_arguments = ['pluggableDatabaseId']
@@ -5370,7 +5370,7 @@ class DatabaseClient(object):
5370
5370
  :rtype: :class:`~oci.response.Response`
5371
5371
 
5372
5372
  :example:
5373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
5373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
5374
5374
  """
5375
5375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5376
5376
  required_arguments = []
@@ -5463,7 +5463,7 @@ class DatabaseClient(object):
5463
5463
  :rtype: :class:`~oci.response.Response`
5464
5464
 
5465
5465
  :example:
5466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
5466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
5467
5467
  """
5468
5468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5469
5469
  required_arguments = []
@@ -5569,7 +5569,7 @@ class DatabaseClient(object):
5569
5569
  :rtype: :class:`~oci.response.Response`
5570
5570
 
5571
5571
  :example:
5572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
5572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
5573
5573
  """
5574
5574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5575
5575
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5675,7 +5675,7 @@ class DatabaseClient(object):
5675
5675
  :rtype: :class:`~oci.response.Response`
5676
5676
 
5677
5677
  :example:
5678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
5678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
5679
5679
  """
5680
5680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5681
5681
  required_arguments = []
@@ -5771,7 +5771,7 @@ class DatabaseClient(object):
5771
5771
  :rtype: :class:`~oci.response.Response`
5772
5772
 
5773
5773
  :example:
5774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
5774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
5775
5775
  """
5776
5776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5777
5777
  required_arguments = []
@@ -5867,7 +5867,7 @@ class DatabaseClient(object):
5867
5867
  :rtype: :class:`~oci.response.Response`
5868
5868
 
5869
5869
  :example:
5870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
5870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
5871
5871
  """
5872
5872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5873
5873
  required_arguments = []
@@ -5963,7 +5963,7 @@ class DatabaseClient(object):
5963
5963
  :rtype: :class:`~oci.response.Response`
5964
5964
 
5965
5965
  :example:
5966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
5966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
5967
5967
  """
5968
5968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5969
5969
  required_arguments = []
@@ -6056,7 +6056,7 @@ class DatabaseClient(object):
6056
6056
  :rtype: :class:`~oci.response.Response`
6057
6057
 
6058
6058
  :example:
6059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6060
6060
  """
6061
6061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6062
6062
  required_arguments = []
@@ -6150,7 +6150,7 @@ class DatabaseClient(object):
6150
6150
  :rtype: :class:`~oci.response.Response`
6151
6151
 
6152
6152
  :example:
6153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
6153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
6154
6154
  """
6155
6155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6156
6156
  required_arguments = []
@@ -6246,7 +6246,7 @@ class DatabaseClient(object):
6246
6246
  :rtype: :class:`~oci.response.Response`
6247
6247
 
6248
6248
  :example:
6249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
6249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
6250
6250
  """
6251
6251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6252
6252
  required_arguments = []
@@ -6346,7 +6346,7 @@ class DatabaseClient(object):
6346
6346
  :rtype: :class:`~oci.response.Response`
6347
6347
 
6348
6348
  :example:
6349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
6349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
6350
6350
  """
6351
6351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6352
6352
  required_arguments = []
@@ -6444,7 +6444,7 @@ class DatabaseClient(object):
6444
6444
  :rtype: :class:`~oci.response.Response`
6445
6445
 
6446
6446
  :example:
6447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
6447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
6448
6448
  """
6449
6449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6450
6450
  required_arguments = []
@@ -6544,7 +6544,7 @@ class DatabaseClient(object):
6544
6544
  :rtype: :class:`~oci.response.Response`
6545
6545
 
6546
6546
  :example:
6547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
6547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
6548
6548
  """
6549
6549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6550
6550
  required_arguments = ['dbNodeId']
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = ['dbNodeId']
@@ -6775,7 +6775,7 @@ class DatabaseClient(object):
6775
6775
  :rtype: :class:`~oci.response.Response`
6776
6776
 
6777
6777
  :example:
6778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
6778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
6779
6779
  """
6780
6780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6781
6781
  required_arguments = ['databaseId']
@@ -6881,7 +6881,7 @@ class DatabaseClient(object):
6881
6881
  :rtype: :class:`~oci.response.Response`
6882
6882
 
6883
6883
  :example:
6884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
6884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
6885
6885
  """
6886
6886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6887
6887
  required_arguments = []
@@ -6974,7 +6974,7 @@ class DatabaseClient(object):
6974
6974
  :rtype: :class:`~oci.response.Response`
6975
6975
 
6976
6976
  :example:
6977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
6977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
6978
6978
  """
6979
6979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6980
6980
  required_arguments = []
@@ -7065,7 +7065,7 @@ class DatabaseClient(object):
7065
7065
  :rtype: :class:`~oci.response.Response`
7066
7066
 
7067
7067
  :example:
7068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7069
7069
  """
7070
7070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7071
7071
  required_arguments = []
@@ -7160,7 +7160,7 @@ class DatabaseClient(object):
7160
7160
  :rtype: :class:`~oci.response.Response`
7161
7161
 
7162
7162
  :example:
7163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
7163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
7164
7164
  """
7165
7165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7166
7166
  required_arguments = []
@@ -7258,7 +7258,7 @@ class DatabaseClient(object):
7258
7258
  :rtype: :class:`~oci.response.Response`
7259
7259
 
7260
7260
  :example:
7261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
7261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
7262
7262
  """
7263
7263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7264
7264
  required_arguments = []
@@ -7354,7 +7354,7 @@ class DatabaseClient(object):
7354
7354
  :rtype: :class:`~oci.response.Response`
7355
7355
 
7356
7356
  :example:
7357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
7357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
7358
7358
  """
7359
7359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7360
7360
  required_arguments = []
@@ -7450,7 +7450,7 @@ class DatabaseClient(object):
7450
7450
  :rtype: :class:`~oci.response.Response`
7451
7451
 
7452
7452
  :example:
7453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
7453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
7454
7454
  """
7455
7455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7456
7456
  required_arguments = []
@@ -7546,7 +7546,7 @@ class DatabaseClient(object):
7546
7546
  :rtype: :class:`~oci.response.Response`
7547
7547
 
7548
7548
  :example:
7549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
7549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
7550
7550
  """
7551
7551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7552
7552
  required_arguments = []
@@ -7643,7 +7643,7 @@ class DatabaseClient(object):
7643
7643
  :rtype: :class:`~oci.response.Response`
7644
7644
 
7645
7645
  :example:
7646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
7646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
7647
7647
  """
7648
7648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7649
7649
  required_arguments = []
@@ -7737,7 +7737,7 @@ class DatabaseClient(object):
7737
7737
  :rtype: :class:`~oci.response.Response`
7738
7738
 
7739
7739
  :example:
7740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
7740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
7741
7741
  """
7742
7742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7743
7743
  required_arguments = []
@@ -7833,7 +7833,7 @@ class DatabaseClient(object):
7833
7833
  :rtype: :class:`~oci.response.Response`
7834
7834
 
7835
7835
  :example:
7836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
7836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
7837
7837
  """
7838
7838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7839
7839
  required_arguments = []
@@ -7929,7 +7929,7 @@ class DatabaseClient(object):
7929
7929
  :rtype: :class:`~oci.response.Response`
7930
7930
 
7931
7931
  :example:
7932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
7932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
7933
7933
  """
7934
7934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7935
7935
  required_arguments = []
@@ -8026,7 +8026,7 @@ class DatabaseClient(object):
8026
8026
  :rtype: :class:`~oci.response.Response`
8027
8027
 
8028
8028
  :example:
8029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8030
8030
  """
8031
8031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8032
8032
  required_arguments = []
@@ -8122,7 +8122,7 @@ class DatabaseClient(object):
8122
8122
  :rtype: :class:`~oci.response.Response`
8123
8123
 
8124
8124
  :example:
8125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8126
8126
  """
8127
8127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8128
8128
  required_arguments = []
@@ -8221,7 +8221,7 @@ class DatabaseClient(object):
8221
8221
  :rtype: :class:`~oci.response.Response`
8222
8222
 
8223
8223
  :example:
8224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
8224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
8225
8225
  """
8226
8226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8227
8227
  required_arguments = []
@@ -8317,7 +8317,7 @@ class DatabaseClient(object):
8317
8317
  :rtype: :class:`~oci.response.Response`
8318
8318
 
8319
8319
  :example:
8320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
8320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
8321
8321
  """
8322
8322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8323
8323
  required_arguments = []
@@ -8415,7 +8415,7 @@ class DatabaseClient(object):
8415
8415
  :rtype: :class:`~oci.response.Response`
8416
8416
 
8417
8417
  :example:
8418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
8418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
8419
8419
  """
8420
8420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8421
8421
  required_arguments = []
@@ -8511,7 +8511,7 @@ class DatabaseClient(object):
8511
8511
  :rtype: :class:`~oci.response.Response`
8512
8512
 
8513
8513
  :example:
8514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
8514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
8515
8515
  """
8516
8516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8517
8517
  required_arguments = []
@@ -8607,7 +8607,7 @@ class DatabaseClient(object):
8607
8607
  :rtype: :class:`~oci.response.Response`
8608
8608
 
8609
8609
  :example:
8610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
8610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
8611
8611
  """
8612
8612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8613
8613
  required_arguments = []
@@ -8703,7 +8703,7 @@ class DatabaseClient(object):
8703
8703
  :rtype: :class:`~oci.response.Response`
8704
8704
 
8705
8705
  :example:
8706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
8706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
8707
8707
  """
8708
8708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8709
8709
  required_arguments = []
@@ -8804,7 +8804,7 @@ class DatabaseClient(object):
8804
8804
  :rtype: :class:`~oci.response.Response`
8805
8805
 
8806
8806
  :example:
8807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
8807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
8808
8808
  """
8809
8809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8810
8810
  required_arguments = ['schedulingPolicyId']
@@ -8913,7 +8913,7 @@ class DatabaseClient(object):
8913
8913
  :rtype: :class:`~oci.response.Response`
8914
8914
 
8915
8915
  :example:
8916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
8916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
8917
8917
  """
8918
8918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8919
8919
  required_arguments = []
@@ -9015,7 +9015,7 @@ class DatabaseClient(object):
9015
9015
  :rtype: :class:`~oci.response.Response`
9016
9016
 
9017
9017
  :example:
9018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9019
9019
  """
9020
9020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9021
9021
  required_arguments = ['exadataInfrastructureId']
@@ -9144,7 +9144,7 @@ class DatabaseClient(object):
9144
9144
  :rtype: :class:`~oci.response.Response`
9145
9145
 
9146
9146
  :example:
9147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9148
9148
  """
9149
9149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9150
9150
  required_arguments = ['dbNodeId', 'action']
@@ -9257,7 +9257,7 @@ class DatabaseClient(object):
9257
9257
  :rtype: :class:`~oci.response.Response`
9258
9258
 
9259
9259
  :example:
9260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
9260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
9261
9261
  """
9262
9262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9263
9263
  required_arguments = ['applicationVipId']
@@ -9360,7 +9360,7 @@ class DatabaseClient(object):
9360
9360
  :rtype: :class:`~oci.response.Response`
9361
9361
 
9362
9362
  :example:
9363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
9363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
9364
9364
  """
9365
9365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9366
9366
  required_arguments = ['autonomousDatabaseId']
@@ -9463,7 +9463,7 @@ class DatabaseClient(object):
9463
9463
  :rtype: :class:`~oci.response.Response`
9464
9464
 
9465
9465
  :example:
9466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
9466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
9467
9467
  """
9468
9468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9469
9469
  required_arguments = ['autonomousDatabaseBackupId']
@@ -9566,7 +9566,7 @@ class DatabaseClient(object):
9566
9566
  :rtype: :class:`~oci.response.Response`
9567
9567
 
9568
9568
  :example:
9569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
9569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
9570
9570
  """
9571
9571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9572
9572
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -9669,7 +9669,7 @@ class DatabaseClient(object):
9669
9669
  :rtype: :class:`~oci.response.Response`
9670
9670
 
9671
9671
  :example:
9672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
9672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
9673
9673
  """
9674
9674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9675
9675
  required_arguments = ['autonomousVmClusterId']
@@ -9769,7 +9769,7 @@ class DatabaseClient(object):
9769
9769
  :rtype: :class:`~oci.response.Response`
9770
9770
 
9771
9771
  :example:
9772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
9772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
9773
9773
  """
9774
9774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9775
9775
  required_arguments = ['backupId']
@@ -9870,7 +9870,7 @@ class DatabaseClient(object):
9870
9870
  :rtype: :class:`~oci.response.Response`
9871
9871
 
9872
9872
  :example:
9873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
9873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
9874
9874
  """
9875
9875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9876
9876
  required_arguments = ['backupDestinationId']
@@ -9973,7 +9973,7 @@ class DatabaseClient(object):
9973
9973
  :rtype: :class:`~oci.response.Response`
9974
9974
 
9975
9975
  :example:
9976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
9976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
9977
9977
  """
9978
9978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9979
9979
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10079,7 +10079,7 @@ class DatabaseClient(object):
10079
10079
  :rtype: :class:`~oci.response.Response`
10080
10080
 
10081
10081
  :example:
10082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10083
10083
  """
10084
10084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10085
10085
  required_arguments = ['cloudExadataInfrastructureId']
@@ -10190,7 +10190,7 @@ class DatabaseClient(object):
10190
10190
  :rtype: :class:`~oci.response.Response`
10191
10191
 
10192
10192
  :example:
10193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
10193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
10194
10194
  """
10195
10195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10196
10196
  required_arguments = ['cloudVmClusterId']
@@ -10293,7 +10293,7 @@ class DatabaseClient(object):
10293
10293
  :rtype: :class:`~oci.response.Response`
10294
10294
 
10295
10295
  :example:
10296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
10296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
10297
10297
  """
10298
10298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10299
10299
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -10398,7 +10398,7 @@ class DatabaseClient(object):
10398
10398
  :rtype: :class:`~oci.response.Response`
10399
10399
 
10400
10400
  :example:
10401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
10401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
10402
10402
  """
10403
10403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10404
10404
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -10511,7 +10511,7 @@ class DatabaseClient(object):
10511
10511
  :rtype: :class:`~oci.response.Response`
10512
10512
 
10513
10513
  :example:
10514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
10514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
10515
10515
  """
10516
10516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10517
10517
  required_arguments = ['databaseId']
@@ -10619,7 +10619,7 @@ class DatabaseClient(object):
10619
10619
  :rtype: :class:`~oci.response.Response`
10620
10620
 
10621
10621
  :example:
10622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
10622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
10623
10623
  """
10624
10624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10625
10625
  required_arguments = ['databaseSoftwareImageId']
@@ -10726,7 +10726,7 @@ class DatabaseClient(object):
10726
10726
  :rtype: :class:`~oci.response.Response`
10727
10727
 
10728
10728
  :example:
10729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
10729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
10730
10730
  """
10731
10731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10732
10732
  required_arguments = ['dbHomeId']
@@ -10835,7 +10835,7 @@ class DatabaseClient(object):
10835
10835
  :rtype: :class:`~oci.response.Response`
10836
10836
 
10837
10837
  :example:
10838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
10838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
10839
10839
  """
10840
10840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10841
10841
  required_arguments = ['exadataInfrastructureId']
@@ -10938,7 +10938,7 @@ class DatabaseClient(object):
10938
10938
  :rtype: :class:`~oci.response.Response`
10939
10939
 
10940
10940
  :example:
10941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
10941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
10942
10942
  """
10943
10943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10944
10944
  required_arguments = ['exadbVmClusterId']
@@ -11041,7 +11041,7 @@ class DatabaseClient(object):
11041
11041
  :rtype: :class:`~oci.response.Response`
11042
11042
 
11043
11043
  :example:
11044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11045
11045
  """
11046
11046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11047
11047
  required_arguments = ['exascaleDbStorageVaultId']
@@ -11144,7 +11144,7 @@ class DatabaseClient(object):
11144
11144
  :rtype: :class:`~oci.response.Response`
11145
11145
 
11146
11146
  :example:
11147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11148
11148
  """
11149
11149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11150
11150
  required_arguments = ['executionActionId']
@@ -11247,7 +11247,7 @@ class DatabaseClient(object):
11247
11247
  :rtype: :class:`~oci.response.Response`
11248
11248
 
11249
11249
  :example:
11250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
11250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
11251
11251
  """
11252
11252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11253
11253
  required_arguments = ['executionWindowId']
@@ -11352,7 +11352,7 @@ class DatabaseClient(object):
11352
11352
  :rtype: :class:`~oci.response.Response`
11353
11353
 
11354
11354
  :example:
11355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
11355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
11356
11356
  """
11357
11357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11358
11358
  required_arguments = ['externalContainerDatabaseId']
@@ -11458,7 +11458,7 @@ class DatabaseClient(object):
11458
11458
  :rtype: :class:`~oci.response.Response`
11459
11459
 
11460
11460
  :example:
11461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
11461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
11462
11462
  """
11463
11463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11464
11464
  required_arguments = ['externalDatabaseConnectorId']
@@ -11561,7 +11561,7 @@ class DatabaseClient(object):
11561
11561
  :rtype: :class:`~oci.response.Response`
11562
11562
 
11563
11563
  :example:
11564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
11564
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
11565
11565
  """
11566
11566
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11567
11567
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11665,7 +11665,7 @@ class DatabaseClient(object):
11665
11665
  :rtype: :class:`~oci.response.Response`
11666
11666
 
11667
11667
  :example:
11668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
11668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
11669
11669
  """
11670
11670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11671
11671
  required_arguments = ['externalPluggableDatabaseId']
@@ -11768,7 +11768,7 @@ class DatabaseClient(object):
11768
11768
  :rtype: :class:`~oci.response.Response`
11769
11769
 
11770
11770
  :example:
11771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
11771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
11772
11772
  """
11773
11773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11774
11774
  required_arguments = ['keyStoreId']
@@ -11871,7 +11871,7 @@ class DatabaseClient(object):
11871
11871
  :rtype: :class:`~oci.response.Response`
11872
11872
 
11873
11873
  :example:
11874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
11874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
11875
11875
  """
11876
11876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11877
11877
  required_arguments = ['oneoffPatchId']
@@ -11974,7 +11974,7 @@ class DatabaseClient(object):
11974
11974
  :rtype: :class:`~oci.response.Response`
11975
11975
 
11976
11976
  :example:
11977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
11977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
11978
11978
  """
11979
11979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11980
11980
  required_arguments = ['pluggableDatabaseId']
@@ -12077,7 +12077,7 @@ class DatabaseClient(object):
12077
12077
  :rtype: :class:`~oci.response.Response`
12078
12078
 
12079
12079
  :example:
12080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12081
12081
  """
12082
12082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12083
12083
  required_arguments = ['scheduledActionId']
@@ -12180,7 +12180,7 @@ class DatabaseClient(object):
12180
12180
  :rtype: :class:`~oci.response.Response`
12181
12181
 
12182
12182
  :example:
12183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
12183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
12184
12184
  """
12185
12185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12186
12186
  required_arguments = ['schedulingPlanId']
@@ -12283,7 +12283,7 @@ class DatabaseClient(object):
12283
12283
  :rtype: :class:`~oci.response.Response`
12284
12284
 
12285
12285
  :example:
12286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
12286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
12287
12287
  """
12288
12288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12289
12289
  required_arguments = ['schedulingPolicyId']
@@ -12391,7 +12391,7 @@ class DatabaseClient(object):
12391
12391
  :rtype: :class:`~oci.response.Response`
12392
12392
 
12393
12393
  :example:
12394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
12394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
12395
12395
  """
12396
12396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12397
12397
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -12495,7 +12495,7 @@ class DatabaseClient(object):
12495
12495
  :rtype: :class:`~oci.response.Response`
12496
12496
 
12497
12497
  :example:
12498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
12498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
12499
12499
  """
12500
12500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12501
12501
  required_arguments = ['vmClusterId']
@@ -12604,7 +12604,7 @@ class DatabaseClient(object):
12604
12604
  :rtype: :class:`~oci.response.Response`
12605
12605
 
12606
12606
  :example:
12607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
12607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
12608
12608
  """
12609
12609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12610
12610
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -12706,7 +12706,7 @@ class DatabaseClient(object):
12706
12706
  :rtype: :class:`~oci.response.Response`
12707
12707
 
12708
12708
  :example:
12709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
12709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
12710
12710
  """
12711
12711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12712
12712
  required_arguments = ['autonomousDatabaseId']
@@ -12805,7 +12805,7 @@ class DatabaseClient(object):
12805
12805
  :rtype: :class:`~oci.response.Response`
12806
12806
 
12807
12807
  :example:
12808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
12808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
12809
12809
  """
12810
12810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12811
12811
  required_arguments = ['autonomousDatabaseId']
@@ -12901,7 +12901,7 @@ class DatabaseClient(object):
12901
12901
  :rtype: :class:`~oci.response.Response`
12902
12902
 
12903
12903
  :example:
12904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
12904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
12905
12905
  """
12906
12906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12907
12907
  required_arguments = ['autonomousDatabaseId']
@@ -13009,7 +13009,7 @@ class DatabaseClient(object):
13009
13009
  :rtype: :class:`~oci.response.Response`
13010
13010
 
13011
13011
  :example:
13012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13013
13013
  """
13014
13014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13015
13015
  required_arguments = ['databaseId']
@@ -13124,7 +13124,7 @@ class DatabaseClient(object):
13124
13124
  :rtype: :class:`~oci.response.Response`
13125
13125
 
13126
13126
  :example:
13127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
13127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13128
13128
  """
13129
13129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13130
13130
  required_arguments = ['externalContainerDatabaseId']
@@ -13237,7 +13237,7 @@ class DatabaseClient(object):
13237
13237
  :rtype: :class:`~oci.response.Response`
13238
13238
 
13239
13239
  :example:
13240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
13240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13241
13241
  """
13242
13242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13243
13243
  required_arguments = ['externalContainerDatabaseId']
@@ -13354,7 +13354,7 @@ class DatabaseClient(object):
13354
13354
  :rtype: :class:`~oci.response.Response`
13355
13355
 
13356
13356
  :example:
13357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
13357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13358
13358
  """
13359
13359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13360
13360
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13467,7 +13467,7 @@ class DatabaseClient(object):
13467
13467
  :rtype: :class:`~oci.response.Response`
13468
13468
 
13469
13469
  :example:
13470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
13470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13471
13471
  """
13472
13472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13473
13473
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13580,7 +13580,7 @@ class DatabaseClient(object):
13580
13580
  :rtype: :class:`~oci.response.Response`
13581
13581
 
13582
13582
  :example:
13583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
13583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13584
13584
  """
13585
13585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13586
13586
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13697,7 +13697,7 @@ class DatabaseClient(object):
13697
13697
  :rtype: :class:`~oci.response.Response`
13698
13698
 
13699
13699
  :example:
13700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
13700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13701
13701
  """
13702
13702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13703
13703
  required_arguments = ['externalPluggableDatabaseId']
@@ -13810,7 +13810,7 @@ class DatabaseClient(object):
13810
13810
  :rtype: :class:`~oci.response.Response`
13811
13811
 
13812
13812
  :example:
13813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
13813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13814
13814
  """
13815
13815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13816
13816
  required_arguments = ['externalPluggableDatabaseId']
@@ -13923,7 +13923,7 @@ class DatabaseClient(object):
13923
13923
  :rtype: :class:`~oci.response.Response`
13924
13924
 
13925
13925
  :example:
13926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
13926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
13927
13927
  """
13928
13928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13929
13929
  required_arguments = ['externalPluggableDatabaseId']
@@ -14036,7 +14036,7 @@ class DatabaseClient(object):
14036
14036
  :rtype: :class:`~oci.response.Response`
14037
14037
 
14038
14038
  :example:
14039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14040
14040
  """
14041
14041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14042
14042
  required_arguments = ['pluggableDatabaseId']
@@ -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.135.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14150
14150
  """
14151
14151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14152
14152
  required_arguments = ['exadataInfrastructureId']
@@ -14259,7 +14259,7 @@ class DatabaseClient(object):
14259
14259
  :rtype: :class:`~oci.response.Response`
14260
14260
 
14261
14261
  :example:
14262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
14262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
14263
14263
  """
14264
14264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14265
14265
  required_arguments = ['oneoffPatchId']
@@ -14374,7 +14374,7 @@ class DatabaseClient(object):
14374
14374
  :rtype: :class:`~oci.response.Response`
14375
14375
 
14376
14376
  :example:
14377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
14377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
14378
14378
  """
14379
14379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14380
14380
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -14488,7 +14488,7 @@ class DatabaseClient(object):
14488
14488
  :rtype: :class:`~oci.response.Response`
14489
14489
 
14490
14490
  :example:
14491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
14491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
14492
14492
  """
14493
14493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14494
14494
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -14590,7 +14590,7 @@ class DatabaseClient(object):
14590
14590
  :rtype: :class:`~oci.response.Response`
14591
14591
 
14592
14592
  :example:
14593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
14593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
14594
14594
  """
14595
14595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14596
14596
  required_arguments = ['autonomousDatabaseId']
@@ -14686,7 +14686,7 @@ class DatabaseClient(object):
14686
14686
  :rtype: :class:`~oci.response.Response`
14687
14687
 
14688
14688
  :example:
14689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
14689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
14690
14690
  """
14691
14691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14692
14692
  required_arguments = ['autonomousDatabaseId']
@@ -14797,7 +14797,7 @@ class DatabaseClient(object):
14797
14797
  :rtype: :class:`~oci.response.Response`
14798
14798
 
14799
14799
  :example:
14800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
14800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
14801
14801
  """
14802
14802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14803
14803
  required_arguments = ['databaseId']
@@ -14921,7 +14921,7 @@ class DatabaseClient(object):
14921
14921
  :rtype: :class:`~oci.response.Response`
14922
14922
 
14923
14923
  :example:
14924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
14924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
14925
14925
  """
14926
14926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14927
14927
  required_arguments = ['externalContainerDatabaseId']
@@ -15039,7 +15039,7 @@ class DatabaseClient(object):
15039
15039
  :rtype: :class:`~oci.response.Response`
15040
15040
 
15041
15041
  :example:
15042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
15042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15043
15043
  """
15044
15044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15045
15045
  required_arguments = ['externalContainerDatabaseId']
@@ -15161,7 +15161,7 @@ class DatabaseClient(object):
15161
15161
  :rtype: :class:`~oci.response.Response`
15162
15162
 
15163
15163
  :example:
15164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
15164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15165
15165
  """
15166
15166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15167
15167
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15279,7 +15279,7 @@ class DatabaseClient(object):
15279
15279
  :rtype: :class:`~oci.response.Response`
15280
15280
 
15281
15281
  :example:
15282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
15282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15283
15283
  """
15284
15284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15285
15285
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15397,7 +15397,7 @@ class DatabaseClient(object):
15397
15397
  :rtype: :class:`~oci.response.Response`
15398
15398
 
15399
15399
  :example:
15400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
15400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15401
15401
  """
15402
15402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15403
15403
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15519,7 +15519,7 @@ class DatabaseClient(object):
15519
15519
  :rtype: :class:`~oci.response.Response`
15520
15520
 
15521
15521
  :example:
15522
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
15522
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15523
15523
  """
15524
15524
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15525
15525
  required_arguments = ['externalPluggableDatabaseId']
@@ -15637,7 +15637,7 @@ class DatabaseClient(object):
15637
15637
  :rtype: :class:`~oci.response.Response`
15638
15638
 
15639
15639
  :example:
15640
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
15640
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15641
15641
  """
15642
15642
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15643
15643
  required_arguments = ['externalPluggableDatabaseId']
@@ -15755,7 +15755,7 @@ class DatabaseClient(object):
15755
15755
  :rtype: :class:`~oci.response.Response`
15756
15756
 
15757
15757
  :example:
15758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
15758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
15759
15759
  """
15760
15760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15761
15761
  required_arguments = ['externalPluggableDatabaseId']
@@ -15873,7 +15873,7 @@ class DatabaseClient(object):
15873
15873
  :rtype: :class:`~oci.response.Response`
15874
15874
 
15875
15875
  :example:
15876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
15876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
15877
15877
  """
15878
15878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15879
15879
  required_arguments = ['pluggableDatabaseId']
@@ -15998,7 +15998,7 @@ class DatabaseClient(object):
15998
15998
  :rtype: :class:`~oci.response.Response`
15999
15999
 
16000
16000
  :example:
16001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16002
16002
  """
16003
16003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16004
16004
  required_arguments = ['autonomousDatabaseId']
@@ -16118,7 +16118,7 @@ class DatabaseClient(object):
16118
16118
  :rtype: :class:`~oci.response.Response`
16119
16119
 
16120
16120
  :example:
16121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
16121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
16122
16122
  """
16123
16123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16124
16124
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -16231,7 +16231,7 @@ class DatabaseClient(object):
16231
16231
  :rtype: :class:`~oci.response.Response`
16232
16232
 
16233
16233
  :example:
16234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
16234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
16235
16235
  """
16236
16236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16237
16237
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16342,7 +16342,7 @@ class DatabaseClient(object):
16342
16342
  :rtype: :class:`~oci.response.Response`
16343
16343
 
16344
16344
  :example:
16345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
16345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
16346
16346
  """
16347
16347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16348
16348
  required_arguments = ['autonomousDatabaseId']
@@ -16455,7 +16455,7 @@ class DatabaseClient(object):
16455
16455
  :rtype: :class:`~oci.response.Response`
16456
16456
 
16457
16457
  :example:
16458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
16458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
16459
16459
  """
16460
16460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16461
16461
  required_arguments = ['exadataInfrastructureId']
@@ -16558,7 +16558,7 @@ class DatabaseClient(object):
16558
16558
  :rtype: :class:`~oci.response.Response`
16559
16559
 
16560
16560
  :example:
16561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
16561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
16562
16562
  """
16563
16563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16564
16564
  required_arguments = ['applicationVipId']
@@ -16653,7 +16653,7 @@ class DatabaseClient(object):
16653
16653
  :rtype: :class:`~oci.response.Response`
16654
16654
 
16655
16655
  :example:
16656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
16656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
16657
16657
  """
16658
16658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16659
16659
  required_arguments = ['autonomousContainerDatabaseId']
@@ -16746,7 +16746,7 @@ class DatabaseClient(object):
16746
16746
  :rtype: :class:`~oci.response.Response`
16747
16747
 
16748
16748
  :example:
16749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
16749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
16750
16750
  """
16751
16751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16752
16752
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -16838,7 +16838,7 @@ class DatabaseClient(object):
16838
16838
  :rtype: :class:`~oci.response.Response`
16839
16839
 
16840
16840
  :example:
16841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
16841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
16842
16842
  """
16843
16843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16844
16844
  required_arguments = ['autonomousContainerDatabaseId']
@@ -16936,7 +16936,7 @@ class DatabaseClient(object):
16936
16936
  :rtype: :class:`~oci.response.Response`
16937
16937
 
16938
16938
  :example:
16939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
16939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
16940
16940
  """
16941
16941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16942
16942
  required_arguments = ['autonomousDatabaseId']
@@ -17034,7 +17034,7 @@ class DatabaseClient(object):
17034
17034
  :rtype: :class:`~oci.response.Response`
17035
17035
 
17036
17036
  :example:
17037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
17037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
17038
17038
  """
17039
17039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17040
17040
  required_arguments = ['autonomousDatabaseBackupId']
@@ -17137,7 +17137,7 @@ class DatabaseClient(object):
17137
17137
  :rtype: :class:`~oci.response.Response`
17138
17138
 
17139
17139
  :example:
17140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
17140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
17141
17141
  """
17142
17142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17143
17143
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -17231,7 +17231,7 @@ class DatabaseClient(object):
17231
17231
  :rtype: :class:`~oci.response.Response`
17232
17232
 
17233
17233
  :example:
17234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
17234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
17235
17235
  """
17236
17236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17237
17237
  required_arguments = []
@@ -17317,7 +17317,7 @@ class DatabaseClient(object):
17317
17317
  :rtype: :class:`~oci.response.Response`
17318
17318
 
17319
17319
  :example:
17320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
17320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
17321
17321
  """
17322
17322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17323
17323
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -17415,7 +17415,7 @@ class DatabaseClient(object):
17415
17415
  :rtype: :class:`~oci.response.Response`
17416
17416
 
17417
17417
  :example:
17418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
17418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
17419
17419
  """
17420
17420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17421
17421
  required_arguments = ['autonomousDatabaseId']
@@ -17510,7 +17510,7 @@ class DatabaseClient(object):
17510
17510
  :rtype: :class:`~oci.response.Response`
17511
17511
 
17512
17512
  :example:
17513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
17513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
17514
17514
  """
17515
17515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17516
17516
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -17598,7 +17598,7 @@ class DatabaseClient(object):
17598
17598
  :rtype: :class:`~oci.response.Response`
17599
17599
 
17600
17600
  :example:
17601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
17601
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
17602
17602
  """
17603
17603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17604
17604
  required_arguments = ['autonomousPatchId']
@@ -17689,7 +17689,7 @@ class DatabaseClient(object):
17689
17689
  :rtype: :class:`~oci.response.Response`
17690
17690
 
17691
17691
  :example:
17692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
17692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
17693
17693
  """
17694
17694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17695
17695
  required_arguments = ['autonomousVirtualMachineId']
@@ -17787,7 +17787,7 @@ class DatabaseClient(object):
17787
17787
  :rtype: :class:`~oci.response.Response`
17788
17788
 
17789
17789
  :example:
17790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
17790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
17791
17791
  """
17792
17792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17793
17793
  required_arguments = ['autonomousVmClusterId']
@@ -17885,7 +17885,7 @@ class DatabaseClient(object):
17885
17885
  :rtype: :class:`~oci.response.Response`
17886
17886
 
17887
17887
  :example:
17888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
17888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
17889
17889
  """
17890
17890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17891
17891
  required_arguments = ['autonomousVmClusterId']
@@ -17980,7 +17980,7 @@ class DatabaseClient(object):
17980
17980
  :rtype: :class:`~oci.response.Response`
17981
17981
 
17982
17982
  :example:
17983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
17983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
17984
17984
  """
17985
17985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17986
17986
  required_arguments = ['backupId']
@@ -18071,7 +18071,7 @@ class DatabaseClient(object):
18071
18071
  :rtype: :class:`~oci.response.Response`
18072
18072
 
18073
18073
  :example:
18074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
18074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
18075
18075
  """
18076
18076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18077
18077
  required_arguments = ['backupDestinationId']
@@ -18169,7 +18169,7 @@ class DatabaseClient(object):
18169
18169
  :rtype: :class:`~oci.response.Response`
18170
18170
 
18171
18171
  :example:
18172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
18172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
18173
18173
  """
18174
18174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18175
18175
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -18267,7 +18267,7 @@ class DatabaseClient(object):
18267
18267
  :rtype: :class:`~oci.response.Response`
18268
18268
 
18269
18269
  :example:
18270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
18270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18271
18271
  """
18272
18272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18273
18273
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -18365,7 +18365,7 @@ class DatabaseClient(object):
18365
18365
  :rtype: :class:`~oci.response.Response`
18366
18366
 
18367
18367
  :example:
18368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
18368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
18369
18369
  """
18370
18370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18371
18371
  required_arguments = ['cloudExadataInfrastructureId']
@@ -18468,7 +18468,7 @@ class DatabaseClient(object):
18468
18468
  :rtype: :class:`~oci.response.Response`
18469
18469
 
18470
18470
  :example:
18471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
18471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18472
18472
  """
18473
18473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18474
18474
  required_arguments = ['cloudExadataInfrastructureId']
@@ -18574,7 +18574,7 @@ class DatabaseClient(object):
18574
18574
  :rtype: :class:`~oci.response.Response`
18575
18575
 
18576
18576
  :example:
18577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
18577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
18578
18578
  """
18579
18579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18580
18580
  required_arguments = ['cloudVmClusterId']
@@ -18673,7 +18673,7 @@ class DatabaseClient(object):
18673
18673
  :rtype: :class:`~oci.response.Response`
18674
18674
 
18675
18675
  :example:
18676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
18676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18677
18677
  """
18678
18678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18679
18679
  required_arguments = ['cloudVmClusterId']
@@ -18776,7 +18776,7 @@ class DatabaseClient(object):
18776
18776
  :rtype: :class:`~oci.response.Response`
18777
18777
 
18778
18778
  :example:
18779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
18779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
18780
18780
  """
18781
18781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18782
18782
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -18880,7 +18880,7 @@ class DatabaseClient(object):
18880
18880
  :rtype: :class:`~oci.response.Response`
18881
18881
 
18882
18882
  :example:
18883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
18883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
18884
18884
  """
18885
18885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18886
18886
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -18979,7 +18979,7 @@ class DatabaseClient(object):
18979
18979
  :rtype: :class:`~oci.response.Response`
18980
18980
 
18981
18981
  :example:
18982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
18982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
18983
18983
  """
18984
18984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18985
18985
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -19074,7 +19074,7 @@ class DatabaseClient(object):
19074
19074
  :rtype: :class:`~oci.response.Response`
19075
19075
 
19076
19076
  :example:
19077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
19077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
19078
19078
  """
19079
19079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19080
19080
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -19176,7 +19176,7 @@ class DatabaseClient(object):
19176
19176
  :rtype: :class:`~oci.response.Response`
19177
19177
 
19178
19178
  :example:
19179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
19179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
19180
19180
  """
19181
19181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19182
19182
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -19277,7 +19277,7 @@ class DatabaseClient(object):
19277
19277
  :rtype: :class:`~oci.response.Response`
19278
19278
 
19279
19279
  :example:
19280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
19280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
19281
19281
  """
19282
19282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19283
19283
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -19366,7 +19366,7 @@ class DatabaseClient(object):
19366
19366
  :rtype: :class:`~oci.response.Response`
19367
19367
 
19368
19368
  :example:
19369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
19369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
19370
19370
  """
19371
19371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19372
19372
  required_arguments = ['databaseId']
@@ -19454,7 +19454,7 @@ class DatabaseClient(object):
19454
19454
  :rtype: :class:`~oci.response.Response`
19455
19455
 
19456
19456
  :example:
19457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
19457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
19458
19458
  """
19459
19459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19460
19460
  required_arguments = ['databaseSoftwareImageId']
@@ -19550,7 +19550,7 @@ class DatabaseClient(object):
19550
19550
  :rtype: :class:`~oci.response.Response`
19551
19551
 
19552
19552
  :example:
19553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
19553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
19554
19554
  """
19555
19555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19556
19556
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -19646,7 +19646,7 @@ class DatabaseClient(object):
19646
19646
  :rtype: :class:`~oci.response.Response`
19647
19647
 
19648
19648
  :example:
19649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
19649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
19650
19650
  """
19651
19651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19652
19652
  required_arguments = ['dbHomeId']
@@ -19739,7 +19739,7 @@ class DatabaseClient(object):
19739
19739
  :rtype: :class:`~oci.response.Response`
19740
19740
 
19741
19741
  :example:
19742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
19742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
19743
19743
  """
19744
19744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19745
19745
  required_arguments = ['dbHomeId', 'patchId']
@@ -19833,7 +19833,7 @@ class DatabaseClient(object):
19833
19833
  :rtype: :class:`~oci.response.Response`
19834
19834
 
19835
19835
  :example:
19836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
19836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
19837
19837
  """
19838
19838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19839
19839
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -19922,7 +19922,7 @@ class DatabaseClient(object):
19922
19922
  :rtype: :class:`~oci.response.Response`
19923
19923
 
19924
19924
  :example:
19925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
19925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
19926
19926
  """
19927
19927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19928
19928
  required_arguments = ['dbNodeId']
@@ -20018,7 +20018,7 @@ class DatabaseClient(object):
20018
20018
  :rtype: :class:`~oci.response.Response`
20019
20019
 
20020
20020
  :example:
20021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
20021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
20022
20022
  """
20023
20023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20024
20024
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -20127,7 +20127,7 @@ class DatabaseClient(object):
20127
20127
  :rtype: :class:`~oci.response.Response`
20128
20128
 
20129
20129
  :example:
20130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
20130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
20131
20131
  """
20132
20132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20133
20133
  required_arguments = ['dbSystemId']
@@ -20220,7 +20220,7 @@ class DatabaseClient(object):
20220
20220
  :rtype: :class:`~oci.response.Response`
20221
20221
 
20222
20222
  :example:
20223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
20223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
20224
20224
  """
20225
20225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20226
20226
  required_arguments = ['dbSystemId', 'patchId']
@@ -20314,7 +20314,7 @@ class DatabaseClient(object):
20314
20314
  :rtype: :class:`~oci.response.Response`
20315
20315
 
20316
20316
  :example:
20317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
20317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
20318
20318
  """
20319
20319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20320
20320
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -20411,7 +20411,7 @@ class DatabaseClient(object):
20411
20411
  :rtype: :class:`~oci.response.Response`
20412
20412
 
20413
20413
  :example:
20414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
20414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
20415
20415
  """
20416
20416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20417
20417
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -20516,7 +20516,7 @@ class DatabaseClient(object):
20516
20516
  :rtype: :class:`~oci.response.Response`
20517
20517
 
20518
20518
  :example:
20519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
20519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
20520
20520
  """
20521
20521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20522
20522
  required_arguments = ['exadataInfrastructureId']
@@ -20630,7 +20630,7 @@ class DatabaseClient(object):
20630
20630
  :rtype: :class:`~oci.response.Response`
20631
20631
 
20632
20632
  :example:
20633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
20633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
20634
20634
  """
20635
20635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20636
20636
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -20733,7 +20733,7 @@ class DatabaseClient(object):
20733
20733
  :rtype: :class:`~oci.response.Response`
20734
20734
 
20735
20735
  :example:
20736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
20736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
20737
20737
  """
20738
20738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20739
20739
  required_arguments = ['exadataInfrastructureId']
@@ -20850,7 +20850,7 @@ class DatabaseClient(object):
20850
20850
  :rtype: :class:`~oci.response.Response`
20851
20851
 
20852
20852
  :example:
20853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
20853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
20854
20854
  """
20855
20855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20856
20856
  required_arguments = ['dbSystemId']
@@ -20948,7 +20948,7 @@ class DatabaseClient(object):
20948
20948
  :rtype: :class:`~oci.response.Response`
20949
20949
 
20950
20950
  :example:
20951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
20951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
20952
20952
  """
20953
20953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20954
20954
  required_arguments = ['exadbVmClusterId']
@@ -21051,7 +21051,7 @@ class DatabaseClient(object):
21051
21051
  :rtype: :class:`~oci.response.Response`
21052
21052
 
21053
21053
  :example:
21054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
21054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
21055
21055
  """
21056
21056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21057
21057
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -21155,7 +21155,7 @@ class DatabaseClient(object):
21155
21155
  :rtype: :class:`~oci.response.Response`
21156
21156
 
21157
21157
  :example:
21158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
21158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
21159
21159
  """
21160
21160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21161
21161
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -21254,7 +21254,7 @@ class DatabaseClient(object):
21254
21254
  :rtype: :class:`~oci.response.Response`
21255
21255
 
21256
21256
  :example:
21257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
21257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
21258
21258
  """
21259
21259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21260
21260
  required_arguments = ['exascaleDbStorageVaultId']
@@ -21352,7 +21352,7 @@ class DatabaseClient(object):
21352
21352
  :rtype: :class:`~oci.response.Response`
21353
21353
 
21354
21354
  :example:
21355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
21355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
21356
21356
  """
21357
21357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21358
21358
  required_arguments = ['executionActionId']
@@ -21450,7 +21450,7 @@ class DatabaseClient(object):
21450
21450
  :rtype: :class:`~oci.response.Response`
21451
21451
 
21452
21452
  :example:
21453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
21453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
21454
21454
  """
21455
21455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21456
21456
  required_arguments = ['executionWindowId']
@@ -21549,7 +21549,7 @@ class DatabaseClient(object):
21549
21549
  :rtype: :class:`~oci.response.Response`
21550
21550
 
21551
21551
  :example:
21552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
21552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
21553
21553
  """
21554
21554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21555
21555
  required_arguments = ['backupId']
@@ -21640,7 +21640,7 @@ class DatabaseClient(object):
21640
21640
  :rtype: :class:`~oci.response.Response`
21641
21641
 
21642
21642
  :example:
21643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
21643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
21644
21644
  """
21645
21645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21646
21646
  required_arguments = ['externalContainerDatabaseId']
@@ -21739,7 +21739,7 @@ class DatabaseClient(object):
21739
21739
  :rtype: :class:`~oci.response.Response`
21740
21740
 
21741
21741
  :example:
21742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
21742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
21743
21743
  """
21744
21744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21745
21745
  required_arguments = ['externalDatabaseConnectorId']
@@ -21837,7 +21837,7 @@ class DatabaseClient(object):
21837
21837
  :rtype: :class:`~oci.response.Response`
21838
21838
 
21839
21839
  :example:
21840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
21840
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
21841
21841
  """
21842
21842
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21843
21843
  required_arguments = ['externalNonContainerDatabaseId']
@@ -21936,7 +21936,7 @@ class DatabaseClient(object):
21936
21936
  :rtype: :class:`~oci.response.Response`
21937
21937
 
21938
21938
  :example:
21939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
21939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
21940
21940
  """
21941
21941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21942
21942
  required_arguments = ['externalPluggableDatabaseId']
@@ -22043,7 +22043,7 @@ class DatabaseClient(object):
22043
22043
  :rtype: :class:`~oci.response.Response`
22044
22044
 
22045
22045
  :example:
22046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
22046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
22047
22047
  """
22048
22048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22049
22049
  required_arguments = ['compartmentId']
@@ -22147,7 +22147,7 @@ class DatabaseClient(object):
22147
22147
  :rtype: :class:`~oci.response.Response`
22148
22148
 
22149
22149
  :example:
22150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
22150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
22151
22151
  """
22152
22152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22153
22153
  required_arguments = ['keyStoreId']
@@ -22240,7 +22240,7 @@ class DatabaseClient(object):
22240
22240
  :rtype: :class:`~oci.response.Response`
22241
22241
 
22242
22242
  :example:
22243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
22243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
22244
22244
  """
22245
22245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22246
22246
  required_arguments = ['maintenanceRunId']
@@ -22326,7 +22326,7 @@ class DatabaseClient(object):
22326
22326
  :rtype: :class:`~oci.response.Response`
22327
22327
 
22328
22328
  :example:
22329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
22329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
22330
22330
  """
22331
22331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22332
22332
  required_arguments = ['maintenanceRunHistoryId']
@@ -22417,7 +22417,7 @@ class DatabaseClient(object):
22417
22417
  :rtype: :class:`~oci.response.Response`
22418
22418
 
22419
22419
  :example:
22420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
22420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
22421
22421
  """
22422
22422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22423
22423
  required_arguments = ['oneoffPatchId']
@@ -22520,7 +22520,7 @@ class DatabaseClient(object):
22520
22520
  :rtype: :class:`~oci.response.Response`
22521
22521
 
22522
22522
  :example:
22523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
22523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
22524
22524
  """
22525
22525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22526
22526
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -22616,7 +22616,7 @@ class DatabaseClient(object):
22616
22616
  :rtype: :class:`~oci.response.Response`
22617
22617
 
22618
22618
  :example:
22619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
22619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
22620
22620
  """
22621
22621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22622
22622
  required_arguments = ['pluggableDatabaseId']
@@ -22707,7 +22707,7 @@ class DatabaseClient(object):
22707
22707
  :rtype: :class:`~oci.response.Response`
22708
22708
 
22709
22709
  :example:
22710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
22710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
22711
22711
  """
22712
22712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22713
22713
  required_arguments = ['scheduledActionId']
@@ -22805,7 +22805,7 @@ class DatabaseClient(object):
22805
22805
  :rtype: :class:`~oci.response.Response`
22806
22806
 
22807
22807
  :example:
22808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
22808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
22809
22809
  """
22810
22810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22811
22811
  required_arguments = ['schedulingPlanId']
@@ -22903,7 +22903,7 @@ class DatabaseClient(object):
22903
22903
  :rtype: :class:`~oci.response.Response`
22904
22904
 
22905
22905
  :example:
22906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
22906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
22907
22907
  """
22908
22908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22909
22909
  required_arguments = ['schedulingPolicyId']
@@ -23006,7 +23006,7 @@ class DatabaseClient(object):
23006
23006
  :rtype: :class:`~oci.response.Response`
23007
23007
 
23008
23008
  :example:
23009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
23009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
23010
23010
  """
23011
23011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23012
23012
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -23105,7 +23105,7 @@ class DatabaseClient(object):
23105
23105
  :rtype: :class:`~oci.response.Response`
23106
23106
 
23107
23107
  :example:
23108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
23108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
23109
23109
  """
23110
23110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23111
23111
  required_arguments = ['vmClusterId']
@@ -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.135.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
23212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
23213
23213
  """
23214
23214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23215
23215
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -23310,7 +23310,7 @@ class DatabaseClient(object):
23310
23310
  :rtype: :class:`~oci.response.Response`
23311
23311
 
23312
23312
  :example:
23313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
23313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
23314
23314
  """
23315
23315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23316
23316
  required_arguments = ['vmClusterId', 'patchId']
@@ -23404,7 +23404,7 @@ class DatabaseClient(object):
23404
23404
  :rtype: :class:`~oci.response.Response`
23405
23405
 
23406
23406
  :example:
23407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
23407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
23408
23408
  """
23409
23409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23410
23410
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -23501,7 +23501,7 @@ class DatabaseClient(object):
23501
23501
  :rtype: :class:`~oci.response.Response`
23502
23502
 
23503
23503
  :example:
23504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
23504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
23505
23505
  """
23506
23506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23507
23507
  required_arguments = ['vmClusterId', 'updateId']
@@ -23605,7 +23605,7 @@ class DatabaseClient(object):
23605
23605
  :rtype: :class:`~oci.response.Response`
23606
23606
 
23607
23607
  :example:
23608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
23608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
23609
23609
  """
23610
23610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23611
23611
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -23706,7 +23706,7 @@ class DatabaseClient(object):
23706
23706
  :rtype: :class:`~oci.response.Response`
23707
23707
 
23708
23708
  :example:
23709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
23709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
23710
23710
  """
23711
23711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23712
23712
  required_arguments = []
@@ -23818,7 +23818,7 @@ class DatabaseClient(object):
23818
23818
  :rtype: :class:`~oci.response.Response`
23819
23819
 
23820
23820
  :example:
23821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
23821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
23822
23822
  """
23823
23823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23824
23824
  required_arguments = []
@@ -23936,7 +23936,7 @@ class DatabaseClient(object):
23936
23936
  :rtype: :class:`~oci.response.Response`
23937
23937
 
23938
23938
  :example:
23939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
23939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
23940
23940
  """
23941
23941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23942
23942
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -24064,7 +24064,7 @@ class DatabaseClient(object):
24064
24064
  :rtype: :class:`~oci.response.Response`
24065
24065
 
24066
24066
  :example:
24067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
24067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
24068
24068
  """
24069
24069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24070
24070
  required_arguments = ['autonomousContainerDatabaseId']
@@ -24185,7 +24185,7 @@ class DatabaseClient(object):
24185
24185
  :rtype: :class:`~oci.response.Response`
24186
24186
 
24187
24187
  :example:
24188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
24188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
24189
24189
  """
24190
24190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24191
24191
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -24347,7 +24347,7 @@ class DatabaseClient(object):
24347
24347
  :rtype: :class:`~oci.response.Response`
24348
24348
 
24349
24349
  :example:
24350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
24350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
24351
24351
  """
24352
24352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24353
24353
  required_arguments = ['compartmentId']
@@ -24523,7 +24523,7 @@ class DatabaseClient(object):
24523
24523
  :rtype: :class:`~oci.response.Response`
24524
24524
 
24525
24525
  :example:
24526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
24526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
24527
24527
  """
24528
24528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24529
24529
  required_arguments = []
@@ -24660,7 +24660,7 @@ class DatabaseClient(object):
24660
24660
  :rtype: :class:`~oci.response.Response`
24661
24661
 
24662
24662
  :example:
24663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
24663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
24664
24664
  """
24665
24665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24666
24666
  required_arguments = []
@@ -24801,7 +24801,7 @@ class DatabaseClient(object):
24801
24801
  :rtype: :class:`~oci.response.Response`
24802
24802
 
24803
24803
  :example:
24804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
24804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
24805
24805
  """
24806
24806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24807
24807
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -24951,7 +24951,7 @@ class DatabaseClient(object):
24951
24951
  :rtype: :class:`~oci.response.Response`
24952
24952
 
24953
24953
  :example:
24954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
24954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
24955
24955
  """
24956
24956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24957
24957
  required_arguments = ['autonomousDatabaseId']
@@ -25062,7 +25062,7 @@ class DatabaseClient(object):
25062
25062
  :rtype: :class:`~oci.response.Response`
25063
25063
 
25064
25064
  :example:
25065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
25065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
25066
25066
  """
25067
25067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25068
25068
  required_arguments = ['autonomousDatabaseId']
@@ -25176,7 +25176,7 @@ class DatabaseClient(object):
25176
25176
  :rtype: :class:`~oci.response.Response`
25177
25177
 
25178
25178
  :example:
25179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
25179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
25180
25180
  """
25181
25181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25182
25182
  required_arguments = ['autonomousDatabaseId']
@@ -25313,7 +25313,7 @@ class DatabaseClient(object):
25313
25313
  :rtype: :class:`~oci.response.Response`
25314
25314
 
25315
25315
  :example:
25316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
25316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
25317
25317
  """
25318
25318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25319
25319
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -25514,7 +25514,7 @@ class DatabaseClient(object):
25514
25514
  :rtype: :class:`~oci.response.Response`
25515
25515
 
25516
25516
  :example:
25517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
25517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
25518
25518
  """
25519
25519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25520
25520
  required_arguments = ['compartmentId']
@@ -25700,7 +25700,7 @@ class DatabaseClient(object):
25700
25700
  :rtype: :class:`~oci.response.Response`
25701
25701
 
25702
25702
  :example:
25703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
25703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
25704
25704
  """
25705
25705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25706
25706
  required_arguments = ['compartmentId']
@@ -25831,7 +25831,7 @@ class DatabaseClient(object):
25831
25831
  :rtype: :class:`~oci.response.Response`
25832
25832
 
25833
25833
  :example:
25834
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
25834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
25835
25835
  """
25836
25836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25837
25837
  required_arguments = ['compartmentId']
@@ -25955,7 +25955,7 @@ class DatabaseClient(object):
25955
25955
  :rtype: :class:`~oci.response.Response`
25956
25956
 
25957
25957
  :example:
25958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
25958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
25959
25959
  """
25960
25960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25961
25961
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -26079,7 +26079,7 @@ class DatabaseClient(object):
26079
26079
  :rtype: :class:`~oci.response.Response`
26080
26080
 
26081
26081
  :example:
26082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
26082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
26083
26083
  """
26084
26084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26085
26085
  required_arguments = ['compartmentId']
@@ -26220,7 +26220,7 @@ class DatabaseClient(object):
26220
26220
  :rtype: :class:`~oci.response.Response`
26221
26221
 
26222
26222
  :example:
26223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
26223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
26224
26224
  """
26225
26225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26226
26226
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -26338,7 +26338,7 @@ class DatabaseClient(object):
26338
26338
  :rtype: :class:`~oci.response.Response`
26339
26339
 
26340
26340
  :example:
26341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
26341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
26342
26342
  """
26343
26343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26344
26344
  required_arguments = ['autonomousVmClusterId']
@@ -26475,7 +26475,7 @@ class DatabaseClient(object):
26475
26475
  :rtype: :class:`~oci.response.Response`
26476
26476
 
26477
26477
  :example:
26478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
26478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
26479
26479
  """
26480
26480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26481
26481
  required_arguments = ['compartmentId']
@@ -26612,7 +26612,7 @@ class DatabaseClient(object):
26612
26612
  :rtype: :class:`~oci.response.Response`
26613
26613
 
26614
26614
  :example:
26615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
26615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
26616
26616
  """
26617
26617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26618
26618
  required_arguments = ['compartmentId']
@@ -26724,7 +26724,7 @@ class DatabaseClient(object):
26724
26724
  :rtype: :class:`~oci.response.Response`
26725
26725
 
26726
26726
  :example:
26727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
26727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
26728
26728
  """
26729
26729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26730
26730
  required_arguments = []
@@ -26842,7 +26842,7 @@ class DatabaseClient(object):
26842
26842
  :rtype: :class:`~oci.response.Response`
26843
26843
 
26844
26844
  :example:
26845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
26845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
26846
26846
  """
26847
26847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26848
26848
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -26982,7 +26982,7 @@ class DatabaseClient(object):
26982
26982
  :rtype: :class:`~oci.response.Response`
26983
26983
 
26984
26984
  :example:
26985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
26985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
26986
26986
  """
26987
26987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26988
26988
  required_arguments = ['compartmentId']
@@ -27139,7 +27139,7 @@ class DatabaseClient(object):
27139
27139
  :rtype: :class:`~oci.response.Response`
27140
27140
 
27141
27141
  :example:
27142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
27142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
27143
27143
  """
27144
27144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27145
27145
  required_arguments = ['compartmentId']
@@ -27278,7 +27278,7 @@ class DatabaseClient(object):
27278
27278
  :rtype: :class:`~oci.response.Response`
27279
27279
 
27280
27280
  :example:
27281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
27281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
27282
27282
  """
27283
27283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27284
27284
  required_arguments = ['cloudVmClusterId']
@@ -27406,7 +27406,7 @@ class DatabaseClient(object):
27406
27406
  :rtype: :class:`~oci.response.Response`
27407
27407
 
27408
27408
  :example:
27409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
27409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
27410
27410
  """
27411
27411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27412
27412
  required_arguments = ['cloudVmClusterId']
@@ -27550,7 +27550,7 @@ class DatabaseClient(object):
27550
27550
  :rtype: :class:`~oci.response.Response`
27551
27551
 
27552
27552
  :example:
27553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
27553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
27554
27554
  """
27555
27555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27556
27556
  required_arguments = ['compartmentId']
@@ -27675,7 +27675,7 @@ class DatabaseClient(object):
27675
27675
  :rtype: :class:`~oci.response.Response`
27676
27676
 
27677
27677
  :example:
27678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
27678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
27679
27679
  """
27680
27680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27681
27681
  required_arguments = ['dbNodeId']
@@ -27790,7 +27790,7 @@ class DatabaseClient(object):
27790
27790
  :rtype: :class:`~oci.response.Response`
27791
27791
 
27792
27792
  :example:
27793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
27793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
27794
27794
  """
27795
27795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27796
27796
  required_arguments = ['dbNodeId']
@@ -27940,7 +27940,7 @@ class DatabaseClient(object):
27940
27940
  :rtype: :class:`~oci.response.Response`
27941
27941
 
27942
27942
  :example:
27943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
27943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
27944
27944
  """
27945
27945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27946
27946
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -28058,7 +28058,7 @@ class DatabaseClient(object):
28058
28058
  :rtype: :class:`~oci.response.Response`
28059
28059
 
28060
28060
  :example:
28061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
28061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
28062
28062
  """
28063
28063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28064
28064
  required_arguments = ['databaseId']
@@ -28201,7 +28201,7 @@ class DatabaseClient(object):
28201
28201
  :rtype: :class:`~oci.response.Response`
28202
28202
 
28203
28203
  :example:
28204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
28204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
28205
28205
  """
28206
28206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28207
28207
  required_arguments = ['compartmentId']
@@ -28372,7 +28372,7 @@ class DatabaseClient(object):
28372
28372
  :rtype: :class:`~oci.response.Response`
28373
28373
 
28374
28374
  :example:
28375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
28375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
28376
28376
  """
28377
28377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28378
28378
  required_arguments = ['databaseId']
@@ -28547,7 +28547,7 @@ class DatabaseClient(object):
28547
28547
  :rtype: :class:`~oci.response.Response`
28548
28548
 
28549
28549
  :example:
28550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
28550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
28551
28551
  """
28552
28552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28553
28553
  required_arguments = ['compartmentId']
@@ -28677,7 +28677,7 @@ class DatabaseClient(object):
28677
28677
  :rtype: :class:`~oci.response.Response`
28678
28678
 
28679
28679
  :example:
28680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
28680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
28681
28681
  """
28682
28682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28683
28683
  required_arguments = ['dbHomeId']
@@ -28785,7 +28785,7 @@ class DatabaseClient(object):
28785
28785
  :rtype: :class:`~oci.response.Response`
28786
28786
 
28787
28787
  :example:
28788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
28788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
28789
28789
  """
28790
28790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28791
28791
  required_arguments = ['dbHomeId']
@@ -28929,7 +28929,7 @@ class DatabaseClient(object):
28929
28929
  :rtype: :class:`~oci.response.Response`
28930
28930
 
28931
28931
  :example:
28932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
28932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
28933
28933
  """
28934
28934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28935
28935
  required_arguments = ['compartmentId']
@@ -29093,7 +29093,7 @@ class DatabaseClient(object):
29093
29093
  :rtype: :class:`~oci.response.Response`
29094
29094
 
29095
29095
  :example:
29096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
29096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
29097
29097
  """
29098
29098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29099
29099
  required_arguments = ['compartmentId']
@@ -29249,7 +29249,7 @@ class DatabaseClient(object):
29249
29249
  :rtype: :class:`~oci.response.Response`
29250
29250
 
29251
29251
  :example:
29252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
29252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
29253
29253
  """
29254
29254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29255
29255
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -29374,7 +29374,7 @@ class DatabaseClient(object):
29374
29374
  :rtype: :class:`~oci.response.Response`
29375
29375
 
29376
29376
  :example:
29377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
29377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
29378
29378
  """
29379
29379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29380
29380
  required_arguments = []
@@ -29471,7 +29471,7 @@ class DatabaseClient(object):
29471
29471
  :rtype: :class:`~oci.response.Response`
29472
29472
 
29473
29473
  :example:
29474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
29474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
29475
29475
  """
29476
29476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29477
29477
  required_arguments = ['dbSystemId']
@@ -29579,7 +29579,7 @@ class DatabaseClient(object):
29579
29579
  :rtype: :class:`~oci.response.Response`
29580
29580
 
29581
29581
  :example:
29582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
29582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
29583
29583
  """
29584
29584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29585
29585
  required_arguments = ['dbSystemId']
@@ -29690,7 +29690,7 @@ class DatabaseClient(object):
29690
29690
  :rtype: :class:`~oci.response.Response`
29691
29691
 
29692
29692
  :example:
29693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
29693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
29694
29694
  """
29695
29695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29696
29696
  required_arguments = ['compartmentId']
@@ -29791,7 +29791,7 @@ class DatabaseClient(object):
29791
29791
  :rtype: :class:`~oci.response.Response`
29792
29792
 
29793
29793
  :example:
29794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
29794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
29795
29795
  """
29796
29796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29797
29797
  required_arguments = ['storageManagement']
@@ -29918,7 +29918,7 @@ class DatabaseClient(object):
29918
29918
  :rtype: :class:`~oci.response.Response`
29919
29919
 
29920
29920
  :example:
29921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
29921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
29922
29922
  """
29923
29923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29924
29924
  required_arguments = ['dbSystemId']
@@ -30100,7 +30100,7 @@ class DatabaseClient(object):
30100
30100
  :rtype: :class:`~oci.response.Response`
30101
30101
 
30102
30102
  :example:
30103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
30103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
30104
30104
  """
30105
30105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30106
30106
  required_arguments = ['compartmentId']
@@ -30251,7 +30251,7 @@ class DatabaseClient(object):
30251
30251
  :rtype: :class:`~oci.response.Response`
30252
30252
 
30253
30253
  :example:
30254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
30254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
30255
30255
  """
30256
30256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30257
30257
  required_arguments = ['compartmentId']
@@ -30392,7 +30392,7 @@ class DatabaseClient(object):
30392
30392
  :rtype: :class:`~oci.response.Response`
30393
30393
 
30394
30394
  :example:
30395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
30395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
30396
30396
  """
30397
30397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30398
30398
  required_arguments = ['compartmentId']
@@ -30539,7 +30539,7 @@ class DatabaseClient(object):
30539
30539
  :rtype: :class:`~oci.response.Response`
30540
30540
 
30541
30541
  :example:
30542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
30542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
30543
30543
  """
30544
30544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30545
30545
  required_arguments = ['exadbVmClusterId']
@@ -30670,7 +30670,7 @@ class DatabaseClient(object):
30670
30670
  :rtype: :class:`~oci.response.Response`
30671
30671
 
30672
30672
  :example:
30673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
30673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
30674
30674
  """
30675
30675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30676
30676
  required_arguments = ['exadbVmClusterId']
@@ -30816,7 +30816,7 @@ class DatabaseClient(object):
30816
30816
  :rtype: :class:`~oci.response.Response`
30817
30817
 
30818
30818
  :example:
30819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
30819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
30820
30820
  """
30821
30821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30822
30822
  required_arguments = ['compartmentId']
@@ -30968,7 +30968,7 @@ class DatabaseClient(object):
30968
30968
  :rtype: :class:`~oci.response.Response`
30969
30969
 
30970
30970
  :example:
30971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
30971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
30972
30972
  """
30973
30973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30974
30974
  required_arguments = ['compartmentId']
@@ -31121,7 +31121,7 @@ class DatabaseClient(object):
31121
31121
  :rtype: :class:`~oci.response.Response`
31122
31122
 
31123
31123
  :example:
31124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
31124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
31125
31125
  """
31126
31126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31127
31127
  required_arguments = ['compartmentId']
@@ -31276,7 +31276,7 @@ class DatabaseClient(object):
31276
31276
  :rtype: :class:`~oci.response.Response`
31277
31277
 
31278
31278
  :example:
31279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
31279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
31280
31280
  """
31281
31281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31282
31282
  required_arguments = ['compartmentId']
@@ -31431,7 +31431,7 @@ class DatabaseClient(object):
31431
31431
  :rtype: :class:`~oci.response.Response`
31432
31432
 
31433
31433
  :example:
31434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
31434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
31435
31435
  """
31436
31436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31437
31437
  required_arguments = ['compartmentId']
@@ -31589,7 +31589,7 @@ class DatabaseClient(object):
31589
31589
  :rtype: :class:`~oci.response.Response`
31590
31590
 
31591
31591
  :example:
31592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
31592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
31593
31593
  """
31594
31594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31595
31595
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -31743,7 +31743,7 @@ class DatabaseClient(object):
31743
31743
  :rtype: :class:`~oci.response.Response`
31744
31744
 
31745
31745
  :example:
31746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
31746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
31747
31747
  """
31748
31748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31749
31749
  required_arguments = ['compartmentId']
@@ -31902,7 +31902,7 @@ class DatabaseClient(object):
31902
31902
  :rtype: :class:`~oci.response.Response`
31903
31903
 
31904
31904
  :example:
31905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
31905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
31906
31906
  """
31907
31907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31908
31908
  required_arguments = ['compartmentId']
@@ -32046,7 +32046,7 @@ class DatabaseClient(object):
32046
32046
  :rtype: :class:`~oci.response.Response`
32047
32047
 
32048
32048
  :example:
32049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
32049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
32050
32050
  """
32051
32051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32052
32052
  required_arguments = ['compartmentId']
@@ -32193,7 +32193,7 @@ class DatabaseClient(object):
32193
32193
  :rtype: :class:`~oci.response.Response`
32194
32194
 
32195
32195
  :example:
32196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
32196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
32197
32197
  """
32198
32198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32199
32199
  required_arguments = ['version']
@@ -32350,7 +32350,7 @@ class DatabaseClient(object):
32350
32350
  :rtype: :class:`~oci.response.Response`
32351
32351
 
32352
32352
  :example:
32353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
32353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
32354
32354
  """
32355
32355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32356
32356
  required_arguments = ['compartmentId']
@@ -32463,7 +32463,7 @@ class DatabaseClient(object):
32463
32463
  :rtype: :class:`~oci.response.Response`
32464
32464
 
32465
32465
  :example:
32466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
32466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
32467
32467
  """
32468
32468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32469
32469
  required_arguments = ['compartmentId']
@@ -32601,7 +32601,7 @@ class DatabaseClient(object):
32601
32601
  :rtype: :class:`~oci.response.Response`
32602
32602
 
32603
32603
  :example:
32604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
32604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
32605
32605
  """
32606
32606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32607
32607
  required_arguments = ['compartmentId']
@@ -32794,7 +32794,7 @@ class DatabaseClient(object):
32794
32794
  :rtype: :class:`~oci.response.Response`
32795
32795
 
32796
32796
  :example:
32797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
32797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
32798
32798
  """
32799
32799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32800
32800
  required_arguments = ['compartmentId']
@@ -32970,7 +32970,7 @@ class DatabaseClient(object):
32970
32970
  :rtype: :class:`~oci.response.Response`
32971
32971
 
32972
32972
  :example:
32973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
32973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
32974
32974
  """
32975
32975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32976
32976
  required_arguments = ['compartmentId']
@@ -33102,7 +33102,7 @@ class DatabaseClient(object):
33102
33102
  :rtype: :class:`~oci.response.Response`
33103
33103
 
33104
33104
  :example:
33105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
33105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
33106
33106
  """
33107
33107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33108
33108
  required_arguments = ['type']
@@ -33231,7 +33231,7 @@ class DatabaseClient(object):
33231
33231
  :rtype: :class:`~oci.response.Response`
33232
33232
 
33233
33233
  :example:
33234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
33234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
33235
33235
  """
33236
33236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33237
33237
  required_arguments = ['databaseId']
@@ -33401,7 +33401,7 @@ class DatabaseClient(object):
33401
33401
  :rtype: :class:`~oci.response.Response`
33402
33402
 
33403
33403
  :example:
33404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
33404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
33405
33405
  """
33406
33406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33407
33407
  required_arguments = []
@@ -33543,7 +33543,7 @@ class DatabaseClient(object):
33543
33543
  :rtype: :class:`~oci.response.Response`
33544
33544
 
33545
33545
  :example:
33546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
33546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
33547
33547
  """
33548
33548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33549
33549
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -33692,7 +33692,7 @@ class DatabaseClient(object):
33692
33692
  :rtype: :class:`~oci.response.Response`
33693
33693
 
33694
33694
  :example:
33695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
33695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
33696
33696
  """
33697
33697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33698
33698
  required_arguments = ['compartmentId']
@@ -33857,7 +33857,7 @@ class DatabaseClient(object):
33857
33857
  :rtype: :class:`~oci.response.Response`
33858
33858
 
33859
33859
  :example:
33860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
33860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
33861
33861
  """
33862
33862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33863
33863
  required_arguments = ['compartmentId']
@@ -34013,7 +34013,7 @@ class DatabaseClient(object):
34013
34013
  :rtype: :class:`~oci.response.Response`
34014
34014
 
34015
34015
  :example:
34016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
34016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
34017
34017
  """
34018
34018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34019
34019
  required_arguments = ['compartmentId']
@@ -34168,7 +34168,7 @@ class DatabaseClient(object):
34168
34168
  :rtype: :class:`~oci.response.Response`
34169
34169
 
34170
34170
  :example:
34171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
34171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
34172
34172
  """
34173
34173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34174
34174
  required_arguments = ['schedulingPolicyId']
@@ -34324,7 +34324,7 @@ class DatabaseClient(object):
34324
34324
  :rtype: :class:`~oci.response.Response`
34325
34325
 
34326
34326
  :example:
34327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
34327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
34328
34328
  """
34329
34329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34330
34330
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -34461,7 +34461,7 @@ class DatabaseClient(object):
34461
34461
  :rtype: :class:`~oci.response.Response`
34462
34462
 
34463
34463
  :example:
34464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
34464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
34465
34465
  """
34466
34466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34467
34467
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -34602,7 +34602,7 @@ class DatabaseClient(object):
34602
34602
  :rtype: :class:`~oci.response.Response`
34603
34603
 
34604
34604
  :example:
34605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
34605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
34606
34606
  """
34607
34607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34608
34608
  required_arguments = ['vmClusterId']
@@ -34710,7 +34710,7 @@ class DatabaseClient(object):
34710
34710
  :rtype: :class:`~oci.response.Response`
34711
34711
 
34712
34712
  :example:
34713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
34713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
34714
34714
  """
34715
34715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34716
34716
  required_arguments = ['vmClusterId']
@@ -34831,7 +34831,7 @@ class DatabaseClient(object):
34831
34831
  :rtype: :class:`~oci.response.Response`
34832
34832
 
34833
34833
  :example:
34834
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
34834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
34835
34835
  """
34836
34836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34837
34837
  required_arguments = ['vmClusterId']
@@ -34973,7 +34973,7 @@ class DatabaseClient(object):
34973
34973
  :rtype: :class:`~oci.response.Response`
34974
34974
 
34975
34975
  :example:
34976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
34976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
34977
34977
  """
34978
34978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34979
34979
  required_arguments = ['vmClusterId']
@@ -35127,7 +35127,7 @@ class DatabaseClient(object):
35127
35127
  :rtype: :class:`~oci.response.Response`
35128
35128
 
35129
35129
  :example:
35130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
35130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
35131
35131
  """
35132
35132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35133
35133
  required_arguments = ['compartmentId']
@@ -35271,7 +35271,7 @@ class DatabaseClient(object):
35271
35271
  :rtype: :class:`~oci.response.Response`
35272
35272
 
35273
35273
  :example:
35274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
35274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
35275
35275
  """
35276
35276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35277
35277
  required_arguments = ['pluggableDatabaseId']
@@ -35391,7 +35391,7 @@ class DatabaseClient(object):
35391
35391
  :rtype: :class:`~oci.response.Response`
35392
35392
 
35393
35393
  :example:
35394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
35394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
35395
35395
  """
35396
35396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35397
35397
  required_arguments = ['dbSystemId']
@@ -35511,7 +35511,7 @@ class DatabaseClient(object):
35511
35511
  :rtype: :class:`~oci.response.Response`
35512
35512
 
35513
35513
  :example:
35514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
35514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
35515
35515
  """
35516
35516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35517
35517
  required_arguments = ['databaseId']
@@ -35631,7 +35631,7 @@ class DatabaseClient(object):
35631
35631
  :rtype: :class:`~oci.response.Response`
35632
35632
 
35633
35633
  :example:
35634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
35634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
35635
35635
  """
35636
35636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35637
35637
  required_arguments = ['databaseId']
@@ -35751,7 +35751,7 @@ class DatabaseClient(object):
35751
35751
  :rtype: :class:`~oci.response.Response`
35752
35752
 
35753
35753
  :example:
35754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
35754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
35755
35755
  """
35756
35756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35757
35757
  required_arguments = ['pluggableDatabaseId']
@@ -35871,7 +35871,7 @@ class DatabaseClient(object):
35871
35871
  :rtype: :class:`~oci.response.Response`
35872
35872
 
35873
35873
  :example:
35874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
35874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
35875
35875
  """
35876
35876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35877
35877
  required_arguments = ['executionActionId']
@@ -35988,7 +35988,7 @@ class DatabaseClient(object):
35988
35988
  :rtype: :class:`~oci.response.Response`
35989
35989
 
35990
35990
  :example:
35991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
35991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
35992
35992
  """
35993
35993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35994
35994
  required_arguments = ['pluggableDatabaseId']
@@ -36094,7 +36094,7 @@ class DatabaseClient(object):
36094
36094
  :rtype: :class:`~oci.response.Response`
36095
36095
 
36096
36096
  :example:
36097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
36097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
36098
36098
  """
36099
36099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36100
36100
  required_arguments = ['autonomousDatabaseId']
@@ -36200,7 +36200,7 @@ class DatabaseClient(object):
36200
36200
  :rtype: :class:`~oci.response.Response`
36201
36201
 
36202
36202
  :example:
36203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
36203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
36204
36204
  """
36205
36205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36206
36206
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -36309,7 +36309,7 @@ class DatabaseClient(object):
36309
36309
  :rtype: :class:`~oci.response.Response`
36310
36310
 
36311
36311
  :example:
36312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
36312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
36313
36313
  """
36314
36314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36315
36315
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -36427,7 +36427,7 @@ class DatabaseClient(object):
36427
36427
  :rtype: :class:`~oci.response.Response`
36428
36428
 
36429
36429
  :example:
36430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
36430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
36431
36431
  """
36432
36432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36433
36433
  required_arguments = ['pluggableDatabaseId']
@@ -36547,7 +36547,7 @@ class DatabaseClient(object):
36547
36547
  :rtype: :class:`~oci.response.Response`
36548
36548
 
36549
36549
  :example:
36550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
36550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
36551
36551
  """
36552
36552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36553
36553
  required_arguments = ['cloudVmClusterId']
@@ -36667,7 +36667,7 @@ class DatabaseClient(object):
36667
36667
  :rtype: :class:`~oci.response.Response`
36668
36668
 
36669
36669
  :example:
36670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
36670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
36671
36671
  """
36672
36672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36673
36673
  required_arguments = ['exadbVmClusterId']
@@ -36787,7 +36787,7 @@ class DatabaseClient(object):
36787
36787
  :rtype: :class:`~oci.response.Response`
36788
36788
 
36789
36789
  :example:
36790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
36790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
36791
36791
  """
36792
36792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36793
36793
  required_arguments = ['vmClusterId']
@@ -36907,7 +36907,7 @@ class DatabaseClient(object):
36907
36907
  :rtype: :class:`~oci.response.Response`
36908
36908
 
36909
36909
  :example:
36910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
36910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
36911
36911
  """
36912
36912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36913
36913
  required_arguments = ['executionWindowId']
@@ -37027,7 +37027,7 @@ class DatabaseClient(object):
37027
37027
  :rtype: :class:`~oci.response.Response`
37028
37028
 
37029
37029
  :example:
37030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
37030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
37031
37031
  """
37032
37032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37033
37033
  required_arguments = ['schedulingPlanId']
@@ -37153,7 +37153,7 @@ class DatabaseClient(object):
37153
37153
  :rtype: :class:`~oci.response.Response`
37154
37154
 
37155
37155
  :example:
37156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
37156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
37157
37157
  """
37158
37158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37159
37159
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -37272,7 +37272,7 @@ class DatabaseClient(object):
37272
37272
  :rtype: :class:`~oci.response.Response`
37273
37273
 
37274
37274
  :example:
37275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
37275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
37276
37276
  """
37277
37277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37278
37278
  required_arguments = []
@@ -37378,7 +37378,7 @@ class DatabaseClient(object):
37378
37378
  :rtype: :class:`~oci.response.Response`
37379
37379
 
37380
37380
  :example:
37381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
37381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
37382
37382
  """
37383
37383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37384
37384
  required_arguments = ['autonomousContainerDatabaseId']
@@ -37480,7 +37480,7 @@ class DatabaseClient(object):
37480
37480
  :rtype: :class:`~oci.response.Response`
37481
37481
 
37482
37482
  :example:
37483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
37483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
37484
37484
  """
37485
37485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37486
37486
  required_arguments = ['autonomousDatabaseId']
@@ -37583,7 +37583,7 @@ class DatabaseClient(object):
37583
37583
  :rtype: :class:`~oci.response.Response`
37584
37584
 
37585
37585
  :example:
37586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
37586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
37587
37587
  """
37588
37588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37589
37589
  required_arguments = ['autonomousDatabaseId']
@@ -37688,7 +37688,7 @@ class DatabaseClient(object):
37688
37688
  :rtype: :class:`~oci.response.Response`
37689
37689
 
37690
37690
  :example:
37691
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
37691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
37692
37692
  """
37693
37693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37694
37694
  required_arguments = ['databaseId']
@@ -37802,7 +37802,7 @@ class DatabaseClient(object):
37802
37802
  :rtype: :class:`~oci.response.Response`
37803
37803
 
37804
37804
  :example:
37805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
37805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
37806
37806
  """
37807
37807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37808
37808
  required_arguments = ['autonomousContainerDatabaseId']
@@ -37919,7 +37919,7 @@ class DatabaseClient(object):
37919
37919
  :rtype: :class:`~oci.response.Response`
37920
37920
 
37921
37921
  :example:
37922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
37922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
37923
37923
  """
37924
37924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37925
37925
  required_arguments = ['autonomousDatabaseId']
@@ -38037,7 +38037,7 @@ class DatabaseClient(object):
38037
38037
  :rtype: :class:`~oci.response.Response`
38038
38038
 
38039
38039
  :example:
38040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
38040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
38041
38041
  """
38042
38042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38043
38043
  required_arguments = ['autonomousVmClusterId']
@@ -38155,7 +38155,7 @@ class DatabaseClient(object):
38155
38155
  :rtype: :class:`~oci.response.Response`
38156
38156
 
38157
38157
  :example:
38158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
38158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
38159
38159
  """
38160
38160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38161
38161
  required_arguments = ['autonomousVmClusterId']
@@ -38273,7 +38273,7 @@ class DatabaseClient(object):
38273
38273
  :rtype: :class:`~oci.response.Response`
38274
38274
 
38275
38275
  :example:
38276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
38276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
38277
38277
  """
38278
38278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38279
38279
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -38392,7 +38392,7 @@ class DatabaseClient(object):
38392
38392
  :rtype: :class:`~oci.response.Response`
38393
38393
 
38394
38394
  :example:
38395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
38395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
38396
38396
  """
38397
38397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38398
38398
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -38508,7 +38508,7 @@ class DatabaseClient(object):
38508
38508
  :rtype: :class:`~oci.response.Response`
38509
38509
 
38510
38510
  :example:
38511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
38511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
38512
38512
  """
38513
38513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38514
38514
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -38621,7 +38621,7 @@ class DatabaseClient(object):
38621
38621
  :rtype: :class:`~oci.response.Response`
38622
38622
 
38623
38623
  :example:
38624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
38624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
38625
38625
  """
38626
38626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38627
38627
  required_arguments = ['pluggableDatabaseId']
@@ -38734,7 +38734,7 @@ class DatabaseClient(object):
38734
38734
  :rtype: :class:`~oci.response.Response`
38735
38735
 
38736
38736
  :example:
38737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
38737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
38738
38738
  """
38739
38739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38740
38740
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -38849,7 +38849,7 @@ class DatabaseClient(object):
38849
38849
  :rtype: :class:`~oci.response.Response`
38850
38850
 
38851
38851
  :example:
38852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
38852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
38853
38853
  """
38854
38854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38855
38855
  required_arguments = ['databaseId']
@@ -38952,7 +38952,7 @@ class DatabaseClient(object):
38952
38952
  :rtype: :class:`~oci.response.Response`
38953
38953
 
38954
38954
  :example:
38955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
38955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
38956
38956
  """
38957
38957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38958
38958
  required_arguments = ['autonomousDatabaseId']
@@ -39064,7 +39064,7 @@ class DatabaseClient(object):
39064
39064
  :rtype: :class:`~oci.response.Response`
39065
39065
 
39066
39066
  :example:
39067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
39067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
39068
39068
  """
39069
39069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39070
39070
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -39187,7 +39187,7 @@ class DatabaseClient(object):
39187
39187
  :rtype: :class:`~oci.response.Response`
39188
39188
 
39189
39189
  :example:
39190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
39190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
39191
39191
  """
39192
39192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39193
39193
  required_arguments = ['databaseId']
@@ -39309,7 +39309,7 @@ class DatabaseClient(object):
39309
39309
  :rtype: :class:`~oci.response.Response`
39310
39310
 
39311
39311
  :example:
39312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
39312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
39313
39313
  """
39314
39314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39315
39315
  required_arguments = ['pluggableDatabaseId']
@@ -39416,7 +39416,7 @@ class DatabaseClient(object):
39416
39416
  :rtype: :class:`~oci.response.Response`
39417
39417
 
39418
39418
  :example:
39419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
39419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
39420
39420
  """
39421
39421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39422
39422
  required_arguments = ['autonomousDatabaseId']
@@ -39516,7 +39516,7 @@ class DatabaseClient(object):
39516
39516
  :rtype: :class:`~oci.response.Response`
39517
39517
 
39518
39518
  :example:
39519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
39519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
39520
39520
  """
39521
39521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39522
39522
  required_arguments = ['autonomousDatabaseId']
@@ -39626,7 +39626,7 @@ class DatabaseClient(object):
39626
39626
  :rtype: :class:`~oci.response.Response`
39627
39627
 
39628
39628
  :example:
39629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
39629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
39630
39630
  """
39631
39631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39632
39632
  required_arguments = ['pluggableDatabaseId']
@@ -39734,7 +39734,7 @@ class DatabaseClient(object):
39734
39734
  :rtype: :class:`~oci.response.Response`
39735
39735
 
39736
39736
  :example:
39737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
39737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
39738
39738
  """
39739
39739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39740
39740
  required_arguments = ['autonomousDatabaseId']
@@ -39846,7 +39846,7 @@ class DatabaseClient(object):
39846
39846
  :rtype: :class:`~oci.response.Response`
39847
39847
 
39848
39848
  :example:
39849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
39849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
39850
39850
  """
39851
39851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39852
39852
  required_arguments = ['pluggableDatabaseId']
@@ -39958,7 +39958,7 @@ class DatabaseClient(object):
39958
39958
  :rtype: :class:`~oci.response.Response`
39959
39959
 
39960
39960
  :example:
39961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
39961
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
39962
39962
  """
39963
39963
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39964
39964
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -40077,7 +40077,7 @@ class DatabaseClient(object):
40077
40077
  :rtype: :class:`~oci.response.Response`
40078
40078
 
40079
40079
  :example:
40080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
40080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
40081
40081
  """
40082
40082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40083
40083
  required_arguments = ['autonomousDatabaseId']
@@ -40201,7 +40201,7 @@ class DatabaseClient(object):
40201
40201
  :rtype: :class:`~oci.response.Response`
40202
40202
 
40203
40203
  :example:
40204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
40204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
40205
40205
  """
40206
40206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40207
40207
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -40304,7 +40304,7 @@ class DatabaseClient(object):
40304
40304
  :rtype: :class:`~oci.response.Response`
40305
40305
 
40306
40306
  :example:
40307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
40307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
40308
40308
  """
40309
40309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40310
40310
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40402,7 +40402,7 @@ class DatabaseClient(object):
40402
40402
  :rtype: :class:`~oci.response.Response`
40403
40403
 
40404
40404
  :example:
40405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
40405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
40406
40406
  """
40407
40407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40408
40408
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40507,7 +40507,7 @@ class DatabaseClient(object):
40507
40507
  :rtype: :class:`~oci.response.Response`
40508
40508
 
40509
40509
  :example:
40510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
40510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
40511
40511
  """
40512
40512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40513
40513
  required_arguments = ['dbSystemId']
@@ -40608,7 +40608,7 @@ class DatabaseClient(object):
40608
40608
  :rtype: :class:`~oci.response.Response`
40609
40609
 
40610
40610
  :example:
40611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
40611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
40612
40612
  """
40613
40613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40614
40614
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40721,7 +40721,7 @@ class DatabaseClient(object):
40721
40721
  :rtype: :class:`~oci.response.Response`
40722
40722
 
40723
40723
  :example:
40724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
40724
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
40725
40725
  """
40726
40726
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40727
40727
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -40832,7 +40832,7 @@ class DatabaseClient(object):
40832
40832
  :rtype: :class:`~oci.response.Response`
40833
40833
 
40834
40834
  :example:
40835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
40835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
40836
40836
  """
40837
40837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40838
40838
  required_arguments = ['autonomousDatabaseId']
@@ -40942,7 +40942,7 @@ class DatabaseClient(object):
40942
40942
  :rtype: :class:`~oci.response.Response`
40943
40943
 
40944
40944
  :example:
40945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
40945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
40946
40946
  """
40947
40947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40948
40948
  required_arguments = ['autonomousDatabaseBackupId']
@@ -41042,7 +41042,7 @@ class DatabaseClient(object):
41042
41042
  :rtype: :class:`~oci.response.Response`
41043
41043
 
41044
41044
  :example:
41045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
41045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
41046
41046
  """
41047
41047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41048
41048
  required_arguments = []
@@ -41136,7 +41136,7 @@ class DatabaseClient(object):
41136
41136
  :rtype: :class:`~oci.response.Response`
41137
41137
 
41138
41138
  :example:
41139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
41139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
41140
41140
  """
41141
41141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41142
41142
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -41241,7 +41241,7 @@ class DatabaseClient(object):
41241
41241
  :rtype: :class:`~oci.response.Response`
41242
41242
 
41243
41243
  :example:
41244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
41244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
41245
41245
  """
41246
41246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41247
41247
  required_arguments = ['autonomousDatabaseId']
@@ -41344,7 +41344,7 @@ class DatabaseClient(object):
41344
41344
  :rtype: :class:`~oci.response.Response`
41345
41345
 
41346
41346
  :example:
41347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
41347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
41348
41348
  """
41349
41349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41350
41350
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41452,7 +41452,7 @@ class DatabaseClient(object):
41452
41452
  :rtype: :class:`~oci.response.Response`
41453
41453
 
41454
41454
  :example:
41455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
41455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
41456
41456
  """
41457
41457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41458
41458
  required_arguments = ['autonomousVmClusterId']
@@ -41565,7 +41565,7 @@ class DatabaseClient(object):
41565
41565
  :rtype: :class:`~oci.response.Response`
41566
41566
 
41567
41567
  :example:
41568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
41568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
41569
41569
  """
41570
41570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41571
41571
  required_arguments = ['backupDestinationId']
@@ -41675,7 +41675,7 @@ class DatabaseClient(object):
41675
41675
  :rtype: :class:`~oci.response.Response`
41676
41676
 
41677
41677
  :example:
41678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
41678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
41679
41679
  """
41680
41680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41681
41681
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -41785,7 +41785,7 @@ class DatabaseClient(object):
41785
41785
  :rtype: :class:`~oci.response.Response`
41786
41786
 
41787
41787
  :example:
41788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
41788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
41789
41789
  """
41790
41790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41791
41791
  required_arguments = ['cloudExadataInfrastructureId']
@@ -41895,7 +41895,7 @@ class DatabaseClient(object):
41895
41895
  :rtype: :class:`~oci.response.Response`
41896
41896
 
41897
41897
  :example:
41898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
41898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
41899
41899
  """
41900
41900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41901
41901
  required_arguments = ['cloudVmClusterId']
@@ -42005,7 +42005,7 @@ class DatabaseClient(object):
42005
42005
  :rtype: :class:`~oci.response.Response`
42006
42006
 
42007
42007
  :example:
42008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
42008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
42009
42009
  """
42010
42010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42011
42011
  required_arguments = ['cloudVmClusterId']
@@ -42118,7 +42118,7 @@ class DatabaseClient(object):
42118
42118
  :rtype: :class:`~oci.response.Response`
42119
42119
 
42120
42120
  :example:
42121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
42121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
42122
42122
  """
42123
42123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42124
42124
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -42232,7 +42232,7 @@ class DatabaseClient(object):
42232
42232
  :rtype: :class:`~oci.response.Response`
42233
42233
 
42234
42234
  :example:
42235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
42235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
42236
42236
  """
42237
42237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42238
42238
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -42348,7 +42348,7 @@ class DatabaseClient(object):
42348
42348
  :rtype: :class:`~oci.response.Response`
42349
42349
 
42350
42350
  :example:
42351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
42351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
42352
42352
  """
42353
42353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42354
42354
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42456,7 +42456,7 @@ class DatabaseClient(object):
42456
42456
  :rtype: :class:`~oci.response.Response`
42457
42457
 
42458
42458
  :example:
42459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
42459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
42460
42460
  """
42461
42461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42462
42462
  required_arguments = ['databaseId']
@@ -42561,7 +42561,7 @@ class DatabaseClient(object):
42561
42561
  :rtype: :class:`~oci.response.Response`
42562
42562
 
42563
42563
  :example:
42564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
42564
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
42565
42565
  """
42566
42566
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42567
42567
  required_arguments = ['databaseSoftwareImageId']
@@ -42666,7 +42666,7 @@ class DatabaseClient(object):
42666
42666
  :rtype: :class:`~oci.response.Response`
42667
42667
 
42668
42668
  :example:
42669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
42669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
42670
42670
  """
42671
42671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42672
42672
  required_arguments = ['dbHomeId']
@@ -42774,7 +42774,7 @@ class DatabaseClient(object):
42774
42774
  :rtype: :class:`~oci.response.Response`
42775
42775
 
42776
42776
  :example:
42777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
42777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
42778
42778
  """
42779
42779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42780
42780
  required_arguments = ['dbNodeId']
@@ -42888,7 +42888,7 @@ class DatabaseClient(object):
42888
42888
  :rtype: :class:`~oci.response.Response`
42889
42889
 
42890
42890
  :example:
42891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
42891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
42892
42892
  """
42893
42893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42894
42894
  required_arguments = ['dbSystemId']
@@ -42997,7 +42997,7 @@ class DatabaseClient(object):
42997
42997
  :rtype: :class:`~oci.response.Response`
42998
42998
 
42999
42999
  :example:
43000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
43000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
43001
43001
  """
43002
43002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43003
43003
  required_arguments = ['exadataInfrastructureId']
@@ -43117,7 +43117,7 @@ class DatabaseClient(object):
43117
43117
  :rtype: :class:`~oci.response.Response`
43118
43118
 
43119
43119
  :example:
43120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
43120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
43121
43121
  """
43122
43122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43123
43123
  required_arguments = ['dbSystemId']
@@ -43227,7 +43227,7 @@ class DatabaseClient(object):
43227
43227
  :rtype: :class:`~oci.response.Response`
43228
43228
 
43229
43229
  :example:
43230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
43230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
43231
43231
  """
43232
43232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43233
43233
  required_arguments = ['exadbVmClusterId']
@@ -43337,7 +43337,7 @@ class DatabaseClient(object):
43337
43337
  :rtype: :class:`~oci.response.Response`
43338
43338
 
43339
43339
  :example:
43340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
43340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
43341
43341
  """
43342
43342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43343
43343
  required_arguments = ['exascaleDbStorageVaultId']
@@ -43447,7 +43447,7 @@ class DatabaseClient(object):
43447
43447
  :rtype: :class:`~oci.response.Response`
43448
43448
 
43449
43449
  :example:
43450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
43450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
43451
43451
  """
43452
43452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43453
43453
  required_arguments = ['executionActionId']
@@ -43557,7 +43557,7 @@ class DatabaseClient(object):
43557
43557
  :rtype: :class:`~oci.response.Response`
43558
43558
 
43559
43559
  :example:
43560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
43560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
43561
43561
  """
43562
43562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43563
43563
  required_arguments = ['executionWindowId']
@@ -43670,7 +43670,7 @@ class DatabaseClient(object):
43670
43670
  :rtype: :class:`~oci.response.Response`
43671
43671
 
43672
43672
  :example:
43673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
43673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
43674
43674
  """
43675
43675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43676
43676
  required_arguments = ['externalContainerDatabaseId']
@@ -43781,7 +43781,7 @@ class DatabaseClient(object):
43781
43781
  :rtype: :class:`~oci.response.Response`
43782
43782
 
43783
43783
  :example:
43784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
43784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
43785
43785
  """
43786
43786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43787
43787
  required_arguments = ['externalDatabaseConnectorId']
@@ -43891,7 +43891,7 @@ class DatabaseClient(object):
43891
43891
  :rtype: :class:`~oci.response.Response`
43892
43892
 
43893
43893
  :example:
43894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
43894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
43895
43895
  """
43896
43896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43897
43897
  required_arguments = ['externalNonContainerDatabaseId']
@@ -44003,7 +44003,7 @@ class DatabaseClient(object):
44003
44003
  :rtype: :class:`~oci.response.Response`
44004
44004
 
44005
44005
  :example:
44006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
44006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
44007
44007
  """
44008
44008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44009
44009
  required_arguments = ['externalPluggableDatabaseId']
@@ -44113,7 +44113,7 @@ class DatabaseClient(object):
44113
44113
  :rtype: :class:`~oci.response.Response`
44114
44114
 
44115
44115
  :example:
44116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
44116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
44117
44117
  """
44118
44118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44119
44119
  required_arguments = ['keyStoreId']
@@ -44218,7 +44218,7 @@ class DatabaseClient(object):
44218
44218
  :rtype: :class:`~oci.response.Response`
44219
44219
 
44220
44220
  :example:
44221
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
44221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
44222
44222
  """
44223
44223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44224
44224
  required_arguments = ['maintenanceRunId']
@@ -44326,7 +44326,7 @@ class DatabaseClient(object):
44326
44326
  :rtype: :class:`~oci.response.Response`
44327
44327
 
44328
44328
  :example:
44329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
44329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
44330
44330
  """
44331
44331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44332
44332
  required_arguments = ['oneoffPatchId']
@@ -44433,7 +44433,7 @@ class DatabaseClient(object):
44433
44433
  :rtype: :class:`~oci.response.Response`
44434
44434
 
44435
44435
  :example:
44436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
44436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
44437
44437
  """
44438
44438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44439
44439
  required_arguments = ['pluggableDatabaseId']
@@ -44541,7 +44541,7 @@ class DatabaseClient(object):
44541
44541
  :rtype: :class:`~oci.response.Response`
44542
44542
 
44543
44543
  :example:
44544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
44544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
44545
44545
  """
44546
44546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44547
44547
  required_arguments = ['scheduledActionId']
@@ -44651,7 +44651,7 @@ class DatabaseClient(object):
44651
44651
  :rtype: :class:`~oci.response.Response`
44652
44652
 
44653
44653
  :example:
44654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
44654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
44655
44655
  """
44656
44656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44657
44657
  required_arguments = ['schedulingPolicyId']
@@ -44766,7 +44766,7 @@ class DatabaseClient(object):
44766
44766
  :rtype: :class:`~oci.response.Response`
44767
44767
 
44768
44768
  :example:
44769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
44769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
44770
44770
  """
44771
44771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44772
44772
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -44877,7 +44877,7 @@ class DatabaseClient(object):
44877
44877
  :rtype: :class:`~oci.response.Response`
44878
44878
 
44879
44879
  :example:
44880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
44880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
44881
44881
  """
44882
44882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44883
44883
  required_arguments = ['vmClusterId']
@@ -44993,7 +44993,7 @@ class DatabaseClient(object):
44993
44993
  :rtype: :class:`~oci.response.Response`
44994
44994
 
44995
44995
  :example:
44996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
44996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
44997
44997
  """
44998
44998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44999
44999
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -45104,7 +45104,7 @@ class DatabaseClient(object):
45104
45104
  :rtype: :class:`~oci.response.Response`
45105
45105
 
45106
45106
  :example:
45107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
45107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
45108
45108
  """
45109
45109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45110
45110
  required_arguments = ['databaseId']
@@ -45221,7 +45221,7 @@ class DatabaseClient(object):
45221
45221
  :rtype: :class:`~oci.response.Response`
45222
45222
 
45223
45223
  :example:
45224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
45224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
45225
45225
  """
45226
45226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45227
45227
  required_arguments = ['dbSystemId']
@@ -45338,7 +45338,7 @@ class DatabaseClient(object):
45338
45338
  :rtype: :class:`~oci.response.Response`
45339
45339
 
45340
45340
  :example:
45341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
45341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
45342
45342
  """
45343
45343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45344
45344
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']