oci 2.154.0__py3-none-any.whl → 2.154.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (417) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apiaccesscontrol/__init__.py +20 -0
  15. oci/apiaccesscontrol/api_metadata_client.py +567 -0
  16. oci/apiaccesscontrol/api_metadata_client_composite_operations.py +26 -0
  17. oci/apiaccesscontrol/models/__init__.py +72 -0
  18. oci/apiaccesscontrol/models/api_metadata.py +596 -0
  19. oci/apiaccesscontrol/models/api_metadata_by_entity_type_collection.py +70 -0
  20. oci/apiaccesscontrol/models/api_metadata_by_entity_type_summary.py +218 -0
  21. oci/apiaccesscontrol/models/api_metadata_collection.py +70 -0
  22. oci/apiaccesscontrol/models/api_metadata_summary.py +486 -0
  23. oci/apiaccesscontrol/models/approve_privileged_api_request_details.py +105 -0
  24. oci/apiaccesscontrol/models/approver_detail.py +202 -0
  25. oci/apiaccesscontrol/models/change_privileged_api_control_compartment_details.py +74 -0
  26. oci/apiaccesscontrol/models/close_privileged_api_request_details.py +70 -0
  27. oci/apiaccesscontrol/models/create_privileged_api_control_details.py +404 -0
  28. oci/apiaccesscontrol/models/create_privileged_api_request_details.py +502 -0
  29. oci/apiaccesscontrol/models/privileged_api_control.py +761 -0
  30. oci/apiaccesscontrol/models/privileged_api_control_collection.py +70 -0
  31. oci/apiaccesscontrol/models/privileged_api_control_summary.py +494 -0
  32. oci/apiaccesscontrol/models/privileged_api_details.py +132 -0
  33. oci/apiaccesscontrol/models/privileged_api_request.py +1209 -0
  34. oci/apiaccesscontrol/models/privileged_api_request_collection.py +70 -0
  35. oci/apiaccesscontrol/models/privileged_api_request_operation_details.py +101 -0
  36. oci/apiaccesscontrol/models/privileged_api_request_summary.py +750 -0
  37. oci/apiaccesscontrol/models/reject_privileged_api_request_details.py +70 -0
  38. oci/apiaccesscontrol/models/revoke_privileged_api_request_details.py +70 -0
  39. oci/apiaccesscontrol/models/update_privileged_api_control_details.py +369 -0
  40. oci/apiaccesscontrol/models/work_request.py +525 -0
  41. oci/apiaccesscontrol/models/work_request_error.py +144 -0
  42. oci/apiaccesscontrol/models/work_request_error_collection.py +70 -0
  43. oci/apiaccesscontrol/models/work_request_log_entry.py +107 -0
  44. oci/apiaccesscontrol/models/work_request_log_entry_collection.py +70 -0
  45. oci/apiaccesscontrol/models/work_request_resource.py +236 -0
  46. oci/apiaccesscontrol/models/work_request_summary.py +523 -0
  47. oci/apiaccesscontrol/models/work_request_summary_collection.py +70 -0
  48. oci/apiaccesscontrol/privileged_api_control_client.py +865 -0
  49. oci/apiaccesscontrol/privileged_api_control_client_composite_operations.py +202 -0
  50. oci/apiaccesscontrol/privileged_api_requests_client.py +1012 -0
  51. oci/apiaccesscontrol/privileged_api_requests_client_composite_operations.py +233 -0
  52. oci/apiaccesscontrol/privileged_api_work_request_client.py +817 -0
  53. oci/apiaccesscontrol/privileged_api_work_request_client_composite_operations.py +26 -0
  54. oci/apigateway/api_gateway_client.py +21 -21
  55. oci/apigateway/deployment_client.py +6 -6
  56. oci/apigateway/gateway_client.py +6 -6
  57. oci/apigateway/subscribers_client.py +6 -6
  58. oci/apigateway/usage_plans_client.py +6 -6
  59. oci/apigateway/work_requests_client.py +5 -5
  60. oci/apm_config/config_client.py +12 -12
  61. oci/apm_control_plane/apm_domain_client.py +14 -14
  62. oci/apm_synthetics/apm_synthetic_client.py +56 -56
  63. oci/apm_traces/attributes_client.py +8 -8
  64. oci/apm_traces/query_client.py +2 -2
  65. oci/apm_traces/trace_client.py +4 -4
  66. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  67. oci/artifacts/artifacts_client.py +32 -32
  68. oci/audit/audit_client.py +3 -3
  69. oci/autoscaling/auto_scaling_client.py +11 -11
  70. oci/bastion/bastion_client.py +15 -15
  71. oci/bds/bds_client.py +88 -88
  72. oci/blockchain/blockchain_platform_client.py +27 -27
  73. oci/budget/budget_client.py +10 -10
  74. oci/capacity_management/capacity_management_client.py +32 -32
  75. oci/capacity_management/demand_signal_client.py +13 -13
  76. oci/capacity_management/internal_demand_signal_client.py +12 -12
  77. oci/certificates/certificates_client.py +5 -5
  78. oci/certificates_management/certificates_management_client.py +32 -32
  79. oci/cims/incident_client.py +6 -6
  80. oci/cloud_bridge/common_client.py +5 -5
  81. oci/cloud_bridge/discovery_client.py +15 -15
  82. oci/cloud_bridge/inventory_client.py +16 -16
  83. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  84. oci/cloud_guard/cloud_guard_client.py +155 -155
  85. oci/cloud_migrations/migration_client.py +43 -43
  86. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  87. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  88. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  89. oci/compute_instance_agent/models/available_plugin_summary.py +9 -9
  90. oci/compute_instance_agent/models/instance_agent_command_content.py +37 -2
  91. oci/compute_instance_agent/models/instance_agent_plugin.py +33 -9
  92. oci/compute_instance_agent/models/instance_agent_plugin_summary.py +31 -7
  93. oci/compute_instance_agent/models/plugin.py +11 -11
  94. oci/compute_instance_agent/plugin_client.py +13 -8
  95. oci/compute_instance_agent/pluginconfig_client.py +14 -10
  96. oci/container_engine/container_engine_client.py +46 -46
  97. oci/container_instances/container_instance_client.py +18 -18
  98. oci/core/blockstorage_client.py +60 -60
  99. oci/core/compute_client.py +125 -125
  100. oci/core/compute_management_client.py +32 -32
  101. oci/core/models/__init__.py +2 -0
  102. oci/core/models/capacity_bin.py +225 -0
  103. oci/core/models/compute_bare_metal_host_placement_constraint_details.py +4 -3
  104. oci/core/models/dedicated_vm_host.py +64 -2
  105. oci/core/models/host_group_placement_constraint_details.py +3 -3
  106. oci/core/models/placement_constraint_details.py +7 -3
  107. oci/core/virtual_network_client.py +258 -258
  108. oci/dashboard_service/dashboard_client.py +6 -6
  109. oci/dashboard_service/dashboard_group_client.py +6 -6
  110. oci/data_catalog/data_catalog_client.py +149 -149
  111. oci/data_flow/data_flow_client.py +45 -45
  112. oci/data_integration/data_integration_client.py +163 -163
  113. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  114. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  115. oci/data_safe/data_safe_client.py +317 -317
  116. oci/data_science/data_science_client.py +145 -145
  117. oci/database/database_client.py +425 -419
  118. oci/database_management/db_management_client.py +229 -229
  119. oci/database_management/diagnosability_client.py +4 -4
  120. oci/database_management/managed_my_sql_databases_client.py +15 -15
  121. oci/database_management/perfhub_client.py +1 -1
  122. oci/database_management/sql_tuning_client.py +17 -17
  123. oci/database_migration/database_migration_client.py +42 -42
  124. oci/database_tools/database_tools_client.py +23 -23
  125. oci/dblm/db_life_cycle_management_client.py +14 -14
  126. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  127. oci/delegate_access_control/work_request_client.py +4 -4
  128. oci/demand_signal/occ_demand_signal_client.py +7 -7
  129. oci/desktops/desktop_service_client.py +21 -21
  130. oci/devops/devops_client.py +141 -141
  131. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  132. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  133. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  134. oci/distributed_database/distributed_db_service_client.py +19 -19
  135. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  136. oci/dns/dns_client.py +54 -54
  137. oci/dts/appliance_export_job_client.py +6 -6
  138. oci/dts/shipping_vendors_client.py +1 -1
  139. oci/dts/transfer_appliance_client.py +8 -8
  140. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  141. oci/dts/transfer_device_client.py +5 -5
  142. oci/dts/transfer_job_client.py +6 -6
  143. oci/dts/transfer_package_client.py +7 -7
  144. oci/em_warehouse/em_warehouse_client.py +13 -13
  145. oci/email/email_client.py +31 -31
  146. oci/email_data_plane/email_dp_client.py +1 -1
  147. oci/events/events_client.py +6 -6
  148. oci/file_storage/file_storage_client.py +74 -74
  149. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  150. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  151. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  152. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  153. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  154. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  155. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  156. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  157. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  158. oci/functions/functions_invoke_client.py +1 -1
  159. oci/functions/functions_management_client.py +16 -16
  160. oci/fusion_apps/fusion_applications_client.py +41 -41
  161. oci/generative_ai/generative_ai_client.py +22 -22
  162. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  163. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  164. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  165. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  166. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  167. oci/golden_gate/golden_gate_client.py +89 -89
  168. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  169. oci/governance_rules_control_plane/work_request_client.py +5 -5
  170. oci/healthchecks/health_checks_client.py +17 -17
  171. oci/identity/identity_client.py +145 -145
  172. oci/identity_data_plane/dataplane_client.py +2 -2
  173. oci/identity_domains/identity_domains_client.py +311 -311
  174. oci/integration/integration_instance_client.py +19 -19
  175. oci/jms/java_management_service_client.py +79 -79
  176. oci/jms_java_downloads/java_download_client.py +25 -25
  177. oci/key_management/ekm_client.py +5 -5
  178. oci/key_management/kms_crypto_client.py +6 -6
  179. oci/key_management/kms_hsm_cluster_client.py +12 -12
  180. oci/key_management/kms_management_client.py +21 -21
  181. oci/key_management/kms_vault_client.py +14 -14
  182. oci/license_manager/license_manager_client.py +18 -18
  183. oci/limits/limits_client.py +4 -4
  184. oci/limits/quotas_client.py +7 -7
  185. oci/load_balancer/load_balancer_client.py +61 -61
  186. oci/lockbox/lockbox_client.py +24 -24
  187. oci/log_analytics/log_analytics_client.py +200 -200
  188. oci/logging/logging_management_client.py +30 -30
  189. oci/loggingingestion/logging_client.py +1 -1
  190. oci/loggingsearch/log_search_client.py +1 -1
  191. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  192. oci/management_agent/management_agent_client.py +28 -28
  193. oci/management_dashboard/dashx_apis_client.py +18 -18
  194. oci/marketplace/account_client.py +2 -2
  195. oci/marketplace/marketplace_client.py +30 -30
  196. oci/marketplace_private_offer/attachment_client.py +5 -5
  197. oci/marketplace_private_offer/offer_client.py +6 -6
  198. oci/marketplace_publisher/attachment_client.py +5 -5
  199. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  200. oci/marketplace_publisher/offer_client.py +6 -6
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/mngdmac/mac_device_client.py +3 -3
  204. oci/mngdmac/mac_order_client.py +11 -11
  205. oci/model_deployment/model_deployment_client.py +2 -2
  206. oci/monitoring/monitoring_client.py +18 -18
  207. oci/mysql/channels_client.py +7 -7
  208. oci/mysql/db_backups_client.py +8 -8
  209. oci/mysql/db_system_client.py +17 -17
  210. oci/mysql/mysqlaas_client.py +7 -7
  211. oci/mysql/replicas_client.py +5 -5
  212. oci/mysql/work_requests_client.py +4 -4
  213. oci/network_firewall/network_firewall_client.py +92 -92
  214. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  215. oci/nosql/nosql_client.py +24 -24
  216. oci/object_storage/object_storage_client.py +55 -55
  217. oci/oce/oce_instance_client.py +10 -10
  218. oci/oci_control_center/occ_metrics_client.py +3 -3
  219. oci/ocvp/cluster_client.py +5 -5
  220. oci/ocvp/esxi_host_client.py +8 -8
  221. oci/ocvp/sddc_client.py +14 -14
  222. oci/ocvp/work_request_client.py +4 -4
  223. oci/oda/management_client.py +59 -59
  224. oci/oda/oda_client.py +17 -17
  225. oci/oda/odapackage_client.py +7 -7
  226. oci/onesubscription/billing_schedule_client.py +1 -1
  227. oci/onesubscription/commitment_client.py +2 -2
  228. oci/onesubscription/computed_usage_client.py +3 -3
  229. oci/onesubscription/invoice_summary_client.py +2 -2
  230. oci/onesubscription/organization_subscription_client.py +1 -1
  231. oci/onesubscription/ratecard_client.py +1 -1
  232. oci/onesubscription/subscribed_service_client.py +2 -2
  233. oci/onesubscription/subscription_client.py +1 -1
  234. oci/ons/notification_control_plane_client.py +6 -6
  235. oci/ons/notification_data_plane_client.py +10 -10
  236. oci/opa/opa_instance_client.py +13 -13
  237. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  238. oci/opensearch/opensearch_cluster_client.py +17 -17
  239. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  240. oci/operator_access_control/access_requests_client.py +10 -10
  241. oci/operator_access_control/operator_actions_client.py +2 -2
  242. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  243. oci/operator_access_control/operator_control_client.py +6 -6
  244. oci/opsi/operations_insights_client.py +181 -181
  245. oci/optimizer/optimizer_client.py +26 -26
  246. oci/os_management/event_client.py +8 -8
  247. oci/os_management/os_management_client.py +69 -69
  248. oci/os_management_hub/event_client.py +8 -8
  249. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  250. oci/os_management_hub/managed_instance_client.py +33 -33
  251. oci/os_management_hub/managed_instance_group_client.py +26 -26
  252. oci/os_management_hub/management_station_client.py +10 -10
  253. oci/os_management_hub/onboarding_client.py +13 -13
  254. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  255. oci/os_management_hub/scheduled_job_client.py +7 -7
  256. oci/os_management_hub/software_source_client.py +33 -33
  257. oci/os_management_hub/work_request_client.py +5 -5
  258. oci/osp_gateway/address_rule_service_client.py +1 -1
  259. oci/osp_gateway/address_service_client.py +2 -2
  260. oci/osp_gateway/invoice_service_client.py +5 -5
  261. oci/osp_gateway/subscription_service_client.py +5 -5
  262. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  263. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  264. oci/osub_subscription/commitment_client.py +2 -2
  265. oci/osub_subscription/ratecard_client.py +1 -1
  266. oci/osub_subscription/subscription_client.py +1 -1
  267. oci/osub_usage/computed_usage_client.py +3 -3
  268. oci/psql/postgresql_client.py +34 -34
  269. oci/queue/queue_admin_client.py +11 -11
  270. oci/queue/queue_client.py +8 -8
  271. oci/recovery/database_recovery_client.py +26 -26
  272. oci/redis/__init__.py +5 -1
  273. oci/redis/models/__init__.py +30 -0
  274. oci/redis/models/attach_oci_cache_users_details.py +70 -0
  275. oci/redis/models/attached_oci_cache_cluster.py +70 -0
  276. oci/redis/models/attached_oci_cache_user.py +70 -0
  277. oci/redis/models/authentication_mode.py +107 -0
  278. oci/redis/models/change_oci_cache_user_compartment_details.py +70 -0
  279. oci/redis/models/create_identity_token_details.py +167 -0
  280. oci/redis/models/create_oci_cache_user_details.py +287 -0
  281. oci/redis/models/detach_oci_cache_users_details.py +70 -0
  282. oci/redis/models/iam_authentication_mode.py +49 -0
  283. oci/redis/models/identity_token_details_response.py +101 -0
  284. oci/redis/models/oci_cache_user.py +492 -0
  285. oci/redis/models/oci_cache_user_collection.py +70 -0
  286. oci/redis/models/oci_cache_user_summary.py +386 -0
  287. oci/redis/models/password_authentication_mode.py +80 -0
  288. oci/redis/models/update_oci_cache_user_details.py +225 -0
  289. oci/redis/models/work_request.py +27 -3
  290. oci/redis/models/work_request_summary.py +27 -3
  291. oci/redis/oci_cache_user_client.py +951 -0
  292. oci/redis/oci_cache_user_client_composite_operations.py +196 -0
  293. oci/redis/redis_cluster_client.py +410 -12
  294. oci/redis/redis_cluster_client_composite_operations.py +88 -0
  295. oci/redis/redis_identity_client.py +241 -0
  296. oci/redis/redis_identity_client_composite_operations.py +26 -0
  297. oci/resource_manager/resource_manager_client.py +52 -52
  298. oci/resource_scheduler/schedule_client.py +14 -14
  299. oci/resource_search/resource_search_client.py +3 -3
  300. oci/rover/rover_bundle_client.py +8 -8
  301. oci/rover/rover_cluster_client.py +8 -8
  302. oci/rover/rover_entitlement_client.py +6 -6
  303. oci/rover/rover_node_client.py +15 -15
  304. oci/rover/shape_client.py +1 -1
  305. oci/rover/work_requests_client.py +5 -5
  306. oci/sch/connector_plugins_client.py +2 -2
  307. oci/sch/service_connector_client.py +12 -12
  308. oci/secrets/secrets_client.py +3 -3
  309. oci/security_attribute/security_attribute_client.py +18 -18
  310. oci/service_catalog/service_catalog_client.py +26 -26
  311. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  312. oci/service_mesh/service_mesh_client.py +48 -48
  313. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  314. oci/streaming/stream_admin_client.py +18 -18
  315. oci/streaming/stream_client.py +8 -8
  316. oci/tenant_manager_control_plane/domain_client.py +5 -5
  317. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  318. oci/tenant_manager_control_plane/governance_client.py +2 -2
  319. oci/tenant_manager_control_plane/link_client.py +3 -3
  320. oci/tenant_manager_control_plane/orders_client.py +2 -2
  321. oci/tenant_manager_control_plane/organization_client.py +10 -10
  322. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  323. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  324. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  325. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  326. oci/threat_intelligence/threatintel_client.py +5 -5
  327. oci/usage/resources_client.py +2 -2
  328. oci/usage/rewards_client.py +6 -6
  329. oci/usage/usagelimits_client.py +1 -1
  330. oci/usage_api/usageapi_client.py +33 -33
  331. oci/vault/vaults_client.py +13 -13
  332. oci/vbs_inst/vbs_instance_client.py +10 -10
  333. oci/version.py +1 -1
  334. oci/visual_builder/vb_instance_client.py +14 -14
  335. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  336. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  337. oci/waa/waa_client.py +13 -13
  338. oci/waa/work_request_client.py +4 -4
  339. oci/waas/redirect_client.py +6 -6
  340. oci/waas/waas_client.py +66 -66
  341. oci/waf/waf_client.py +24 -24
  342. oci/wlms/__init__.py +16 -0
  343. oci/wlms/models/__init__.py +136 -0
  344. oci/wlms/models/agreement.py +132 -0
  345. oci/wlms/models/agreement_record.py +132 -0
  346. oci/wlms/models/agreement_record_collection.py +70 -0
  347. oci/wlms/models/agreement_record_summary.py +132 -0
  348. oci/wlms/models/applicable_patch_collection.py +70 -0
  349. oci/wlms/models/applicable_patch_summary.py +245 -0
  350. oci/wlms/models/backup.py +265 -0
  351. oci/wlms/models/backup_collection.py +70 -0
  352. oci/wlms/models/backup_content.py +99 -0
  353. oci/wlms/models/backup_summary.py +265 -0
  354. oci/wlms/models/backup_to_restore.py +121 -0
  355. oci/wlms/models/binary_backup_content.py +76 -0
  356. oci/wlms/models/change_wls_domain_compartment_details.py +74 -0
  357. oci/wlms/models/configuration.py +101 -0
  358. oci/wlms/models/create_agreement_record_details.py +101 -0
  359. oci/wlms/models/default_error.py +101 -0
  360. oci/wlms/models/install_latest_patches_on_wls_domain_details.py +101 -0
  361. oci/wlms/models/installed_patch_collection.py +70 -0
  362. oci/wlms/models/installed_patch_summary.py +140 -0
  363. oci/wlms/models/managed_instance.py +406 -0
  364. oci/wlms/models/managed_instance_collection.py +70 -0
  365. oci/wlms/models/managed_instance_configuration.py +101 -0
  366. oci/wlms/models/managed_instance_summary.py +311 -0
  367. oci/wlms/models/middleware_backup_patch.py +140 -0
  368. oci/wlms/models/middleware_binary_backup_content.py +101 -0
  369. oci/wlms/models/patch.py +245 -0
  370. oci/wlms/models/required_policy_collection.py +70 -0
  371. oci/wlms/models/required_policy_summary.py +132 -0
  372. oci/wlms/models/resource_inventory.py +262 -0
  373. oci/wlms/models/restart_wls_domain_details.py +70 -0
  374. oci/wlms/models/restore_wls_domain_details.py +132 -0
  375. oci/wlms/models/scan_result_collection.py +70 -0
  376. oci/wlms/models/scan_result_summary.py +288 -0
  377. oci/wlms/models/server.py +696 -0
  378. oci/wlms/models/server_collection.py +70 -0
  379. oci/wlms/models/server_summary.py +696 -0
  380. oci/wlms/models/server_to_restore.py +117 -0
  381. oci/wlms/models/set_restart_order_details.py +66 -0
  382. oci/wlms/models/set_restart_order_server_collection.py +70 -0
  383. oci/wlms/models/set_restart_order_server_summary.py +101 -0
  384. oci/wlms/models/stop_wls_domain_details.py +70 -0
  385. oci/wlms/models/update_configuration_details.py +101 -0
  386. oci/wlms/models/update_managed_instance_configuration_details.py +101 -0
  387. oci/wlms/models/update_managed_instance_details.py +66 -0
  388. oci/wlms/models/update_wls_domain_configuration_details.py +350 -0
  389. oci/wlms/models/update_wls_domain_credential_details.py +132 -0
  390. oci/wlms/models/update_wls_domain_details.py +148 -0
  391. oci/wlms/models/wls_domain.py +616 -0
  392. oci/wlms/models/wls_domain_collection.py +70 -0
  393. oci/wlms/models/wls_domain_configuration.py +350 -0
  394. oci/wlms/models/wls_domain_credential.py +183 -0
  395. oci/wlms/models/wls_domain_credential_collection.py +70 -0
  396. oci/wlms/models/wls_domain_credential_summary.py +101 -0
  397. oci/wlms/models/wls_domain_summary.py +516 -0
  398. oci/wlms/models/work_request.py +453 -0
  399. oci/wlms/models/work_request_error.py +142 -0
  400. oci/wlms/models/work_request_error_collection.py +70 -0
  401. oci/wlms/models/work_request_log_entry.py +105 -0
  402. oci/wlms/models/work_request_log_entry_collection.py +70 -0
  403. oci/wlms/models/work_request_resource.py +236 -0
  404. oci/wlms/models/work_request_summary.py +451 -0
  405. oci/wlms/models/work_request_summary_collection.py +70 -0
  406. oci/wlms/weblogic_management_service_client.py +5410 -0
  407. oci/wlms/weblogic_management_service_client_composite_operations.py +433 -0
  408. oci/wlms/weblogic_management_service_configuration_client.py +331 -0
  409. oci/wlms/weblogic_management_service_configuration_client_composite_operations.py +26 -0
  410. oci/work_requests/work_request_client.py +4 -4
  411. oci/zpr/zpr_client.py +15 -15
  412. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/METADATA +1 -1
  413. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/RECORD +417 -289
  414. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/LICENSE.txt +0 -0
  415. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  416. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/WHEEL +0 -0
  417. {oci-2.154.0.dist-info → oci-2.154.2.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class DatabaseClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['exadataInfrastructureId']
@@ -278,7 +278,7 @@ class DatabaseClient(object):
278
278
  :rtype: :class:`~oci.response.Response`
279
279
 
280
280
  :example:
281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
282
282
  """
283
283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
284
284
  required_arguments = ['autonomousContainerDatabaseId']
@@ -395,7 +395,7 @@ class DatabaseClient(object):
395
395
  :rtype: :class:`~oci.response.Response`
396
396
 
397
397
  :example:
398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
399
399
  """
400
400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
401
401
  required_arguments = ['cloudExadataInfrastructureId']
@@ -510,7 +510,7 @@ class DatabaseClient(object):
510
510
  :rtype: :class:`~oci.response.Response`
511
511
 
512
512
  :example:
513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
514
514
  """
515
515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
516
516
  required_arguments = ['exadataInfrastructureId']
@@ -628,7 +628,7 @@ class DatabaseClient(object):
628
628
  :rtype: :class:`~oci.response.Response`
629
629
 
630
630
  :example:
631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
632
632
  """
633
633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
634
634
  required_arguments = ['cloudVmClusterId']
@@ -748,7 +748,7 @@ class DatabaseClient(object):
748
748
  :rtype: :class:`~oci.response.Response`
749
749
 
750
750
  :example:
751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
752
752
  """
753
753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
754
754
  required_arguments = ['vmClusterId']
@@ -872,7 +872,7 @@ class DatabaseClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['autonomousDatabaseId']
@@ -991,7 +991,7 @@ class DatabaseClient(object):
991
991
  :rtype: :class:`~oci.response.Response`
992
992
 
993
993
  :example:
994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
995
995
  """
996
996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
997
997
  required_arguments = ['backupId']
@@ -1107,7 +1107,7 @@ class DatabaseClient(object):
1107
1107
  :rtype: :class:`~oci.response.Response`
1108
1108
 
1109
1109
  :example:
1110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1111
1111
  """
1112
1112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1113
1113
  required_arguments = ['executionWindowId']
@@ -1224,7 +1224,7 @@ class DatabaseClient(object):
1224
1224
  :rtype: :class:`~oci.response.Response`
1225
1225
 
1226
1226
  :example:
1227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1228
1228
  """
1229
1229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1230
1230
  required_arguments = ['schedulingPlanId']
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
1344
1344
  :rtype: :class:`~oci.response.Response`
1345
1345
 
1346
1346
  :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1348
1348
  """
1349
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
1350
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1470,7 +1470,7 @@ class DatabaseClient(object):
1470
1470
  :rtype: :class:`~oci.response.Response`
1471
1471
 
1472
1472
  :example:
1473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1474
1474
  """
1475
1475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1476
1476
  required_arguments = ['autonomousDatabaseId']
@@ -1590,7 +1590,7 @@ class DatabaseClient(object):
1590
1590
  :rtype: :class:`~oci.response.Response`
1591
1591
 
1592
1592
  :example:
1593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1594
1594
  """
1595
1595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1596
1596
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1712,7 +1712,7 @@ class DatabaseClient(object):
1712
1712
  :rtype: :class:`~oci.response.Response`
1713
1713
 
1714
1714
  :example:
1715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1716
1716
  """
1717
1717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1718
1718
  required_arguments = ['autonomousDatabaseId']
@@ -1836,7 +1836,7 @@ class DatabaseClient(object):
1836
1836
  :rtype: :class:`~oci.response.Response`
1837
1837
 
1838
1838
  :example:
1839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1840
1840
  """
1841
1841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1842
1842
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1954,7 +1954,7 @@ class DatabaseClient(object):
1954
1954
  :rtype: :class:`~oci.response.Response`
1955
1955
 
1956
1956
  :example:
1957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1958
1958
  """
1959
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1960
1960
  required_arguments = ['autonomousVmClusterId']
@@ -2076,7 +2076,7 @@ class DatabaseClient(object):
2076
2076
  :rtype: :class:`~oci.response.Response`
2077
2077
 
2078
2078
  :example:
2079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2080
2080
  """
2081
2081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2082
2082
  required_arguments = ['backupDestinationId']
@@ -2194,7 +2194,7 @@ class DatabaseClient(object):
2194
2194
  :rtype: :class:`~oci.response.Response`
2195
2195
 
2196
2196
  :example:
2197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
2197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2198
2198
  """
2199
2199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2200
2200
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2314,7 +2314,7 @@ class DatabaseClient(object):
2314
2314
  :rtype: :class:`~oci.response.Response`
2315
2315
 
2316
2316
  :example:
2317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2318
2318
  """
2319
2319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2320
2320
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2432,7 +2432,7 @@ class DatabaseClient(object):
2432
2432
  :rtype: :class:`~oci.response.Response`
2433
2433
 
2434
2434
  :example:
2435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2436
2436
  """
2437
2437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2438
2438
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
2550
2550
  :rtype: :class:`~oci.response.Response`
2551
2551
 
2552
2552
  :example:
2553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2554
2554
  """
2555
2555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2556
2556
  required_arguments = ['cloudVmClusterId']
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
2668
2668
  :rtype: :class:`~oci.response.Response`
2669
2669
 
2670
2670
  :example:
2671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['cloudVmClusterId']
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['databaseSoftwareImageId']
@@ -2913,7 +2913,7 @@ class DatabaseClient(object):
2913
2913
  :rtype: :class:`~oci.response.Response`
2914
2914
 
2915
2915
  :example:
2916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2917
2917
  """
2918
2918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2919
2919
  required_arguments = ['autonomousContainerDatabaseId']
@@ -3044,7 +3044,7 @@ class DatabaseClient(object):
3044
3044
  :rtype: :class:`~oci.response.Response`
3045
3045
 
3046
3046
  :example:
3047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3048
3048
  """
3049
3049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3050
3050
  required_arguments = ['dbSystemId']
@@ -3159,7 +3159,7 @@ class DatabaseClient(object):
3159
3159
  :rtype: :class:`~oci.response.Response`
3160
3160
 
3161
3161
  :example:
3162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3163
3163
  """
3164
3164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3165
3165
  required_arguments = ['autonomousDatabaseId']
@@ -3278,7 +3278,7 @@ class DatabaseClient(object):
3278
3278
  :rtype: :class:`~oci.response.Response`
3279
3279
 
3280
3280
  :example:
3281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3282
3282
  """
3283
3283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3284
3284
  required_arguments = ['databaseId']
@@ -3397,7 +3397,7 @@ class DatabaseClient(object):
3397
3397
  :rtype: :class:`~oci.response.Response`
3398
3398
 
3399
3399
  :example:
3400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3401
3401
  """
3402
3402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3403
3403
  required_arguments = ['exadataInfrastructureId']
@@ -3515,7 +3515,7 @@ class DatabaseClient(object):
3515
3515
  :rtype: :class:`~oci.response.Response`
3516
3516
 
3517
3517
  :example:
3518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3519
3519
  """
3520
3520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3521
3521
  required_arguments = ['exadbVmClusterId']
@@ -3633,7 +3633,7 @@ class DatabaseClient(object):
3633
3633
  :rtype: :class:`~oci.response.Response`
3634
3634
 
3635
3635
  :example:
3636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3637
3637
  """
3638
3638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3639
3639
  required_arguments = ['exadbVmClusterId']
@@ -3751,7 +3751,7 @@ class DatabaseClient(object):
3751
3751
  :rtype: :class:`~oci.response.Response`
3752
3752
 
3753
3753
  :example:
3754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3755
3755
  """
3756
3756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3757
3757
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3869,7 +3869,7 @@ class DatabaseClient(object):
3869
3869
  :rtype: :class:`~oci.response.Response`
3870
3870
 
3871
3871
  :example:
3872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3873
3873
  """
3874
3874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3875
3875
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3992,7 +3992,7 @@ class DatabaseClient(object):
3992
3992
  :rtype: :class:`~oci.response.Response`
3993
3993
 
3994
3994
  :example:
3995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3996
3996
  """
3997
3997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3998
3998
  required_arguments = ['externalContainerDatabaseId']
@@ -4114,7 +4114,7 @@ class DatabaseClient(object):
4114
4114
  :rtype: :class:`~oci.response.Response`
4115
4115
 
4116
4116
  :example:
4117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
4117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
4118
4118
  """
4119
4119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4120
4120
  required_arguments = ['externalNonContainerDatabaseId']
@@ -4239,7 +4239,7 @@ class DatabaseClient(object):
4239
4239
  :rtype: :class:`~oci.response.Response`
4240
4240
 
4241
4241
  :example:
4242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4243
4243
  """
4244
4244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4245
4245
  required_arguments = ['externalPluggableDatabaseId']
@@ -4361,7 +4361,7 @@ class DatabaseClient(object):
4361
4361
  :rtype: :class:`~oci.response.Response`
4362
4362
 
4363
4363
  :example:
4364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4365
4365
  """
4366
4366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4367
4367
  required_arguments = ['keyStoreId']
@@ -4479,7 +4479,7 @@ class DatabaseClient(object):
4479
4479
  :rtype: :class:`~oci.response.Response`
4480
4480
 
4481
4481
  :example:
4482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4483
4483
  """
4484
4484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4485
4485
  required_arguments = ['databaseId']
@@ -4597,7 +4597,7 @@ class DatabaseClient(object):
4597
4597
  :rtype: :class:`~oci.response.Response`
4598
4598
 
4599
4599
  :example:
4600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4601
4601
  """
4602
4602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4603
4603
  required_arguments = ['oneoffPatchId']
@@ -4715,7 +4715,7 @@ class DatabaseClient(object):
4715
4715
  :rtype: :class:`~oci.response.Response`
4716
4716
 
4717
4717
  :example:
4718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4719
4719
  """
4720
4720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4721
4721
  required_arguments = ['schedulingPlanId']
@@ -4833,7 +4833,7 @@ class DatabaseClient(object):
4833
4833
  :rtype: :class:`~oci.response.Response`
4834
4834
 
4835
4835
  :example:
4836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4837
4837
  """
4838
4838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4839
4839
  required_arguments = ['schedulingPolicyId']
@@ -4952,7 +4952,7 @@ class DatabaseClient(object):
4952
4952
  :rtype: :class:`~oci.response.Response`
4953
4953
 
4954
4954
  :example:
4955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4956
4956
  """
4957
4957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4958
4958
  required_arguments = ['vmClusterId']
@@ -5069,7 +5069,7 @@ class DatabaseClient(object):
5069
5069
  :rtype: :class:`~oci.response.Response`
5070
5070
 
5071
5071
  :example:
5072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
5073
5073
  """
5074
5074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5075
5075
  required_arguments = ['externalDatabaseConnectorId']
@@ -5186,7 +5186,7 @@ class DatabaseClient(object):
5186
5186
  :rtype: :class:`~oci.response.Response`
5187
5187
 
5188
5188
  :example:
5189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5190
5190
  """
5191
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5192
5192
  required_arguments = ['backupId']
@@ -5312,7 +5312,7 @@ class DatabaseClient(object):
5312
5312
  :rtype: :class:`~oci.response.Response`
5313
5313
 
5314
5314
  :example:
5315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5316
5316
  """
5317
5317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5318
5318
  required_arguments = ['autonomousDatabaseId']
@@ -5432,7 +5432,7 @@ class DatabaseClient(object):
5432
5432
  :rtype: :class:`~oci.response.Response`
5433
5433
 
5434
5434
  :example:
5435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5436
5436
  """
5437
5437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5438
5438
  required_arguments = ['exadataInfrastructureId']
@@ -5549,7 +5549,7 @@ class DatabaseClient(object):
5549
5549
  :rtype: :class:`~oci.response.Response`
5550
5550
 
5551
5551
  :example:
5552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5553
5553
  """
5554
5554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5555
5555
  required_arguments = ['autonomousDatabaseId']
@@ -5666,7 +5666,7 @@ class DatabaseClient(object):
5666
5666
  :rtype: :class:`~oci.response.Response`
5667
5667
 
5668
5668
  :example:
5669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5670
5670
  """
5671
5671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5672
5672
  required_arguments = ['keyStoreId']
@@ -5786,7 +5786,7 @@ class DatabaseClient(object):
5786
5786
  :rtype: :class:`~oci.response.Response`
5787
5787
 
5788
5788
  :example:
5789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5790
5790
  """
5791
5791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5792
5792
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5899,7 +5899,7 @@ class DatabaseClient(object):
5899
5899
  :rtype: :class:`~oci.response.Response`
5900
5900
 
5901
5901
  :example:
5902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5903
5903
  """
5904
5904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5905
5905
  required_arguments = ['databaseId']
@@ -6017,7 +6017,7 @@ class DatabaseClient(object):
6017
6017
  :rtype: :class:`~oci.response.Response`
6018
6018
 
6019
6019
  :example:
6020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6021
6021
  """
6022
6022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6023
6023
  required_arguments = ['pluggableDatabaseId']
@@ -6141,7 +6141,7 @@ class DatabaseClient(object):
6141
6141
  :rtype: :class:`~oci.response.Response`
6142
6142
 
6143
6143
  :example:
6144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6145
6145
  """
6146
6146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6147
6147
  required_arguments = ['databaseId']
@@ -6251,7 +6251,7 @@ class DatabaseClient(object):
6251
6251
  :rtype: :class:`~oci.response.Response`
6252
6252
 
6253
6253
  :example:
6254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6255
6255
  """
6256
6256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6257
6257
  required_arguments = []
@@ -6344,7 +6344,7 @@ class DatabaseClient(object):
6344
6344
  :rtype: :class:`~oci.response.Response`
6345
6345
 
6346
6346
  :example:
6347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6348
6348
  """
6349
6349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6350
6350
  required_arguments = []
@@ -6443,7 +6443,7 @@ class DatabaseClient(object):
6443
6443
  :rtype: :class:`~oci.response.Response`
6444
6444
 
6445
6445
  :example:
6446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
6446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
6447
6447
  """
6448
6448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6449
6449
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6553,7 +6553,7 @@ class DatabaseClient(object):
6553
6553
  :rtype: :class:`~oci.response.Response`
6554
6554
 
6555
6555
  :example:
6556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6557
6557
  """
6558
6558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6559
6559
  required_arguments = []
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = []
@@ -6753,7 +6753,7 @@ class DatabaseClient(object):
6753
6753
  :rtype: :class:`~oci.response.Response`
6754
6754
 
6755
6755
  :example:
6756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6757
6757
  """
6758
6758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6759
6759
  required_arguments = []
@@ -6849,7 +6849,7 @@ class DatabaseClient(object):
6849
6849
  :rtype: :class:`~oci.response.Response`
6850
6850
 
6851
6851
  :example:
6852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6853
6853
  """
6854
6854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6855
6855
  required_arguments = []
@@ -6942,7 +6942,7 @@ class DatabaseClient(object):
6942
6942
  :rtype: :class:`~oci.response.Response`
6943
6943
 
6944
6944
  :example:
6945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6946
6946
  """
6947
6947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6948
6948
  required_arguments = []
@@ -7036,7 +7036,7 @@ class DatabaseClient(object):
7036
7036
  :rtype: :class:`~oci.response.Response`
7037
7037
 
7038
7038
  :example:
7039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7040
7040
  """
7041
7041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7042
7042
  required_arguments = []
@@ -7132,7 +7132,7 @@ class DatabaseClient(object):
7132
7132
  :rtype: :class:`~oci.response.Response`
7133
7133
 
7134
7134
  :example:
7135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7136
7136
  """
7137
7137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7138
7138
  required_arguments = []
@@ -7236,7 +7236,7 @@ class DatabaseClient(object):
7236
7236
  :rtype: :class:`~oci.response.Response`
7237
7237
 
7238
7238
  :example:
7239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7240
7240
  """
7241
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7242
7242
  required_arguments = []
@@ -7340,7 +7340,7 @@ class DatabaseClient(object):
7340
7340
  :rtype: :class:`~oci.response.Response`
7341
7341
 
7342
7342
  :example:
7343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7344
7344
  """
7345
7345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7346
7346
  required_arguments = []
@@ -7442,7 +7442,7 @@ class DatabaseClient(object):
7442
7442
  :rtype: :class:`~oci.response.Response`
7443
7443
 
7444
7444
  :example:
7445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7446
7446
  """
7447
7447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7448
7448
  required_arguments = ['dbNodeId']
@@ -7553,7 +7553,7 @@ class DatabaseClient(object):
7553
7553
  :rtype: :class:`~oci.response.Response`
7554
7554
 
7555
7555
  :example:
7556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7557
7557
  """
7558
7558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7559
7559
  required_arguments = ['dbNodeId']
@@ -7673,7 +7673,7 @@ class DatabaseClient(object):
7673
7673
  :rtype: :class:`~oci.response.Response`
7674
7674
 
7675
7675
  :example:
7676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7677
7677
  """
7678
7678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7679
7679
  required_arguments = ['databaseId']
@@ -7763,6 +7763,10 @@ class DatabaseClient(object):
7763
7763
  :param str opc_request_id: (optional)
7764
7764
  Unique identifier for the request.
7765
7765
 
7766
+ :param bool opc_dry_run: (optional)
7767
+ Indicates that the request is a dry run, if set to \"true\". A dry run request does not actually
7768
+ creating or updating a resource and is used only to perform validation on the submitted data.
7769
+
7766
7770
  :param obj retry_strategy: (optional)
7767
7771
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
7768
7772
 
@@ -7779,7 +7783,7 @@ class DatabaseClient(object):
7779
7783
  :rtype: :class:`~oci.response.Response`
7780
7784
 
7781
7785
  :example:
7782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_database.py.html>`__ to see an example of how to use create_database API.
7783
7787
  """
7784
7788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7785
7789
  required_arguments = []
@@ -7793,7 +7797,8 @@ class DatabaseClient(object):
7793
7797
  "allow_control_chars",
7794
7798
  "retry_strategy",
7795
7799
  "opc_retry_token",
7796
- "opc_request_id"
7800
+ "opc_request_id",
7801
+ "opc_dry_run"
7797
7802
  ]
