oci 2.111.0__py3-none-any.whl → 2.112.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -152,7 +152,7 @@ class DatabaseClient(object):
152
152
  :rtype: :class:`~oci.response.Response`
153
153
 
154
154
  :example:
155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
156
156
  """
157
157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
158
158
  required_arguments = ['exadataInfrastructureId']
@@ -267,7 +267,7 @@ class DatabaseClient(object):
267
267
  :rtype: :class:`~oci.response.Response`
268
268
 
269
269
  :example:
270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
271
271
  """
272
272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
273
273
  required_arguments = ['cloudExadataInfrastructureId']
@@ -382,7 +382,7 @@ class DatabaseClient(object):
382
382
  :rtype: :class:`~oci.response.Response`
383
383
 
384
384
  :example:
385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
386
386
  """
387
387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
388
388
  required_arguments = ['exadataInfrastructureId']
@@ -500,7 +500,7 @@ class DatabaseClient(object):
500
500
  :rtype: :class:`~oci.response.Response`
501
501
 
502
502
  :example:
503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
504
504
  """
505
505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
506
506
  required_arguments = ['cloudVmClusterId']
@@ -620,7 +620,7 @@ class DatabaseClient(object):
620
620
  :rtype: :class:`~oci.response.Response`
621
621
 
622
622
  :example:
623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
624
624
  """
625
625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
626
626
  required_arguments = ['vmClusterId']
@@ -740,7 +740,7 @@ class DatabaseClient(object):
740
740
  :rtype: :class:`~oci.response.Response`
741
741
 
742
742
  :example:
743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
744
744
  """
745
745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
746
746
  required_arguments = ['autonomousDatabaseId']
@@ -857,7 +857,7 @@ class DatabaseClient(object):
857
857
  :rtype: :class:`~oci.response.Response`
858
858
 
859
859
  :example:
860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
861
861
  """
862
862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
863
863
  required_arguments = ['backupId']
@@ -977,7 +977,7 @@ class DatabaseClient(object):
977
977
  :rtype: :class:`~oci.response.Response`
978
978
 
979
979
  :example:
980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
981
981
  """
982
982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
983
983
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1099,7 +1099,7 @@ class DatabaseClient(object):
1099
1099
  :rtype: :class:`~oci.response.Response`
1100
1100
 
1101
1101
  :example:
1102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1103
1103
  """
1104
1104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1105
1105
  required_arguments = ['autonomousDatabaseId']
@@ -1221,7 +1221,7 @@ class DatabaseClient(object):
1221
1221
  :rtype: :class:`~oci.response.Response`
1222
1222
 
1223
1223
  :example:
1224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1225
1225
  """
1226
1226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1227
1227
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1339,7 +1339,7 @@ class DatabaseClient(object):
1339
1339
  :rtype: :class:`~oci.response.Response`
1340
1340
 
1341
1341
  :example:
1342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1343
1343
  """
1344
1344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1345
1345
  required_arguments = ['autonomousVmClusterId']
@@ -1461,7 +1461,7 @@ class DatabaseClient(object):
1461
1461
  :rtype: :class:`~oci.response.Response`
1462
1462
 
1463
1463
  :example:
1464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1465
1465
  """
1466
1466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1467
1467
  required_arguments = ['backupDestinationId']
@@ -1579,7 +1579,7 @@ class DatabaseClient(object):
1579
1579
  :rtype: :class:`~oci.response.Response`
1580
1580
 
1581
1581
  :example:
1582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1583
1583
  """
1584
1584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1585
1585
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1699,7 +1699,7 @@ class DatabaseClient(object):
1699
1699
  :rtype: :class:`~oci.response.Response`
1700
1700
 
1701
1701
  :example:
1702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1703
1703
  """
1704
1704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1705
1705
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1817,7 +1817,7 @@ class DatabaseClient(object):
1817
1817
  :rtype: :class:`~oci.response.Response`
1818
1818
 
1819
1819
  :example:
1820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1821
1821
  """
1822
1822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1823
1823
  required_arguments = ['cloudVmClusterId']
@@ -1939,7 +1939,7 @@ class DatabaseClient(object):
1939
1939
  :rtype: :class:`~oci.response.Response`
1940
1940
 
1941
1941
  :example:
1942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1943
1943
  """
1944
1944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1945
1945
  required_arguments = ['databaseSoftwareImageId']
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
2062
2062
  :rtype: :class:`~oci.response.Response`
2063
2063
 
2064
2064
  :example:
2065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2066
2066
  """
2067
2067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2068
2068
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2193,7 +2193,7 @@ class DatabaseClient(object):
2193
2193
  :rtype: :class:`~oci.response.Response`
2194
2194
 
2195
2195
  :example:
2196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2197
2197
  """
2198
2198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2199
2199
  required_arguments = ['dbSystemId']
@@ -2304,7 +2304,7 @@ class DatabaseClient(object):
2304
2304
  :rtype: :class:`~oci.response.Response`
2305
2305
 
2306
2306
  :example:
2307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2308
2308
  """
2309
2309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2310
2310
  required_arguments = ['autonomousDatabaseId']
@@ -2422,7 +2422,7 @@ class DatabaseClient(object):
2422
2422
  :rtype: :class:`~oci.response.Response`
2423
2423
 
2424
2424
  :example:
2425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2426
2426
  """
2427
2427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2428
2428
  required_arguments = ['exadataInfrastructureId']
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = ['externalContainerDatabaseId']
@@ -2667,7 +2667,7 @@ class DatabaseClient(object):
2667
2667
  :rtype: :class:`~oci.response.Response`
2668
2668
 
2669
2669
  :example:
2670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2671
2671
  """
2672
2672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2673
2673
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2792,7 +2792,7 @@ class DatabaseClient(object):
2792
2792
  :rtype: :class:`~oci.response.Response`
2793
2793
 
2794
2794
  :example:
2795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2796
2796
  """
2797
2797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2798
2798
  required_arguments = ['externalPluggableDatabaseId']
@@ -2914,7 +2914,7 @@ class DatabaseClient(object):
2914
2914
  :rtype: :class:`~oci.response.Response`
2915
2915
 
2916
2916
  :example:
2917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2918
2918
  """
2919
2919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2920
2920
  required_arguments = ['keyStoreId']
@@ -3032,7 +3032,7 @@ class DatabaseClient(object):
3032
3032
  :rtype: :class:`~oci.response.Response`
3033
3033
 
3034
3034
  :example:
3035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3036
3036
  """
3037
3037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3038
3038
  required_arguments = ['databaseId']
@@ -3150,7 +3150,7 @@ class DatabaseClient(object):
3150
3150
  :rtype: :class:`~oci.response.Response`
3151
3151
 
3152
3152
  :example:
3153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3154
3154
  """
3155
3155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3156
3156
  required_arguments = ['oneoffPatchId']
@@ -3269,7 +3269,7 @@ class DatabaseClient(object):
3269
3269
  :rtype: :class:`~oci.response.Response`
3270
3270
 
3271
3271
  :example:
3272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3273
3273
  """
3274
3274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3275
3275
  required_arguments = ['vmClusterId']
@@ -3386,7 +3386,7 @@ class DatabaseClient(object):
3386
3386
  :rtype: :class:`~oci.response.Response`
3387
3387
 
3388
3388
  :example:
3389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3390
3390
  """
3391
3391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3392
3392
  required_arguments = ['externalDatabaseConnectorId']
@@ -3503,7 +3503,7 @@ class DatabaseClient(object):
3503
3503
  :rtype: :class:`~oci.response.Response`
3504
3504
 
3505
3505
  :example:
3506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3507
3507
  """
3508
3508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3509
3509
  required_arguments = ['backupId']
@@ -3625,7 +3625,7 @@ class DatabaseClient(object):
3625
3625
  :rtype: :class:`~oci.response.Response`
3626
3626
 
3627
3627
  :example:
3628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3629
3629
  """
3630
3630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3631
3631
  required_arguments = ['autonomousDatabaseId']
@@ -3736,7 +3736,7 @@ class DatabaseClient(object):
3736
3736
  :rtype: :class:`~oci.response.Response`
3737
3737
 
3738
3738
  :example:
3739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3740
3740
  """
3741
3741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3742
3742
  required_arguments = ['databaseId']
@@ -3843,7 +3843,7 @@ class DatabaseClient(object):
3843
3843
  :rtype: :class:`~oci.response.Response`
3844
3844
 
3845
3845
  :example:
3846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
3846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
3847
3847
  """
3848
3848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3849
3849
  required_arguments = []
@@ -3936,7 +3936,7 @@ class DatabaseClient(object):
3936
3936
  :rtype: :class:`~oci.response.Response`
3937
3937
 
3938
3938
  :example:
3939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
3939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
3940
3940
  """
3941
3941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3942
3942
  required_arguments = []
@@ -4030,7 +4030,7 @@ class DatabaseClient(object):
4030
4030
  :rtype: :class:`~oci.response.Response`
4031
4031
 
4032
4032
  :example:
4033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4034
4034
  """
4035
4035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4036
4036
  required_arguments = []
@@ -4126,7 +4126,7 @@ class DatabaseClient(object):
4126
4126
  :rtype: :class:`~oci.response.Response`
4127
4127
 
4128
4128
  :example:
4129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4130
4130
  """
4131
4131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4132
4132
  required_arguments = []
@@ -4222,7 +4222,7 @@ class DatabaseClient(object):
4222
4222
  :rtype: :class:`~oci.response.Response`
4223
4223
 
4224
4224
  :example:
4225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4226
4226
  """
4227
4227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4228
4228
  required_arguments = []
@@ -4315,7 +4315,7 @@ class DatabaseClient(object):
4315
4315
  :rtype: :class:`~oci.response.Response`
4316
4316
 
4317
4317
  :example:
4318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4319
4319
  """
4320
4320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4321
4321
  required_arguments = []
@@ -4409,7 +4409,7 @@ class DatabaseClient(object):
4409
4409
  :rtype: :class:`~oci.response.Response`
4410
4410
 
4411
4411
  :example:
4412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4413
4413
  """
4414
4414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4415
4415
  required_arguments = []
@@ -4505,7 +4505,7 @@ class DatabaseClient(object):
4505
4505
  :rtype: :class:`~oci.response.Response`
4506
4506
 
4507
4507
  :example:
4508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4509
4509
  """
4510
4510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4511
4511
  required_arguments = []
@@ -4605,7 +4605,7 @@ class DatabaseClient(object):
4605
4605
  :rtype: :class:`~oci.response.Response`
4606
4606
 
4607
4607
  :example:
4608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4609
4609
  """
4610
4610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4611
4611
  required_arguments = []
@@ -4703,7 +4703,7 @@ class DatabaseClient(object):
4703
4703
  :rtype: :class:`~oci.response.Response`
4704
4704
 
4705
4705
  :example:
4706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
4706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
4707
4707
  """
4708
4708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4709
4709
  required_arguments = []
@@ -4803,7 +4803,7 @@ class DatabaseClient(object):
4803
4803
  :rtype: :class:`~oci.response.Response`