7798
7803
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
7799
7804
  if extra_kwargs:
@@ -7804,7 +7809,8 @@ class DatabaseClient(object):
7804
7809
  "accept": "application/json",
7805
7810
  "content-type": "application/json",
7806
7811
  "opc-retry-token": kwargs.get("opc_retry_token", missing),
7807
- "opc-request-id": kwargs.get("opc_request_id", missing)
7812
+ "opc-request-id": kwargs.get("opc_request_id", missing),
7813
+ "opc-dry-run": kwargs.get("opc_dry_run", missing)
7808
7814
  }
7809
7815
  header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
7810
7816
 
@@ -7872,7 +7878,7 @@ class DatabaseClient(object):
7872
7878
  :rtype: :class:`~oci.response.Response`
7873
7879
 
7874
7880
  :example:
7875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7876
7882
  """
7877
7883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7878
7884
  required_arguments = []
@@ -7963,7 +7969,7 @@ class DatabaseClient(object):
7963
7969
  :rtype: :class:`~oci.response.Response`
7964
7970
 
7965
7971
  :example:
7966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7967
7973
  """
7968
7974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7969
7975
  required_arguments = []
@@ -8058,7 +8064,7 @@ class DatabaseClient(object):
8058
8064
  :rtype: :class:`~oci.response.Response`
8059
8065
 
8060
8066
  :example:
8061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8062
8068
  """
8063
8069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8064
8070
  required_arguments = []
@@ -8156,7 +8162,7 @@ class DatabaseClient(object):
8156
8162
  :rtype: :class:`~oci.response.Response`
8157
8163
 
8158
8164
  :example:
8159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8160
8166
  """
8161
8167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8162
8168
  required_arguments = []
@@ -8252,7 +8258,7 @@ class DatabaseClient(object):
8252
8258
  :rtype: :class:`~oci.response.Response`
8253
8259
 
8254
8260
  :example:
8255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8256
8262
  """
8257
8263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8258
8264
  required_arguments = []
@@ -8348,7 +8354,7 @@ class DatabaseClient(object):
8348
8354
  :rtype: :class:`~oci.response.Response`
8349
8355
 
8350
8356
  :example:
8351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8352
8358
  """
8353
8359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8354
8360
  required_arguments = []
@@ -8444,7 +8450,7 @@ class DatabaseClient(object):
8444
8450
  :rtype: :class:`~oci.response.Response`
8445
8451
 
8446
8452
  :example:
8447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8448
8454
  """
8449
8455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8450
8456
  required_arguments = []
@@ -8541,7 +8547,7 @@ class DatabaseClient(object):
8541
8547
  :rtype: :class:`~oci.response.Response`
8542
8548
 
8543
8549
  :example:
8544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8545
8551
  """
8546
8552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8547
8553
  required_arguments = []
@@ -8635,7 +8641,7 @@ class DatabaseClient(object):
8635
8641
  :rtype: :class:`~oci.response.Response`
8636
8642
 
8637
8643
  :example:
8638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8639
8645
  """
8640
8646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8641
8647
  required_arguments = []
@@ -8731,7 +8737,7 @@ class DatabaseClient(object):
8731
8737
  :rtype: :class:`~oci.response.Response`
8732
8738
 
8733
8739
  :example:
8734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8735
8741
  """
8736
8742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8737
8743
  required_arguments = []
@@ -8827,7 +8833,7 @@ class DatabaseClient(object):
8827
8833
  :rtype: :class:`~oci.response.Response`
8828
8834
 
8829
8835
  :example:
8830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8831
8837
  """
8832
8838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8833
8839
  required_arguments = []
@@ -8924,7 +8930,7 @@ class DatabaseClient(object):
8924
8930
  :rtype: :class:`~oci.response.Response`
8925
8931
 
8926
8932
  :example:
8927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8928
8934
  """
8929
8935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8930
8936
  required_arguments = []
@@ -9020,7 +9026,7 @@ class DatabaseClient(object):
9020
9026
  :rtype: :class:`~oci.response.Response`
9021
9027
 
9022
9028
  :example:
9023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9024
9030
  """
9025
9031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9026
9032
  required_arguments = []
@@ -9119,7 +9125,7 @@ class DatabaseClient(object):
9119
9125
  :rtype: :class:`~oci.response.Response`
9120
9126
 
9121
9127
  :example:
9122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9123
9129
  """
9124
9130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9125
9131
  required_arguments = []
@@ -9215,7 +9221,7 @@ class DatabaseClient(object):
9215
9221
  :rtype: :class:`~oci.response.Response`
9216
9222
 
9217
9223
  :example:
9218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9219
9225
  """
9220
9226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9221
9227
  required_arguments = []
@@ -9313,7 +9319,7 @@ class DatabaseClient(object):
9313
9319
  :rtype: :class:`~oci.response.Response`
9314
9320
 
9315
9321
  :example:
9316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9317
9323
  """
9318
9324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9319
9325
  required_arguments = []
@@ -9409,7 +9415,7 @@ class DatabaseClient(object):
9409
9415
  :rtype: :class:`~oci.response.Response`
9410
9416
 
9411
9417
  :example:
9412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9413
9419
  """
9414
9420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9415
9421
  required_arguments = []
@@ -9505,7 +9511,7 @@ class DatabaseClient(object):
9505
9511
  :rtype: :class:`~oci.response.Response`
9506
9512
 
9507
9513
  :example:
9508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9509
9515
  """
9510
9516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9511
9517
  required_arguments = []
@@ -9601,7 +9607,7 @@ class DatabaseClient(object):
9601
9607
  :rtype: :class:`~oci.response.Response`
9602
9608
 
9603
9609
  :example:
9604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9605
9611
  """
9606
9612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9607
9613
  required_arguments = []
@@ -9702,7 +9708,7 @@ class DatabaseClient(object):
9702
9708
  :rtype: :class:`~oci.response.Response`
9703
9709
 
9704
9710
  :example:
9705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9706
9712
  """
9707
9713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9708
9714
  required_arguments = ['schedulingPolicyId']
@@ -9811,7 +9817,7 @@ class DatabaseClient(object):
9811
9817
  :rtype: :class:`~oci.response.Response`
9812
9818
 
9813
9819
  :example:
9814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9815
9821
  """
9816
9822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9817
9823
  required_arguments = []
@@ -9913,7 +9919,7 @@ class DatabaseClient(object):
9913
9919
  :rtype: :class:`~oci.response.Response`
9914
9920
 
9915
9921
  :example:
9916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9917
9923
  """
9918
9924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9919
9925
  required_arguments = ['exadataInfrastructureId']
@@ -10042,7 +10048,7 @@ class DatabaseClient(object):
10042
10048
  :rtype: :class:`~oci.response.Response`
10043
10049
 
10044
10050
  :example:
10045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10046
10052
  """
10047
10053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10048
10054
  required_arguments = ['dbNodeId', 'action']
@@ -10155,7 +10161,7 @@ class DatabaseClient(object):
10155
10161
  :rtype: :class:`~oci.response.Response`
10156
10162
 
10157
10163
  :example:
10158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10159
10165
  """
10160
10166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10161
10167
  required_arguments = ['applicationVipId']
@@ -10262,7 +10268,7 @@ class DatabaseClient(object):
10262
10268
  :rtype: :class:`~oci.response.Response`
10263
10269
 
10264
10270
  :example:
10265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10266
10272
  """
10267
10273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10268
10274
  required_arguments = ['autonomousDatabaseId']
@@ -10371,7 +10377,7 @@ class DatabaseClient(object):
10371
10377
  :rtype: :class:`~oci.response.Response`
10372
10378
 
10373
10379
  :example:
10374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10375
10381
  """
10376
10382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10377
10383
  required_arguments = ['autonomousDatabaseBackupId']
@@ -10476,7 +10482,7 @@ class DatabaseClient(object):
10476
10482
  :rtype: :class:`~oci.response.Response`
10477
10483
 
10478
10484
  :example:
10479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10480
10486
  """
10481
10487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10482
10488
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10579,7 +10585,7 @@ class DatabaseClient(object):
10579
10585
  :rtype: :class:`~oci.response.Response`
10580
10586
 
10581
10587
  :example:
10582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10583
10589
  """
10584
10590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10585
10591
  required_arguments = ['autonomousVmClusterId']
@@ -10679,7 +10685,7 @@ class DatabaseClient(object):
10679
10685
  :rtype: :class:`~oci.response.Response`
10680
10686
 
10681
10687
  :example:
10682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10683
10689
  """
10684
10690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10685
10691
  required_arguments = ['backupId']
@@ -10780,7 +10786,7 @@ class DatabaseClient(object):
10780
10786
  :rtype: :class:`~oci.response.Response`
10781
10787
 
10782
10788
  :example:
10783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10784
10790
  """
10785
10791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10786
10792
  required_arguments = ['backupDestinationId']
@@ -10883,7 +10889,7 @@ class DatabaseClient(object):
10883
10889
  :rtype: :class:`~oci.response.Response`
10884
10890
 
10885
10891
  :example:
10886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10887
10893
  """
10888
10894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10889
10895
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10989,7 +10995,7 @@ class DatabaseClient(object):
10989
10995
  :rtype: :class:`~oci.response.Response`
10990
10996
 
10991
10997
  :example:
10992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10993
10999
  """
10994
11000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10995
11001
  required_arguments = ['cloudExadataInfrastructureId']
@@ -11100,7 +11106,7 @@ class DatabaseClient(object):
11100
11106
  :rtype: :class:`~oci.response.Response`
11101
11107
 
11102
11108
  :example:
11103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11104
11110
  """
11105
11111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11106
11112
  required_arguments = ['cloudVmClusterId']
@@ -11203,7 +11209,7 @@ class DatabaseClient(object):
11203
11209
  :rtype: :class:`~oci.response.Response`
11204
11210
 
11205
11211
  :example:
11206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11207
11213
  """
11208
11214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11209
11215
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -11308,7 +11314,7 @@ class DatabaseClient(object):
11308
11314
  :rtype: :class:`~oci.response.Response`
11309
11315
 
11310
11316
  :example:
11311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11312
11318
  """
11313
11319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11314
11320
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -11421,7 +11427,7 @@ class DatabaseClient(object):
11421
11427
  :rtype: :class:`~oci.response.Response`
11422
11428
 
11423
11429
  :example:
11424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11425
11431
  """
11426
11432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11427
11433
  required_arguments = ['databaseId']
@@ -11529,7 +11535,7 @@ class DatabaseClient(object):
11529
11535
  :rtype: :class:`~oci.response.Response`
11530
11536
 
11531
11537
  :example:
11532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11533
11539
  """
11534
11540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11535
11541
  required_arguments = ['databaseSoftwareImageId']
@@ -11636,7 +11642,7 @@ class DatabaseClient(object):
11636
11642
  :rtype: :class:`~oci.response.Response`
11637
11643
 
11638
11644
  :example:
11639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11640
11646
  """
11641
11647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11642
11648
  required_arguments = ['dbHomeId']
@@ -11745,7 +11751,7 @@ class DatabaseClient(object):
11745
11751
  :rtype: :class:`~oci.response.Response`
11746
11752
 
11747
11753
  :example:
11748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11749
11755
  """
11750
11756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11751
11757
  required_arguments = ['exadataInfrastructureId']
@@ -11848,7 +11854,7 @@ class DatabaseClient(object):
11848
11854
  :rtype: :class:`~oci.response.Response`
11849
11855
 
11850
11856
  :example:
11851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11852
11858
  """
11853
11859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11854
11860
  required_arguments = ['exadbVmClusterId']
@@ -11951,7 +11957,7 @@ class DatabaseClient(object):
11951
11957
  :rtype: :class:`~oci.response.Response`
11952
11958
 
11953
11959
  :example:
11954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11955
11961
  """
11956
11962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11957
11963
  required_arguments = ['exascaleDbStorageVaultId']
@@ -12054,7 +12060,7 @@ class DatabaseClient(object):
12054
12060
  :rtype: :class:`~oci.response.Response`
12055
12061
 
12056
12062
  :example:
12057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12058
12064
  """
12059
12065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12060
12066
  required_arguments = ['executionActionId']
@@ -12157,7 +12163,7 @@ class DatabaseClient(object):
12157
12163
  :rtype: :class:`~oci.response.Response`
12158
12164
 
12159
12165
  :example:
12160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12161
12167
  """
12162
12168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12163
12169
  required_arguments = ['executionWindowId']
@@ -12262,7 +12268,7 @@ class DatabaseClient(object):
12262
12268
  :rtype: :class:`~oci.response.Response`
12263
12269
 
12264
12270
  :example:
12265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12266
12272
  """
12267
12273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12268
12274
  required_arguments = ['externalContainerDatabaseId']
@@ -12368,7 +12374,7 @@ class DatabaseClient(object):
12368
12374
  :rtype: :class:`~oci.response.Response`
12369
12375
 
12370
12376
  :example:
12371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12372
12378
  """
12373
12379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12374
12380
  required_arguments = ['externalDatabaseConnectorId']
@@ -12471,7 +12477,7 @@ class DatabaseClient(object):
12471
12477
  :rtype: :class:`~oci.response.Response`
12472
12478
 
12473
12479
  :example:
12474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12475
12481
  """
12476
12482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12477
12483
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12575,7 +12581,7 @@ class DatabaseClient(object):
12575
12581
  :rtype: :class:`~oci.response.Response`
12576
12582
 
12577
12583
  :example:
12578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12579
12585
  """
12580
12586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12581
12587
  required_arguments = ['externalPluggableDatabaseId']
@@ -12678,7 +12684,7 @@ class DatabaseClient(object):
12678
12684
  :rtype: :class:`~oci.response.Response`
12679
12685
 
12680
12686
  :example:
12681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12682
12688
  """
12683
12689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12684
12690
  required_arguments = ['keyStoreId']
@@ -12781,7 +12787,7 @@ class DatabaseClient(object):
12781
12787
  :rtype: :class:`~oci.response.Response`
12782
12788
 
12783
12789
  :example:
12784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12785
12791
  """
12786
12792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12787
12793
  required_arguments = ['oneoffPatchId']
@@ -12884,7 +12890,7 @@ class DatabaseClient(object):
12884
12890
  :rtype: :class:`~oci.response.Response`
12885
12891
 
12886
12892
  :example:
12887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12888
12894
  """
12889
12895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12890
12896
  required_arguments = ['pluggableDatabaseId']
@@ -12987,7 +12993,7 @@ class DatabaseClient(object):
12987
12993
  :rtype: :class:`~oci.response.Response`
12988
12994
 
12989
12995
  :example:
12990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12991
12997
  """
12992
12998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12993
12999
  required_arguments = ['scheduledActionId']
@@ -13090,7 +13096,7 @@ class DatabaseClient(object):
13090
13096
  :rtype: :class:`~oci.response.Response`
13091
13097
 
13092
13098
  :example:
13093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13094
13100
  """
13095
13101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13096
13102
  required_arguments = ['schedulingPlanId']
@@ -13193,7 +13199,7 @@ class DatabaseClient(object):
13193
13199
  :rtype: :class:`~oci.response.Response`
13194
13200
 
13195
13201
  :example:
13196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13197
13203
  """
13198
13204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13199
13205
  required_arguments = ['schedulingPolicyId']
@@ -13301,7 +13307,7 @@ class DatabaseClient(object):
13301
13307
  :rtype: :class:`~oci.response.Response`
13302
13308
 
13303
13309
  :example:
13304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13305
13311
  """
13306
13312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13307
13313
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -13405,7 +13411,7 @@ class DatabaseClient(object):
13405
13411
  :rtype: :class:`~oci.response.Response`
13406
13412
 
13407
13413
  :example:
13408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13409
13415
  """
13410
13416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13411
13417
  required_arguments = ['vmClusterId']
@@ -13514,7 +13520,7 @@ class DatabaseClient(object):
13514
13520
  :rtype: :class:`~oci.response.Response`
13515
13521
 
13516
13522
  :example:
13517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13518
13524
  """
13519
13525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13520
13526
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13620,7 +13626,7 @@ class DatabaseClient(object):
13620
13626
  :rtype: :class:`~oci.response.Response`
13621
13627
 
13622
13628
  :example:
13623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13624
13630
  """
13625
13631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13626
13632
  required_arguments = ['autonomousDatabaseId']
@@ -13725,7 +13731,7 @@ class DatabaseClient(object):
13725
13731
  :rtype: :class:`~oci.response.Response`
13726
13732
 
13727
13733
  :example:
13728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13729
13735
  """
13730
13736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13731
13737
  required_arguments = ['autonomousDatabaseId']
@@ -13827,7 +13833,7 @@ class DatabaseClient(object):
13827
13833
  :rtype: :class:`~oci.response.Response`
13828
13834
 
13829
13835
  :example:
13830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13831
13837
  """
13832
13838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13833
13839
  required_arguments = ['autonomousDatabaseId']
@@ -13937,7 +13943,7 @@ class DatabaseClient(object):
13937
13943
  :rtype: :class:`~oci.response.Response`
13938
13944
 
13939
13945
  :example:
13940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13941
13947
  """
13942
13948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13943
13949
  required_arguments = ['databaseId']
@@ -14052,7 +14058,7 @@ class DatabaseClient(object):
14052
14058
  :rtype: :class:`~oci.response.Response`
14053
14059
 
14054
14060
  :example:
14055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
14056
14062
  """
14057
14063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14058
14064
  required_arguments = ['externalContainerDatabaseId']
@@ -14165,7 +14171,7 @@ class DatabaseClient(object):
14165
14171
  :rtype: :class:`~oci.response.Response`
14166
14172
 
14167
14173
  :example:
14168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
14169
14175
  """
14170
14176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14171
14177
  required_arguments = ['externalContainerDatabaseId']
@@ -14282,7 +14288,7 @@ class DatabaseClient(object):
14282
14288
  :rtype: :class:`~oci.response.Response`
14283
14289
 
14284
14290
  :example:
14285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
14286
14292
  """
14287
14293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14288
14294
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14395,7 +14401,7 @@ class DatabaseClient(object):
14395
14401
  :rtype: :class:`~oci.response.Response`
14396
14402
 
14397
14403
  :example:
14398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
14399
14405
  """
14400
14406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14401
14407
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14508,7 +14514,7 @@ class DatabaseClient(object):
14508
14514
  :rtype: :class:`~oci.response.Response`
14509
14515
 
14510
14516
  :example:
14511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
14512
14518
  """
14513
14519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14514
14520
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14625,7 +14631,7 @@ class DatabaseClient(object):
14625
14631
  :rtype: :class:`~oci.response.Response`
14626
14632
 
14627
14633
  :example:
14628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14629
14635
  """
14630
14636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14631
14637
  required_arguments = ['externalPluggableDatabaseId']
@@ -14738,7 +14744,7 @@ class DatabaseClient(object):
14738
14744
  :rtype: :class:`~oci.response.Response`
14739
14745
 
14740
14746
  :example:
14741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14742
14748
  """
14743
14749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14744
14750
  required_arguments = ['externalPluggableDatabaseId']
@@ -14851,7 +14857,7 @@ class DatabaseClient(object):
14851
14857
  :rtype: :class:`~oci.response.Response`
14852
14858
 
14853
14859
  :example:
14854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14855
14861
  """
14856
14862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14857
14863
  required_arguments = ['externalPluggableDatabaseId']
@@ -14964,7 +14970,7 @@ class DatabaseClient(object):
14964
14970
  :rtype: :class:`~oci.response.Response`
14965
14971
 
14966
14972
  :example:
14967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14968
14974
  """
14969
14975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14970
14976
  required_arguments = ['pluggableDatabaseId']
@@ -15074,7 +15080,7 @@ class DatabaseClient(object):
15074
15080
  :rtype: :class:`~oci.response.Response`
15075
15081
 
15076
15082
  :example:
15077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15078
15084
  """
15079
15085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15080
15086
  required_arguments = ['exadataInfrastructureId']
@@ -15187,7 +15193,7 @@ class DatabaseClient(object):
15187
15193
  :rtype: :class:`~oci.response.Response`
15188
15194
 
15189
15195
  :example:
15190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15191
15197
  """
15192
15198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15193
15199
  required_arguments = ['oneoffPatchId']
@@ -15302,7 +15308,7 @@ class DatabaseClient(object):
15302
15308
  :rtype: :class:`~oci.response.Response`
15303
15309
 
15304
15310
  :example:
15305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15306
15312
  """
15307
15313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15308
15314
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15416,7 +15422,7 @@ class DatabaseClient(object):
15416
15422
  :rtype: :class:`~oci.response.Response`
15417
15423
 
15418
15424
  :example:
15419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
15420
15426
  """
15421
15427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15422
15428
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15536,7 +15542,7 @@ class DatabaseClient(object):
15536
15542
  :rtype: :class:`~oci.response.Response`
15537
15543
 
15538
15544
  :example:
15539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15540
15546
  """
15541
15547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15542
15548
  required_arguments = ['autonomousContainerDatabaseId']
@@ -15645,7 +15651,7 @@ class DatabaseClient(object):
15645
15651
  :rtype: :class:`~oci.response.Response`
15646
15652
 
15647
15653
  :example:
15648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15649
15655
  """
15650
15656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15651
15657
  required_arguments = ['autonomousDatabaseId']
@@ -15747,7 +15753,7 @@ class DatabaseClient(object):
15747
15753
  :rtype: :class:`~oci.response.Response`
15748
15754
 
15749
15755
  :example:
15750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15751
15757
  """
15752
15758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15753
15759
  required_arguments = ['autonomousDatabaseId']
@@ -15860,7 +15866,7 @@ class DatabaseClient(object):
15860
15866
  :rtype: :class:`~oci.response.Response`
15861
15867
 
15862
15868
  :example:
15863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15864
15870
  """
15865
15871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15866
15872
  required_arguments = ['databaseId']
@@ -15984,7 +15990,7 @@ class DatabaseClient(object):
15984
15990
  :rtype: :class:`~oci.response.Response`
15985
15991
 
15986
15992
  :example:
15987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15988
15994
  """
15989
15995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15990
15996
  required_arguments = ['externalContainerDatabaseId']
@@ -16102,7 +16108,7 @@ class DatabaseClient(object):
16102
16108
  :rtype: :class:`~oci.response.Response`
16103
16109
 
16104
16110
  :example:
16105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
16106
16112
  """
16107
16113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16108
16114
  required_arguments = ['externalContainerDatabaseId']
@@ -16224,7 +16230,7 @@ class DatabaseClient(object):
16224
16230
  :rtype: :class:`~oci.response.Response`
16225
16231
 
16226
16232
  :example:
16227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
16228
16234
  """
16229
16235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16230
16236
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16342,7 +16348,7 @@ class DatabaseClient(object):
16342
16348
  :rtype: :class:`~oci.response.Response`
16343
16349
 
16344
16350
  :example:
16345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
16346
16352
  """
16347
16353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16348
16354
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16460,7 +16466,7 @@ class DatabaseClient(object):
16460
16466
  :rtype: :class:`~oci.response.Response`
16461
16467
 
16462
16468
  :example:
16463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
16464
16470
  """
16465
16471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16466
16472
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16582,7 +16588,7 @@ class DatabaseClient(object):
16582
16588
  :rtype: :class:`~oci.response.Response`
16583
16589
 
16584
16590
  :example:
16585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
16586
16592
  """
16587
16593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16588
16594
  required_arguments = ['externalPluggableDatabaseId']
@@ -16700,7 +16706,7 @@ class DatabaseClient(object):
16700
16706
  :rtype: :class:`~oci.response.Response`
16701
16707
 
16702
16708
  :example:
16703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16704
16710
  """
16705
16711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16706
16712
  required_arguments = ['externalPluggableDatabaseId']
@@ -16818,7 +16824,7 @@ class DatabaseClient(object):
16818
16824
  :rtype: :class:`~oci.response.Response`
16819
16825
 
16820
16826
  :example:
16821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16822
16828
  """
16823
16829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16824
16830
  required_arguments = ['externalPluggableDatabaseId']
@@ -16936,7 +16942,7 @@ class DatabaseClient(object):
16936
16942
  :rtype: :class:`~oci.response.Response`
16937
16943
 
16938
16944
  :example:
16939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16940
16946
  """
16941
16947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16942
16948
  required_arguments = ['pluggableDatabaseId']
@@ -17065,7 +17071,7 @@ class DatabaseClient(object):
17065
17071
  :rtype: :class:`~oci.response.Response`
17066
17072
 
17067
17073
  :example:
17068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17069
17075
  """
17070
17076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17071
17077
  required_arguments = ['autonomousDatabaseId']
@@ -17186,7 +17192,7 @@ class DatabaseClient(object):
17186
17192
  :rtype: :class:`~oci.response.Response`
17187
17193
 
17188
17194
  :example:
17189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17190
17196
  """
17191
17197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17192
17198
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17295,7 +17301,7 @@ class DatabaseClient(object):
17295
17301
  :rtype: :class:`~oci.response.Response`
17296
17302
 
17297
17303
  :example:
17298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
17304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
17299
17305
  """
17300
17306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17301
17307
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17415,7 +17421,7 @@ class DatabaseClient(object):
17415
17421
  :rtype: :class:`~oci.response.Response`
17416
17422
 
17417
17423
  :example:
17418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17419
17425
  """
17420
17426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17421
17427
  required_arguments = ['databaseId']
@@ -17534,7 +17540,7 @@ class DatabaseClient(object):
17534
17540
  :rtype: :class:`~oci.response.Response`
17535
17541
 
17536
17542
  :example:
17537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17538
17544
  """
17539
17545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17540
17546
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17649,7 +17655,7 @@ class DatabaseClient(object):
17649
17655
  :rtype: :class:`~oci.response.Response`
17650
17656
 
17651
17657
  :example:
17652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17653
17659
  """
17654
17660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17655
17661
  required_arguments = ['autonomousDatabaseId']
@@ -17764,7 +17770,7 @@ class DatabaseClient(object):
17764
17770
  :rtype: :class:`~oci.response.Response`
17765
17771
 
17766
17772
  :example:
17767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17768
17774
  """
17769
17775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17770
17776
  required_arguments = ['exadataInfrastructureId']
@@ -17867,7 +17873,7 @@ class DatabaseClient(object):
17867
17873
  :rtype: :class:`~oci.response.Response`
17868
17874
 
17869
17875
  :example:
17870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17871
17877
  """
17872
17878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17873
17879
  required_arguments = ['applicationVipId']
@@ -17962,7 +17968,7 @@ class DatabaseClient(object):
17962
17968
  :rtype: :class:`~oci.response.Response`
17963
17969
 
17964
17970
  :example:
17965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17966
17972
  """
17967
17973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17968
17974
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18055,7 +18061,7 @@ class DatabaseClient(object):
18055
18061
  :rtype: :class:`~oci.response.Response`
18056
18062
 
18057
18063
  :example:
18058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
18059
18065
  """
18060
18066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18061
18067
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -18147,7 +18153,7 @@ class DatabaseClient(object):
18147
18153
  :rtype: :class:`~oci.response.Response`
18148
18154
 
18149
18155
  :example:
18150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
18151
18157
  """
18152
18158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18153
18159
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18245,7 +18251,7 @@ class DatabaseClient(object):
18245
18251
  :rtype: :class:`~oci.response.Response`
18246
18252
 
18247
18253
  :example:
18248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18249
18255
  """