4804
4804
 
4805
4805
  :example:
4806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
4806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
4807
4807
  """
4808
4808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4809
4809
  required_arguments = ['dbNodeId']
@@ -4921,7 +4921,7 @@ class DatabaseClient(object):
4921
4921
  :rtype: :class:`~oci.response.Response`
4922
4922
 
4923
4923
  :example:
4924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
4924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
4925
4925
  """
4926
4926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4927
4927
  required_arguments = ['databaseId']
@@ -5027,7 +5027,7 @@ class DatabaseClient(object):
5027
5027
  :rtype: :class:`~oci.response.Response`
5028
5028
 
5029
5029
  :example:
5030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5031
5031
  """
5032
5032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5033
5033
  required_arguments = []
@@ -5120,7 +5120,7 @@ class DatabaseClient(object):
5120
5120
  :rtype: :class:`~oci.response.Response`
5121
5121
 
5122
5122
  :example:
5123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5124
5124
  """
5125
5125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5126
5126
  required_arguments = []
@@ -5211,7 +5211,7 @@ class DatabaseClient(object):
5211
5211
  :rtype: :class:`~oci.response.Response`
5212
5212
 
5213
5213
  :example:
5214
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5214
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5215
5215
  """
5216
5216
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5217
5217
  required_arguments = []
@@ -5306,7 +5306,7 @@ class DatabaseClient(object):
5306
5306
  :rtype: :class:`~oci.response.Response`
5307
5307
 
5308
5308
  :example:
5309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5310
5310
  """
5311
5311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5312
5312
  required_arguments = []
@@ -5403,7 +5403,7 @@ class DatabaseClient(object):
5403
5403
  :rtype: :class:`~oci.response.Response`
5404
5404
 
5405
5405
  :example:
5406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5407
5407
  """
5408
5408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5409
5409
  required_arguments = []
@@ -5497,7 +5497,7 @@ class DatabaseClient(object):
5497
5497
  :rtype: :class:`~oci.response.Response`
5498
5498
 
5499
5499
  :example:
5500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5501
5501
  """
5502
5502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5503
5503
  required_arguments = []
@@ -5593,7 +5593,7 @@ class DatabaseClient(object):
5593
5593
  :rtype: :class:`~oci.response.Response`
5594
5594
 
5595
5595
  :example:
5596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5597
5597
  """
5598
5598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5599
5599
  required_arguments = []
@@ -5689,7 +5689,7 @@ class DatabaseClient(object):
5689
5689
  :rtype: :class:`~oci.response.Response`
5690
5690
 
5691
5691
  :example:
5692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
5692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
5693
5693
  """
5694
5694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5695
5695
  required_arguments = []
@@ -5786,7 +5786,7 @@ class DatabaseClient(object):
5786
5786
  :rtype: :class:`~oci.response.Response`
5787
5787
 
5788
5788
  :example:
5789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
5789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
5790
5790
  """
5791
5791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5792
5792
  required_arguments = []
@@ -5882,7 +5882,7 @@ class DatabaseClient(object):
5882
5882
  :rtype: :class:`~oci.response.Response`
5883
5883
 
5884
5884
  :example:
5885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
5885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
5886
5886
  """
5887
5887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5888
5888
  required_arguments = []
@@ -5978,7 +5978,7 @@ class DatabaseClient(object):
5978
5978
  :rtype: :class:`~oci.response.Response`
5979
5979
 
5980
5980
  :example:
5981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
5981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
5982
5982
  """
5983
5983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5984
5984
  required_arguments = []
@@ -6075,7 +6075,7 @@ class DatabaseClient(object):
6075
6075
  :rtype: :class:`~oci.response.Response`
6076
6076
 
6077
6077
  :example:
6078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6079
6079
  """
6080
6080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6081
6081
  required_arguments = []
@@ -6172,7 +6172,7 @@ class DatabaseClient(object):
6172
6172
  :rtype: :class:`~oci.response.Response`
6173
6173
 
6174
6174
  :example:
6175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6176
6176
  """
6177
6177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6178
6178
  required_arguments = []
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
6274
6274
  :rtype: :class:`~oci.response.Response`
6275
6275
 
6276
6276
  :example:
6277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6278
6278
  """
6279
6279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6280
6280
  required_arguments = ['exadataInfrastructureId']
@@ -6403,7 +6403,7 @@ class DatabaseClient(object):
6403
6403
  :rtype: :class:`~oci.response.Response`
6404
6404
 
6405
6405
  :example:
6406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6407
6407
  """
6408
6408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6409
6409
  required_arguments = ['dbNodeId', 'action']
@@ -6516,7 +6516,7 @@ class DatabaseClient(object):
6516
6516
  :rtype: :class:`~oci.response.Response`
6517
6517
 
6518
6518
  :example:
6519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6520
6520
  """
6521
6521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6522
6522
  required_arguments = ['applicationVipId']
@@ -6619,7 +6619,7 @@ class DatabaseClient(object):
6619
6619
  :rtype: :class:`~oci.response.Response`
6620
6620
 
6621
6621
  :example:
6622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
6622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
6623
6623
  """
6624
6624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6625
6625
  required_arguments = ['autonomousDatabaseId']
@@ -6722,7 +6722,7 @@ class DatabaseClient(object):
6722
6722
  :rtype: :class:`~oci.response.Response`
6723
6723
 
6724
6724
  :example:
6725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
6725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
6726
6726
  """
6727
6727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6728
6728
  required_arguments = ['autonomousDatabaseBackupId']
@@ -6825,7 +6825,7 @@ class DatabaseClient(object):
6825
6825
  :rtype: :class:`~oci.response.Response`
6826
6826
 
6827
6827
  :example:
6828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
6828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
6829
6829
  """
6830
6830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6831
6831
  required_arguments = ['autonomousVmClusterId']
@@ -6925,7 +6925,7 @@ class DatabaseClient(object):
6925
6925
  :rtype: :class:`~oci.response.Response`
6926
6926
 
6927
6927
  :example:
6928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
6928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
6929
6929
  """
6930
6930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6931
6931
  required_arguments = ['backupId']
@@ -7026,7 +7026,7 @@ class DatabaseClient(object):
7026
7026
  :rtype: :class:`~oci.response.Response`
7027
7027
 
7028
7028
  :example:
7029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7030
7030
  """
7031
7031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7032
7032
  required_arguments = ['backupDestinationId']
@@ -7129,7 +7129,7 @@ class DatabaseClient(object):
7129
7129
  :rtype: :class:`~oci.response.Response`
7130
7130
 
7131
7131
  :example:
7132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7133
7133
  """
7134
7134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7135
7135
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -7235,7 +7235,7 @@ class DatabaseClient(object):
7235
7235
  :rtype: :class:`~oci.response.Response`
7236
7236
 
7237
7237
  :example:
7238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7239
7239
  """
7240
7240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7241
7241
  required_arguments = ['cloudExadataInfrastructureId']
@@ -7346,7 +7346,7 @@ class DatabaseClient(object):
7346
7346
  :rtype: :class:`~oci.response.Response`
7347
7347
 
7348
7348
  :example:
7349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7350
7350
  """
7351
7351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7352
7352
  required_arguments = ['cloudVmClusterId']
@@ -7449,7 +7449,7 @@ class DatabaseClient(object):
7449
7449
  :rtype: :class:`~oci.response.Response`
7450
7450
 
7451
7451
  :example:
7452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7453
7453
  """
7454
7454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7455
7455
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -7560,7 +7560,7 @@ class DatabaseClient(object):
7560
7560
  :rtype: :class:`~oci.response.Response`
7561
7561
 
7562
7562
  :example:
7563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
7563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
7564
7564
  """
7565
7565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7566
7566
  required_arguments = ['databaseId']
@@ -7668,7 +7668,7 @@ class DatabaseClient(object):
7668
7668
  :rtype: :class:`~oci.response.Response`
7669
7669
 
7670
7670
  :example:
7671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
7671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
7672
7672
  """
7673
7673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7674
7674
  required_arguments = ['databaseSoftwareImageId']
@@ -7775,7 +7775,7 @@ class DatabaseClient(object):
7775
7775
  :rtype: :class:`~oci.response.Response`
7776
7776
 
7777
7777
  :example:
7778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
7778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
7779
7779
  """
7780
7780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7781
7781
  required_arguments = ['dbHomeId']
@@ -7884,7 +7884,7 @@ class DatabaseClient(object):
7884
7884
  :rtype: :class:`~oci.response.Response`
7885
7885
 
7886
7886
  :example:
7887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
7887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
7888
7888
  """
7889
7889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7890
7890
  required_arguments = ['exadataInfrastructureId']
@@ -7989,7 +7989,7 @@ class DatabaseClient(object):
7989
7989
  :rtype: :class:`~oci.response.Response`
7990
7990
 
7991
7991
  :example:
7992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
7992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
7993
7993
  """
7994
7994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7995
7995
  required_arguments = ['externalContainerDatabaseId']
@@ -8095,7 +8095,7 @@ class DatabaseClient(object):
8095
8095
  :rtype: :class:`~oci.response.Response`
8096
8096
 
8097
8097
  :example:
8098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8099
8099
  """
8100
8100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8101
8101
  required_arguments = ['externalDatabaseConnectorId']
@@ -8198,7 +8198,7 @@ class DatabaseClient(object):
8198
8198
  :rtype: :class:`~oci.response.Response`
8199
8199
 
8200
8200
  :example:
8201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8202
8202
  """
8203
8203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8204
8204
  required_arguments = ['externalNonContainerDatabaseId']
@@ -8302,7 +8302,7 @@ class DatabaseClient(object):
8302
8302
  :rtype: :class:`~oci.response.Response`
8303
8303
 
8304
8304
  :example:
8305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8306
8306
  """
8307
8307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8308
8308
  required_arguments = ['externalPluggableDatabaseId']
@@ -8405,7 +8405,7 @@ class DatabaseClient(object):
8405
8405
  :rtype: :class:`~oci.response.Response`
8406
8406
 
8407
8407
  :example:
8408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8409
8409
  """
8410
8410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8411
8411
  required_arguments = ['keyStoreId']
@@ -8508,7 +8508,7 @@ class DatabaseClient(object):
8508
8508
  :rtype: :class:`~oci.response.Response`
8509
8509
 
8510
8510
  :example:
8511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
8511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
8512
8512
  """
8513
8513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8514
8514
  required_arguments = ['oneoffPatchId']
@@ -8611,7 +8611,7 @@ class DatabaseClient(object):
8611
8611
  :rtype: :class:`~oci.response.Response`
8612
8612
 
8613
8613
  :example:
8614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
8614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
8615
8615
  """
8616
8616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8617
8617
  required_arguments = ['pluggableDatabaseId']
@@ -8714,7 +8714,7 @@ class DatabaseClient(object):
8714
8714
  :rtype: :class:`~oci.response.Response`
8715
8715
 
8716
8716
  :example:
8717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
8717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
8718
8718
  """
8719
8719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8720
8720
  required_arguments = ['vmClusterId']
@@ -8823,7 +8823,7 @@ class DatabaseClient(object):
8823
8823
  :rtype: :class:`~oci.response.Response`
8824
8824
 
8825
8825
  :example:
8826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
8826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
8827
8827
  """
8828
8828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8829
8829
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -8925,7 +8925,7 @@ class DatabaseClient(object):
8925
8925
  :rtype: :class:`~oci.response.Response`
8926
8926
 
8927
8927
  :example:
8928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
8928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
8929
8929
  """
8930
8930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8931
8931
  required_arguments = ['autonomousDatabaseId']
@@ -9024,7 +9024,7 @@ class DatabaseClient(object):
9024
9024
  :rtype: :class:`~oci.response.Response`
9025
9025
 
9026
9026
  :example:
9027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9028
9028
  """
9029
9029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9030
9030
  required_arguments = ['autonomousDatabaseId']
@@ -9120,7 +9120,7 @@ class DatabaseClient(object):
9120
9120
  :rtype: :class:`~oci.response.Response`
9121
9121
 
9122
9122
  :example:
9123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9124
9124
  """
9125
9125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9126
9126
  required_arguments = ['autonomousDatabaseId']
@@ -9228,7 +9228,7 @@ class DatabaseClient(object):
9228
9228
  :rtype: :class:`~oci.response.Response`
9229
9229
 
9230
9230
  :example:
9231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9232
9232
  """
9233
9233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9234
9234
  required_arguments = ['databaseId']
@@ -9343,7 +9343,7 @@ class DatabaseClient(object):
9343
9343
  :rtype: :class:`~oci.response.Response`
9344
9344
 
9345
9345
  :example:
9346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
9346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
9347
9347
  """
9348
9348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9349
9349
  required_arguments = ['externalContainerDatabaseId']
@@ -9456,7 +9456,7 @@ class DatabaseClient(object):
9456
9456
  :rtype: :class:`~oci.response.Response`
9457
9457
 
9458
9458
  :example:
9459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
9459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
9460
9460
  """
9461
9461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9462
9462
  required_arguments = ['externalContainerDatabaseId']
@@ -9573,7 +9573,7 @@ class DatabaseClient(object):
9573
9573
  :rtype: :class:`~oci.response.Response`
9574
9574
 
9575
9575
  :example:
9576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
9576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
9577
9577
  """
9578
9578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9579
9579
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9686,7 +9686,7 @@ class DatabaseClient(object):
9686
9686
  :rtype: :class:`~oci.response.Response`
9687
9687
 
9688
9688
  :example:
9689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
9689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
9690
9690
  """
9691
9691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9692
9692
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9799,7 +9799,7 @@ class DatabaseClient(object):
9799
9799
  :rtype: :class:`~oci.response.Response`
9800
9800
 
9801
9801
  :example:
9802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
9802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
9803
9803
  """
9804
9804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9805
9805
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
9916
9916
  :rtype: :class:`~oci.response.Response`
9917
9917
 
9918
9918
  :example:
9919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
9919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
9920
9920
  """
9921
9921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9922
9922
  required_arguments = ['externalPluggableDatabaseId']
@@ -10029,7 +10029,7 @@ class DatabaseClient(object):
10029
10029
  :rtype: :class:`~oci.response.Response`
10030
10030
 
10031
10031
  :example:
10032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
10032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
10033
10033
  """
10034
10034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10035
10035
  required_arguments = ['externalPluggableDatabaseId']
@@ -10142,7 +10142,7 @@ class DatabaseClient(object):
10142
10142
  :rtype: :class:`~oci.response.Response`
10143
10143
 
10144
10144
  :example:
10145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
10145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
10146
10146
  """
10147
10147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10148
10148
  required_arguments = ['externalPluggableDatabaseId']
@@ -10255,7 +10255,7 @@ class DatabaseClient(object):
10255
10255
  :rtype: :class:`~oci.response.Response`
10256
10256
 
10257
10257
  :example:
10258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10259
10259
  """
10260
10260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10261
10261
  required_arguments = ['pluggableDatabaseId']
@@ -10365,7 +10365,7 @@ class DatabaseClient(object):
10365
10365
  :rtype: :class:`~oci.response.Response`
10366
10366
 
10367
10367
  :example:
10368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
10368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
10369
10369
  """
10370
10370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10371
10371
  required_arguments = ['exadataInfrastructureId']
@@ -10478,7 +10478,7 @@ class DatabaseClient(object):
10478
10478
  :rtype: :class:`~oci.response.Response`
10479
10479
 
10480
10480
  :example:
10481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
10481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
10482
10482
  """
10483
10483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10484
10484
  required_arguments = ['oneoffPatchId']
@@ -10593,7 +10593,7 @@ class DatabaseClient(object):
10593
10593
  :rtype: :class:`~oci.response.Response`
10594
10594
 
10595
10595
  :example:
10596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
10596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
10597
10597
  """
10598
10598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10599
10599
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10707,7 +10707,7 @@ class DatabaseClient(object):
10707
10707
  :rtype: :class:`~oci.response.Response`
10708
10708
 
10709
10709
  :example:
10710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
10710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
10711
10711
  """
10712
10712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10713
10713
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10809,7 +10809,7 @@ class DatabaseClient(object):
10809
10809
  :rtype: :class:`~oci.response.Response`
10810
10810
 
10811
10811
  :example:
10812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
10812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
10813
10813
  """
10814
10814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10815
10815
  required_arguments = ['autonomousDatabaseId']
@@ -10905,7 +10905,7 @@ class DatabaseClient(object):
10905
10905
  :rtype: :class:`~oci.response.Response`
10906
10906
 
10907
10907
  :example:
10908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
10908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
10909
10909
  """
10910
10910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10911
10911
  required_arguments = ['autonomousDatabaseId']
@@ -11016,7 +11016,7 @@ class DatabaseClient(object):
11016
11016
  :rtype: :class:`~oci.response.Response`
11017
11017
 
11018
11018
  :example:
11019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11020
11020
  """
11021
11021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11022
11022
  required_arguments = ['databaseId']
@@ -11140,7 +11140,7 @@ class DatabaseClient(object):
11140
11140
  :rtype: :class:`~oci.response.Response`
11141
11141
 
11142
11142
  :example:
11143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
11143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
11144
11144
  """
11145
11145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11146
11146
  required_arguments = ['externalContainerDatabaseId']
@@ -11258,7 +11258,7 @@ class DatabaseClient(object):
11258
11258
  :rtype: :class:`~oci.response.Response`
11259
11259
 
11260
11260
  :example:
11261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
11261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
11262
11262
  """
11263
11263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11264
11264
  required_arguments = ['externalContainerDatabaseId']
@@ -11380,7 +11380,7 @@ class DatabaseClient(object):
11380
11380
  :rtype: :class:`~oci.response.Response`
11381
11381
 
11382
11382
  :example:
11383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
11383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
11384
11384
  """
11385
11385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11386
11386
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11498,7 +11498,7 @@ class DatabaseClient(object):
11498
11498
  :rtype: :class:`~oci.response.Response`
11499
11499
 
11500
11500
  :example:
11501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
11501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
11502
11502
  """
11503
11503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11504
11504
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11616,7 +11616,7 @@ class DatabaseClient(object):
11616
11616
  :rtype: :class:`~oci.response.Response`
11617
11617
 
11618
11618
  :example:
11619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
11619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
11620
11620
  """
11621
11621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11622
11622
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11738,7 +11738,7 @@ class DatabaseClient(object):
11738
11738
  :rtype: :class:`~oci.response.Response`
11739
11739
 
11740
11740
  :example:
11741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
11741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
11742
11742
  """
11743
11743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11744
11744
  required_arguments = ['externalPluggableDatabaseId']
@@ -11856,7 +11856,7 @@ class DatabaseClient(object):
11856
11856
  :rtype: :class:`~oci.response.Response`
11857
11857
 
11858
11858
  :example:
11859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
11859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
11860
11860
  """
11861
11861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11862
11862
  required_arguments = ['externalPluggableDatabaseId']
@@ -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.111.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
11977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
11978
11978
  """
11979
11979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11980
11980
  required_arguments = ['externalPluggableDatabaseId']
@@ -12092,7 +12092,7 @@ class DatabaseClient(object):
12092
12092
  :rtype: :class:`~oci.response.Response`
12093
12093
 
12094
12094
  :example:
12095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12096
12096
  """
12097
12097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12098
12098
  required_arguments = ['pluggableDatabaseId']
@@ -12216,7 +12216,7 @@ class DatabaseClient(object):
12216
12216
  :rtype: :class:`~oci.response.Response`
12217
12217
 
12218
12218
  :example:
12219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12220
12220
  """
12221
12221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12222
12222
  required_arguments = ['autonomousDatabaseId']
@@ -12336,7 +12336,7 @@ class DatabaseClient(object):
12336
12336
  :rtype: :class:`~oci.response.Response`
12337
12337
 
12338
12338
  :example:
12339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
12339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
12340
12340
  """
12341
12341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12342
12342
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -12449,7 +12449,7 @@ class DatabaseClient(object):
12449
12449
  :rtype: :class:`~oci.response.Response`
12450
12450
 
12451
12451
  :example:
12452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
12452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
12453
12453
  """
12454
12454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12455
12455
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -12560,7 +12560,7 @@ class DatabaseClient(object):
12560
12560
  :rtype: :class:`~oci.response.Response`
12561
12561
 
12562
12562
  :example:
12563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
12563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
12564
12564
  """
12565
12565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12566
12566
  required_arguments = ['autonomousDatabaseId']
@@ -12673,7 +12673,7 @@ class DatabaseClient(object):
12673
12673
  :rtype: :class:`~oci.response.Response`
12674
12674
 
12675
12675
  :example:
12676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
12676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
12677
12677
  """
12678
12678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12679
12679
  required_arguments = ['exadataInfrastructureId']
@@ -12776,7 +12776,7 @@ class DatabaseClient(object):
12776
12776
  :rtype: :class:`~oci.response.Response`
12777
12777
 
12778
12778
  :example:
12779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
12779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
12780
12780
  """
12781
12781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12782
12782
  required_arguments = ['applicationVipId']
@@ -12871,7 +12871,7 @@ class DatabaseClient(object):
12871
12871
  :rtype: :class:`~oci.response.Response`
12872
12872
 
12873
12873
  :example:
12874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
12874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
12875
12875
  """
12876
12876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12877
12877
  required_arguments = ['autonomousContainerDatabaseId']
@@ -12964,7 +12964,7 @@ class DatabaseClient(object):
12964
12964
  :rtype: :class:`~oci.response.Response`
12965
12965
 
12966
12966
  :example:
12967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
12967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
12968
12968
  """
12969
12969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12970
12970
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13056,7 +13056,7 @@ class DatabaseClient(object):
13056
13056
  :rtype: :class:`~oci.response.Response`
13057
13057
 
13058
13058
  :example:
13059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
13059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
13060
13060
  """
13061
13061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13062
13062
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13154,7 +13154,7 @@ class DatabaseClient(object):
13154
13154
  :rtype: :class:`~oci.response.Response`
13155
13155
 
13156
13156
  :example:
13157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13158
13158
  """
13159
13159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13160
13160
  required_arguments = ['autonomousDatabaseId']
@@ -13252,7 +13252,7 @@ class DatabaseClient(object):
13252
13252
  :rtype: :class:`~oci.response.Response`
13253
13253
 
13254
13254
  :example:
13255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13256
13256
  """
13257
13257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13258
13258
  required_arguments = ['autonomousDatabaseBackupId']
@@ -13355,7 +13355,7 @@ class DatabaseClient(object):
13355
13355
  :rtype: :class:`~oci.response.Response`
13356
13356
 
13357
13357
  :example:
13358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
13358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
13359
13359
  """
13360
13360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13361
13361
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -13449,7 +13449,7 @@ class DatabaseClient(object):
13449
13449
  :rtype: :class:`~oci.response.Response`
13450
13450
 
13451
13451
  :example:
13452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
13452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
13453
13453
  """
13454
13454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13455
13455
  required_arguments = []
@@ -13535,7 +13535,7 @@ class DatabaseClient(object):
13535
13535
  :rtype: :class:`~oci.response.Response`
13536
13536
 
13537
13537
  :example:
13538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
13538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
13539
13539
  """
13540
13540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13541
13541
  required_arguments = ['autonomousDatabaseId']
@@ -13630,7 +13630,7 @@ class DatabaseClient(object):
13630
13630
  :rtype: :class:`~oci.response.Response`
13631
13631
 
13632
13632
  :example:
13633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
13633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
13634
13634
  """
13635
13635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13636
13636
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -13718,7 +13718,7 @@ class DatabaseClient(object):
13718
13718
  :rtype: :class:`~oci.response.Response`
13719
13719
 
13720
13720
  :example:
13721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
13721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
13722
13722
  """
13723
13723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13724
13724
  required_arguments = ['autonomousPatchId']
@@ -13809,7 +13809,7 @@ class DatabaseClient(object):
13809
13809
  :rtype: :class:`~oci.response.Response`
13810
13810
 
13811
13811
  :example:
13812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
13812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
13813
13813
  """
13814
13814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13815
13815
  required_arguments = ['autonomousVirtualMachineId']
@@ -13907,7 +13907,7 @@ class DatabaseClient(object):
13907
13907
  :rtype: :class:`~oci.response.Response`
13908
13908
 
13909
13909
  :example:
13910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
13910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
13911
13911
  """
13912
13912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13913
13913
  required_arguments = ['autonomousVmClusterId']
@@ -14002,7 +14002,7 @@ class DatabaseClient(object):
14002
14002
  :rtype: :class:`~oci.response.Response`
14003
14003
 
14004
14004
  :example:
14005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14006
14006
  """
14007
14007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14008
14008
  required_arguments = ['backupId']
@@ -14093,7 +14093,7 @@ class DatabaseClient(object):
14093
14093
  :rtype: :class:`~oci.response.Response`
14094
14094
 
14095
14095
  :example:
14096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14097
14097
  """
14098
14098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14099
14099
  required_arguments = ['backupDestinationId']
@@ -14191,7 +14191,7 @@ class DatabaseClient(object):
14191
14191
  :rtype: :class:`~oci.response.Response`
14192
14192
 
14193
14193
  :example:
14194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14195
14195
  """
14196
14196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14197
14197
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -14289,7 +14289,7 @@ class DatabaseClient(object):
14289
14289
  :rtype: :class:`~oci.response.Response`
14290
14290
 
14291
14291
  :example:
14292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
14292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
14293
14293
  """
14294
14294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14295
14295
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -14387,7 +14387,7 @@ class DatabaseClient(object):
14387
14387
  :rtype: :class:`~oci.response.Response`
14388
14388
 
14389
14389
  :example:
14390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
14390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
14391
14391
  """
14392
14392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14393
14393
  required_arguments = ['cloudExadataInfrastructureId']
@@ -14490,7 +14490,7 @@ class DatabaseClient(object):
14490
14490
  :rtype: :class:`~oci.response.Response`
14491
14491
 
14492
14492
  :example:
14493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
14493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
14494
14494
  """
14495
14495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14496
14496
  required_arguments = ['cloudExadataInfrastructureId']
@@ -14596,7 +14596,7 @@ class DatabaseClient(object):
14596
14596
  :rtype: :class:`~oci.response.Response`
14597
14597
 
14598
14598
  :example:
14599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
14599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
14600
14600
  """
14601
14601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14602
14602
  required_arguments = ['cloudVmClusterId']
@@ -14695,7 +14695,7 @@ class DatabaseClient(object):
14695
14695
  :rtype: :class:`~oci.response.Response`
14696
14696
 
14697
14697
  :example:
14698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
14698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
14699
14699
  """
14700
14700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14701
14701
  required_arguments = ['cloudVmClusterId']
@@ -14798,7 +14798,7 @@ class DatabaseClient(object):
14798
14798
  :rtype: :class:`~oci.response.Response`
14799
14799
 
14800
14800
  :example:
14801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
14801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
14802
14802
  """
14803
14803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14804
14804
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -14902,7 +14902,7 @@ class DatabaseClient(object):
14902
14902
  :rtype: :class:`~oci.response.Response`
14903
14903
 
14904
14904
  :example:
14905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
14905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
14906
14906
  """
14907
14907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14908
14908
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -15001,7 +15001,7 @@ class DatabaseClient(object):
15001
15001
  :rtype: :class:`~oci.response.Response`
15002
15002
 
15003
15003
  :example:
15004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15005
15005
  """
15006
15006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15007
15007
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
15095
15095
  :rtype: :class:`~oci.response.Response`
15096
15096
 
15097
15097
  :example:
15098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
15098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
15099
15099
  """
15100
15100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15101
15101
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -15184,7 +15184,7 @@ class DatabaseClient(object):
15184
15184
  :rtype: :class:`~oci.response.Response`
15185
15185
 
15186
15186
  :example:
15187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
15187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
15188
15188
  """
15189
15189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15190
15190
  required_arguments = ['databaseId']
@@ -15272,7 +15272,7 @@ class DatabaseClient(object):
15272
15272
  :rtype: :class:`~oci.response.Response`
15273
15273
 
15274
15274
  :example:
15275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
15275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
15276
15276
  """
15277
15277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15278
15278
  required_arguments = ['databaseSoftwareImageId']
@@ -15368,7 +15368,7 @@ class DatabaseClient(object):
15368
15368
  :rtype: :class:`~oci.response.Response`
15369
15369
 
15370
15370
  :example:
15371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
15371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
15372
15372
  """
15373
15373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15374
15374
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -15464,7 +15464,7 @@ class DatabaseClient(object):
15464
15464
  :rtype: :class:`~oci.response.Response`
15465
15465
 
15466
15466
  :example:
15467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
15467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
15468
15468
  """
15469
15469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15470
15470
  required_arguments = ['dbHomeId']
@@ -15557,7 +15557,7 @@ class DatabaseClient(object):
15557
15557
  :rtype: :class:`~oci.response.Response`
15558
15558
 
15559
15559
  :example:
15560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
15560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
15561
15561
  """
15562
15562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15563
15563
  required_arguments = ['dbHomeId', 'patchId']
@@ -15651,7 +15651,7 @@ class DatabaseClient(object):
15651
15651
  :rtype: :class:`~oci.response.Response`
15652
15652
 
15653
15653
  :example:
15654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
15654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
15655
15655
  """
15656
15656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15657
15657
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -15740,7 +15740,7 @@ class DatabaseClient(object):
15740
15740
  :rtype: :class:`~oci.response.Response`
15741
15741
 
15742
15742
  :example:
15743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
15743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
15744
15744
  """
15745
15745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15746
15746
  required_arguments = ['dbNodeId']
@@ -15836,7 +15836,7 @@ class DatabaseClient(object):
15836
15836
  :rtype: :class:`~oci.response.Response`
15837
15837
 
15838
15838
  :example:
15839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
15839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
15840
15840
  """
15841
15841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15842
15842
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -15945,7 +15945,7 @@ class DatabaseClient(object):
15945
15945
  :rtype: :class:`~oci.response.Response`
15946
15946
 
15947
15947
  :example:
15948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
15948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
15949
15949
  """
15950
15950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15951
15951
  required_arguments = ['dbSystemId']
@@ -16038,7 +16038,7 @@ class DatabaseClient(object):
16038
16038
  :rtype: :class:`~oci.response.Response`
16039
16039
 
16040
16040
  :example:
16041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
16041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
16042
16042
  """
16043
16043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16044
16044
  required_arguments = ['dbSystemId', 'patchId']
@@ -16132,7 +16132,7 @@ class DatabaseClient(object):
16132
16132
  :rtype: :class:`~oci.response.Response`
16133
16133
 
16134
16134
  :example:
16135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
16135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
16136
16136
  """
16137
16137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16138
16138
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -16229,7 +16229,7 @@ class DatabaseClient(object):
16229
16229
  :rtype: :class:`~oci.response.Response`
16230
16230
 
16231
16231
  :example:
16232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
16232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
16233
16233
  """
16234
16234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16235
16235
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -16334,7 +16334,7 @@ class DatabaseClient(object):
16334
16334
  :rtype: :class:`~oci.response.Response`
16335
16335
 
16336
16336
  :example:
16337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
16337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
16338
16338
  """
16339
16339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16340
16340
  required_arguments = ['exadataInfrastructureId']
@@ -16448,7 +16448,7 @@ class DatabaseClient(object):
16448
16448
  :rtype: :class:`~oci.response.Response`
16449
16449
 
16450
16450
  :example:
16451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
16451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
16452
16452
  """
16453
16453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16454
16454
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -16551,7 +16551,7 @@ class DatabaseClient(object):
16551
16551
  :rtype: :class:`~oci.response.Response`
16552
16552
 
16553
16553
  :example:
16554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
16554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
16555
16555
  """
16556
16556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16557
16557
  required_arguments = ['exadataInfrastructureId']
@@ -16668,7 +16668,7 @@ class DatabaseClient(object):
16668
16668
  :rtype: :class:`~oci.response.Response`
16669
16669
 
16670
16670
  :example:
16671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
16671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
16672
16672
  """
16673
16673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16674
16674
  required_arguments = ['dbSystemId']
@@ -16767,7 +16767,7 @@ class DatabaseClient(object):
16767
16767
  :rtype: :class:`~oci.response.Response`
16768
16768
 
16769
16769
  :example:
16770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
16770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
16771
16771
  """
16772
16772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16773
16773
  required_arguments = ['backupId']
@@ -16858,7 +16858,7 @@ class DatabaseClient(object):
16858
16858
  :rtype: :class:`~oci.response.Response`
16859
16859
 
16860
16860
  :example:
16861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
16861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
16862
16862
  """
16863
16863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16864
16864
  required_arguments = ['externalContainerDatabaseId']
@@ -16957,7 +16957,7 @@ class DatabaseClient(object):
16957
16957
  :rtype: :class:`~oci.response.Response`
16958
16958
 
16959
16959
  :example:
16960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
16960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
16961
16961
  """