18250
18256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18251
18257
  required_arguments = ['autonomousDatabaseId']
@@ -18343,7 +18349,7 @@ class DatabaseClient(object):
18343
18349
  :rtype: :class:`~oci.response.Response`
18344
18350
 
18345
18351
  :example:
18346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18347
18353
  """
18348
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18349
18355
  required_arguments = ['autonomousDatabaseBackupId']
@@ -18446,7 +18452,7 @@ class DatabaseClient(object):
18446
18452
  :rtype: :class:`~oci.response.Response`
18447
18453
 
18448
18454
  :example:
18449
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18450
18456
  """
18451
18457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18452
18458
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -18540,7 +18546,7 @@ class DatabaseClient(object):
18540
18546
  :rtype: :class:`~oci.response.Response`
18541
18547
 
18542
18548
  :example:
18543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18544
18550
  """
18545
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18546
18552
  required_arguments = []
@@ -18626,7 +18632,7 @@ class DatabaseClient(object):
18626
18632
  :rtype: :class:`~oci.response.Response`
18627
18633
 
18628
18634
  :example:
18629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18630
18636
  """
18631
18637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18632
18638
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -18724,7 +18730,7 @@ class DatabaseClient(object):
18724
18730
  :rtype: :class:`~oci.response.Response`
18725
18731
 
18726
18732
  :example:
18727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18728
18734
  """
18729
18735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18730
18736
  required_arguments = ['autonomousDatabaseId']
@@ -18819,7 +18825,7 @@ class DatabaseClient(object):
18819
18825
  :rtype: :class:`~oci.response.Response`
18820
18826
 
18821
18827
  :example:
18822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18823
18829
  """
18824
18830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18825
18831
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18907,7 +18913,7 @@ class DatabaseClient(object):
18907
18913
  :rtype: :class:`~oci.response.Response`
18908
18914
 
18909
18915
  :example:
18910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18911
18917
  """
18912
18918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18913
18919
  required_arguments = ['autonomousPatchId']
@@ -18998,7 +19004,7 @@ class DatabaseClient(object):
18998
19004
  :rtype: :class:`~oci.response.Response`
18999
19005
 
19000
19006
  :example:
19001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19002
19008
  """
19003
19009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19004
19010
  required_arguments = ['autonomousVirtualMachineId']
@@ -19096,7 +19102,7 @@ class DatabaseClient(object):
19096
19102
  :rtype: :class:`~oci.response.Response`
19097
19103
 
19098
19104
  :example:
19099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19100
19106
  """
19101
19107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19102
19108
  required_arguments = ['autonomousVmClusterId']
@@ -19194,7 +19200,7 @@ class DatabaseClient(object):
19194
19200
  :rtype: :class:`~oci.response.Response`
19195
19201
 
19196
19202
  :example:
19197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
19203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
19198
19204
  """
19199
19205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19200
19206
  required_arguments = ['autonomousVmClusterId']
@@ -19289,7 +19295,7 @@ class DatabaseClient(object):
19289
19295
  :rtype: :class:`~oci.response.Response`
19290
19296
 
19291
19297
  :example:
19292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19293
19299
  """
19294
19300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19295
19301
  required_arguments = ['backupId']
@@ -19380,7 +19386,7 @@ class DatabaseClient(object):
19380
19386
  :rtype: :class:`~oci.response.Response`
19381
19387
 
19382
19388
  :example:
19383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19384
19390
  """
19385
19391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19386
19392
  required_arguments = ['backupDestinationId']
@@ -19478,7 +19484,7 @@ class DatabaseClient(object):
19478
19484
  :rtype: :class:`~oci.response.Response`
19479
19485
 
19480
19486
  :example:
19481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19482
19488
  """
19483
19489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19484
19490
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19576,7 +19582,7 @@ class DatabaseClient(object):
19576
19582
  :rtype: :class:`~oci.response.Response`
19577
19583
 
19578
19584
  :example:
19579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
19580
19586
  """
19581
19587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19582
19588
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19674,7 +19680,7 @@ class DatabaseClient(object):
19674
19680
  :rtype: :class:`~oci.response.Response`
19675
19681
 
19676
19682
  :example:
19677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19678
19684
  """
19679
19685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19680
19686
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19777,7 +19783,7 @@ class DatabaseClient(object):
19777
19783
  :rtype: :class:`~oci.response.Response`
19778
19784
 
19779
19785
  :example:
19780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
19781
19787
  """
19782
19788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19783
19789
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19883,7 +19889,7 @@ class DatabaseClient(object):
19883
19889
  :rtype: :class:`~oci.response.Response`
19884
19890
 
19885
19891
  :example:
19886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19887
19893
  """
19888
19894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19889
19895
  required_arguments = ['cloudVmClusterId']
@@ -19982,7 +19988,7 @@ class DatabaseClient(object):
19982
19988
  :rtype: :class:`~oci.response.Response`
19983
19989
 
19984
19990
  :example:
19985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19986
19992
  """
19987
19993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19988
19994
  required_arguments = ['cloudVmClusterId']
@@ -20085,7 +20091,7 @@ class DatabaseClient(object):
20085
20091
  :rtype: :class:`~oci.response.Response`
20086
20092
 
20087
20093
  :example:
20088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20089
20095
  """
20090
20096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20091
20097
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -20189,7 +20195,7 @@ class DatabaseClient(object):
20189
20195
  :rtype: :class:`~oci.response.Response`
20190
20196
 
20191
20197
  :example:
20192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
20198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
20193
20199
  """
20194
20200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20195
20201
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -20288,7 +20294,7 @@ class DatabaseClient(object):
20288
20294
  :rtype: :class:`~oci.response.Response`
20289
20295
 
20290
20296
  :example:
20291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20292
20298
  """
20293
20299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20294
20300
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -20383,7 +20389,7 @@ class DatabaseClient(object):
20383
20389
  :rtype: :class:`~oci.response.Response`
20384
20390
 
20385
20391
  :example:
20386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20387
20393
  """
20388
20394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20389
20395
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20485,7 +20491,7 @@ class DatabaseClient(object):
20485
20491
  :rtype: :class:`~oci.response.Response`
20486
20492
 
20487
20493
  :example:
20488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20489
20495
  """
20490
20496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20491
20497
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20586,7 +20592,7 @@ class DatabaseClient(object):
20586
20592
  :rtype: :class:`~oci.response.Response`
20587
20593
 
20588
20594
  :example:
20589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20590
20596
  """
20591
20597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20592
20598
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -20675,7 +20681,7 @@ class DatabaseClient(object):
20675
20681
  :rtype: :class:`~oci.response.Response`
20676
20682
 
20677
20683
  :example:
20678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
20684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_database.py.html>`__ to see an example of how to use get_database API.
20679
20685
  """
20680
20686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20681
20687
  required_arguments = ['databaseId']
@@ -20763,7 +20769,7 @@ class DatabaseClient(object):
20763
20769
  :rtype: :class:`~oci.response.Response`
20764
20770
 
20765
20771
  :example:
20766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20767
20773
  """
20768
20774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20769
20775
  required_arguments = ['databaseSoftwareImageId']
@@ -20859,7 +20865,7 @@ class DatabaseClient(object):
20859
20865
  :rtype: :class:`~oci.response.Response`
20860
20866
 
20861
20867
  :example:
20862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20863
20869
  """
20864
20870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20865
20871
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20955,7 +20961,7 @@ class DatabaseClient(object):
20955
20961
  :rtype: :class:`~oci.response.Response`
20956
20962
 
20957
20963
  :example:
20958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20959
20965
  """
20960
20966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20961
20967
  required_arguments = ['dbHomeId']
@@ -21048,7 +21054,7 @@ class DatabaseClient(object):
21048
21054
  :rtype: :class:`~oci.response.Response`
21049
21055
 
21050
21056
  :example:
21051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21052
21058
  """
21053
21059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21054
21060
  required_arguments = ['dbHomeId', 'patchId']
@@ -21142,7 +21148,7 @@ class DatabaseClient(object):
21142
21148
  :rtype: :class:`~oci.response.Response`
21143
21149
 
21144
21150
  :example:
21145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
21146
21152
  """
21147
21153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21148
21154
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -21231,7 +21237,7 @@ class DatabaseClient(object):
21231
21237
  :rtype: :class:`~oci.response.Response`
21232
21238
 
21233
21239
  :example:
21234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21235
21241
  """
21236
21242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21237
21243
  required_arguments = ['dbNodeId']
@@ -21327,7 +21333,7 @@ class DatabaseClient(object):
21327
21333
  :rtype: :class:`~oci.response.Response`
21328
21334
 
21329
21335
  :example:
21330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21331
21337
  """
21332
21338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21333
21339
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -21436,7 +21442,7 @@ class DatabaseClient(object):
21436
21442
  :rtype: :class:`~oci.response.Response`
21437
21443
 
21438
21444
  :example:
21439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21440
21446
  """
21441
21447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21442
21448
  required_arguments = ['dbSystemId']
@@ -21529,7 +21535,7 @@ class DatabaseClient(object):
21529
21535
  :rtype: :class:`~oci.response.Response`
21530
21536
 
21531
21537
  :example:
21532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21533
21539
  """
21534
21540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21535
21541
  required_arguments = ['dbSystemId', 'patchId']
@@ -21623,7 +21629,7 @@ class DatabaseClient(object):
21623
21629
  :rtype: :class:`~oci.response.Response`
21624
21630
 
21625
21631
  :example:
21626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
21627
21633
  """
21628
21634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21629
21635
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -21720,7 +21726,7 @@ class DatabaseClient(object):
21720
21726
  :rtype: :class:`~oci.response.Response`
21721
21727
 
21722
21728
  :example:
21723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
21724
21730
  """
21725
21731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21726
21732
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21825,7 +21831,7 @@ class DatabaseClient(object):
21825
21831
  :rtype: :class:`~oci.response.Response`
21826
21832
 
21827
21833
  :example:
21828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21829
21835
  """
21830
21836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21831
21837
  required_arguments = ['exadataInfrastructureId']
@@ -21939,7 +21945,7 @@ class DatabaseClient(object):
21939
21945
  :rtype: :class:`~oci.response.Response`
21940
21946
 
21941
21947
  :example:
21942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21943
21949
  """
21944
21950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21945
21951
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -22042,7 +22048,7 @@ class DatabaseClient(object):
22042
22048
  :rtype: :class:`~oci.response.Response`
22043
22049
 
22044
22050
  :example:
22045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
22046
22052
  """
22047
22053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22048
22054
  required_arguments = ['exadataInfrastructureId']
@@ -22159,7 +22165,7 @@ class DatabaseClient(object):
22159
22165
  :rtype: :class:`~oci.response.Response`
22160
22166
 
22161
22167
  :example:
22162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22163
22169
  """
22164
22170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22165
22171
  required_arguments = ['dbSystemId']
@@ -22257,7 +22263,7 @@ class DatabaseClient(object):
22257
22263
  :rtype: :class:`~oci.response.Response`
22258
22264
 
22259
22265
  :example:
22260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22261
22267
  """
22262
22268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22263
22269
  required_arguments = ['exadbVmClusterId']
@@ -22360,7 +22366,7 @@ class DatabaseClient(object):
22360
22366
  :rtype: :class:`~oci.response.Response`
22361
22367
 
22362
22368
  :example:
22363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22364
22370
  """
22365
22371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22366
22372
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -22464,7 +22470,7 @@ class DatabaseClient(object):
22464
22470
  :rtype: :class:`~oci.response.Response`
22465
22471
 
22466
22472
  :example:
22467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
22473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
22468
22474
  """
22469
22475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22470
22476
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -22563,7 +22569,7 @@ class DatabaseClient(object):
22563
22569
  :rtype: :class:`~oci.response.Response`
22564
22570
 
22565
22571
  :example:
22566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22567
22573
  """
22568
22574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22569
22575
  required_arguments = ['exascaleDbStorageVaultId']
@@ -22661,7 +22667,7 @@ class DatabaseClient(object):
22661
22667
  :rtype: :class:`~oci.response.Response`
22662
22668
 
22663
22669
  :example:
22664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22665
22671
  """
22666
22672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22667
22673
  required_arguments = ['executionActionId']
@@ -22759,7 +22765,7 @@ class DatabaseClient(object):
22759
22765
  :rtype: :class:`~oci.response.Response`
22760
22766
 
22761
22767
  :example:
22762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22763
22769
  """
22764
22770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22765
22771
  required_arguments = ['executionWindowId']
@@ -22858,7 +22864,7 @@ class DatabaseClient(object):
22858
22864
  :rtype: :class:`~oci.response.Response`
22859
22865
 
22860
22866
  :example:
22861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22862
22868
  """
22863
22869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22864
22870
  required_arguments = ['backupId']
@@ -22949,7 +22955,7 @@ class DatabaseClient(object):
22949
22955
  :rtype: :class:`~oci.response.Response`
22950
22956
 
22951
22957
  :example:
22952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22953
22959
  """
22954
22960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22955
22961
  required_arguments = ['externalContainerDatabaseId']
@@ -23048,7 +23054,7 @@ class DatabaseClient(object):
23048
23054
  :rtype: :class:`~oci.response.Response`
23049
23055
 
23050
23056
  :example:
23051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23052
23058
  """
23053
23059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23054
23060
  required_arguments = ['externalDatabaseConnectorId']
@@ -23146,7 +23152,7 @@ class DatabaseClient(object):
23146
23152
  :rtype: :class:`~oci.response.Response`
23147
23153
 
23148
23154
  :example:
23149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23150
23156
  """
23151
23157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23152
23158
  required_arguments = ['externalNonContainerDatabaseId']
@@ -23245,7 +23251,7 @@ class DatabaseClient(object):
23245
23251
  :rtype: :class:`~oci.response.Response`
23246
23252
 
23247
23253
  :example:
23248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23249
23255
  """
23250
23256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23251
23257
  required_arguments = ['externalPluggableDatabaseId']
@@ -23352,7 +23358,7 @@ class DatabaseClient(object):
23352
23358
  :rtype: :class:`~oci.response.Response`
23353
23359
 
23354
23360
  :example:
23355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23356
23362
  """
23357
23363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23358
23364
  required_arguments = ['compartmentId']
@@ -23456,7 +23462,7 @@ class DatabaseClient(object):
23456
23462
  :rtype: :class:`~oci.response.Response`
23457
23463
 
23458
23464
  :example:
23459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23460
23466
  """
23461
23467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23462
23468
  required_arguments = ['keyStoreId']
@@ -23549,7 +23555,7 @@ class DatabaseClient(object):
23549
23555
  :rtype: :class:`~oci.response.Response`
23550
23556
 
23551
23557
  :example:
23552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23553
23559
  """
23554
23560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23555
23561
  required_arguments = ['maintenanceRunId']
@@ -23635,7 +23641,7 @@ class DatabaseClient(object):
23635
23641
  :rtype: :class:`~oci.response.Response`
23636
23642
 
23637
23643
  :example:
23638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23639
23645
  """
23640
23646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23641
23647
  required_arguments = ['maintenanceRunHistoryId']
@@ -23726,7 +23732,7 @@ class DatabaseClient(object):
23726
23732
  :rtype: :class:`~oci.response.Response`
23727
23733
 
23728
23734
  :example:
23729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23730
23736
  """
23731
23737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23732
23738
  required_arguments = ['oneoffPatchId']
@@ -23829,7 +23835,7 @@ class DatabaseClient(object):
23829
23835
  :rtype: :class:`~oci.response.Response`
23830
23836
 
23831
23837
  :example:
23832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23833
23839
  """
23834
23840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23835
23841
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23925,7 +23931,7 @@ class DatabaseClient(object):
23925
23931
  :rtype: :class:`~oci.response.Response`
23926
23932
 
23927
23933
  :example:
23928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23929
23935
  """
23930
23936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23931
23937
  required_arguments = ['pluggableDatabaseId']
@@ -24016,7 +24022,7 @@ class DatabaseClient(object):
24016
24022
  :rtype: :class:`~oci.response.Response`
24017
24023
 
24018
24024
  :example:
24019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24020
24026
  """
24021
24027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24022
24028
  required_arguments = ['scheduledActionId']
@@ -24114,7 +24120,7 @@ class DatabaseClient(object):
24114
24120
  :rtype: :class:`~oci.response.Response`
24115
24121
 
24116
24122
  :example:
24117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24118
24124
  """
24119
24125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24120
24126
  required_arguments = ['schedulingPlanId']
@@ -24212,7 +24218,7 @@ class DatabaseClient(object):
24212
24218
  :rtype: :class:`~oci.response.Response`
24213
24219
 
24214
24220
  :example:
24215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24216
24222
  """
24217
24223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24218
24224
  required_arguments = ['schedulingPolicyId']
@@ -24315,7 +24321,7 @@ class DatabaseClient(object):
24315
24321
  :rtype: :class:`~oci.response.Response`
24316
24322
 
24317
24323
  :example:
24318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24319
24325
  """
24320
24326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24321
24327
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -24414,7 +24420,7 @@ class DatabaseClient(object):
24414
24420
  :rtype: :class:`~oci.response.Response`
24415
24421
 
24416
24422
  :example:
24417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24418
24424
  """
24419
24425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24420
24426
  required_arguments = ['vmClusterId']
@@ -24518,7 +24524,7 @@ class DatabaseClient(object):
24518
24524
  :rtype: :class:`~oci.response.Response`
24519
24525
 
24520
24526
  :example:
24521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24522
24528
  """
24523
24529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24524
24530
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -24619,7 +24625,7 @@ class DatabaseClient(object):
24619
24625
  :rtype: :class:`~oci.response.Response`
24620
24626
 
24621
24627
  :example:
24622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24623
24629
  """
24624
24630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24625
24631
  required_arguments = ['vmClusterId', 'patchId']
@@ -24713,7 +24719,7 @@ class DatabaseClient(object):
24713
24719
  :rtype: :class:`~oci.response.Response`
24714
24720
 
24715
24721
  :example:
24716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
24717
24723
  """
24718
24724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24719
24725
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -24810,7 +24816,7 @@ class DatabaseClient(object):
24810
24816
  :rtype: :class:`~oci.response.Response`
24811
24817
 
24812
24818
  :example:
24813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24814
24820
  """
24815
24821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24816
24822
  required_arguments = ['vmClusterId', 'updateId']
@@ -24914,7 +24920,7 @@ class DatabaseClient(object):
24914
24920
  :rtype: :class:`~oci.response.Response`
24915
24921
 
24916
24922
  :example:
24917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24918
24924
  """
24919
24925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24920
24926
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -25015,7 +25021,7 @@ class DatabaseClient(object):
25015
25021
  :rtype: :class:`~oci.response.Response`
25016
25022
 
25017
25023
  :example:
25018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25019
25025
  """
25020
25026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25021
25027
  required_arguments = []
@@ -25127,7 +25133,7 @@ class DatabaseClient(object):
25127
25133
  :rtype: :class:`~oci.response.Response`
25128
25134
 
25129
25135
  :example:
25130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25131
25137
  """
25132
25138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25133
25139
  required_arguments = []
@@ -25245,7 +25251,7 @@ class DatabaseClient(object):
25245
25251
  :rtype: :class:`~oci.response.Response`
25246
25252
 
25247
25253
  :example:
25248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25249
25255
  """
25250
25256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25251
25257
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -25409,7 +25415,7 @@ class DatabaseClient(object):
25409
25415
  :rtype: :class:`~oci.response.Response`
25410
25416
 
25411
25417
  :example:
25412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25413
25419
  """
25414
25420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25415
25421
  required_arguments = []
@@ -25552,7 +25558,7 @@ class DatabaseClient(object):
25552
25558
  :rtype: :class:`~oci.response.Response`
25553
25559
 
25554
25560
  :example:
25555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
25561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
25556
25562
  """
25557
25563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25558
25564
  required_arguments = ['autonomousContainerDatabaseId']
@@ -25673,7 +25679,7 @@ class DatabaseClient(object):
25673
25679
  :rtype: :class:`~oci.response.Response`
25674
25680
 
25675
25681
  :example:
25676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25677
25683
  """
25678
25684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25679
25685
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -25835,7 +25841,7 @@ class DatabaseClient(object):
25835
25841
  :rtype: :class:`~oci.response.Response`
25836
25842
 
25837
25843
  :example:
25838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25839
25845
  """
25840
25846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25841
25847
  required_arguments = ['compartmentId']
@@ -26011,7 +26017,7 @@ class DatabaseClient(object):
26011
26017
  :rtype: :class:`~oci.response.Response`
26012
26018
 
26013
26019
  :example:
26014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26015
26021
  """
26016
26022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26017
26023
  required_arguments = []
@@ -26148,7 +26154,7 @@ class DatabaseClient(object):
26148
26154
  :rtype: :class:`~oci.response.Response`
26149
26155
 
26150
26156
  :example:
26151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26152
26158
  """
26153
26159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26154
26160
  required_arguments = []
@@ -26289,7 +26295,7 @@ class DatabaseClient(object):
26289
26295
  :rtype: :class:`~oci.response.Response`
26290
26296
 
26291
26297
  :example:
26292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26293
26299
  """
26294
26300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26295
26301
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -26439,7 +26445,7 @@ class DatabaseClient(object):
26439
26445
  :rtype: :class:`~oci.response.Response`
26440
26446
 
26441
26447
  :example:
26442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26443
26449
  """
26444
26450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26445
26451
  required_arguments = ['autonomousDatabaseId']
@@ -26550,7 +26556,7 @@ class DatabaseClient(object):
26550
26556
  :rtype: :class:`~oci.response.Response`
26551
26557
 
26552
26558
  :example:
26553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26554
26560
  """
26555
26561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26556
26562
  required_arguments = ['autonomousDatabaseId']
@@ -26664,7 +26670,7 @@ class DatabaseClient(object):
26664
26670
  :rtype: :class:`~oci.response.Response`
26665
26671
 
26666
26672
  :example:
26667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26668
26674
  """
26669
26675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26670
26676
  required_arguments = ['autonomousDatabaseId']
@@ -26801,7 +26807,7 @@ class DatabaseClient(object):
26801
26807
  :rtype: :class:`~oci.response.Response`
26802
26808
 
26803
26809
  :example:
26804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26805
26811
  """
26806
26812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26807
26813
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -27002,7 +27008,7 @@ class DatabaseClient(object):
27002
27008
  :rtype: :class:`~oci.response.Response`
27003
27009
 
27004
27010
  :example:
27005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27006
27012
  """
27007
27013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27008
27014
  required_arguments = ['compartmentId']
@@ -27188,7 +27194,7 @@ class DatabaseClient(object):
27188
27194
  :rtype: :class:`~oci.response.Response`
27189
27195
 
27190
27196
  :example:
27191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27192
27198
  """
27193
27199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27194
27200
  required_arguments = ['compartmentId']
@@ -27319,7 +27325,7 @@ class DatabaseClient(object):
27319
27325
  :rtype: :class:`~oci.response.Response`
27320
27326
 
27321
27327
  :example:
27322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27323
27329
  """
27324
27330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27325
27331
  required_arguments = ['compartmentId']
@@ -27443,7 +27449,7 @@ class DatabaseClient(object):
27443
27449
  :rtype: :class:`~oci.response.Response`
27444
27450
 
27445
27451
  :example:
27446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27447
27453
  """
27448
27454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27449
27455
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -27567,7 +27573,7 @@ class DatabaseClient(object):
27567
27573
  :rtype: :class:`~oci.response.Response`
27568
27574
 
27569
27575
  :example:
27570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27571
27577
  """
27572
27578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27573
27579
  required_arguments = ['compartmentId']
@@ -27708,7 +27714,7 @@ class DatabaseClient(object):
27708
27714
  :rtype: :class:`~oci.response.Response`
27709
27715
 
27710
27716
  :example:
27711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27712
27718
  """
27713
27719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27714
27720
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -27826,7 +27832,7 @@ class DatabaseClient(object):
27826
27832
  :rtype: :class:`~oci.response.Response`
27827
27833
 
27828
27834
  :example:
27829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
27835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
27830
27836
  """
27831
27837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27832
27838
  required_arguments = ['autonomousVmClusterId']
@@ -27963,7 +27969,7 @@ class DatabaseClient(object):
27963
27969
  :rtype: :class:`~oci.response.Response`
27964
27970
 
27965
27971
  :example:
27966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27967
27973
  """
27968
27974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27969
27975
  required_arguments = ['compartmentId']
@@ -28100,7 +28106,7 @@ class DatabaseClient(object):
28100
28106
  :rtype: :class:`~oci.response.Response`
28101
28107
 
28102
28108
  :example:
28103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28104
28110
  """
28105
28111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28106
28112
  required_arguments = ['compartmentId']
@@ -28232,7 +28238,7 @@ class DatabaseClient(object):
28232
28238
  :rtype: :class:`~oci.response.Response`
28233
28239
 
28234
28240
  :example:
28235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28236
28242
  """
28237
28243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28238
28244
  required_arguments = []
@@ -28369,7 +28375,7 @@ class DatabaseClient(object):
28369
28375
  :rtype: :class:`~oci.response.Response`
28370
28376
 
28371
28377
  :example:
28372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
28373
28379
  """
28374
28380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28375
28381
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28509,7 +28515,7 @@ class DatabaseClient(object):
28509
28515
  :rtype: :class:`~oci.response.Response`
28510
28516
 
28511
28517
  :example:
28512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28513
28519
  """
28514
28520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28515
28521
  required_arguments = ['compartmentId']
@@ -28666,7 +28672,7 @@ class DatabaseClient(object):
28666
28672
  :rtype: :class:`~oci.response.Response`
28667
28673
 
28668
28674
  :example:
28669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28670
28676
  """
28671
28677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28672
28678
  required_arguments = ['compartmentId']
@@ -28805,7 +28811,7 @@ class DatabaseClient(object):
28805
28811
  :rtype: :class:`~oci.response.Response`
28806
28812
 
28807
28813
  :example:
28808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
28809
28815
  """
28810
28816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28811
28817
  required_arguments = ['cloudVmClusterId']
@@ -28933,7 +28939,7 @@ class DatabaseClient(object):
28933
28939
  :rtype: :class:`~oci.response.Response`
28934
28940
 
28935
28941
  :example:
28936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28937
28943
  """
28938
28944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28939
28945
  required_arguments = ['cloudVmClusterId']
@@ -29082,7 +29088,7 @@ class DatabaseClient(object):
29082
29088
  :rtype: :class:`~oci.response.Response`
29083
29089
 
29084
29090
  :example:
29085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29086
29092
  """
29087
29093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29088
29094
  required_arguments = ['compartmentId']
@@ -29216,7 +29222,7 @@ class DatabaseClient(object):
29216
29222
  :rtype: :class:`~oci.response.Response`
29217
29223
 
29218
29224
  :example:
29219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29220
29226
  """
29221
29227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29222
29228
  required_arguments = ['dbNodeId']
@@ -29331,7 +29337,7 @@ class DatabaseClient(object):
29331
29337
  :rtype: :class:`~oci.response.Response`
29332
29338
 
29333
29339
  :example:
29334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29335
29341
  """
29336
29342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29337
29343
  required_arguments = ['dbNodeId']
@@ -29481,7 +29487,7 @@ class DatabaseClient(object):
29481
29487
  :rtype: :class:`~oci.response.Response`
29482
29488
 
29483
29489
  :example:
29484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29485
29491
  """
29486
29492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29487
29493
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -29599,7 +29605,7 @@ class DatabaseClient(object):
29599
29605
  :rtype: :class:`~oci.response.Response`
29600
29606
 
29601
29607
  :example:
29602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29603
29609
  """
29604
29610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29605
29611
  required_arguments = ['databaseId']
@@ -29747,7 +29753,7 @@ class DatabaseClient(object):
29747
29753
  :rtype: :class:`~oci.response.Response`
29748
29754
 
29749
29755
  :example:
29750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29751
29757
  """
29752
29758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29753
29759
  required_arguments = ['compartmentId']
@@ -29920,7 +29926,7 @@ class DatabaseClient(object):
29920
29926
  :rtype: :class:`~oci.response.Response`
29921
29927
 
29922
29928
  :example:
29923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29924
29930
  """
29925
29931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29926
29932
  required_arguments = ['databaseId']
@@ -30095,7 +30101,7 @@ class DatabaseClient(object):
30095
30101
  :rtype: :class:`~oci.response.Response`
30096
30102
 
30097
30103
  :example:
30098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30099
30105
  """
30100
30106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30101
30107
  required_arguments = ['compartmentId']
@@ -30225,7 +30231,7 @@ class DatabaseClient(object):
30225
30231
  :rtype: :class:`~oci.response.Response`
30226
30232
 
30227
30233
  :example:
30228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
30229
30235
  """
30230
30236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30231
30237
  required_arguments = ['dbHomeId']
@@ -30333,7 +30339,7 @@ class DatabaseClient(object):
30333
30339
  :rtype: :class:`~oci.response.Response`
30334
30340
 
30335
30341
  :example:
30336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30337
30343
  """
30338
30344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30339
30345
  required_arguments = ['dbHomeId']
@@ -30477,7 +30483,7 @@ class DatabaseClient(object):
30477
30483
  :rtype: :class:`~oci.response.Response`
30478
30484
 
30479
30485
  :example:
30480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30481
30487
  """
30482
30488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30483
30489
  required_arguments = ['compartmentId']
@@ -30641,7 +30647,7 @@ class DatabaseClient(object):
30641
30647
  :rtype: :class:`~oci.response.Response`
30642
30648
 
30643
30649
  :example:
30644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30645
30651
  """
30646
30652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30647
30653
  required_arguments = ['compartmentId']
@@ -30797,7 +30803,7 @@ class DatabaseClient(object):
30797
30803
  :rtype: :class:`~oci.response.Response`
30798
30804
 
30799
30805
  :example:
30800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30801
30807
  """
30802
30808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30803
30809
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -30922,7 +30928,7 @@ class DatabaseClient(object):
30922
30928
  :rtype: :class:`~oci.response.Response`
30923
30929
 
30924
30930
  :example:
30925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30926
30932
  """
30927
30933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30928
30934
  required_arguments = []
@@ -31019,7 +31025,7 @@ class DatabaseClient(object):
31019
31025
  :rtype: :class:`~oci.response.Response`
31020
31026
 
31021
31027
  :example:
31022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
31023
31029
  """
31024
31030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31025
31031
  required_arguments = ['dbSystemId']
@@ -31127,7 +31133,7 @@ class DatabaseClient(object):
31127
31133
  :rtype: :class:`~oci.response.Response`
31128
31134
 
31129
31135
  :example:
31130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31131
31137
  """
31132
31138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31133
31139
  required_arguments = ['dbSystemId']
@@ -31238,7 +31244,7 @@ class DatabaseClient(object):
31238
31244
  :rtype: :class:`~oci.response.Response`
31239
31245
 
31240
31246
  :example:
31241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31242
31248
  """
31243
31249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31244
31250
  required_arguments = ['compartmentId']
@@ -31344,7 +31350,7 @@ class DatabaseClient(object):
31344
31350
  :rtype: :class:`~oci.response.Response`
31345
31351
 
31346
31352
  :example:
31347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31348
31354
  """
31349
31355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31350
31356
  required_arguments = ['storageManagement']
@@ -31480,7 +31486,7 @@ class DatabaseClient(object):
31480
31486
  :rtype: :class:`~oci.response.Response`
31481
31487
 
31482
31488
  :example:
31483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
31484
31490
  """
31485
31491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31486
31492
  required_arguments = ['dbSystemId']
@@ -31627,7 +31633,7 @@ class DatabaseClient(object):
31627
31633
  :rtype: :class:`~oci.response.Response`
31628
31634
 
31629
31635
  :example:
31630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31631
31637
  """
31632
31638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31633
31639
  required_arguments = ['dbSystemId']
@@ -31770,7 +31776,7 @@ class DatabaseClient(object):
31770
31776
  :rtype: :class:`~oci.response.Response`
31771
31777
 
31772
31778
  :example:
31773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31774
31780
  """
31775
31781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31776
31782
  required_arguments = ['compartmentId']
@@ -31921,7 +31927,7 @@ class DatabaseClient(object):
31921
31927
  :rtype: :class:`~oci.response.Response`
31922
31928
 
31923
31929
  :example:
31924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31925
31931
  """
31926
31932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31927
31933
  required_arguments = ['compartmentId']
@@ -32062,7 +32068,7 @@ class DatabaseClient(object):
32062
32068
  :rtype: :class:`~oci.response.Response`
32063
32069
 
32064
32070
  :example:
32065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32066
32072
  """
32067
32073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32068
32074
  required_arguments = ['compartmentId']
@@ -32209,7 +32215,7 @@ class DatabaseClient(object):
32209
32215
  :rtype: :class:`~oci.response.Response`
32210
32216
 
32211
32217
  :example:
32212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
32218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
32213
32219
  """
32214
32220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32215
32221
  required_arguments = ['exadbVmClusterId']
@@ -32340,7 +32346,7 @@ class DatabaseClient(object):
32340
32346
  :rtype: :class:`~oci.response.Response`
32341
32347
 
32342
32348
  :example:
32343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32344
32350
  """
32345
32351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32346
32352
  required_arguments = ['exadbVmClusterId']
@@ -32489,7 +32495,7 @@ class DatabaseClient(object):
32489
32495
  :rtype: :class:`~oci.response.Response`
32490
32496
 
32491
32497
  :example:
32492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32493
32499
  """
32494
32500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32495
32501
  required_arguments = ['compartmentId']
@@ -32649,7 +32655,7 @@ class DatabaseClient(object):
32649
32655
  :rtype: :class:`~oci.response.Response`
32650
32656
 
32651
32657
  :example:
32652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32653
32659
  """
32654
32660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32655
32661
  required_arguments = ['compartmentId']
@@ -32806,7 +32812,7 @@ class DatabaseClient(object):
32806
32812
  :rtype: :class:`~oci.response.Response`
32807
32813
 
32808
32814
  :example:
32809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32810
32816
  """
32811
32817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32812
32818
  required_arguments = ['compartmentId']
@@ -32961,7 +32967,7 @@ class DatabaseClient(object):
32961
32967
  :rtype: :class:`~oci.response.Response`
32962
32968
 
32963
32969
  :example:
32964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32965
32971
  """
32966
32972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32967
32973
  required_arguments = ['compartmentId']
@@ -33116,7 +33122,7 @@ class DatabaseClient(object):
33116
33122
  :rtype: :class:`~oci.response.Response`
33117
33123
 
33118
33124
  :example:
33119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33120
33126
  """
33121
33127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33122
33128
  required_arguments = ['compartmentId']
@@ -33274,7 +33280,7 @@ class DatabaseClient(object):
33274
33280
  :rtype: :class:`~oci.response.Response`
33275
33281
 
33276
33282
  :example:
33277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33278
33284
  """
33279
33285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33280
33286
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -33428,7 +33434,7 @@ class DatabaseClient(object):
33428
33434
  :rtype: :class:`~oci.response.Response`
33429
33435
 
33430
33436
  :example:
33431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33432
33438
  """
33433
33439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33434
33440
  required_arguments = ['compartmentId']
@@ -33587,7 +33593,7 @@ class DatabaseClient(object):
33587
33593
  :rtype: :class:`~oci.response.Response`
33588
33594
 
33589
33595
  :example:
33590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33591
33597
  """
33592
33598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33593
33599
  required_arguments = ['compartmentId']
@@ -33734,7 +33740,7 @@ class DatabaseClient(object):
33734
33740
  :rtype: :class:`~oci.response.Response`
33735
33741
 
33736
33742
  :example:
33737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33738
33744
  """
33739
33745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33740
33746
  required_arguments = ['compartmentId']
@@ -33883,7 +33889,7 @@ class DatabaseClient(object):
33883
33889
  :rtype: :class:`~oci.response.Response`
33884
33890
 
33885
33891
  :example:
33886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33887
33893
  """
33888
33894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33889
33895
  required_arguments = ['version']
@@ -34043,7 +34049,7 @@ class DatabaseClient(object):
34043
34049
  :rtype: :class:`~oci.response.Response`
34044
34050
 
34045
34051
  :example:
34046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34047
34053
  """
34048
34054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34049
34055
  required_arguments = ['compartmentId']
@@ -34158,7 +34164,7 @@ class DatabaseClient(object):
34158
34164
  :rtype: :class:`~oci.response.Response`
34159
34165
 
34160
34166
  :example:
34161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34162
34168
  """
34163
34169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34164
34170
  required_arguments = ['compartmentId']
@@ -34296,7 +34302,7 @@ class DatabaseClient(object):
34296
34302
  :rtype: :class:`~oci.response.Response`
34297
34303
 
34298
34304
  :example:
34299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34300
34306
  """
34301
34307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34302
34308
  required_arguments = ['compartmentId']
@@ -34492,7 +34498,7 @@ class DatabaseClient(object):
34492
34498
  :rtype: :class:`~oci.response.Response`
34493
34499
 
34494
34500
  :example:
34495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34496
34502
  """
34497
34503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34498
34504
  required_arguments = ['compartmentId']
@@ -34670,7 +34676,7 @@ class DatabaseClient(object):
34670
34676
  :rtype: :class:`~oci.response.Response`
34671
34677
 
34672
34678
  :example:
34673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34674
34680
  """
34675
34681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34676
34682
  required_arguments = ['compartmentId']
@@ -34802,7 +34808,7 @@ class DatabaseClient(object):
34802
34808
  :rtype: :class:`~oci.response.Response`
34803
34809
 
34804
34810
  :example:
34805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34806
34812
  """
34807
34813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34808
34814
  required_arguments = ['type']
@@ -34931,7 +34937,7 @@ class DatabaseClient(object):
34931
34937
  :rtype: :class:`~oci.response.Response`
34932
34938
 
34933
34939
  :example:
34934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34935
34941
  """
34936
34942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34937
34943
  required_arguments = ['databaseId']
@@ -35101,7 +35107,7 @@ class DatabaseClient(object):
35101
35107
  :rtype: :class:`~oci.response.Response`
35102
35108
 
35103
35109
  :example:
35104
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35105
35111
  """
35106
35112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35107
35113
  required_arguments = []
@@ -35243,7 +35249,7 @@ class DatabaseClient(object):
35243
35249
  :rtype: :class:`~oci.response.Response`
35244
35250
 
35245
35251
  :example:
35246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35247
35253
  """
35248
35254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35249
35255
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -35392,7 +35398,7 @@ class DatabaseClient(object):
35392
35398
  :rtype: :class:`~oci.response.Response`
35393
35399
 
35394
35400
  :example:
35395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35396
35402
  """
35397
35403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35398
35404
  required_arguments = ['compartmentId']
@@ -35557,7 +35563,7 @@ class DatabaseClient(object):
35557
35563
  :rtype: :class:`~oci.response.Response`
35558
35564
 
35559
35565
  :example:
35560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35561
35567
  """
35562
35568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35563
35569
  required_arguments = ['compartmentId']
@@ -35713,7 +35719,7 @@ class DatabaseClient(object):
35713
35719
  :rtype: :class:`~oci.response.Response`
35714
35720
 
35715
35721
  :example:
35716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35717
35723
  """
35718
35724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35719
35725
  required_arguments = ['compartmentId']
@@ -35868,7 +35874,7 @@ class DatabaseClient(object):
35868
35874
  :rtype: :class:`~oci.response.Response`
35869
35875
 
35870
35876
  :example:
35871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35872
35878
  """
35873
35879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35874
35880
  required_arguments = ['schedulingPolicyId']
@@ -36033,7 +36039,7 @@ class DatabaseClient(object):
36033
36039
  :rtype: :class:`~oci.response.Response`
36034
36040
 
36035
36041
  :example:
36036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36037
36043
  """
36038
36044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36039
36045
  required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
@@ -36181,7 +36187,7 @@ class DatabaseClient(object):
36181
36187
  :rtype: :class:`~oci.response.Response`
36182
36188
 
36183
36189
  :example:
36184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36185
36191
  """
36186
36192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36187
36193
  required_arguments = ['compartmentId', 'giVersion']
@@ -36323,7 +36329,7 @@ class DatabaseClient(object):
36323
36329
  :rtype: :class:`~oci.response.Response`
36324
36330
 
36325
36331
  :example:
36326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36327
36333
  """
36328
36334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36329
36335
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -36464,7 +36470,7 @@ class DatabaseClient(object):
36464
36470
  :rtype: :class:`~oci.response.Response`
36465
36471
 
36466
36472
  :example:
36467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
36468
36474
  """
36469
36475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36470
36476
  required_arguments = ['vmClusterId']
@@ -36572,7 +36578,7 @@ class DatabaseClient(object):
36572
36578
  :rtype: :class:`~oci.response.Response`
36573
36579
 
36574
36580
  :example:
36575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36576
36582
  """
36577
36583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36578
36584
  required_arguments = ['vmClusterId']
@@ -36693,7 +36699,7 @@ class DatabaseClient(object):
36693
36699
  :rtype: :class:`~oci.response.Response`
36694
36700
 
36695
36701
  :example:
36696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
36697
36703
  """
36698
36704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36699
36705
  required_arguments = ['vmClusterId']
@@ -36835,7 +36841,7 @@ class DatabaseClient(object):
36835
36841
  :rtype: :class:`~oci.response.Response`
36836
36842
 
36837
36843
  :example:
36838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36839
36845
  """
36840
36846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36841
36847
  required_arguments = ['vmClusterId']
@@ -36994,7 +37000,7 @@ class DatabaseClient(object):
36994
37000
  :rtype: :class:`~oci.response.Response`
36995
37001
 
36996
37002
  :example:
36997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
37003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36998
37004
  """
36999
37005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37000
37006
  required_arguments = ['compartmentId']
@@ -37147,7 +37153,7 @@ class DatabaseClient(object):
37147
37153
  :rtype: :class:`~oci.response.Response`
37148
37154
 
37149
37155
  :example:
37150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37151
37157
  """
37152
37158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37153
37159
  required_arguments = ['pluggableDatabaseId']
@@ -37262,7 +37268,7 @@ class DatabaseClient(object):
37262
37268
  :rtype: :class:`~oci.response.Response`
37263
37269
 
37264
37270
  :example:
37265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
37271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
37266
37272
  """
37267
37273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37268
37274
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -37382,7 +37388,7 @@ class DatabaseClient(object):
37382
37388
  :rtype: :class:`~oci.response.Response`
37383
37389
 
37384
37390
  :example:
37385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
37391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
37386
37392
  """
37387
37393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37388
37394
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -37501,7 +37507,7 @@ class DatabaseClient(object):
37501
37507
  :rtype: :class:`~oci.response.Response`
37502
37508
 
37503
37509
  :example:
37504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
37505
37511
  """
37506
37512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37507
37513
  required_arguments = ['dbSystemId']
@@ -37621,7 +37627,7 @@ class DatabaseClient(object):
37621
37627
  :rtype: :class:`~oci.response.Response`
37622
37628
 
37623
37629
  :example:
37624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37625
37631
  """
37626
37632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37627
37633
  required_arguments = ['databaseId']
@@ -37741,7 +37747,7 @@ class DatabaseClient(object):
37741
37747
  :rtype: :class:`~oci.response.Response`
37742
37748
 
37743
37749
  :example:
37744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37745
37751
  """
37746
37752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37747
37753
  required_arguments = ['databaseId']
@@ -37861,7 +37867,7 @@ class DatabaseClient(object):
37861
37867
  :rtype: :class:`~oci.response.Response`
37862
37868
 
37863
37869
  :example:
37864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37865
37871
  """
37866
37872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37867
37873
  required_arguments = ['pluggableDatabaseId']
@@ -37981,7 +37987,7 @@ class DatabaseClient(object):
37981
37987
  :rtype: :class:`~oci.response.Response`
37982
37988
 
37983
37989
  :example:
37984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37985
37991
  """
37986
37992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37987
37993
  required_arguments = ['executionActionId']
@@ -38098,7 +38104,7 @@ class DatabaseClient(object):
38098
38104
  :rtype: :class:`~oci.response.Response`
38099
38105
 
38100
38106
  :example:
38101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38102
38108
  """
38103
38109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38104
38110
  required_arguments = ['pluggableDatabaseId']
@@ -38208,7 +38214,7 @@ class DatabaseClient(object):
38208
38214
  :rtype: :class:`~oci.response.Response`
38209
38215
 
38210
38216
  :example:
38211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38212
38218
  """
38213
38219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38214
38220
  required_arguments = ['autonomousDatabaseId']
@@ -38317,7 +38323,7 @@ class DatabaseClient(object):
38317
38323
  :rtype: :class:`~oci.response.Response`
38318
38324
 
38319
38325
  :example:
38320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38321
38327
  """
38322
38328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38323
38329
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38424,7 +38430,7 @@ class DatabaseClient(object):
38424
38430
  :rtype: :class:`~oci.response.Response`
38425
38431
 
38426
38432
  :example:
38427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
38428
38434
  """
38429
38435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38430
38436
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -38540,7 +38546,7 @@ class DatabaseClient(object):
38540
38546
  :rtype: :class:`~oci.response.Response`
38541
38547
 
38542
38548
  :example:
38543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38544
38550
  """
38545
38551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38546
38552
  required_arguments = ['databaseId']
@@ -38655,7 +38661,7 @@ class DatabaseClient(object):
38655
38661
  :rtype: :class:`~oci.response.Response`
38656
38662
 
38657
38663
  :example:
38658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38659
38665
  """
38660
38666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38661
38667
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38773,7 +38779,7 @@ class DatabaseClient(object):
38773
38779
  :rtype: :class:`~oci.response.Response`
38774
38780
 
38775
38781
  :example:
38776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38777
38783
  """
38778
38784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38779
38785
  required_arguments = ['pluggableDatabaseId']
@@ -38893,7 +38899,7 @@ class DatabaseClient(object):
38893
38899
  :rtype: :class:`~oci.response.Response`
38894
38900
 
38895
38901
  :example:
38896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
38897
38903
  """
38898
38904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38899
38905
  required_arguments = ['cloudVmClusterId']
@@ -39013,7 +39019,7 @@ class DatabaseClient(object):
39013
39019
  :rtype: :class:`~oci.response.Response`
39014
39020
 
39015
39021
  :example:
39016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
39022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
39017
39023
  """
39018
39024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39019
39025
  required_arguments = ['exadbVmClusterId']
@@ -39133,7 +39139,7 @@ class DatabaseClient(object):
39133
39139
  :rtype: :class:`~oci.response.Response`
39134
39140
 
39135
39141
  :example:
39136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
39142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
39137
39143
  """
39138
39144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39139
39145
  required_arguments = ['vmClusterId']
@@ -39253,7 +39259,7 @@ class DatabaseClient(object):
39253
39259
  :rtype: :class:`~oci.response.Response`
39254
39260
 
39255
39261
  :example:
39256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39257
39263
  """
39258
39264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39259
39265
  required_arguments = ['executionWindowId']
@@ -39373,7 +39379,7 @@ class DatabaseClient(object):
39373
39379
  :rtype: :class:`~oci.response.Response`
39374
39380
 
39375
39381
  :example:
39376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39377
39383
  """
39378
39384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39379
39385
  required_arguments = ['schedulingPlanId']
@@ -39499,7 +39505,7 @@ class DatabaseClient(object):
39499
39505
  :rtype: :class:`~oci.response.Response`
39500
39506
 
39501
39507
  :example:
39502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39503
39509
  """
39504
39510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39505
39511
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -39618,7 +39624,7 @@ class DatabaseClient(object):
39618
39624
  :rtype: :class:`~oci.response.Response`
39619
39625
 
39620
39626
  :example:
39621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39622
39628
  """
39623
39629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39624
39630
  required_arguments = []
@@ -39724,7 +39730,7 @@ class DatabaseClient(object):
39724
39730
  :rtype: :class:`~oci.response.Response`
39725
39731
 
39726
39732
  :example:
39727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39728
39734
  """
39729
39735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39730
39736
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39830,7 +39836,7 @@ class DatabaseClient(object):
39830
39836
  :rtype: :class:`~oci.response.Response`
39831
39837
 
39832
39838
  :example:
39833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39834
39840
  """
39835
39841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39836
39842
  required_arguments = ['autonomousDatabaseId']
@@ -39939,7 +39945,7 @@ class DatabaseClient(object):
39939
39945
  :rtype: :class:`~oci.response.Response`
39940
39946
 
39941
39947
  :example:
39942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39943
39949
  """
39944
39950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39945
39951
  required_arguments = ['autonomousDatabaseId']
@@ -40046,7 +40052,7 @@ class DatabaseClient(object):
40046
40052
  :rtype: :class:`~oci.response.Response`
40047
40053
 
40048
40054
  :example:
40049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40050
40056
  """
40051
40057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40052
40058
  required_arguments = ['databaseId']
@@ -40163,7 +40169,7 @@ class DatabaseClient(object):
40163
40169
  :rtype: :class:`~oci.response.Response`
40164
40170
 
40165
40171
  :example:
40166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
40167
40173
  """
40168
40174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40169
40175
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40286,7 +40292,7 @@ class DatabaseClient(object):
40286
40292
  :rtype: :class:`~oci.response.Response`
40287
40293
 
40288
40294
  :example:
40289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40290
40296
  """
40291
40297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40292
40298
  required_arguments = ['autonomousDatabaseId']
@@ -40407,7 +40413,7 @@ class DatabaseClient(object):
40407
40413
  :rtype: :class:`~oci.response.Response`
40408
40414
 
40409
40415
  :example:
40410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
40411
40417
  """
40412
40418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40413
40419
  required_arguments = ['autonomousVmClusterId']
@@ -40525,7 +40531,7 @@ class DatabaseClient(object):
40525
40531
  :rtype: :class:`~oci.response.Response`
40526
40532
 
40527
40533
  :example:
40528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
40529
40535
  """
40530
40536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40531
40537
  required_arguments = ['autonomousVmClusterId']
@@ -40643,7 +40649,7 @@ class DatabaseClient(object):
40643
40649
  :rtype: :class:`~oci.response.Response`
40644
40650
 
40645
40651
  :example:
40646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
40647
40653
  """
40648
40654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40649
40655
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40762,7 +40768,7 @@ class DatabaseClient(object):
40762
40768
  :rtype: :class:`~oci.response.Response`
40763
40769
 
40764
40770
  :example:
40765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
40766
40772
  """
40767
40773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40768
40774
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40878,7 +40884,7 @@ class DatabaseClient(object):
40878
40884
  :rtype: :class:`~oci.response.Response`
40879
40885
 
40880
40886
  :example:
40881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40882
40888
  """
40883
40889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40884
40890
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40991,7 +40997,7 @@ class DatabaseClient(object):
40991
40997
  :rtype: :class:`~oci.response.Response`
40992
40998
 
40993
40999
  :example:
40994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
41000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40995
41001
  """
40996
41002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40997
41003
  required_arguments = ['pluggableDatabaseId']
@@ -41104,7 +41110,7 @@ class DatabaseClient(object):
41104
41110
  :rtype: :class:`~oci.response.Response`
41105
41111
 
41106
41112
  :example:
41107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41108
41114
  """
41109
41115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41110
41116
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41219,7 +41225,7 @@ class DatabaseClient(object):
41219
41225
  :rtype: :class:`~oci.response.Response`
41220
41226
 
41221
41227
  :example:
41222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41223
41229
  """
41224
41230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41225
41231
  required_arguments = ['databaseId']
@@ -41322,7 +41328,7 @@ class DatabaseClient(object):
41322
41328
  :rtype: :class:`~oci.response.Response`
41323
41329
 
41324
41330
  :example:
41325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41326
41332
  """
41327
41333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41328
41334
  required_arguments = ['autonomousDatabaseId']
@@ -41434,7 +41440,7 @@ class DatabaseClient(object):
41434
41440
  :rtype: :class:`~oci.response.Response`
41435
41441
 
41436
41442
  :example:
41437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
41443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
41438
41444
  """
41439
41445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41440
41446
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -41557,7 +41563,7 @@ class DatabaseClient(object):
41557
41563
  :rtype: :class:`~oci.response.Response`
41558
41564
 
41559
41565
  :example:
41560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41561
41567
  """
41562
41568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41563
41569
  required_arguments = ['databaseId']
@@ -41679,7 +41685,7 @@ class DatabaseClient(object):
41679
41685
  :rtype: :class:`~oci.response.Response`
41680
41686
 
41681
41687
  :example:
41682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41683
41689
  """
41684
41690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41685
41691
  required_arguments = ['pluggableDatabaseId']
@@ -41790,7 +41796,7 @@ class DatabaseClient(object):
41790
41796
  :rtype: :class:`~oci.response.Response`
41791
41797
 
41792
41798
  :example:
41793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41794
41800
  """
41795
41801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41796
41802
  required_arguments = ['autonomousDatabaseId']
@@ -41896,7 +41902,7 @@ class DatabaseClient(object):
41896
41902
  :rtype: :class:`~oci.response.Response`
41897
41903
 
41898
41904
  :example:
41899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41900
41906
  """
41901
41907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41902
41908
  required_arguments = ['autonomousDatabaseId']
@@ -42008,7 +42014,7 @@ class DatabaseClient(object):
42008
42014
  :rtype: :class:`~oci.response.Response`
42009
42015
 
42010
42016
  :example:
42011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42012
42018
  """
42013
42019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42014
42020
  required_arguments = ['pluggableDatabaseId']
@@ -42120,7 +42126,7 @@ class DatabaseClient(object):
42120
42126
  :rtype: :class:`~oci.response.Response`
42121
42127
 
42122
42128
  :example:
42123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42124
42130
  """
42125
42131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42126
42132
  required_arguments = ['autonomousDatabaseId']
@@ -42234,7 +42240,7 @@ class DatabaseClient(object):
42234
42240
  :rtype: :class:`~oci.response.Response`
42235
42241
 
42236
42242
  :example:
42237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42238
42244
  """
42239
42245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42240
42246
  required_arguments = ['pluggableDatabaseId']
@@ -42357,7 +42363,7 @@ class DatabaseClient(object):
42357
42363
  :rtype: :class:`~oci.response.Response`
42358
42364
 
42359
42365
  :example:
42360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42361
42367
  """
42362
42368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42363
42369
  required_arguments = ['databaseId']
@@ -42470,7 +42476,7 @@ class DatabaseClient(object):
42470
42476
  :rtype: :class:`~oci.response.Response`
42471
42477
 
42472
42478
  :example:
42473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42474
42480
  """
42475
42481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42476
42482
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42579,7 +42585,7 @@ class DatabaseClient(object):
42579
42585
  :rtype: :class:`~oci.response.Response`
42580
42586
 
42581
42587
  :example:
42582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
42588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
42583
42589
  """
42584
42590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42585
42591
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42702,7 +42708,7 @@ class DatabaseClient(object):
42702
42708
  :rtype: :class:`~oci.response.Response`
42703
42709
 
42704
42710
  :example:
42705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42706
42712
  """
42707
42713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42708
42714
  required_arguments = ['autonomousDatabaseId']
@@ -42828,7 +42834,7 @@ class DatabaseClient(object):
42828
42834
  :rtype: :class:`~oci.response.Response`
42829
42835
 
42830
42836
  :example:
42831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42832
42838
  """
42833
42839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42834
42840
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42931,7 +42937,7 @@ class DatabaseClient(object):
42931
42937
  :rtype: :class:`~oci.response.Response`
42932
42938
 
42933
42939
  :example:
42934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42935
42941
  """
42936
42942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42937
42943
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43029,7 +43035,7 @@ class DatabaseClient(object):
43029
43035
  :rtype: :class:`~oci.response.Response`
43030
43036
 
43031
43037
  :example:
43032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43033
43039
  """
43034
43040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43035
43041
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -43134,7 +43140,7 @@ class DatabaseClient(object):
43134
43140
  :rtype: :class:`~oci.response.Response`
43135
43141
 
43136
43142
  :example:
43137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43138
43144
  """
43139
43145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43140
43146
  required_arguments = ['dbSystemId']
@@ -43235,7 +43241,7 @@ class DatabaseClient(object):
43235
43241
  :rtype: :class:`~oci.response.Response`
43236
43242
 
43237
43243
  :example:
43238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43239
43245
  """
43240
43246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43241
43247
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43348,7 +43354,7 @@ class DatabaseClient(object):
43348
43354
  :rtype: :class:`~oci.response.Response`
43349
43355
 
43350
43356
  :example:
43351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
43357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
43352
43358
  """
43353
43359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43354
43360
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -43463,7 +43469,7 @@ class DatabaseClient(object):
43463
43469
  :rtype: :class:`~oci.response.Response`
43464
43470
 
43465
43471
  :example:
43466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43467
43473
  """
43468
43474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43469
43475
  required_arguments = ['autonomousDatabaseId']
@@ -43579,7 +43585,7 @@ class DatabaseClient(object):
43579
43585
  :rtype: :class:`~oci.response.Response`
43580
43586
 
43581
43587
  :example:
43582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43583
43589
  """
43584
43590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43585
43591
  required_arguments = ['autonomousDatabaseBackupId']
@@ -43685,7 +43691,7 @@ class DatabaseClient(object):
43685
43691
  :rtype: :class:`~oci.response.Response`
43686
43692
 
43687
43693
  :example:
43688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43689
43695
  """
43690
43696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43691
43697
  required_arguments = []
@@ -43781,7 +43787,7 @@ class DatabaseClient(object):
43781
43787
  :rtype: :class:`~oci.response.Response`
43782
43788
 
43783
43789
  :example:
43784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43785
43791
  """
43786
43792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43787
43793
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -43890,7 +43896,7 @@ class DatabaseClient(object):
43890
43896
  :rtype: :class:`~oci.response.Response`
43891
43897
 
43892
43898
  :example:
43893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43894
43900
  """
43895
43901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43896
43902
  required_arguments = ['autonomousDatabaseId']
@@ -43995,7 +44001,7 @@ class DatabaseClient(object):
43995
44001
  :rtype: :class:`~oci.response.Response`
43996
44002
 
43997
44003
  :example:
43998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
44004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43999
44005
  """
44000
44006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44001
44007
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -44103,7 +44109,7 @@ class DatabaseClient(object):
44103
44109
  :rtype: :class:`~oci.response.Response`
44104
44110
 
44105
44111
  :example:
44106
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44107
44113
  """
44108
44114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44109
44115
  required_arguments = ['autonomousVmClusterId']
@@ -44213,7 +44219,7 @@ class DatabaseClient(object):
44213
44219
  :rtype: :class:`~oci.response.Response`
44214
44220
 
44215
44221
  :example:
44216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44217
44223
  """
44218
44224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44219
44225
  required_arguments = ['backupId']
@@ -44326,7 +44332,7 @@ class DatabaseClient(object):
44326
44332
  :rtype: :class:`~oci.response.Response`
44327
44333
 
44328
44334
  :example:
44329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44330
44336
  """
44331
44337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44332
44338
  required_arguments = ['backupDestinationId']
@@ -44436,7 +44442,7 @@ class DatabaseClient(object):
44436
44442
  :rtype: :class:`~oci.response.Response`
44437
44443
 
44438
44444
  :example:
44439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44440
44446
  """
44441
44447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44442
44448
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -44546,7 +44552,7 @@ class DatabaseClient(object):
44546
44552
  :rtype: :class:`~oci.response.Response`
44547
44553
 
44548
44554
  :example:
44549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44550
44556
  """
44551
44557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44552
44558
  required_arguments = ['cloudExadataInfrastructureId']
@@ -44656,7 +44662,7 @@ class DatabaseClient(object):
44656
44662
  :rtype: :class:`~oci.response.Response`
44657
44663
 
44658
44664
  :example:
44659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44660
44666
  """
44661
44667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44662
44668
  required_arguments = ['cloudVmClusterId']
@@ -44766,7 +44772,7 @@ class DatabaseClient(object):
44766
44772
  :rtype: :class:`~oci.response.Response`
44767
44773
 
44768
44774
  :example:
44769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
44775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
44770
44776
  """
44771
44777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44772
44778
  required_arguments = ['cloudVmClusterId']
@@ -44879,7 +44885,7 @@ class DatabaseClient(object):
44879
44885
  :rtype: :class:`~oci.response.Response`
44880
44886
 
44881
44887
  :example:
44882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44883
44889
  """
44884
44890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44885
44891
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -44993,7 +44999,7 @@ class DatabaseClient(object):
44993
44999
  :rtype: :class:`~oci.response.Response`
44994
45000
 
44995
45001
  :example:
44996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
45002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44997
45003
  """
44998
45004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44999
45005
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -45114,7 +45120,7 @@ class DatabaseClient(object):
45114
45120
  :rtype: :class:`~oci.response.Response`
45115
45121
 
45116
45122
  :example:
45117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45118
45124
  """
45119
45125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45120
45126
  required_arguments = ['databaseId']
@@ -45232,7 +45238,7 @@ class DatabaseClient(object):
45232
45238
  :rtype: :class:`~oci.response.Response`
45233
45239
 
45234
45240
  :example:
45235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45236
45242
  """
45237
45243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45238
45244
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -45340,7 +45346,7 @@ class DatabaseClient(object):
45340
45346
  :rtype: :class:`~oci.response.Response`
45341
45347
 
45342
45348
  :example:
45343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
45349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_database.py.html>`__ to see an example of how to use update_database API.
45344
45350
  """
45345
45351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45346
45352
  required_arguments = ['databaseId']
@@ -45445,7 +45451,7 @@ class DatabaseClient(object):
45445
45451
  :rtype: :class:`~oci.response.Response`
45446
45452
 
45447
45453
  :example:
45448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45449
45455
  """