16962
16962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16963
16963
  required_arguments = ['externalDatabaseConnectorId']
@@ -17055,7 +17055,7 @@ class DatabaseClient(object):
17055
17055
  :rtype: :class:`~oci.response.Response`
17056
17056
 
17057
17057
  :example:
17058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
17058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
17059
17059
  """
17060
17060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17061
17061
  required_arguments = ['externalNonContainerDatabaseId']
@@ -17154,7 +17154,7 @@ class DatabaseClient(object):
17154
17154
  :rtype: :class:`~oci.response.Response`
17155
17155
 
17156
17156
  :example:
17157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
17157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
17158
17158
  """
17159
17159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17160
17160
  required_arguments = ['externalPluggableDatabaseId']
@@ -17261,7 +17261,7 @@ class DatabaseClient(object):
17261
17261
  :rtype: :class:`~oci.response.Response`
17262
17262
 
17263
17263
  :example:
17264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
17264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
17265
17265
  """
17266
17266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17267
17267
  required_arguments = ['compartmentId']
@@ -17365,7 +17365,7 @@ class DatabaseClient(object):
17365
17365
  :rtype: :class:`~oci.response.Response`
17366
17366
 
17367
17367
  :example:
17368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
17368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
17369
17369
  """
17370
17370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17371
17371
  required_arguments = ['keyStoreId']
@@ -17458,7 +17458,7 @@ class DatabaseClient(object):
17458
17458
  :rtype: :class:`~oci.response.Response`
17459
17459
 
17460
17460
  :example:
17461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
17461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
17462
17462
  """
17463
17463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17464
17464
  required_arguments = ['maintenanceRunId']
@@ -17544,7 +17544,7 @@ class DatabaseClient(object):
17544
17544
  :rtype: :class:`~oci.response.Response`
17545
17545
 
17546
17546
  :example:
17547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
17547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
17548
17548
  """
17549
17549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17550
17550
  required_arguments = ['maintenanceRunHistoryId']
@@ -17635,7 +17635,7 @@ class DatabaseClient(object):
17635
17635
  :rtype: :class:`~oci.response.Response`
17636
17636
 
17637
17637
  :example:
17638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
17638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
17639
17639
  """
17640
17640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17641
17641
  required_arguments = ['oneoffPatchId']
@@ -17738,7 +17738,7 @@ class DatabaseClient(object):
17738
17738
  :rtype: :class:`~oci.response.Response`
17739
17739
 
17740
17740
  :example:
17741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
17741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
17742
17742
  """
17743
17743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17744
17744
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -17834,7 +17834,7 @@ class DatabaseClient(object):
17834
17834
  :rtype: :class:`~oci.response.Response`
17835
17835
 
17836
17836
  :example:
17837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
17837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
17838
17838
  """
17839
17839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17840
17840
  required_arguments = ['pluggableDatabaseId']
@@ -17925,7 +17925,7 @@ class DatabaseClient(object):
17925
17925
  :rtype: :class:`~oci.response.Response`
17926
17926
 
17927
17927
  :example:
17928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
17928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
17929
17929
  """
17930
17930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17931
17931
  required_arguments = ['vmClusterId']
@@ -18029,7 +18029,7 @@ class DatabaseClient(object):
18029
18029
  :rtype: :class:`~oci.response.Response`
18030
18030
 
18031
18031
  :example:
18032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
18032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
18033
18033
  """
18034
18034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18035
18035
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -18130,7 +18130,7 @@ class DatabaseClient(object):
18130
18130
  :rtype: :class:`~oci.response.Response`
18131
18131
 
18132
18132
  :example:
18133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
18133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
18134
18134
  """
18135
18135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18136
18136
  required_arguments = ['vmClusterId', 'patchId']
@@ -18224,7 +18224,7 @@ class DatabaseClient(object):
18224
18224
  :rtype: :class:`~oci.response.Response`
18225
18225
 
18226
18226
  :example:
18227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
18227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
18228
18228
  """
18229
18229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18230
18230
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -18321,7 +18321,7 @@ class DatabaseClient(object):
18321
18321
  :rtype: :class:`~oci.response.Response`
18322
18322
 
18323
18323
  :example:
18324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
18324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
18325
18325
  """
18326
18326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18327
18327
  required_arguments = ['vmClusterId', 'updateId']
@@ -18425,7 +18425,7 @@ class DatabaseClient(object):
18425
18425
  :rtype: :class:`~oci.response.Response`
18426
18426
 
18427
18427
  :example:
18428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
18428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
18429
18429
  """
18430
18430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18431
18431
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -18526,7 +18526,7 @@ class DatabaseClient(object):
18526
18526
  :rtype: :class:`~oci.response.Response`
18527
18527
 
18528
18528
  :example:
18529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
18529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
18530
18530
  """
18531
18531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18532
18532
  required_arguments = []
@@ -18638,7 +18638,7 @@ class DatabaseClient(object):
18638
18638
  :rtype: :class:`~oci.response.Response`
18639
18639
 
18640
18640
  :example:
18641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
18641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
18642
18642
  """
18643
18643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18644
18644
  required_arguments = []
@@ -18756,7 +18756,7 @@ class DatabaseClient(object):
18756
18756
  :rtype: :class:`~oci.response.Response`
18757
18757
 
18758
18758
  :example:
18759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
18759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
18760
18760
  """
18761
18761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18762
18762
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -18884,7 +18884,7 @@ class DatabaseClient(object):
18884
18884
  :rtype: :class:`~oci.response.Response`
18885
18885
 
18886
18886
  :example:
18887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
18887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
18888
18888
  """
18889
18889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18890
18890
  required_arguments = ['autonomousContainerDatabaseId']
@@ -19005,7 +19005,7 @@ class DatabaseClient(object):
19005
19005
  :rtype: :class:`~oci.response.Response`
19006
19006
 
19007
19007
  :example:
19008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19009
19009
  """
19010
19010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19011
19011
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -19167,7 +19167,7 @@ class DatabaseClient(object):
19167
19167
  :rtype: :class:`~oci.response.Response`
19168
19168
 
19169
19169
  :example:
19170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
19170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
19171
19171
  """
19172
19172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19173
19173
  required_arguments = ['compartmentId']
@@ -19343,7 +19343,7 @@ class DatabaseClient(object):
19343
19343
  :rtype: :class:`~oci.response.Response`
19344
19344
 
19345
19345
  :example:
19346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
19346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
19347
19347
  """
19348
19348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19349
19349
  required_arguments = []
@@ -19477,7 +19477,7 @@ class DatabaseClient(object):
19477
19477
  :rtype: :class:`~oci.response.Response`
19478
19478
 
19479
19479
  :example:
19480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
19480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
19481
19481
  """
19482
19482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19483
19483
  required_arguments = []
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
19616
19616
  :rtype: :class:`~oci.response.Response`
19617
19617
 
19618
19618
  :example:
19619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
19619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
19620
19620
  """
19621
19621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19622
19622
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -19766,7 +19766,7 @@ class DatabaseClient(object):
19766
19766
  :rtype: :class:`~oci.response.Response`
19767
19767
 
19768
19768
  :example:
19769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
19769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
19770
19770
  """
19771
19771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19772
19772
  required_arguments = ['autonomousDatabaseId']
@@ -19877,7 +19877,7 @@ class DatabaseClient(object):
19877
19877
  :rtype: :class:`~oci.response.Response`
19878
19878
 
19879
19879
  :example:
19880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
19880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
19881
19881
  """
19882
19882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19883
19883
  required_arguments = ['autonomousDatabaseId']
@@ -20040,7 +20040,7 @@ class DatabaseClient(object):
20040
20040
  :rtype: :class:`~oci.response.Response`
20041
20041
 
20042
20042
  :example:
20043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
20043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
20044
20044
  """
20045
20045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20046
20046
  required_arguments = ['compartmentId']
@@ -20215,7 +20215,7 @@ class DatabaseClient(object):
20215
20215
  :rtype: :class:`~oci.response.Response`
20216
20216
 
20217
20217
  :example:
20218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
20218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
20219
20219
  """
20220
20220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20221
20221
  required_arguments = ['compartmentId']
@@ -20346,7 +20346,7 @@ class DatabaseClient(object):
20346
20346
  :rtype: :class:`~oci.response.Response`
20347
20347
 
20348
20348
  :example:
20349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
20349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
20350
20350
  """
20351
20351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20352
20352
  required_arguments = ['compartmentId']
@@ -20470,7 +20470,7 @@ class DatabaseClient(object):
20470
20470
  :rtype: :class:`~oci.response.Response`
20471
20471
 
20472
20472
  :example:
20473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
20473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
20474
20474
  """
20475
20475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20476
20476
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -20594,7 +20594,7 @@ class DatabaseClient(object):
20594
20594
  :rtype: :class:`~oci.response.Response`
20595
20595
 
20596
20596
  :example:
20597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
20597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
20598
20598
  """
20599
20599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20600
20600
  required_arguments = ['compartmentId']
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
20735
20735
  :rtype: :class:`~oci.response.Response`
20736
20736
 
20737
20737
  :example:
20738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
20738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
20739
20739
  """
20740
20740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20741
20741
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -20869,7 +20869,7 @@ class DatabaseClient(object):
20869
20869
  :rtype: :class:`~oci.response.Response`
20870
20870
 
20871
20871
  :example:
20872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
20872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
20873
20873
  """
20874
20874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20875
20875
  required_arguments = ['compartmentId']
@@ -21006,7 +21006,7 @@ class DatabaseClient(object):
21006
21006
  :rtype: :class:`~oci.response.Response`
21007
21007
 
21008
21008
  :example:
21009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
21009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
21010
21010
  """
21011
21011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21012
21012
  required_arguments = ['compartmentId']
@@ -21113,7 +21113,7 @@ class DatabaseClient(object):
21113
21113
  :rtype: :class:`~oci.response.Response`
21114
21114
 
21115
21115
  :example:
21116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
21116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
21117
21117
  """
21118
21118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21119
21119
  required_arguments = []
@@ -21222,7 +21222,7 @@ class DatabaseClient(object):
21222
21222
  :rtype: :class:`~oci.response.Response`
21223
21223
 
21224
21224
  :example:
21225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
21225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
21226
21226
  """
21227
21227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21228
21228
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -21362,7 +21362,7 @@ class DatabaseClient(object):
21362
21362
  :rtype: :class:`~oci.response.Response`
21363
21363
 
21364
21364
  :example:
21365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
21365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
21366
21366
  """
21367
21367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21368
21368
  required_arguments = ['compartmentId']
@@ -21516,7 +21516,7 @@ class DatabaseClient(object):
21516
21516
  :rtype: :class:`~oci.response.Response`
21517
21517
 
21518
21518
  :example:
21519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
21519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
21520
21520
  """
21521
21521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21522
21522
  required_arguments = ['compartmentId']
@@ -21653,7 +21653,7 @@ class DatabaseClient(object):
21653
21653
  :rtype: :class:`~oci.response.Response`
21654
21654
 
21655
21655
  :example:
21656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
21656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
21657
21657
  """
21658
21658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21659
21659
  required_arguments = ['cloudVmClusterId']
@@ -21781,7 +21781,7 @@ class DatabaseClient(object):
21781
21781
  :rtype: :class:`~oci.response.Response`
21782
21782
 
21783
21783
  :example:
21784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
21784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
21785
21785
  """
21786
21786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21787
21787
  required_arguments = ['cloudVmClusterId']
@@ -21925,7 +21925,7 @@ class DatabaseClient(object):
21925
21925
  :rtype: :class:`~oci.response.Response`
21926
21926
 
21927
21927
  :example:
21928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
21928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
21929
21929
  """
21930
21930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21931
21931
  required_arguments = ['compartmentId']
@@ -22050,7 +22050,7 @@ class DatabaseClient(object):
22050
22050
  :rtype: :class:`~oci.response.Response`
22051
22051
 
22052
22052
  :example:
22053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
22053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
22054
22054
  """
22055
22055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22056
22056
  required_arguments = ['dbNodeId']
@@ -22149,7 +22149,7 @@ class DatabaseClient(object):
22149
22149
  :rtype: :class:`~oci.response.Response`
22150
22150
 
22151
22151
  :example:
22152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
22152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
22153
22153
  """
22154
22154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22155
22155
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -22258,7 +22258,7 @@ class DatabaseClient(object):
22258
22258
  :rtype: :class:`~oci.response.Response`
22259
22259
 
22260
22260
  :example:
22261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
22261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
22262
22262
  """
22263
22263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22264
22264
  required_arguments = ['databaseId']
@@ -22397,7 +22397,7 @@ class DatabaseClient(object):
22397
22397
  :rtype: :class:`~oci.response.Response`
22398
22398
 
22399
22399
  :example:
22400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
22400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
22401
22401
  """
22402
22402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22403
22403
  required_arguments = ['compartmentId']
@@ -22566,7 +22566,7 @@ class DatabaseClient(object):
22566
22566
  :rtype: :class:`~oci.response.Response`
22567
22567
 
22568
22568
  :example:
22569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
22569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
22570
22570
  """
22571
22571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22572
22572
  required_arguments = ['databaseId']
@@ -22741,7 +22741,7 @@ class DatabaseClient(object):
22741
22741
  :rtype: :class:`~oci.response.Response`
22742
22742
 
22743
22743
  :example:
22744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
22744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
22745
22745
  """
22746
22746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22747
22747
  required_arguments = ['compartmentId']
@@ -22871,7 +22871,7 @@ class DatabaseClient(object):
22871
22871
  :rtype: :class:`~oci.response.Response`
22872
22872
 
22873
22873
  :example:
22874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
22874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
22875
22875
  """
22876
22876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22877
22877
  required_arguments = ['dbHomeId']
@@ -22979,7 +22979,7 @@ class DatabaseClient(object):
22979
22979
  :rtype: :class:`~oci.response.Response`
22980
22980
 
22981
22981
  :example:
22982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
22982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
22983
22983
  """
22984
22984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22985
22985
  required_arguments = ['dbHomeId']
@@ -23123,7 +23123,7 @@ class DatabaseClient(object):
23123
23123
  :rtype: :class:`~oci.response.Response`
23124
23124
 
23125
23125
  :example:
23126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
23126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
23127
23127
  """
23128
23128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23129
23129
  required_arguments = ['compartmentId']
@@ -23287,7 +23287,7 @@ class DatabaseClient(object):
23287
23287
  :rtype: :class:`~oci.response.Response`
23288
23288
 
23289
23289
  :example:
23290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
23290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
23291
23291
  """
23292
23292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23293
23293
  required_arguments = ['compartmentId']
@@ -23443,7 +23443,7 @@ class DatabaseClient(object):
23443
23443
  :rtype: :class:`~oci.response.Response`
23444
23444
 
23445
23445
  :example:
23446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
23446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
23447
23447
  """
23448
23448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23449
23449
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -23568,7 +23568,7 @@ class DatabaseClient(object):
23568
23568
  :rtype: :class:`~oci.response.Response`
23569
23569
 
23570
23570
  :example:
23571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
23571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
23572
23572
  """
23573
23573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23574
23574
  required_arguments = []
@@ -23665,7 +23665,7 @@ class DatabaseClient(object):
23665
23665
  :rtype: :class:`~oci.response.Response`
23666
23666
 
23667
23667
  :example:
23668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
23668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
23669
23669
  """
23670
23670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23671
23671
  required_arguments = ['dbSystemId']
@@ -23773,7 +23773,7 @@ class DatabaseClient(object):
23773
23773
  :rtype: :class:`~oci.response.Response`
23774
23774
 
23775
23775
  :example:
23776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
23776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
23777
23777
  """
23778
23778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23779
23779
  required_arguments = ['dbSystemId']
@@ -23884,7 +23884,7 @@ class DatabaseClient(object):
23884
23884
  :rtype: :class:`~oci.response.Response`
23885
23885
 
23886
23886
  :example:
23887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
23887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
23888
23888
  """
23889
23889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23890
23890
  required_arguments = ['compartmentId']
@@ -23985,7 +23985,7 @@ class DatabaseClient(object):
23985
23985
  :rtype: :class:`~oci.response.Response`
23986
23986
 
23987
23987
  :example:
23988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
23988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
23989
23989
  """
23990
23990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23991
23991
  required_arguments = ['storageManagement']
@@ -24112,7 +24112,7 @@ class DatabaseClient(object):
24112
24112
  :rtype: :class:`~oci.response.Response`
24113
24113
 
24114
24114
  :example:
24115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
24115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
24116
24116
  """
24117
24117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24118
24118
  required_arguments = ['dbSystemId']
@@ -24294,7 +24294,7 @@ class DatabaseClient(object):
24294
24294
  :rtype: :class:`~oci.response.Response`
24295
24295
 
24296
24296
  :example:
24297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
24297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
24298
24298
  """
24299
24299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24300
24300
  required_arguments = ['compartmentId']
@@ -24445,7 +24445,7 @@ class DatabaseClient(object):
24445
24445
  :rtype: :class:`~oci.response.Response`
24446
24446
 
24447
24447
  :example:
24448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
24448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
24449
24449
  """
24450
24450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24451
24451
  required_arguments = ['compartmentId']
@@ -24586,7 +24586,7 @@ class DatabaseClient(object):
24586
24586
  :rtype: :class:`~oci.response.Response`
24587
24587
 
24588
24588
  :example:
24589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
24589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
24590
24590
  """
24591
24591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24592
24592
  required_arguments = ['compartmentId']
@@ -24749,7 +24749,7 @@ class DatabaseClient(object):
24749
24749
  :rtype: :class:`~oci.response.Response`
24750
24750
 
24751
24751
  :example:
24752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
24752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
24753
24753
  """
24754
24754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24755
24755
  required_arguments = ['compartmentId']
@@ -24907,7 +24907,7 @@ class DatabaseClient(object):
24907
24907
  :rtype: :class:`~oci.response.Response`
24908
24908
 
24909
24909
  :example:
24910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
24910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
24911
24911
  """
24912
24912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24913
24913
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -25061,7 +25061,7 @@ class DatabaseClient(object):
25061
25061
  :rtype: :class:`~oci.response.Response`
25062
25062
 
25063
25063
  :example:
25064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
25064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
25065
25065
  """
25066
25066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25067
25067
  required_arguments = ['compartmentId']
@@ -25220,7 +25220,7 @@ class DatabaseClient(object):
25220
25220
  :rtype: :class:`~oci.response.Response`
25221
25221
 
25222
25222
  :example:
25223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
25223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
25224
25224
  """
25225
25225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25226
25226
  required_arguments = ['compartmentId']
@@ -25364,7 +25364,7 @@ class DatabaseClient(object):
25364
25364
  :rtype: :class:`~oci.response.Response`
25365
25365
 
25366
25366
  :example:
25367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
25367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
25368
25368
  """
25369
25369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25370
25370
  required_arguments = ['compartmentId']
@@ -25489,7 +25489,7 @@ class DatabaseClient(object):
25489
25489
  :rtype: :class:`~oci.response.Response`
25490
25490
 
25491
25491
  :example:
25492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
25492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
25493
25493
  """
25494
25494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25495
25495
  required_arguments = ['compartmentId']
@@ -25600,7 +25600,7 @@ class DatabaseClient(object):
25600
25600
  :rtype: :class:`~oci.response.Response`
25601
25601
 
25602
25602
  :example:
25603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
25603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
25604
25604
  """
25605
25605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25606
25606
  required_arguments = ['compartmentId']
@@ -25738,7 +25738,7 @@ class DatabaseClient(object):
25738
25738
  :rtype: :class:`~oci.response.Response`
25739
25739
 
25740
25740
  :example:
25741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
25741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
25742
25742
  """
25743
25743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25744
25744
  required_arguments = ['compartmentId']
@@ -25931,7 +25931,7 @@ class DatabaseClient(object):
25931
25931
  :rtype: :class:`~oci.response.Response`
25932
25932
 
25933
25933
  :example:
25934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
25934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
25935
25935
  """
25936
25936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25937
25937
  required_arguments = ['compartmentId']
@@ -26107,7 +26107,7 @@ class DatabaseClient(object):
26107
26107
  :rtype: :class:`~oci.response.Response`
26108
26108
 
26109
26109
  :example:
26110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
26110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
26111
26111
  """
26112
26112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26113
26113
  required_arguments = ['compartmentId']
@@ -26259,7 +26259,7 @@ class DatabaseClient(object):
26259
26259
  :rtype: :class:`~oci.response.Response`
26260
26260
 
26261
26261
  :example:
26262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
26262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
26263
26263
  """
26264
26264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26265
26265
  required_arguments = ['databaseId']
@@ -26429,7 +26429,7 @@ class DatabaseClient(object):
26429
26429
  :rtype: :class:`~oci.response.Response`
26430
26430
 
26431
26431
  :example:
26432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
26432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
26433
26433
  """
26434
26434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26435
26435
  required_arguments = []
@@ -26584,7 +26584,7 @@ class DatabaseClient(object):
26584
26584
  :rtype: :class:`~oci.response.Response`
26585
26585
 
26586
26586
  :example:
26587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
26587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
26588
26588
  """
26589
26589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26590
26590
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -26725,7 +26725,7 @@ class DatabaseClient(object):
26725
26725
  :rtype: :class:`~oci.response.Response`
26726
26726
 
26727
26727
  :example:
26728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
26728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
26729
26729
  """
26730
26730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26731
26731
  required_arguments = ['vmClusterId']
@@ -26833,7 +26833,7 @@ class DatabaseClient(object):
26833
26833
  :rtype: :class:`~oci.response.Response`
26834
26834
 
26835
26835
  :example:
26836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
26836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
26837
26837
  """
26838
26838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26839
26839
  required_arguments = ['vmClusterId']