45450
45456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45451
45457
  required_arguments = ['databaseSoftwareImageId']
@@ -45550,7 +45556,7 @@ class DatabaseClient(object):
45550
45556
  :rtype: :class:`~oci.response.Response`
45551
45557
 
45552
45558
  :example:
45553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45554
45560
  """
45555
45561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45556
45562
  required_arguments = ['dbHomeId']
@@ -45658,7 +45664,7 @@ class DatabaseClient(object):
45658
45664
  :rtype: :class:`~oci.response.Response`
45659
45665
 
45660
45666
  :example:
45661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45662
45668
  """
45663
45669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45664
45670
  required_arguments = ['dbNodeId']
@@ -45772,7 +45778,7 @@ class DatabaseClient(object):
45772
45778
  :rtype: :class:`~oci.response.Response`
45773
45779
 
45774
45780
  :example:
45775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45776
45782
  """
45777
45783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45778
45784
  required_arguments = ['dbSystemId']
@@ -45881,7 +45887,7 @@ class DatabaseClient(object):
45881
45887
  :rtype: :class:`~oci.response.Response`
45882
45888
 
45883
45889
  :example:
45884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45885
45891
  """
45886
45892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45887
45893
  required_arguments = ['exadataInfrastructureId']
@@ -46001,7 +46007,7 @@ class DatabaseClient(object):
46001
46007
  :rtype: :class:`~oci.response.Response`