@@ -26954,7 +26954,7 @@ class DatabaseClient(object):
26954
26954
  :rtype: :class:`~oci.response.Response`
26955
26955
 
26956
26956
  :example:
26957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
26957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
26958
26958
  """
26959
26959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26960
26960
  required_arguments = ['vmClusterId']
@@ -27096,7 +27096,7 @@ class DatabaseClient(object):
27096
27096
  :rtype: :class:`~oci.response.Response`
27097
27097
 
27098
27098
  :example:
27099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
27099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
27100
27100
  """
27101
27101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27102
27102
  required_arguments = ['vmClusterId']
@@ -27250,7 +27250,7 @@ class DatabaseClient(object):
27250
27250
  :rtype: :class:`~oci.response.Response`
27251
27251
 
27252
27252
  :example:
27253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
27253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
27254
27254
  """
27255
27255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27256
27256
  required_arguments = ['compartmentId']
@@ -27393,7 +27393,7 @@ class DatabaseClient(object):
27393
27393
  :rtype: :class:`~oci.response.Response`
27394
27394
 
27395
27395
  :example:
27396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
27396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
27397
27397
  """
27398
27398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27399
27399
  required_arguments = ['pluggableDatabaseId']
@@ -27513,7 +27513,7 @@ class DatabaseClient(object):
27513
27513
  :rtype: :class:`~oci.response.Response`
27514
27514
 
27515
27515
  :example:
27516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
27516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
27517
27517
  """
27518
27518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27519
27519
  required_arguments = ['dbSystemId']
@@ -27633,7 +27633,7 @@ class DatabaseClient(object):
27633
27633
  :rtype: :class:`~oci.response.Response`
27634
27634
 
27635
27635
  :example:
27636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
27636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
27637
27637
  """
27638
27638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27639
27639
  required_arguments = ['databaseId']
@@ -27753,7 +27753,7 @@ class DatabaseClient(object):
27753
27753
  :rtype: :class:`~oci.response.Response`
27754
27754
 
27755
27755
  :example:
27756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
27756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
27757
27757
  """
27758
27758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27759
27759
  required_arguments = ['databaseId']
@@ -27873,7 +27873,7 @@ class DatabaseClient(object):
27873
27873
  :rtype: :class:`~oci.response.Response`
27874
27874
 
27875
27875
  :example:
27876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
27876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
27877
27877
  """
27878
27878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27879
27879
  required_arguments = ['pluggableDatabaseId']
@@ -27981,7 +27981,7 @@ class DatabaseClient(object):
27981
27981
  :rtype: :class:`~oci.response.Response`
27982
27982
 
27983
27983
  :example:
27984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
27984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
27985
27985
  """
27986
27986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27987
27987
  required_arguments = ['autonomousDatabaseId']
@@ -28087,7 +28087,7 @@ class DatabaseClient(object):
28087
28087
  :rtype: :class:`~oci.response.Response`
28088
28088
 
28089
28089
  :example:
28090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
28090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
28091
28091
  """
28092
28092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28093
28093
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -28196,7 +28196,7 @@ class DatabaseClient(object):
28196
28196
  :rtype: :class:`~oci.response.Response`
28197
28197
 
28198
28198
  :example:
28199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
28199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
28200
28200
  """
28201
28201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28202
28202
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -28313,7 +28313,7 @@ class DatabaseClient(object):
28313
28313
  :rtype: :class:`~oci.response.Response`
28314
28314
 
28315
28315
  :example:
28316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
28316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
28317
28317
  """
28318
28318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28319
28319
  required_arguments = ['pluggableDatabaseId']
@@ -28433,7 +28433,7 @@ class DatabaseClient(object):
28433
28433
  :rtype: :class:`~oci.response.Response`
28434
28434
 
28435
28435
  :example:
28436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
28436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
28437
28437
  """
28438
28438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28439
28439
  required_arguments = ['cloudVmClusterId']
@@ -28553,7 +28553,7 @@ class DatabaseClient(object):
28553
28553
  :rtype: :class:`~oci.response.Response`
28554
28554
 
28555
28555
  :example:
28556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
28556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
28557
28557
  """
28558
28558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28559
28559
  required_arguments = ['vmClusterId']
@@ -28679,7 +28679,7 @@ class DatabaseClient(object):
28679
28679
  :rtype: :class:`~oci.response.Response`
28680
28680
 
28681
28681
  :example:
28682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
28682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
28683
28683
  """
28684
28684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28685
28685
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -28790,7 +28790,7 @@ class DatabaseClient(object):
28790
28790
  :rtype: :class:`~oci.response.Response`
28791
28791
 
28792
28792
  :example:
28793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
28793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
28794
28794
  """
28795
28795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28796
28796
  required_arguments = ['autonomousContainerDatabaseId']
@@ -28892,7 +28892,7 @@ class DatabaseClient(object):
28892
28892
  :rtype: :class:`~oci.response.Response`
28893
28893
 
28894
28894
  :example:
28895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
28895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
28896
28896
  """
28897
28897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28898
28898
  required_arguments = ['autonomousDatabaseId']
@@ -28995,7 +28995,7 @@ class DatabaseClient(object):
28995
28995
  :rtype: :class:`~oci.response.Response`
28996
28996
 
28997
28997
  :example:
28998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
28998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
28999
28999
  """
29000
29000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29001
29001
  required_arguments = ['autonomousDatabaseId']
@@ -29100,7 +29100,7 @@ class DatabaseClient(object):
29100
29100
  :rtype: :class:`~oci.response.Response`
29101
29101
 
29102
29102
  :example:
29103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
29103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
29104
29104
  """
29105
29105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29106
29106
  required_arguments = ['databaseId']
@@ -29214,7 +29214,7 @@ class DatabaseClient(object):
29214
29214
  :rtype: :class:`~oci.response.Response`
29215
29215
 
29216
29216
  :example:
29217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
29217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
29218
29218
  """
29219
29219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29220
29220
  required_arguments = ['autonomousContainerDatabaseId']
@@ -29331,7 +29331,7 @@ class DatabaseClient(object):
29331
29331
  :rtype: :class:`~oci.response.Response`
29332
29332
 
29333
29333
  :example:
29334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
29334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
29335
29335
  """
29336
29336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29337
29337
  required_arguments = ['autonomousDatabaseId']
@@ -29449,7 +29449,7 @@ class DatabaseClient(object):
29449
29449
  :rtype: :class:`~oci.response.Response`
29450
29450
 
29451
29451
  :example:
29452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
29452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
29453
29453
  """
29454
29454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29455
29455
  required_arguments = ['autonomousVmClusterId']
@@ -29567,7 +29567,7 @@ class DatabaseClient(object):
29567
29567
  :rtype: :class:`~oci.response.Response`
29568
29568
 
29569
29569
  :example:
29570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
29570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
29571
29571
  """
29572
29572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29573
29573
  required_arguments = ['autonomousVmClusterId']
@@ -29685,7 +29685,7 @@ class DatabaseClient(object):
29685
29685
  :rtype: :class:`~oci.response.Response`
29686
29686
 
29687
29687
  :example:
29688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
29688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
29689
29689
  """
29690
29690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29691
29691
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -29804,7 +29804,7 @@ class DatabaseClient(object):
29804
29804
  :rtype: :class:`~oci.response.Response`
29805
29805
 
29806
29806
  :example:
29807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
29807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
29808
29808
  """
29809
29809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29810
29810
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -29920,7 +29920,7 @@ class DatabaseClient(object):
29920
29920
  :rtype: :class:`~oci.response.Response`
29921
29921
 
29922
29922
  :example:
29923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
29923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
29924
29924
  """
29925
29925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29926
29926
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -30033,7 +30033,7 @@ class DatabaseClient(object):
30033
30033
  :rtype: :class:`~oci.response.Response`
30034
30034
 
30035
30035
  :example:
30036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
30036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
30037
30037
  """
30038
30038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30039
30039
  required_arguments = ['pluggableDatabaseId']
@@ -30146,7 +30146,7 @@ class DatabaseClient(object):
30146
30146
  :rtype: :class:`~oci.response.Response`
30147
30147
 
30148
30148
  :example:
30149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
30149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
30150
30150
  """
30151
30151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30152
30152
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -30261,7 +30261,7 @@ class DatabaseClient(object):
30261
30261
  :rtype: :class:`~oci.response.Response`
30262
30262
 
30263
30263
  :example:
30264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
30264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
30265
30265
  """
30266
30266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30267
30267
  required_arguments = ['databaseId']
@@ -30378,7 +30378,7 @@ class DatabaseClient(object):
30378
30378
  :rtype: :class:`~oci.response.Response`
30379
30379
 
30380
30380
  :example:
30381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
30381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
30382
30382
  """
30383
30383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30384
30384
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -30486,7 +30486,7 @@ class DatabaseClient(object):
30486
30486
  :rtype: :class:`~oci.response.Response`
30487
30487
 
30488
30488
  :example:
30489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
30489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
30490
30490
  """
30491
30491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30492
30492
  required_arguments = ['autonomousDatabaseId']
@@ -30586,7 +30586,7 @@ class DatabaseClient(object):
30586
30586
  :rtype: :class:`~oci.response.Response`
30587
30587
 
30588
30588
  :example:
30589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
30589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
30590
30590
  """
30591
30591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30592
30592
  required_arguments = ['autonomousDatabaseId']
@@ -30696,7 +30696,7 @@ class DatabaseClient(object):
30696
30696
  :rtype: :class:`~oci.response.Response`
30697
30697
 
30698
30698
  :example:
30699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
30699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
30700
30700
  """
30701
30701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30702
30702
  required_arguments = ['pluggableDatabaseId']
@@ -30804,7 +30804,7 @@ class DatabaseClient(object):
30804
30804
  :rtype: :class:`~oci.response.Response`
30805
30805
 
30806
30806
  :example:
30807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
30807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
30808
30808
  """
30809
30809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30810
30810
  required_arguments = ['autonomousDatabaseId']
@@ -30916,7 +30916,7 @@ class DatabaseClient(object):
30916
30916
  :rtype: :class:`~oci.response.Response`
30917
30917
 
30918
30918
  :example:
30919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
30919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
30920
30920
  """
30921
30921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30922
30922
  required_arguments = ['pluggableDatabaseId']
@@ -31028,7 +31028,7 @@ class DatabaseClient(object):
31028
31028
  :rtype: :class:`~oci.response.Response`
31029
31029
 
31030
31030
  :example:
31031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
31031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
31032
31032
  """
31033
31033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31034
31034
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -31146,7 +31146,7 @@ class DatabaseClient(object):
31146
31146
  :rtype: :class:`~oci.response.Response`
31147
31147
 
31148
31148
  :example:
31149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
31149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
31150
31150
  """
31151
31151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31152
31152
  required_arguments = ['autonomousDatabaseId']
@@ -31270,7 +31270,7 @@ class DatabaseClient(object):
31270
31270
  :rtype: :class:`~oci.response.Response`
31271
31271
 
31272
31272
  :example:
31273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
31273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
31274
31274
  """