46002
46008
 
46003
46009
  :example:
46004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46005
46011
  """
46006
46012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46007
46013
  required_arguments = ['dbSystemId']
@@ -46111,7 +46117,7 @@ class DatabaseClient(object):
46111
46117
  :rtype: :class:`~oci.response.Response`
46112
46118
 
46113
46119
  :example:
46114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46115
46121
  """
46116
46122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46117
46123
  required_arguments = ['exadbVmClusterId']
@@ -46221,7 +46227,7 @@ class DatabaseClient(object):
46221
46227
  :rtype: :class:`~oci.response.Response`
46222
46228
 
46223
46229
  :example:
46224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46225
46231
  """
46226
46232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46227
46233
  required_arguments = ['exascaleDbStorageVaultId']
@@ -46331,7 +46337,7 @@ class DatabaseClient(object):
46331
46337
  :rtype: :class:`~oci.response.Response`
46332
46338
 
46333
46339
  :example:
46334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46335
46341
  """
46336
46342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46337
46343
  required_arguments = ['executionActionId']
@@ -46441,7 +46447,7 @@ class DatabaseClient(object):
46441
46447
  :rtype: :class:`~oci.response.Response`
46442
46448
 
46443
46449
  :example:
46444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46445
46451
  """
46446
46452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46447
46453
  required_arguments = ['executionWindowId']
@@ -46554,7 +46560,7 @@ class DatabaseClient(object):
46554
46560
  :rtype: :class:`~oci.response.Response`
46555
46561
 
46556
46562
  :example:
46557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46558
46564
  """
46559
46565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46560
46566
  required_arguments = ['externalContainerDatabaseId']
@@ -46665,7 +46671,7 @@ class DatabaseClient(object):
46665
46671
  :rtype: :class:`~oci.response.Response`
46666
46672
 
46667
46673
  :example:
46668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46669
46675
  """
46670
46676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46671
46677
  required_arguments = ['externalDatabaseConnectorId']
@@ -46775,7 +46781,7 @@ class DatabaseClient(object):
46775
46781
  :rtype: :class:`~oci.response.Response`
46776
46782
 
46777
46783
  :example:
46778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46779
46785
  """
46780
46786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46781
46787
  required_arguments = ['externalNonContainerDatabaseId']
@@ -46887,7 +46893,7 @@ class DatabaseClient(object):
46887
46893
  :rtype: :class:`~oci.response.Response`
46888
46894
 
46889
46895
  :example:
46890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46891
46897
  """
46892
46898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46893
46899
  required_arguments = ['externalPluggableDatabaseId']
@@ -46997,7 +47003,7 @@ class DatabaseClient(object):
46997
47003
  :rtype: :class:`~oci.response.Response`
46998
47004
 
46999
47005
  :example:
47000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47001
47007
  """
47002
47008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47003
47009
  required_arguments = ['keyStoreId']
@@ -47102,7 +47108,7 @@ class DatabaseClient(object):
47102
47108
  :rtype: :class:`~oci.response.Response`
47103
47109
 
47104
47110
  :example:
47105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47106
47112
  """
47107
47113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47108
47114
  required_arguments = ['maintenanceRunId']
@@ -47210,7 +47216,7 @@ class DatabaseClient(object):
47210
47216
  :rtype: :class:`~oci.response.Response`
47211
47217
 
47212
47218
  :example:
47213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47214
47220
  """
47215
47221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47216
47222
  required_arguments = ['oneoffPatchId']
@@ -47317,7 +47323,7 @@ class DatabaseClient(object):
47317
47323
  :rtype: :class:`~oci.response.Response`
47318
47324
 
47319
47325
  :example:
47320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47321
47327
  """
47322
47328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47323
47329
  required_arguments = ['pluggableDatabaseId']
@@ -47425,7 +47431,7 @@ class DatabaseClient(object):
47425
47431
  :rtype: :class:`~oci.response.Response`
47426
47432
 
47427
47433
  :example:
47428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47429
47435
  """
47430
47436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47431
47437
  required_arguments = ['scheduledActionId']
@@ -47535,7 +47541,7 @@ class DatabaseClient(object):
47535
47541
  :rtype: :class:`~oci.response.Response`
47536
47542
 
47537
47543
  :example:
47538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47539
47545
  """
47540
47546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47541
47547
  required_arguments = ['schedulingPolicyId']
@@ -47650,7 +47656,7 @@ class DatabaseClient(object):
47650
47656
  :rtype: :class:`~oci.response.Response`
47651
47657
 
47652
47658
  :example:
47653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47654
47660
  """
47655
47661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47656
47662
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -47761,7 +47767,7 @@ class DatabaseClient(object):
47761
47767
  :rtype: :class:`~oci.response.Response`
47762
47768
 
47763
47769
  :example:
47764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47765
47771
  """
47766
47772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47767
47773
  required_arguments = ['vmClusterId']
@@ -47877,7 +47883,7 @@ class DatabaseClient(object):
47877
47883
  :rtype: :class:`~oci.response.Response`
47878
47884
 
47879
47885
  :example:
47880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47881
47887
  """
47882
47888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47883
47889
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -47988,7 +47994,7 @@ class DatabaseClient(object):
47988
47994
  :rtype: :class:`~oci.response.Response`
47989
47995
 
47990
47996
  :example:
47991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47992
47998
  """
47993
47999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47994
48000
  required_arguments = ['databaseId']
@@ -48105,7 +48111,7 @@ class DatabaseClient(object):
48105
48111
  :rtype: :class:`~oci.response.Response`
48106
48112
 
48107
48113
  :example:
48108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48109
48115
  """
48110
48116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48111
48117
  required_arguments = ['dbSystemId']
@@ -48222,7 +48228,7 @@ class DatabaseClient(object):
48222
48228
  :rtype: :class:`~oci.response.Response`
48223
48229
 
48224
48230
  :example:
48225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.2/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48226
48232
  """
48227
48233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48228
48234
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']