31275
31275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31276
31276
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -31373,7 +31373,7 @@ class DatabaseClient(object):
31373
31373
  :rtype: :class:`~oci.response.Response`
31374
31374
 
31375
31375
  :example:
31376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
31376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
31377
31377
  """
31378
31378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31379
31379
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31471,7 +31471,7 @@ class DatabaseClient(object):
31471
31471
  :rtype: :class:`~oci.response.Response`
31472
31472
 
31473
31473
  :example:
31474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
31474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
31475
31475
  """
31476
31476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31477
31477
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31576,7 +31576,7 @@ class DatabaseClient(object):
31576
31576
  :rtype: :class:`~oci.response.Response`
31577
31577
 
31578
31578
  :example:
31579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
31579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
31580
31580
  """
31581
31581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31582
31582
  required_arguments = ['dbSystemId']
@@ -31677,7 +31677,7 @@ class DatabaseClient(object):
31677
31677
  :rtype: :class:`~oci.response.Response`
31678
31678
 
31679
31679
  :example:
31680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
31680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
31681
31681
  """
31682
31682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31683
31683
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31790,7 +31790,7 @@ class DatabaseClient(object):
31790
31790
  :rtype: :class:`~oci.response.Response`
31791
31791
 
31792
31792
  :example:
31793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
31793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
31794
31794
  """
31795
31795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31796
31796
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -31901,7 +31901,7 @@ class DatabaseClient(object):
31901
31901
  :rtype: :class:`~oci.response.Response`
31902
31902
 
31903
31903
  :example:
31904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
31904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
31905
31905
  """
31906
31906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31907
31907
  required_arguments = ['autonomousDatabaseId']
@@ -32011,7 +32011,7 @@ class DatabaseClient(object):
32011
32011
  :rtype: :class:`~oci.response.Response`
32012
32012
 
32013
32013
  :example:
32014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
32014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
32015
32015
  """
32016
32016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32017
32017
  required_arguments = ['autonomousDatabaseBackupId']
@@ -32111,7 +32111,7 @@ class DatabaseClient(object):
32111
32111
  :rtype: :class:`~oci.response.Response`
32112
32112
 
32113
32113
  :example:
32114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
32114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
32115
32115
  """
32116
32116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32117
32117
  required_arguments = []
@@ -32200,7 +32200,7 @@ class DatabaseClient(object):
32200
32200
  :rtype: :class:`~oci.response.Response`
32201
32201
 
32202
32202
  :example:
32203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
32203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
32204
32204
  """
32205
32205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32206
32206
  required_arguments = ['autonomousDatabaseId']
@@ -32303,7 +32303,7 @@ class DatabaseClient(object):
32303
32303
  :rtype: :class:`~oci.response.Response`
32304
32304
 
32305
32305
  :example:
32306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
32306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
32307
32307
  """
32308
32308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32309
32309
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32411,7 +32411,7 @@ class DatabaseClient(object):
32411
32411
  :rtype: :class:`~oci.response.Response`
32412
32412
 
32413
32413
  :example:
32414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
32414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
32415
32415
  """
32416
32416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32417
32417
  required_arguments = ['autonomousVmClusterId']
@@ -32524,7 +32524,7 @@ class DatabaseClient(object):
32524
32524
  :rtype: :class:`~oci.response.Response`
32525
32525
 
32526
32526
  :example:
32527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
32527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
32528
32528
  """
32529
32529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32530
32530
  required_arguments = ['backupDestinationId']
@@ -32634,7 +32634,7 @@ class DatabaseClient(object):
32634
32634
  :rtype: :class:`~oci.response.Response`
32635
32635
 
32636
32636
  :example:
32637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
32637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
32638
32638
  """
32639
32639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32640
32640
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -32744,7 +32744,7 @@ class DatabaseClient(object):
32744
32744
  :rtype: :class:`~oci.response.Response`
32745
32745
 
32746
32746
  :example:
32747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
32747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
32748
32748
  """
32749
32749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32750
32750
  required_arguments = ['cloudExadataInfrastructureId']
@@ -32854,7 +32854,7 @@ class DatabaseClient(object):
32854
32854
  :rtype: :class:`~oci.response.Response`
32855
32855
 
32856
32856
  :example:
32857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
32857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
32858
32858
  """
32859
32859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32860
32860
  required_arguments = ['cloudVmClusterId']
@@ -32964,7 +32964,7 @@ class DatabaseClient(object):
32964
32964
  :rtype: :class:`~oci.response.Response`
32965
32965
 
32966
32966
  :example:
32967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
32967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
32968
32968
  """
32969
32969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32970
32970
  required_arguments = ['cloudVmClusterId']
@@ -33077,7 +33077,7 @@ class DatabaseClient(object):
33077
33077
  :rtype: :class:`~oci.response.Response`
33078
33078
 
33079
33079
  :example:
33080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
33080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
33081
33081
  """
33082
33082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33083
33083
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -33193,7 +33193,7 @@ class DatabaseClient(object):
33193
33193
  :rtype: :class:`~oci.response.Response`
33194
33194
 
33195
33195
  :example:
33196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
33196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
33197
33197
  """
33198
33198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33199
33199
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -33301,7 +33301,7 @@ class DatabaseClient(object):
33301
33301
  :rtype: :class:`~oci.response.Response`
33302
33302
 
33303
33303
  :example:
33304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
33304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
33305
33305
  """
33306
33306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33307
33307
  required_arguments = ['databaseId']
@@ -33406,7 +33406,7 @@ class DatabaseClient(object):
33406
33406
  :rtype: :class:`~oci.response.Response`
33407
33407
 
33408
33408
  :example:
33409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
33409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
33410
33410
  """
33411
33411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33412
33412
  required_arguments = ['databaseSoftwareImageId']
@@ -33511,7 +33511,7 @@ class DatabaseClient(object):
33511
33511
  :rtype: :class:`~oci.response.Response`
33512
33512
 
33513
33513
  :example:
33514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
33514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
33515
33515
  """
33516
33516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33517
33517
  required_arguments = ['dbHomeId']
@@ -33619,7 +33619,7 @@ class DatabaseClient(object):
33619
33619
  :rtype: :class:`~oci.response.Response`
33620
33620
 
33621
33621
  :example:
33622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
33622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
33623
33623
  """
33624
33624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33625
33625
  required_arguments = ['dbNodeId']
@@ -33733,7 +33733,7 @@ class DatabaseClient(object):
33733
33733
  :rtype: :class:`~oci.response.Response`
33734
33734
 
33735
33735
  :example:
33736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
33736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
33737
33737
  """
33738
33738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33739
33739
  required_arguments = ['dbSystemId']
@@ -33842,7 +33842,7 @@ class DatabaseClient(object):
33842
33842
  :rtype: :class:`~oci.response.Response`
33843
33843
 
33844
33844
  :example:
33845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
33845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
33846
33846
  """
33847
33847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33848
33848
  required_arguments = ['exadataInfrastructureId']
@@ -33962,7 +33962,7 @@ class DatabaseClient(object):
33962
33962
  :rtype: :class:`~oci.response.Response`
33963
33963
 
33964
33964
  :example:
33965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
33965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
33966
33966
  """
33967
33967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33968
33968
  required_arguments = ['dbSystemId']
@@ -34075,7 +34075,7 @@ class DatabaseClient(object):
34075
34075
  :rtype: :class:`~oci.response.Response`
34076
34076
 
34077
34077
  :example:
34078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
34078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
34079
34079
  """
34080
34080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34081
34081
  required_arguments = ['externalContainerDatabaseId']
@@ -34186,7 +34186,7 @@ class DatabaseClient(object):
34186
34186
  :rtype: :class:`~oci.response.Response`
34187
34187
 
34188
34188
  :example:
34189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
34189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
34190
34190
  """
34191
34191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34192
34192
  required_arguments = ['externalDatabaseConnectorId']
@@ -34296,7 +34296,7 @@ class DatabaseClient(object):
34296
34296
  :rtype: :class:`~oci.response.Response`
34297
34297
 
34298
34298
  :example:
34299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
34299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
34300
34300
  """
34301
34301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34302
34302
  required_arguments = ['externalNonContainerDatabaseId']
@@ -34408,7 +34408,7 @@ class DatabaseClient(object):
34408
34408
  :rtype: :class:`~oci.response.Response`
34409
34409
 
34410
34410
  :example:
34411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
34411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
34412
34412
  """
34413
34413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34414
34414
  required_arguments = ['externalPluggableDatabaseId']
@@ -34518,7 +34518,7 @@ class DatabaseClient(object):
34518
34518
  :rtype: :class:`~oci.response.Response`
34519
34519
 
34520
34520
  :example:
34521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
34521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
34522
34522
  """
34523
34523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34524
34524
  required_arguments = ['keyStoreId']
@@ -34623,7 +34623,7 @@ class DatabaseClient(object):
34623
34623
  :rtype: :class:`~oci.response.Response`
34624
34624
 
34625
34625
  :example:
34626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
34626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
34627
34627
  """
34628
34628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34629
34629
  required_arguments = ['maintenanceRunId']
@@ -34731,7 +34731,7 @@ class DatabaseClient(object):
34731
34731
  :rtype: :class:`~oci.response.Response`
34732
34732
 
34733
34733
  :example:
34734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
34734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
34735
34735
  """
34736
34736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34737
34737
  required_arguments = ['oneoffPatchId']
@@ -34838,7 +34838,7 @@ class DatabaseClient(object):
34838
34838
  :rtype: :class:`~oci.response.Response`
34839
34839
 
34840
34840
  :example:
34841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
34841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
34842
34842
  """
34843
34843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34844
34844
  required_arguments = ['pluggableDatabaseId']
@@ -34946,7 +34946,7 @@ class DatabaseClient(object):
34946
34946
  :rtype: :class:`~oci.response.Response`
34947
34947
 
34948
34948
  :example:
34949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
34949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
34950
34950
  """
34951
34951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34952
34952
  required_arguments = ['vmClusterId']
@@ -35062,7 +35062,7 @@ class DatabaseClient(object):
35062
35062
  :rtype: :class:`~oci.response.Response`
35063
35063
 
35064
35064
  :example:
35065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
35065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
35066
35066
  """
35067
35067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35068
35068
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -35173,7 +35173,7 @@ class DatabaseClient(object):
35173
35173
  :rtype: :class:`~oci.response.Response`
35174
35174
 
35175
35175
  :example:
35176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
35176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
35177
35177
  """
35178
35178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35179
35179
  required_arguments = ['databaseId']
@@ -35290,7 +35290,7 @@ class DatabaseClient(object):
35290
35290
  :rtype: :class:`~oci.response.Response`
35291
35291
 
35292
35292
  :example:
35293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
35293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
35294
35294
  """
35295
35295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35296
35296
  required_arguments = ['dbSystemId']
@@ -35407,7 +35407,7 @@ class DatabaseClient(object):
35407
35407
  :rtype: :class:`~oci.response.Response`
35408
35408
 
35409
35409
  :example:
35410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
35410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
35411
35411
  """
35412
35412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35413
35413
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']