oci 2.100.0__py3-none-any.whl → 2.102.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (487) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/__init__.py +12 -0
  3. oci/access_governance_cp/access_governance_cp_client.py +999 -0
  4. oci/access_governance_cp/access_governance_cp_client_composite_operations.py +165 -0
  5. oci/access_governance_cp/models/__init__.py +30 -0
  6. oci/{data_connectivity/models/change_endpoint_compartment_details.py → access_governance_cp/models/change_governance_instance_compartment_details.py} +10 -10
  7. oci/access_governance_cp/models/create_governance_instance_details.py +349 -0
  8. oci/access_governance_cp/models/governance_instance.py +500 -0
  9. oci/{data_connectivity/models/work_request_summary_collection.py → access_governance_cp/models/governance_instance_collection.py} +14 -14
  10. oci/{data_connectivity/models/types_summary_collection.py → access_governance_cp/models/governance_instance_configuration.py} +20 -24
  11. oci/access_governance_cp/models/governance_instance_summary.py +469 -0
  12. oci/access_governance_cp/models/sender_config.py +194 -0
  13. oci/access_governance_cp/models/update_governance_instance_configuration_details.py +66 -0
  14. oci/access_governance_cp/models/update_governance_instance_details.py +223 -0
  15. oci/access_governance_cp/models/update_sender_config.py +163 -0
  16. oci/adm/application_dependency_management_client.py +18 -18
  17. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  18. oci/ai_document/ai_service_document_client.py +3 -3
  19. oci/ai_language/ai_service_language_client.py +35 -35
  20. oci/ai_speech/ai_service_speech_client.py +9 -9
  21. oci/ai_vision/ai_service_vision_client.py +25 -25
  22. oci/analytics/analytics_client.py +23 -23
  23. oci/announcements_service/announcement_client.py +4 -4
  24. oci/announcements_service/announcement_subscription_client.py +9 -9
  25. oci/announcements_service/announcements_preferences_client.py +4 -4
  26. oci/apigateway/api_gateway_client.py +21 -21
  27. oci/apigateway/deployment_client.py +6 -6
  28. oci/apigateway/gateway_client.py +6 -6
  29. oci/apigateway/subscribers_client.py +6 -6
  30. oci/apigateway/usage_plans_client.py +6 -6
  31. oci/apigateway/work_requests_client.py +5 -5
  32. oci/apm_config/config_client.py +8 -8
  33. oci/apm_control_plane/apm_domain_client.py +14 -14
  34. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  35. oci/apm_traces/query_client.py +2 -2
  36. oci/apm_traces/trace_client.py +4 -4
  37. oci/application_migration/application_migration_client.py +19 -19
  38. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  39. oci/artifacts/artifacts_client.py +30 -30
  40. oci/audit/audit_client.py +3 -3
  41. oci/autoscaling/auto_scaling_client.py +11 -11
  42. oci/bastion/bastion_client.py +15 -15
  43. oci/bds/bds_client.py +40 -40
  44. oci/blockchain/blockchain_platform_client.py +27 -27
  45. oci/budget/budget_client.py +10 -10
  46. oci/certificates/certificates_client.py +5 -5
  47. oci/certificates_management/certificates_management_client.py +32 -32
  48. oci/cims/incident_client.py +7 -7
  49. oci/cims/user_client.py +1 -1
  50. oci/cloud_bridge/common_client.py +5 -5
  51. oci/cloud_bridge/discovery_client.py +14 -14
  52. oci/cloud_bridge/inventory_client.py +16 -16
  53. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  54. oci/cloud_guard/cloud_guard_client.py +133 -133
  55. oci/cloud_migrations/migration_client.py +43 -43
  56. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  57. oci/compute_instance_agent/plugin_client.py +2 -2
  58. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  59. oci/container_engine/container_engine_client.py +36 -36
  60. oci/container_instances/container_instance_client.py +18 -18
  61. oci/core/blockstorage_client.py +60 -60
  62. oci/core/compute_client.py +89 -89
  63. oci/core/compute_management_client.py +145 -31
  64. oci/core/compute_management_client_composite_operations.py +45 -0
  65. oci/core/models/__init__.py +2 -0
  66. oci/core/models/instance_configuration_availability_config.py +35 -0
  67. oci/core/models/instance_configuration_block_volume_replica_details.py +107 -0
  68. oci/core/models/instance_configuration_create_volume_details.py +66 -0
  69. oci/core/models/instance_configuration_instance_source_via_image_details.py +31 -0
  70. oci/core/virtual_network_client.py +241 -241
  71. oci/dashboard_service/dashboard_client.py +6 -6
  72. oci/dashboard_service/dashboard_group_client.py +6 -6
  73. oci/data_catalog/data_catalog_client.py +139 -139
  74. oci/data_flow/data_flow_client.py +28 -28
  75. oci/data_integration/data_integration_client.py +152 -152
  76. oci/data_labeling_service/data_labeling_management_client.py +16 -16
  77. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  78. oci/data_safe/data_safe_client.py +214 -214
  79. oci/data_science/data_science_client.py +85 -85
  80. oci/database/database_client.py +1130 -340
  81. oci/database/database_client_composite_operations.py +203 -0
  82. oci/database/models/__init__.py +10 -0
  83. oci/database/models/change_disaster_recovery_configuration_details.py +64 -2
  84. oci/database/models/create_oneoff_patch_details.py +280 -0
  85. oci/database/models/db_backup_config.py +189 -0
  86. oci/database/models/disaster_recovery_configuration.py +64 -2
  87. oci/database/models/download_oneoff_patch.py +132 -0
  88. oci/database/models/oneoff_patch.py +580 -0
  89. oci/database/models/oneoff_patch_summary.py +586 -0
  90. oci/database/models/update_oneoff_patch_details.py +117 -0
  91. oci/database_management/db_management_client.py +157 -157
  92. oci/database_management/diagnosability_client.py +4 -4
  93. oci/database_management/sql_tuning_client.py +10 -10
  94. oci/database_migration/database_migration_client.py +41 -41
  95. oci/database_tools/database_tools_client.py +19 -19
  96. oci/devops/devops_client.py +89 -89
  97. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  98. oci/dns/dns_client.py +51 -51
  99. oci/dts/appliance_export_job_client.py +6 -6
  100. oci/dts/shipping_vendors_client.py +1 -1
  101. oci/dts/transfer_appliance_client.py +8 -8
  102. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  103. oci/dts/transfer_device_client.py +5 -5
  104. oci/dts/transfer_job_client.py +6 -6
  105. oci/dts/transfer_package_client.py +7 -7
  106. oci/em_warehouse/em_data_lake_client.py +13 -13
  107. oci/em_warehouse/em_warehouse_client.py +13 -13
  108. oci/email/email_client.py +25 -25
  109. oci/events/events_client.py +6 -6
  110. oci/file_storage/file_storage_client.py +35 -35
  111. oci/functions/functions_invoke_client.py +1 -1
  112. oci/functions/functions_management_client.py +16 -16
  113. oci/fusion_apps/data_masking_activity_client.py +3 -3
  114. oci/fusion_apps/fusion_applications_client.py +357 -36
  115. oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
  116. oci/fusion_apps/fusion_environment_client.py +15 -15
  117. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  118. oci/fusion_apps/models/__init__.py +2 -12
  119. oci/fusion_apps/models/create_service_attachment_details.py +45 -52
  120. oci/fusion_apps/models/service_attachment.py +0 -31
  121. oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
  122. oci/fusion_apps/refresh_activity_client.py +4 -4
  123. oci/fusion_apps/scheduled_activity_client.py +2 -2
  124. oci/fusion_apps/service_attachment_client.py +2 -2
  125. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  126. oci/golden_gate/golden_gate_client.py +53 -53
  127. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  128. oci/governance_rules_control_plane/work_request_client.py +5 -5
  129. oci/healthchecks/health_checks_client.py +17 -17
  130. oci/identity/identity_client.py +145 -145
  131. oci/identity_data_plane/dataplane_client.py +1 -1
  132. oci/identity_domains/identity_domains_client.py +134 -134
  133. oci/integration/integration_instance_client.py +15 -15
  134. oci/jms/java_management_service_client.py +44 -44
  135. oci/key_management/kms_crypto_client.py +6 -6
  136. oci/key_management/kms_management_client.py +21 -21
  137. oci/key_management/kms_vault_client.py +14 -14
  138. oci/license_manager/license_manager_client.py +18 -18
  139. oci/limits/limits_client.py +4 -4
  140. oci/limits/quotas_client.py +7 -7
  141. oci/load_balancer/load_balancer_client.py +61 -61
  142. oci/lockbox/lockbox_client.py +22 -22
  143. oci/log_analytics/log_analytics_client.py +184 -184
  144. oci/logging/logging_management_client.py +32 -32
  145. oci/loggingingestion/logging_client.py +1 -1
  146. oci/loggingsearch/log_search_client.py +1 -1
  147. oci/management_agent/management_agent_client.py +23 -23
  148. oci/management_dashboard/dashx_apis_client.py +14 -14
  149. oci/marketplace/account_client.py +2 -2
  150. oci/marketplace/marketplace_client.py +25 -25
  151. oci/media_services/media_services_client.py +48 -48
  152. oci/media_services/media_stream_client.py +2 -2
  153. oci/monitoring/monitoring_client.py +13 -13
  154. oci/mysql/channels_client.py +7 -7
  155. oci/mysql/db_backups_client.py +6 -6
  156. oci/mysql/db_system_client.py +26 -26
  157. oci/mysql/mysqlaas_client.py +7 -7
  158. oci/mysql/replicas_client.py +5 -5
  159. oci/mysql/work_requests_client.py +4 -4
  160. oci/network_firewall/network_firewall_client.py +17 -17
  161. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  162. oci/nosql/nosql_client.py +22 -22
  163. oci/object_storage/object_storage_client.py +50 -50
  164. oci/oce/oce_instance_client.py +10 -10
  165. oci/ocvp/esxi_host_client.py +5 -5
  166. oci/ocvp/models/__init__.py +4 -0
  167. oci/ocvp/models/create_esxi_host_details.py +8 -6
  168. oci/ocvp/models/create_sddc_details.py +37 -2
  169. oci/ocvp/models/datastore_info.py +122 -0
  170. oci/ocvp/models/datastore_summary.py +152 -0
  171. oci/ocvp/models/esxi_host.py +2 -2
  172. oci/ocvp/models/esxi_host_summary.py +2 -2
  173. oci/ocvp/models/sddc.py +37 -6
  174. oci/ocvp/models/supported_host_shape_summary.py +33 -2
  175. oci/ocvp/sddc_client.py +21 -15
  176. oci/ocvp/work_request_client.py +4 -4
  177. oci/oda/management_client.py +56 -56
  178. oci/oda/oda_client.py +17 -17
  179. oci/oda/odapackage_client.py +7 -7
  180. oci/onesubscription/billing_schedule_client.py +1 -1
  181. oci/onesubscription/commitment_client.py +2 -2
  182. oci/onesubscription/computed_usage_client.py +3 -3
  183. oci/onesubscription/invoice_summary_client.py +2 -2
  184. oci/onesubscription/organization_subscription_client.py +1 -1
  185. oci/onesubscription/ratecard_client.py +1 -1
  186. oci/onesubscription/subscribed_service_client.py +2 -2
  187. oci/onesubscription/subscription_client.py +1 -1
  188. oci/ons/notification_control_plane_client.py +6 -6
  189. oci/ons/notification_data_plane_client.py +10 -10
  190. oci/opa/opa_instance_client.py +11 -11
  191. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  192. oci/opensearch/opensearch_cluster_client.py +14 -14
  193. oci/operator_access_control/access_requests_client.py +9 -9
  194. oci/operator_access_control/operator_actions_client.py +2 -2
  195. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  196. oci/operator_access_control/operator_control_client.py +6 -6
  197. oci/opsi/operations_insights_client.py +151 -151
  198. oci/optimizer/optimizer_client.py +26 -26
  199. oci/os_management/event_client.py +8 -8
  200. oci/os_management/os_management_client.py +69 -69
  201. oci/osp_gateway/invoice_service_client.py +5 -5
  202. oci/osp_gateway/subscription_service_client.py +5 -5
  203. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  204. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  205. oci/osub_subscription/commitment_client.py +2 -2
  206. oci/osub_subscription/ratecard_client.py +1 -1
  207. oci/osub_subscription/subscription_client.py +1 -1
  208. oci/osub_usage/computed_usage_client.py +3 -3
  209. oci/queue/queue_admin_client.py +11 -11
  210. oci/queue/queue_client.py +7 -7
  211. oci/recovery/database_recovery_client.py +23 -23
  212. oci/resource_manager/resource_manager_client.py +52 -52
  213. oci/resource_search/resource_search_client.py +3 -3
  214. oci/rover/rover_cluster_client.py +7 -7
  215. oci/rover/rover_entitlement_client.py +6 -6
  216. oci/rover/rover_node_client.py +10 -10
  217. oci/rover/shape_client.py +1 -1
  218. oci/sch/service_connector_client.py +12 -12
  219. oci/secrets/secrets_client.py +3 -3
  220. oci/service_catalog/service_catalog_client.py +26 -26
  221. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  222. oci/service_mesh/service_mesh_client.py +48 -48
  223. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  224. oci/streaming/stream_admin_client.py +18 -18
  225. oci/streaming/stream_client.py +8 -8
  226. oci/tenant_manager_control_plane/domain_client.py +5 -5
  227. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  228. oci/tenant_manager_control_plane/governance_client.py +2 -2
  229. oci/tenant_manager_control_plane/link_client.py +3 -3
  230. oci/tenant_manager_control_plane/orders_client.py +2 -2
  231. oci/tenant_manager_control_plane/organization_client.py +10 -10
  232. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  233. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  234. oci/tenant_manager_control_plane/subscription_client.py +9 -9
  235. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  236. oci/threat_intelligence/threatintel_client.py +5 -5
  237. oci/usage/rewards_client.py +6 -6
  238. oci/usage_api/usageapi_client.py +19 -19
  239. oci/vault/vaults_client.py +11 -11
  240. oci/vbs_inst/vbs_instance_client.py +10 -10
  241. oci/version.py +1 -1
  242. oci/visual_builder/vb_instance_client.py +13 -13
  243. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  244. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  245. oci/waa/waa_client.py +13 -13
  246. oci/waa/work_request_client.py +4 -4
  247. oci/waas/redirect_client.py +6 -6
  248. oci/waas/waas_client.py +66 -66
  249. oci/waf/waf_client.py +24 -24
  250. oci/work_requests/work_request_client.py +4 -4
  251. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
  252. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/RECORD +256 -467
  253. oci/data_connectivity/__init__.py +0 -14
  254. oci/data_connectivity/data_connectivity_management_client.py +0 -7456
  255. oci/data_connectivity/data_connectivity_management_client_composite_operations.py +0 -394
  256. oci/data_connectivity/models/__init__.py +0 -464
  257. oci/data_connectivity/models/abstract_call_attribute.py +0 -108
  258. oci/data_connectivity/models/abstract_data_operation_config.py +0 -139
  259. oci/data_connectivity/models/abstract_format_attribute.py +0 -127
  260. oci/data_connectivity/models/abstract_operation_attributes.py +0 -99
  261. oci/data_connectivity/models/abstract_read_attribute.py +0 -116
  262. oci/data_connectivity/models/abstract_write_attribute.py +0 -132
  263. oci/data_connectivity/models/aggregator_summary.py +0 -194
  264. oci/data_connectivity/models/attach_data_asset_info.py +0 -70
  265. oci/data_connectivity/models/attribute.py +0 -256
  266. oci/data_connectivity/models/attribute_profile_result.py +0 -319
  267. oci/data_connectivity/models/avro_format_attribute.py +0 -80
  268. oci/data_connectivity/models/base_type.py +0 -313
  269. oci/data_connectivity/models/bicc_read_attributes.py +0 -217
  270. oci/data_connectivity/models/bip_call_attribute.py +0 -223
  271. oci/data_connectivity/models/call_operation_config.py +0 -159
  272. oci/data_connectivity/models/change_registry_compartment_details.py +0 -70
  273. oci/data_connectivity/models/column.py +0 -101
  274. oci/data_connectivity/models/composite_type.py +0 -176
  275. oci/data_connectivity/models/compression.py +0 -106
  276. oci/data_connectivity/models/config_definition.py +0 -283
  277. oci/data_connectivity/models/config_details.py +0 -70
  278. oci/data_connectivity/models/config_parameter_definition.py +0 -252
  279. oci/data_connectivity/models/config_parameter_value.py +0 -194
  280. oci/data_connectivity/models/config_values.py +0 -97
  281. oci/data_connectivity/models/configured_type.py +0 -172
  282. oci/data_connectivity/models/connection.py +0 -492
  283. oci/data_connectivity/models/connection_property.py +0 -101
  284. oci/data_connectivity/models/connection_summary.py +0 -492
  285. oci/data_connectivity/models/connection_summary_collection.py +0 -70
  286. oci/data_connectivity/models/connection_validation.py +0 -449
  287. oci/data_connectivity/models/connection_validation_summary.py +0 -449
  288. oci/data_connectivity/models/connection_validation_summary_collection.py +0 -70
  289. oci/data_connectivity/models/connectivity_usage.py +0 -118
  290. oci/data_connectivity/models/connectivity_usage_details.py +0 -132
  291. oci/data_connectivity/models/connectivity_validation.py +0 -194
  292. oci/data_connectivity/models/connector_attribute.py +0 -100
  293. oci/data_connectivity/models/create_attach_data_asset_details.py +0 -70
  294. oci/data_connectivity/models/create_connection_details.py +0 -492
  295. oci/data_connectivity/models/create_connection_validation_details.py +0 -120
  296. oci/data_connectivity/models/create_connectivity_validation_details.py +0 -472
  297. oci/data_connectivity/models/create_data_asset_details.py +0 -550
  298. oci/data_connectivity/models/create_data_preview_details.py +0 -174
  299. oci/data_connectivity/models/create_data_profile_details.py +0 -201
  300. oci/data_connectivity/models/create_de_reference_artifact_details.py +0 -70
  301. oci/data_connectivity/models/create_detach_data_asset_details.py +0 -70
  302. oci/data_connectivity/models/create_dp_endpoint_details.py +0 -383
  303. oci/data_connectivity/models/create_dp_endpoint_from_private.py +0 -346
  304. oci/data_connectivity/models/create_dp_endpoint_from_public.py +0 -112
  305. oci/data_connectivity/models/create_endpoint_details.py +0 -355
  306. oci/data_connectivity/models/create_entity_shape_details.py +0 -688
  307. oci/data_connectivity/models/create_entity_shape_from_data_store.py +0 -169
  308. oci/data_connectivity/models/create_entity_shape_from_file.py +0 -196
  309. oci/data_connectivity/models/create_entity_shape_from_message.py +0 -196
  310. oci/data_connectivity/models/create_entity_shape_from_sql.py +0 -200
  311. oci/data_connectivity/models/create_entity_shape_from_table.py +0 -169
  312. oci/data_connectivity/models/create_entity_shape_from_view.py +0 -169
  313. oci/data_connectivity/models/create_execute_operation_job_details.py +0 -124
  314. oci/data_connectivity/models/create_folder_details.py +0 -345
  315. oci/data_connectivity/models/create_full_push_down_task_details.py +0 -124
  316. oci/data_connectivity/models/create_reference_artifact_details.py +0 -70
  317. oci/data_connectivity/models/create_registry_details.py +0 -198
  318. oci/data_connectivity/models/create_test_network_connectivity_details.py +0 -70
  319. oci/data_connectivity/models/csv_format_attribute.py +0 -359
  320. oci/data_connectivity/models/data_asset.py +0 -550
  321. oci/data_connectivity/models/data_asset_summary.py +0 -550
  322. oci/data_connectivity/models/data_asset_summary_collection.py +0 -70
  323. oci/data_connectivity/models/data_entity.py +0 -201
  324. oci/data_connectivity/models/data_entity_details.py +0 -144
  325. oci/data_connectivity/models/data_entity_from_data_store.py +0 -739
  326. oci/data_connectivity/models/data_entity_from_data_store_entity_details.py +0 -725
  327. oci/data_connectivity/models/data_entity_from_file.py +0 -611
  328. oci/data_connectivity/models/data_entity_from_file_entity_details.py +0 -597
  329. oci/data_connectivity/models/data_entity_from_message_entity_details.py +0 -597
  330. oci/data_connectivity/models/data_entity_from_sql.py +0 -615
  331. oci/data_connectivity/models/data_entity_from_sql_entity_details.py +0 -601
  332. oci/data_connectivity/models/data_entity_from_table.py +0 -584
  333. oci/data_connectivity/models/data_entity_from_table_entity_details.py +0 -570
  334. oci/data_connectivity/models/data_entity_from_view.py +0 -584
  335. oci/data_connectivity/models/data_entity_from_view_entity_details.py +0 -570
  336. oci/data_connectivity/models/data_entity_summary.py +0 -166
  337. oci/data_connectivity/models/data_entity_summary_collection.py +0 -70
  338. oci/data_connectivity/models/data_entity_summary_from_data_store.py +0 -732
  339. oci/data_connectivity/models/data_entity_summary_from_file.py +0 -604
  340. oci/data_connectivity/models/data_entity_summary_from_sql.py +0 -608
  341. oci/data_connectivity/models/data_entity_summary_from_table.py +0 -577
  342. oci/data_connectivity/models/data_entity_summary_from_view.py +0 -577
  343. oci/data_connectivity/models/data_format.py +0 -148
  344. oci/data_connectivity/models/data_preview.py +0 -163
  345. oci/data_connectivity/models/data_profile.py +0 -128
  346. oci/data_connectivity/models/data_type.py +0 -197
  347. oci/data_connectivity/models/data_type_stat.py +0 -163
  348. oci/data_connectivity/models/date_attribute.py +0 -104
  349. oci/data_connectivity/models/de_reference_info.py +0 -434
  350. oci/data_connectivity/models/derive_entities.py +0 -70
  351. oci/data_connectivity/models/derive_entities_details.py +0 -70
  352. oci/data_connectivity/models/derive_entities_item.py +0 -145
  353. oci/data_connectivity/models/derived_entity.py +0 -471
  354. oci/data_connectivity/models/derived_type.py +0 -91
  355. oci/data_connectivity/models/detach_data_asset_info.py +0 -70
  356. oci/data_connectivity/models/dp_endpoint.py +0 -382
  357. oci/data_connectivity/models/dp_endpoint_details.py +0 -383
  358. oci/data_connectivity/models/dp_endpoint_from_private.py +0 -346
  359. oci/data_connectivity/models/dp_endpoint_from_private_details.py +0 -346
  360. oci/data_connectivity/models/dp_endpoint_from_public.py +0 -112
  361. oci/data_connectivity/models/dp_endpoint_from_public_details.py +0 -112
  362. oci/data_connectivity/models/dp_endpoint_summary.py +0 -383
  363. oci/data_connectivity/models/dp_endpoint_summary_from_private.py +0 -346
  364. oci/data_connectivity/models/dp_endpoint_summary_from_public.py +0 -112
  365. oci/data_connectivity/models/endpoint.py +0 -562
  366. oci/data_connectivity/models/endpoint_summary.py +0 -353
  367. oci/data_connectivity/models/endpoint_summary_collection.py +0 -70
  368. oci/data_connectivity/models/entity_profile_result.py +0 -132
  369. oci/data_connectivity/models/entity_shape.py +0 -166
  370. oci/data_connectivity/models/entity_shape_from_data_store.py +0 -635
  371. oci/data_connectivity/models/entity_shape_from_file.py +0 -635
  372. oci/data_connectivity/models/entity_shape_from_message.py +0 -604
  373. oci/data_connectivity/models/entity_shape_from_sql.py +0 -635
  374. oci/data_connectivity/models/entity_shape_from_table.py +0 -635
  375. oci/data_connectivity/models/entity_shape_from_view.py +0 -635
  376. oci/data_connectivity/models/error_details.py +0 -107
  377. oci/data_connectivity/models/excel_format_attribute.py +0 -142
  378. oci/data_connectivity/models/execute_operation_job.py +0 -194
  379. oci/data_connectivity/models/execute_operation_job_details.py +0 -148
  380. oci/data_connectivity/models/external_storage.py +0 -235
  381. oci/data_connectivity/models/filter_push.py +0 -80
  382. oci/data_connectivity/models/folder.py +0 -345
  383. oci/data_connectivity/models/folder_summary.py +0 -345
  384. oci/data_connectivity/models/folder_summary_collection.py +0 -70
  385. oci/data_connectivity/models/foreign_key.py +0 -321
  386. oci/data_connectivity/models/full_push_down_task_response.py +0 -132
  387. oci/data_connectivity/models/generic_rest_api_attributes.py +0 -80
  388. oci/data_connectivity/models/generic_rest_call_attribute.py +0 -49
  389. oci/data_connectivity/models/hdfs_write_attributes.py +0 -80
  390. oci/data_connectivity/models/histogram.py +0 -101
  391. oci/data_connectivity/models/input_port.py +0 -181
  392. oci/data_connectivity/models/join.py +0 -136
  393. oci/data_connectivity/models/json_format_attribute.py +0 -80
  394. oci/data_connectivity/models/key.py +0 -100
  395. oci/data_connectivity/models/key_attribute.py +0 -97
  396. oci/data_connectivity/models/key_range.py +0 -97
  397. oci/data_connectivity/models/key_range_partition_config.py +0 -107
  398. oci/data_connectivity/models/message.py +0 -152
  399. oci/data_connectivity/models/native_shape_field.py +0 -222
  400. oci/data_connectivity/models/network_connectivity_status.py +0 -214
  401. oci/data_connectivity/models/network_connectivity_status_collection.py +0 -70
  402. oci/data_connectivity/models/numeric_attribute.py +0 -297
  403. oci/data_connectivity/models/object_freq_stat.py +0 -163
  404. oci/data_connectivity/models/object_metadata.py +0 -438
  405. oci/data_connectivity/models/object_storage_write_attributes.py +0 -80
  406. oci/data_connectivity/models/operation.py +0 -161
  407. oci/data_connectivity/models/operation_exec_result.py +0 -218
  408. oci/data_connectivity/models/operation_from_api.py +0 -334
  409. oci/data_connectivity/models/operation_from_procedure.py +0 -334
  410. oci/data_connectivity/models/operation_input_record.py +0 -70
  411. oci/data_connectivity/models/operation_summary.py +0 -134
  412. oci/data_connectivity/models/operation_summary_collection.py +0 -70
  413. oci/data_connectivity/models/operation_summary_from_api.py +0 -300
  414. oci/data_connectivity/models/operation_summary_from_procedure.py +0 -300
  415. oci/data_connectivity/models/oracle_adwc_write_attributes.py +0 -161
  416. oci/data_connectivity/models/oracle_atp_write_attributes.py +0 -161
  417. oci/data_connectivity/models/oracle_read_attribute.py +0 -80
  418. oci/data_connectivity/models/oracle_read_attributes.py +0 -80
  419. oci/data_connectivity/models/oracle_write_attributes.py +0 -142
  420. oci/data_connectivity/models/outlier.py +0 -163
  421. oci/data_connectivity/models/output_port.py +0 -181
  422. oci/data_connectivity/models/parameter.py +0 -336
  423. oci/data_connectivity/models/parent_reference.py +0 -70
  424. oci/data_connectivity/models/parquet_format_attribute.py +0 -80
  425. oci/data_connectivity/models/partition_config.py +0 -100
  426. oci/data_connectivity/models/primary_key.py +0 -91
  427. oci/data_connectivity/models/profile_config.py +0 -286
  428. oci/data_connectivity/models/profile_stat.py +0 -101
  429. oci/data_connectivity/models/push_down_operation.py +0 -132
  430. oci/data_connectivity/models/query.py +0 -80
  431. oci/data_connectivity/models/read_operation_config.py +0 -319
  432. oci/data_connectivity/models/reference_artifact_summary.py +0 -434
  433. oci/data_connectivity/models/reference_artifact_summary_collection.py +0 -70
  434. oci/data_connectivity/models/reference_info.py +0 -434
  435. oci/data_connectivity/models/referenced_data_object.py +0 -320
  436. oci/data_connectivity/models/referenced_data_object_from_api.py +0 -129
  437. oci/data_connectivity/models/referenced_data_object_from_procedure.py +0 -129
  438. oci/data_connectivity/models/registry.py +0 -436
  439. oci/data_connectivity/models/registry_metadata.py +0 -380
  440. oci/data_connectivity/models/registry_summary.py +0 -384
  441. oci/data_connectivity/models/registry_summary_collection.py +0 -70
  442. oci/data_connectivity/models/row.py +0 -70
  443. oci/data_connectivity/models/schema.py +0 -465
  444. oci/data_connectivity/models/schema_drift_config.py +0 -226
  445. oci/data_connectivity/models/schema_summary.py +0 -465
  446. oci/data_connectivity/models/schema_summary_collection.py +0 -70
  447. oci/data_connectivity/models/select.py +0 -111
  448. oci/data_connectivity/models/shape.py +0 -126
  449. oci/data_connectivity/models/shape_field.py +0 -187
  450. oci/data_connectivity/models/sort.py +0 -80
  451. oci/data_connectivity/models/sort_clause.py +0 -114
  452. oci/data_connectivity/models/source.py +0 -334
  453. oci/data_connectivity/models/string_attribute.py +0 -247
  454. oci/data_connectivity/models/structured_type.py +0 -118
  455. oci/data_connectivity/models/target.py +0 -398
  456. oci/data_connectivity/models/test_network_connectivity.py +0 -132
  457. oci/data_connectivity/models/type.py +0 -101
  458. oci/data_connectivity/models/type_library.py +0 -345
  459. oci/data_connectivity/models/type_summary.py +0 -132
  460. oci/data_connectivity/models/type_system.py +0 -407
  461. oci/data_connectivity/models/typed_object.py +0 -337
  462. oci/data_connectivity/models/unique_key.py +0 -285
  463. oci/data_connectivity/models/update_connection_details.py +0 -461
  464. oci/data_connectivity/models/update_data_asset_details.py +0 -519
  465. oci/data_connectivity/models/update_dp_endpoint_details.py +0 -383
  466. oci/data_connectivity/models/update_dp_endpoint_from_private.py +0 -346
  467. oci/data_connectivity/models/update_dp_endpoint_from_public.py +0 -112
  468. oci/data_connectivity/models/update_endpoint_details.py +0 -262
  469. oci/data_connectivity/models/update_folder_details.py +0 -345
  470. oci/data_connectivity/models/update_registry_details.py +0 -175
  471. oci/data_connectivity/models/validation_message.py +0 -101
  472. oci/data_connectivity/models/validation_result.py +0 -117
  473. oci/data_connectivity/models/work_request.py +0 -396
  474. oci/data_connectivity/models/work_request_error.py +0 -134
  475. oci/data_connectivity/models/work_request_error_collection.py +0 -70
  476. oci/data_connectivity/models/work_request_error_summary.py +0 -134
  477. oci/data_connectivity/models/work_request_log.py +0 -101
  478. oci/data_connectivity/models/work_request_log_collection.py +0 -70
  479. oci/data_connectivity/models/work_request_resource.py +0 -209
  480. oci/data_connectivity/models/work_request_summary.py +0 -396
  481. oci/data_connectivity/models/write_operation_config.py +0 -406
  482. oci/data_connectivity/network_validation_client.py +0 -268
  483. oci/data_connectivity/network_validation_client_composite_operations.py +0 -24
  484. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
  485. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  486. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
  487. {oci-2.100.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
@@ -150,7 +150,7 @@ class DatabaseClient(object):
150
150
  :rtype: :class:`~oci.response.Response`
151
151
 
152
152
  :example:
153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
154
154
  """
155
155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
156
156
  required_arguments = ['exadataInfrastructureId']
@@ -265,7 +265,7 @@ class DatabaseClient(object):
265
265
  :rtype: :class:`~oci.response.Response`
266
266
 
267
267
  :example:
268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
269
269
  """
270
270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
271
271
  required_arguments = ['cloudExadataInfrastructureId']
@@ -380,7 +380,7 @@ class DatabaseClient(object):
380
380
  :rtype: :class:`~oci.response.Response`
381
381
 
382
382
  :example:
383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
384
384
  """
385
385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
386
386
  required_arguments = ['exadataInfrastructureId']
@@ -498,7 +498,7 @@ class DatabaseClient(object):
498
498
  :rtype: :class:`~oci.response.Response`
499
499
 
500
500
  :example:
501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
502
502
  """
503
503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
504
504
  required_arguments = ['cloudVmClusterId']
@@ -618,7 +618,7 @@ class DatabaseClient(object):
618
618
  :rtype: :class:`~oci.response.Response`
619
619
 
620
620
  :example:
621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
622
622
  """
623
623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
624
624
  required_arguments = ['vmClusterId']
@@ -738,7 +738,7 @@ class DatabaseClient(object):
738
738
  :rtype: :class:`~oci.response.Response`
739
739
 
740
740
  :example:
741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
742
742
  """
743
743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
744
744
  required_arguments = ['autonomousDatabaseId']
@@ -855,7 +855,7 @@ class DatabaseClient(object):
855
855
  :rtype: :class:`~oci.response.Response`
856
856
 
857
857
  :example:
858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
859
859
  """
860
860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
861
861
  required_arguments = ['backupId']
@@ -975,7 +975,7 @@ class DatabaseClient(object):
975
975
  :rtype: :class:`~oci.response.Response`
976
976
 
977
977
  :example:
978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
979
979
  """
980
980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
981
981
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1097,7 +1097,7 @@ class DatabaseClient(object):
1097
1097
  :rtype: :class:`~oci.response.Response`
1098
1098
 
1099
1099
  :example:
1100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1101
1101
  """
1102
1102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1103
1103
  required_arguments = ['autonomousDatabaseId']
@@ -1219,7 +1219,7 @@ class DatabaseClient(object):
1219
1219
  :rtype: :class:`~oci.response.Response`
1220
1220
 
1221
1221
  :example:
1222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1223
1223
  """
1224
1224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1225
1225
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
1337
1337
  :rtype: :class:`~oci.response.Response`
1338
1338
 
1339
1339
  :example:
1340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1341
1341
  """
1342
1342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1343
1343
  required_arguments = ['autonomousVmClusterId']
@@ -1459,7 +1459,7 @@ class DatabaseClient(object):
1459
1459
  :rtype: :class:`~oci.response.Response`
1460
1460
 
1461
1461
  :example:
1462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1463
1463
  """
1464
1464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1465
1465
  required_arguments = ['backupDestinationId']
@@ -1577,7 +1577,7 @@ class DatabaseClient(object):
1577
1577
  :rtype: :class:`~oci.response.Response`
1578
1578
 
1579
1579
  :example:
1580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
1580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
1581
1581
  """
1582
1582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1583
1583
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1697,7 +1697,7 @@ class DatabaseClient(object):
1697
1697
  :rtype: :class:`~oci.response.Response`
1698
1698
 
1699
1699
  :example:
1700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1701
1701
  """
1702
1702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1703
1703
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1815,7 +1815,7 @@ class DatabaseClient(object):
1815
1815
  :rtype: :class:`~oci.response.Response`
1816
1816
 
1817
1817
  :example:
1818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1819
1819
  """
1820
1820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1821
1821
  required_arguments = ['cloudVmClusterId']
@@ -1937,7 +1937,7 @@ class DatabaseClient(object):
1937
1937
  :rtype: :class:`~oci.response.Response`
1938
1938
 
1939
1939
  :example:
1940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1941
1941
  """
1942
1942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1943
1943
  required_arguments = ['databaseSoftwareImageId']
@@ -2060,7 +2060,7 @@ class DatabaseClient(object):
2060
2060
  :rtype: :class:`~oci.response.Response`
2061
2061
 
2062
2062
  :example:
2063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2064
2064
  """
2065
2065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2066
2066
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2191,7 +2191,7 @@ class DatabaseClient(object):
2191
2191
  :rtype: :class:`~oci.response.Response`
2192
2192
 
2193
2193
  :example:
2194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2195
2195
  """
2196
2196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2197
2197
  required_arguments = ['dbSystemId']
@@ -2302,7 +2302,7 @@ class DatabaseClient(object):
2302
2302
  :rtype: :class:`~oci.response.Response`
2303
2303
 
2304
2304
  :example:
2305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2306
2306
  """
2307
2307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2308
2308
  required_arguments = ['autonomousDatabaseId']
@@ -2420,7 +2420,7 @@ class DatabaseClient(object):
2420
2420
  :rtype: :class:`~oci.response.Response`
2421
2421
 
2422
2422
  :example:
2423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2424
2424
  """
2425
2425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2426
2426
  required_arguments = ['exadataInfrastructureId']
@@ -2543,7 +2543,7 @@ class DatabaseClient(object):
2543
2543
  :rtype: :class:`~oci.response.Response`
2544
2544
 
2545
2545
  :example:
2546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2547
2547
  """
2548
2548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2549
2549
  required_arguments = ['externalContainerDatabaseId']
@@ -2665,7 +2665,7 @@ class DatabaseClient(object):
2665
2665
  :rtype: :class:`~oci.response.Response`
2666
2666
 
2667
2667
  :example:
2668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
2668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
2669
2669
  """
2670
2670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2671
2671
  required_arguments = ['externalNonContainerDatabaseId']
@@ -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.100.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['externalPluggableDatabaseId']
@@ -2912,7 +2912,7 @@ class DatabaseClient(object):
2912
2912
  :rtype: :class:`~oci.response.Response`
2913
2913
 
2914
2914
  :example:
2915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2916
2916
  """
2917
2917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2918
2918
  required_arguments = ['keyStoreId']
@@ -2986,6 +2986,124 @@ class DatabaseClient(object):
2986
2986
  api_reference_link=api_reference_link,
2987
2987
  required_arguments=required_arguments)
2988
2988
 
2989
+ def change_oneoff_patch_compartment(self, change_compartment_details, oneoff_patch_id, **kwargs):
2990
+ """
2991
+ Move the one-off patch to the specified compartment.
2992
+
2993
+
2994
+ :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
2995
+ Request to move one-off patch to a different compartment
2996
+
2997
+ :param str oneoff_patch_id: (required)
2998
+ The one-off patch `OCID`__.
2999
+
3000
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3001
+
3002
+ :param str opc_retry_token: (optional)
3003
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
3004
+ server error without risk of executing that same action again. Retry tokens expire after 24
3005
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
3006
+ has been deleted and purged from the system, then a retry of the original creation request
3007
+ may be rejected).
3008
+
3009
+ :param str opc_request_id: (optional)
3010
+ Unique identifier for the request.
3011
+
3012
+ :param str if_match: (optional)
3013
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3014
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3015
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
3016
+
3017
+ :param obj retry_strategy: (optional)
3018
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
3019
+
3020
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
3021
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
3022
+
3023
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
3024
+
3025
+ :param bool allow_control_chars: (optional)
3026
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3027
+ By default, the response will not allow control characters in strings
3028
+
3029
+ :return: A :class:`~oci.response.Response` object with data of type None
3030
+ :rtype: :class:`~oci.response.Response`
3031
+
3032
+ :example:
3033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3034
+ """
3035
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3036
+ required_arguments = ['oneoffPatchId']
3037
+ resource_path = "/oneoffPatches/{oneoffPatchId}/actions/changeCompartment"
3038
+ method = "POST"
3039
+ operation_name = "change_oneoff_patch_compartment"
3040
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/ChangeOneoffPatchCompartment"
3041
+
3042
+ # Don't accept unknown kwargs
3043
+ expected_kwargs = [
3044
+ "allow_control_chars",
3045
+ "retry_strategy",
3046
+ "opc_retry_token",
3047
+ "opc_request_id",
3048
+ "if_match"
3049
+ ]
3050
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3051
+ if extra_kwargs:
3052
+ raise ValueError(
3053
+ "change_oneoff_patch_compartment got unknown kwargs: {!r}".format(extra_kwargs))
3054
+
3055
+ path_params = {
3056
+ "oneoffPatchId": oneoff_patch_id
3057
+ }
3058
+
3059
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
3060
+
3061
+ for (k, v) in six.iteritems(path_params):
3062
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
3063
+ raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
3064
+
3065
+ header_params = {
3066
+ "accept": "application/json",
3067
+ "content-type": "application/json",
3068
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
3069
+ "opc-request-id": kwargs.get("opc_request_id", missing),
3070
+ "if-match": kwargs.get("if_match", missing)
3071
+ }
3072
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
3073
+
3074
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
3075
+ operation_retry_strategy=kwargs.get('retry_strategy'),
3076
+ client_retry_strategy=self.retry_strategy
3077
+ )
3078
+
3079
+ if retry_strategy:
3080
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
3081
+ self.base_client.add_opc_retry_token_if_needed(header_params)
3082
+ self.base_client.add_opc_client_retries_header(header_params)
3083
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
3084
+ return retry_strategy.make_retrying_call(
3085
+ self.base_client.call_api,
3086
+ resource_path=resource_path,
3087
+ method=method,
3088
+ path_params=path_params,
3089
+ header_params=header_params,
3090
+ body=change_compartment_details,
3091
+ allow_control_chars=kwargs.get('allow_control_chars'),
3092
+ operation_name=operation_name,
3093
+ api_reference_link=api_reference_link,
3094
+ required_arguments=required_arguments)
3095
+ else:
3096
+ return self.base_client.call_api(
3097
+ resource_path=resource_path,
3098
+ method=method,
3099
+ path_params=path_params,
3100
+ header_params=header_params,
3101
+ body=change_compartment_details,
3102
+ allow_control_chars=kwargs.get('allow_control_chars'),
3103
+ operation_name=operation_name,
3104
+ api_reference_link=api_reference_link,
3105
+ required_arguments=required_arguments)
3106
+
2989
3107
  def change_vm_cluster_compartment(self, change_vm_cluster_compartment_details, vm_cluster_id, **kwargs):
2990
3108
  """
2991
3109
  Moves a VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud@Customer instances only.
@@ -3031,7 +3149,7 @@ class DatabaseClient(object):
3031
3149
  :rtype: :class:`~oci.response.Response`
3032
3150
 
3033
3151
  :example:
3034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3035
3153
  """
3036
3154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3037
3155
  required_arguments = ['vmClusterId']
@@ -3148,7 +3266,7 @@ class DatabaseClient(object):
3148
3266
  :rtype: :class:`~oci.response.Response`
3149
3267
 
3150
3268
  :example:
3151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
3269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
3152
3270
  """
3153
3271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3154
3272
  required_arguments = ['externalDatabaseConnectorId']
@@ -3265,7 +3383,7 @@ class DatabaseClient(object):
3265
3383
  :rtype: :class:`~oci.response.Response`
3266
3384
 
3267
3385
  :example:
3268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3269
3387
  """
3270
3388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3271
3389
  required_arguments = ['backupId']
@@ -3387,7 +3505,7 @@ class DatabaseClient(object):
3387
3505
  :rtype: :class:`~oci.response.Response`
3388
3506
 
3389
3507
  :example:
3390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3391
3509
  """
3392
3510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3393
3511
  required_arguments = ['autonomousDatabaseId']
@@ -3498,7 +3616,7 @@ class DatabaseClient(object):
3498
3616
  :rtype: :class:`~oci.response.Response`
3499
3617
 
3500
3618
  :example:
3501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3502
3620
  """
3503
3621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3504
3622
  required_arguments = ['databaseId']
@@ -3605,7 +3723,7 @@ class DatabaseClient(object):
3605
3723
  :rtype: :class:`~oci.response.Response`
3606
3724
 
3607
3725
  :example:
3608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
3726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
3609
3727
  """
3610
3728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3611
3729
  required_arguments = []
@@ -3698,7 +3816,7 @@ class DatabaseClient(object):
3698
3816
  :rtype: :class:`~oci.response.Response`
3699
3817
 
3700
3818
  :example:
3701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
3819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
3702
3820
  """
3703
3821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3704
3822
  required_arguments = []
@@ -3792,7 +3910,7 @@ class DatabaseClient(object):
3792
3910
  :rtype: :class:`~oci.response.Response`
3793
3911
 
3794
3912
  :example:
3795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
3913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
3796
3914
  """
3797
3915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3798
3916
  required_arguments = []
@@ -3888,7 +4006,7 @@ class DatabaseClient(object):
3888
4006
  :rtype: :class:`~oci.response.Response`
3889
4007
 
3890
4008
  :example:
3891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
3892
4010
  """
3893
4011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3894
4012
  required_arguments = []
@@ -3984,7 +4102,7 @@ class DatabaseClient(object):
3984
4102
  :rtype: :class:`~oci.response.Response`
3985
4103
 
3986
4104
  :example:
3987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
3988
4106
  """
3989
4107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3990
4108
  required_arguments = []
@@ -4077,7 +4195,7 @@ class DatabaseClient(object):
4077
4195
  :rtype: :class:`~oci.response.Response`
4078
4196
 
4079
4197
  :example:
4080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4081
4199
  """
4082
4200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4083
4201
  required_arguments = []
@@ -4171,7 +4289,7 @@ class DatabaseClient(object):
4171
4289
  :rtype: :class:`~oci.response.Response`
4172
4290
 
4173
4291
  :example:
4174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4175
4293
  """
4176
4294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4177
4295
  required_arguments = []
@@ -4267,7 +4385,7 @@ class DatabaseClient(object):
4267
4385
  :rtype: :class:`~oci.response.Response`
4268
4386
 
4269
4387
  :example:
4270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4271
4389
  """
4272
4390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4273
4391
  required_arguments = []
@@ -4367,7 +4485,7 @@ class DatabaseClient(object):
4367
4485
  :rtype: :class:`~oci.response.Response`
4368
4486
 
4369
4487
  :example:
4370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4371
4489
  """
4372
4490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4373
4491
  required_arguments = []
@@ -4465,7 +4583,7 @@ class DatabaseClient(object):
4465
4583
  :rtype: :class:`~oci.response.Response`
4466
4584
 
4467
4585
  :example:
4468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
4586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
4469
4587
  """
4470
4588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4471
4589
  required_arguments = []
@@ -4565,7 +4683,7 @@ class DatabaseClient(object):
4565
4683
  :rtype: :class:`~oci.response.Response`
4566
4684
 
4567
4685
  :example:
4568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
4686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
4569
4687
  """
4570
4688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4571
4689
  required_arguments = ['dbNodeId']
@@ -4683,7 +4801,7 @@ class DatabaseClient(object):
4683
4801
  :rtype: :class:`~oci.response.Response`
4684
4802
 
4685
4803
  :example:
4686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
4804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
4687
4805
  """
4688
4806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4689
4807
  required_arguments = ['databaseId']
@@ -4789,7 +4907,7 @@ class DatabaseClient(object):
4789
4907
  :rtype: :class:`~oci.response.Response`
4790
4908
 
4791
4909
  :example:
4792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
4910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
4793
4911
  """
4794
4912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4795
4913
  required_arguments = []
@@ -4882,7 +5000,7 @@ class DatabaseClient(object):
4882
5000
  :rtype: :class:`~oci.response.Response`
4883
5001
 
4884
5002
  :example:
4885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
4886
5004
  """
4887
5005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4888
5006
  required_arguments = []
@@ -4973,7 +5091,7 @@ class DatabaseClient(object):
4973
5091
  :rtype: :class:`~oci.response.Response`
4974
5092
 
4975
5093
  :example:
4976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
4977
5095
  """
4978
5096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4979
5097
  required_arguments = []
@@ -5068,7 +5186,7 @@ class DatabaseClient(object):
5068
5186
  :rtype: :class:`~oci.response.Response`
5069
5187
 
5070
5188
  :example:
5071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5072
5190
  """
5073
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5074
5192
  required_arguments = []
@@ -5165,7 +5283,7 @@ class DatabaseClient(object):
5165
5283
  :rtype: :class:`~oci.response.Response`
5166
5284
 
5167
5285
  :example:
5168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5169
5287
  """
5170
5288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5171
5289
  required_arguments = []
@@ -5259,7 +5377,7 @@ class DatabaseClient(object):
5259
5377
  :rtype: :class:`~oci.response.Response`
5260
5378
 
5261
5379
  :example:
5262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5263
5381
  """
5264
5382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5265
5383
  required_arguments = []
@@ -5355,7 +5473,7 @@ class DatabaseClient(object):
5355
5473
  :rtype: :class:`~oci.response.Response`
5356
5474
 
5357
5475
  :example:
5358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
5359
5477
  """
5360
5478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5361
5479
  required_arguments = []
@@ -5451,7 +5569,7 @@ class DatabaseClient(object):
5451
5569
  :rtype: :class:`~oci.response.Response`
5452
5570
 
5453
5571
  :example:
5454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
5572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
5455
5573
  """
5456
5574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5457
5575
  required_arguments = []
@@ -5548,7 +5666,7 @@ class DatabaseClient(object):
5548
5666
  :rtype: :class:`~oci.response.Response`
5549
5667
 
5550
5668
  :example:
5551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
5669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
5552
5670
  """
5553
5671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5554
5672
  required_arguments = []
@@ -5644,7 +5762,7 @@ class DatabaseClient(object):
5644
5762
  :rtype: :class:`~oci.response.Response`
5645
5763
 
5646
5764
  :example:
5647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
5765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
5648
5766
  """
5649
5767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5650
5768
  required_arguments = []
@@ -5706,6 +5824,102 @@ class DatabaseClient(object):
5706
5824
  api_reference_link=api_reference_link,
5707
5825
  required_arguments=required_arguments)
5708
5826
 
5827
+ def create_oneoff_patch(self, create_oneoff_patch_details, **kwargs):
5828
+ """
5829
+ Creates one-off patch for specified database version to download.
5830
+
5831
+
5832
+ :param oci.database.models.CreateOneoffPatchDetails create_oneoff_patch_details: (required)
5833
+ Request to create a one-off patch to download.
5834
+
5835
+ :param str opc_retry_token: (optional)
5836
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
5837
+ server error without risk of executing that same action again. Retry tokens expire after 24
5838
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
5839
+ has been deleted and purged from the system, then a retry of the original creation request
5840
+ may be rejected).
5841
+
5842
+ :param str opc_request_id: (optional)
5843
+ Unique identifier for the request.
5844
+
5845
+ :param obj retry_strategy: (optional)
5846
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
5847
+
5848
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
5849
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
5850
+
5851
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
5852
+
5853
+ :param bool allow_control_chars: (optional)
5854
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
5855
+ By default, the response will not allow control characters in strings
5856
+
5857
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.OneoffPatch`
5858
+ :rtype: :class:`~oci.response.Response`
5859
+
5860
+ :example:
5861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
5862
+ """
5863
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5864
+ required_arguments = []
5865
+ resource_path = "/oneoffPatches"
5866
+ method = "POST"
5867
+ operation_name = "create_oneoff_patch"
5868
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/CreateOneoffPatch"
5869
+
5870
+ # Don't accept unknown kwargs
5871
+ expected_kwargs = [
5872
+ "allow_control_chars",
5873
+ "retry_strategy",
5874
+ "opc_retry_token",
5875
+ "opc_request_id"
5876
+ ]
5877
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
5878
+ if extra_kwargs:
5879
+ raise ValueError(
5880
+ "create_oneoff_patch got unknown kwargs: {!r}".format(extra_kwargs))
5881
+
5882
+ header_params = {
5883
+ "accept": "application/json",
5884
+ "content-type": "application/json",
5885
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
5886
+ "opc-request-id": kwargs.get("opc_request_id", missing)
5887
+ }
5888
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
5889
+
5890
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
5891
+ operation_retry_strategy=kwargs.get('retry_strategy'),
5892
+ client_retry_strategy=self.retry_strategy
5893
+ )
5894
+
5895
+ if retry_strategy:
5896
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
5897
+ self.base_client.add_opc_retry_token_if_needed(header_params)
5898
+ self.base_client.add_opc_client_retries_header(header_params)
5899
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
5900
+ return retry_strategy.make_retrying_call(
5901
+ self.base_client.call_api,
5902
+ resource_path=resource_path,
5903
+ method=method,
5904
+ header_params=header_params,
5905
+ body=create_oneoff_patch_details,
5906
+ response_type="OneoffPatch",
5907
+ allow_control_chars=kwargs.get('allow_control_chars'),
5908
+ operation_name=operation_name,
5909
+ api_reference_link=api_reference_link,
5910
+ required_arguments=required_arguments)
5911
+ else:
5912
+ return self.base_client.call_api(
5913
+ resource_path=resource_path,
5914
+ method=method,
5915
+ header_params=header_params,
5916
+ body=create_oneoff_patch_details,
5917
+ response_type="OneoffPatch",
5918
+ allow_control_chars=kwargs.get('allow_control_chars'),
5919
+ operation_name=operation_name,
5920
+ api_reference_link=api_reference_link,
5921
+ required_arguments=required_arguments)
5922
+
5709
5923
  def create_pluggable_database(self, create_pluggable_database_details, **kwargs):
5710
5924
  """
5711
5925
  Creates and starts a pluggable database in the specified container database.
@@ -5741,7 +5955,7 @@ class DatabaseClient(object):
5741
5955
  :rtype: :class:`~oci.response.Response`
5742
5956
 
5743
5957
  :example:
5744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
5958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
5745
5959
  """
5746
5960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5747
5961
  required_arguments = []
@@ -5838,7 +6052,7 @@ class DatabaseClient(object):
5838
6052
  :rtype: :class:`~oci.response.Response`
5839
6053
 
5840
6054
  :example:
5841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
5842
6056
  """
5843
6057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5844
6058
  required_arguments = []
@@ -5940,7 +6154,7 @@ class DatabaseClient(object):
5940
6154
  :rtype: :class:`~oci.response.Response`
5941
6155
 
5942
6156
  :example:
5943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
5944
6158
  """
5945
6159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5946
6160
  required_arguments = ['exadataInfrastructureId']
@@ -6069,7 +6283,7 @@ class DatabaseClient(object):
6069
6283
  :rtype: :class:`~oci.response.Response`
6070
6284
 
6071
6285
  :example:
6072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6073
6287
  """
6074
6288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6075
6289
  required_arguments = ['dbNodeId', 'action']
@@ -6182,7 +6396,7 @@ class DatabaseClient(object):
6182
6396
  :rtype: :class:`~oci.response.Response`
6183
6397
 
6184
6398
  :example:
6185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
6186
6400
  """
6187
6401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6188
6402
  required_arguments = ['applicationVipId']
@@ -6285,7 +6499,7 @@ class DatabaseClient(object):
6285
6499
  :rtype: :class:`~oci.response.Response`
6286
6500
 
6287
6501
  :example:
6288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
6502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
6289
6503
  """
6290
6504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6291
6505
  required_arguments = ['autonomousDatabaseId']
@@ -6388,7 +6602,7 @@ class DatabaseClient(object):
6388
6602
  :rtype: :class:`~oci.response.Response`
6389
6603
 
6390
6604
  :example:
6391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
6605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
6392
6606
  """
6393
6607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6394
6608
  required_arguments = ['autonomousDatabaseBackupId']
@@ -6491,7 +6705,7 @@ class DatabaseClient(object):
6491
6705
  :rtype: :class:`~oci.response.Response`
6492
6706
 
6493
6707
  :example:
6494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
6708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
6495
6709
  """
6496
6710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6497
6711
  required_arguments = ['autonomousVmClusterId']
@@ -6591,7 +6805,7 @@ class DatabaseClient(object):
6591
6805
  :rtype: :class:`~oci.response.Response`
6592
6806
 
6593
6807
  :example:
6594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
6808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
6595
6809
  """
6596
6810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6597
6811
  required_arguments = ['backupId']
@@ -6692,7 +6906,7 @@ class DatabaseClient(object):
6692
6906
  :rtype: :class:`~oci.response.Response`
6693
6907
 
6694
6908
  :example:
6695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
6909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
6696
6910
  """
6697
6911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6698
6912
  required_arguments = ['backupDestinationId']
@@ -6795,7 +7009,7 @@ class DatabaseClient(object):
6795
7009
  :rtype: :class:`~oci.response.Response`
6796
7010
 
6797
7011
  :example:
6798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
6799
7013
  """
6800
7014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6801
7015
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -6901,7 +7115,7 @@ class DatabaseClient(object):
6901
7115
  :rtype: :class:`~oci.response.Response`
6902
7116
 
6903
7117
  :example:
6904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
6905
7119
  """
6906
7120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6907
7121
  required_arguments = ['cloudExadataInfrastructureId']
@@ -7012,7 +7226,7 @@ class DatabaseClient(object):
7012
7226
  :rtype: :class:`~oci.response.Response`
7013
7227
 
7014
7228
  :example:
7015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7016
7230
  """
7017
7231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7018
7232
  required_arguments = ['cloudVmClusterId']
@@ -7115,7 +7329,7 @@ class DatabaseClient(object):
7115
7329
  :rtype: :class:`~oci.response.Response`
7116
7330
 
7117
7331
  :example:
7118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
7119
7333
  """
7120
7334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7121
7335
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -7226,7 +7440,7 @@ class DatabaseClient(object):
7226
7440
  :rtype: :class:`~oci.response.Response`
7227
7441
 
7228
7442
  :example:
7229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
7443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
7230
7444
  """
7231
7445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7232
7446
  required_arguments = ['databaseId']
@@ -7334,7 +7548,7 @@ class DatabaseClient(object):
7334
7548
  :rtype: :class:`~oci.response.Response`
7335
7549
 
7336
7550
  :example:
7337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
7551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
7338
7552
  """
7339
7553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7340
7554
  required_arguments = ['databaseSoftwareImageId']
@@ -7441,7 +7655,7 @@ class DatabaseClient(object):
7441
7655
  :rtype: :class:`~oci.response.Response`
7442
7656
 
7443
7657
  :example:
7444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
7658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
7445
7659
  """
7446
7660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7447
7661
  required_arguments = ['dbHomeId']
@@ -7550,7 +7764,7 @@ class DatabaseClient(object):
7550
7764
  :rtype: :class:`~oci.response.Response`
7551
7765
 
7552
7766
  :example:
7553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
7767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
7554
7768
  """
7555
7769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7556
7770
  required_arguments = ['exadataInfrastructureId']
@@ -7655,7 +7869,7 @@ class DatabaseClient(object):
7655
7869
  :rtype: :class:`~oci.response.Response`
7656
7870
 
7657
7871
  :example:
7658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
7872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
7659
7873
  """
7660
7874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7661
7875
  required_arguments = ['externalContainerDatabaseId']
@@ -7761,7 +7975,7 @@ class DatabaseClient(object):
7761
7975
  :rtype: :class:`~oci.response.Response`
7762
7976
 
7763
7977
  :example:
7764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
7978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
7765
7979
  """
7766
7980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7767
7981
  required_arguments = ['externalDatabaseConnectorId']
@@ -7864,7 +8078,7 @@ class DatabaseClient(object):
7864
8078
  :rtype: :class:`~oci.response.Response`
7865
8079
 
7866
8080
  :example:
7867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8081
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
7868
8082
  """
7869
8083
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7870
8084
  required_arguments = ['externalNonContainerDatabaseId']
@@ -7968,7 +8182,7 @@ class DatabaseClient(object):
7968
8182
  :rtype: :class:`~oci.response.Response`
7969
8183
 
7970
8184
  :example:
7971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
7972
8186
  """
7973
8187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7974
8188
  required_arguments = ['externalPluggableDatabaseId']
@@ -8071,7 +8285,7 @@ class DatabaseClient(object):
8071
8285
  :rtype: :class:`~oci.response.Response`
8072
8286
 
8073
8287
  :example:
8074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
8075
8289
  """
8076
8290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8077
8291
  required_arguments = ['keyStoreId']
@@ -8140,24 +8354,24 @@ class DatabaseClient(object):
8140
8354
  api_reference_link=api_reference_link,
8141
8355
  required_arguments=required_arguments)
8142
8356
 
8143
- def delete_pluggable_database(self, pluggable_database_id, **kwargs):
8357
+ def delete_oneoff_patch(self, oneoff_patch_id, **kwargs):
8144
8358
  """
8145
- Deletes the specified pluggable database.
8359
+ Deletes a one-off patch.
8146
8360
 
8147
8361
 
8148
- :param str pluggable_database_id: (required)
8149
- The database `OCID`__.
8362
+ :param str oneoff_patch_id: (required)
8363
+ The one-off patch `OCID`__.
8150
8364
 
8151
8365
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8152
8366
 
8367
+ :param str opc_request_id: (optional)
8368
+ Unique identifier for the request.
8369
+
8153
8370
  :param str if_match: (optional)
8154
8371
  For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
8155
8372
  parameter to the value of the etag from a previous GET or POST response for that resource. The resource
8156
8373
  will be updated or deleted only if the etag you provide matches the resource's current etag value.
8157
8374
 
8158
- :param str opc_request_id: (optional)
8159
- Unique identifier for the request.
8160
-
8161
8375
  :param obj retry_strategy: (optional)
8162
8376
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
8163
8377
 
@@ -8174,29 +8388,29 @@ class DatabaseClient(object):
8174
8388
  :rtype: :class:`~oci.response.Response`
8175
8389
 
8176
8390
  :example:
8177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
8391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
8178
8392
  """
8179
8393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8180
- required_arguments = ['pluggableDatabaseId']
8181
- resource_path = "/pluggableDatabases/{pluggableDatabaseId}"
8394
+ required_arguments = ['oneoffPatchId']
8395
+ resource_path = "/oneoffPatches/{oneoffPatchId}"
8182
8396
  method = "DELETE"
8183
- operation_name = "delete_pluggable_database"
8184
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/DeletePluggableDatabase"
8397
+ operation_name = "delete_oneoff_patch"
8398
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/DeleteOneoffPatch"
8185
8399
 
8186
8400
  # Don't accept unknown kwargs
8187
8401
  expected_kwargs = [
8188
8402
  "allow_control_chars",
8189
8403
  "retry_strategy",
8190
- "if_match",
8191
- "opc_request_id"
8404
+ "opc_request_id",
8405
+ "if_match"
8192
8406
  ]
8193
8407
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8194
8408
  if extra_kwargs:
8195
8409
  raise ValueError(
8196
- "delete_pluggable_database got unknown kwargs: {!r}".format(extra_kwargs))
8410
+ "delete_oneoff_patch got unknown kwargs: {!r}".format(extra_kwargs))
8197
8411
 
8198
8412
  path_params = {
8199
- "pluggableDatabaseId": pluggable_database_id
8413
+ "oneoffPatchId": oneoff_patch_id
8200
8414
  }
8201
8415
 
8202
8416
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -8208,8 +8422,8 @@ class DatabaseClient(object):
8208
8422
  header_params = {
8209
8423
  "accept": "application/json",
8210
8424
  "content-type": "application/json",
8211
- "if-match": kwargs.get("if_match", missing),
8212
- "opc-request-id": kwargs.get("opc_request_id", missing)
8425
+ "opc-request-id": kwargs.get("opc_request_id", missing),
8426
+ "if-match": kwargs.get("if_match", missing)
8213
8427
  }
8214
8428
  header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
8215
8429
 
@@ -8243,13 +8457,13 @@ class DatabaseClient(object):
8243
8457
  api_reference_link=api_reference_link,
8244
8458
  required_arguments=required_arguments)
8245
8459
 
8246
- def delete_vm_cluster(self, vm_cluster_id, **kwargs):
8460
+ def delete_pluggable_database(self, pluggable_database_id, **kwargs):
8247
8461
  """
8248
- Deletes the specified VM cluster. Applies to Exadata Cloud@Customer instances only.
8462
+ Deletes the specified pluggable database.
8249
8463
 
8250
8464
 
8251
- :param str vm_cluster_id: (required)
8252
- The VM cluster `OCID`__.
8465
+ :param str pluggable_database_id: (required)
8466
+ The database `OCID`__.
8253
8467
 
8254
8468
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8255
8469
 
@@ -8277,14 +8491,14 @@ class DatabaseClient(object):
8277
8491
  :rtype: :class:`~oci.response.Response`
8278
8492
 
8279
8493
  :example:
8280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
8494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
8281
8495
  """
8282
8496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8283
- required_arguments = ['vmClusterId']
8284
- resource_path = "/vmClusters/{vmClusterId}"
8497
+ required_arguments = ['pluggableDatabaseId']
8498
+ resource_path = "/pluggableDatabases/{pluggableDatabaseId}"
8285
8499
  method = "DELETE"
8286
- operation_name = "delete_vm_cluster"
8287
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/DeleteVmCluster"
8500
+ operation_name = "delete_pluggable_database"
8501
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/PluggableDatabase/DeletePluggableDatabase"
8288
8502
 
8289
8503
  # Don't accept unknown kwargs
8290
8504
  expected_kwargs = [
@@ -8296,10 +8510,10 @@ class DatabaseClient(object):
8296
8510
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8297
8511
  if extra_kwargs:
8298
8512
  raise ValueError(
8299
- "delete_vm_cluster got unknown kwargs: {!r}".format(extra_kwargs))
8513
+ "delete_pluggable_database got unknown kwargs: {!r}".format(extra_kwargs))
8300
8514
 
8301
8515
  path_params = {
8302
- "vmClusterId": vm_cluster_id
8516
+ "pluggableDatabaseId": pluggable_database_id
8303
8517
  }
8304
8518
 
8305
8519
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -8346,19 +8560,13 @@ class DatabaseClient(object):
8346
8560
  api_reference_link=api_reference_link,
8347
8561
  required_arguments=required_arguments)
8348
8562
 
8349
- def delete_vm_cluster_network(self, exadata_infrastructure_id, vm_cluster_network_id, **kwargs):
8563
+ def delete_vm_cluster(self, vm_cluster_id, **kwargs):
8350
8564
  """
8351
- Deletes the specified VM cluster network. Applies to Exadata Cloud@Customer instances only.
8352
- To delete a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`delete_cloud_vm_cluster` operation.
8353
-
8354
-
8355
- :param str exadata_infrastructure_id: (required)
8356
- The Exadata infrastructure `OCID`__.
8565
+ Deletes the specified VM cluster. Applies to Exadata Cloud@Customer instances only.
8357
8566
 
8358
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8359
8567
 
8360
- :param str vm_cluster_network_id: (required)
8361
- The VM cluster network `OCID`__.
8568
+ :param str vm_cluster_id: (required)
8569
+ The VM cluster `OCID`__.
8362
8570
 
8363
8571
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8364
8572
 
@@ -8386,14 +8594,14 @@ class DatabaseClient(object):
8386
8594
  :rtype: :class:`~oci.response.Response`
8387
8595
 
8388
8596
  :example:
8389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
8597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
8390
8598
  """
8391
8599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8392
- required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
8393
- resource_path = "/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}"
8600
+ required_arguments = ['vmClusterId']
8601
+ resource_path = "/vmClusters/{vmClusterId}"
8394
8602
  method = "DELETE"
8395
- operation_name = "delete_vm_cluster_network"
8396
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/DeleteVmClusterNetwork"
8603
+ operation_name = "delete_vm_cluster"
8604
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/VmCluster/DeleteVmCluster"
8397
8605
 
8398
8606
  # Don't accept unknown kwargs
8399
8607
  expected_kwargs = [
@@ -8405,11 +8613,120 @@ class DatabaseClient(object):
8405
8613
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8406
8614
  if extra_kwargs:
8407
8615
  raise ValueError(
8408
- "delete_vm_cluster_network got unknown kwargs: {!r}".format(extra_kwargs))
8616
+ "delete_vm_cluster got unknown kwargs: {!r}".format(extra_kwargs))
8409
8617
 
8410
8618
  path_params = {
8411
- "exadataInfrastructureId": exadata_infrastructure_id,
8412
- "vmClusterNetworkId": vm_cluster_network_id
8619
+ "vmClusterId": vm_cluster_id
8620
+ }
8621
+
8622
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
8623
+
8624
+ for (k, v) in six.iteritems(path_params):
8625
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
8626
+ raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
8627
+
8628
+ header_params = {
8629
+ "accept": "application/json",
8630
+ "content-type": "application/json",
8631
+ "if-match": kwargs.get("if_match", missing),
8632
+ "opc-request-id": kwargs.get("opc_request_id", missing)
8633
+ }
8634
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
8635
+
8636
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
8637
+ operation_retry_strategy=kwargs.get('retry_strategy'),
8638
+ client_retry_strategy=self.retry_strategy
8639
+ )
8640
+
8641
+ if retry_strategy:
8642
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
8643
+ self.base_client.add_opc_client_retries_header(header_params)
8644
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
8645
+ return retry_strategy.make_retrying_call(
8646
+ self.base_client.call_api,
8647
+ resource_path=resource_path,
8648
+ method=method,
8649
+ path_params=path_params,
8650
+ header_params=header_params,
8651
+ allow_control_chars=kwargs.get('allow_control_chars'),
8652
+ operation_name=operation_name,
8653
+ api_reference_link=api_reference_link,
8654
+ required_arguments=required_arguments)
8655
+ else:
8656
+ return self.base_client.call_api(
8657
+ resource_path=resource_path,
8658
+ method=method,
8659
+ path_params=path_params,
8660
+ header_params=header_params,
8661
+ allow_control_chars=kwargs.get('allow_control_chars'),
8662
+ operation_name=operation_name,
8663
+ api_reference_link=api_reference_link,
8664
+ required_arguments=required_arguments)
8665
+
8666
+ def delete_vm_cluster_network(self, exadata_infrastructure_id, vm_cluster_network_id, **kwargs):
8667
+ """
8668
+ Deletes the specified VM cluster network. Applies to Exadata Cloud@Customer instances only.
8669
+ To delete a cloud VM cluster in an Exadata Cloud Service instance, use the :func:`delete_cloud_vm_cluster` operation.
8670
+
8671
+
8672
+ :param str exadata_infrastructure_id: (required)
8673
+ The Exadata infrastructure `OCID`__.
8674
+
8675
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8676
+
8677
+ :param str vm_cluster_network_id: (required)
8678
+ The VM cluster network `OCID`__.
8679
+
8680
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8681
+
8682
+ :param str if_match: (optional)
8683
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
8684
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
8685
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
8686
+
8687
+ :param str opc_request_id: (optional)
8688
+ Unique identifier for the request.
8689
+
8690
+ :param obj retry_strategy: (optional)
8691
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
8692
+
8693
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
8694
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
8695
+
8696
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
8697
+
8698
+ :param bool allow_control_chars: (optional)
8699
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
8700
+ By default, the response will not allow control characters in strings
8701
+
8702
+ :return: A :class:`~oci.response.Response` object with data of type None
8703
+ :rtype: :class:`~oci.response.Response`
8704
+
8705
+ :example:
8706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
8707
+ """
8708
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8709
+ required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
8710
+ resource_path = "/exadataInfrastructures/{exadataInfrastructureId}/vmClusterNetworks/{vmClusterNetworkId}"
8711
+ method = "DELETE"
8712
+ operation_name = "delete_vm_cluster_network"
8713
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/VmClusterNetwork/DeleteVmClusterNetwork"
8714
+
8715
+ # Don't accept unknown kwargs
8716
+ expected_kwargs = [
8717
+ "allow_control_chars",
8718
+ "retry_strategy",
8719
+ "if_match",
8720
+ "opc_request_id"
8721
+ ]
8722
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8723
+ if extra_kwargs:
8724
+ raise ValueError(
8725
+ "delete_vm_cluster_network got unknown kwargs: {!r}".format(extra_kwargs))
8726
+
8727
+ path_params = {
8728
+ "exadataInfrastructureId": exadata_infrastructure_id,
8729
+ "vmClusterNetworkId": vm_cluster_network_id
8413
8730
  }
8414
8731
 
8415
8732
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -8488,7 +8805,7 @@ class DatabaseClient(object):
8488
8805
  :rtype: :class:`~oci.response.Response`
8489
8806
 
8490
8807
  :example:
8491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
8808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
8492
8809
  """
8493
8810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8494
8811
  required_arguments = ['autonomousDatabaseId']
@@ -8587,7 +8904,7 @@ class DatabaseClient(object):
8587
8904
  :rtype: :class:`~oci.response.Response`
8588
8905
 
8589
8906
  :example:
8590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
8907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
8591
8908
  """
8592
8909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8593
8910
  required_arguments = ['autonomousDatabaseId']
@@ -8683,7 +9000,7 @@ class DatabaseClient(object):
8683
9000
  :rtype: :class:`~oci.response.Response`
8684
9001
 
8685
9002
  :example:
8686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
8687
9004
  """
8688
9005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8689
9006
  required_arguments = ['autonomousDatabaseId']
@@ -8791,7 +9108,7 @@ class DatabaseClient(object):
8791
9108
  :rtype: :class:`~oci.response.Response`
8792
9109
 
8793
9110
  :example:
8794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
8795
9112
  """
8796
9113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8797
9114
  required_arguments = ['databaseId']
@@ -8906,7 +9223,7 @@ class DatabaseClient(object):
8906
9223
  :rtype: :class:`~oci.response.Response`
8907
9224
 
8908
9225
  :example:
8909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9226
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
8910
9227
  """
8911
9228
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8912
9229
  required_arguments = ['externalContainerDatabaseId']
@@ -9019,7 +9336,7 @@ class DatabaseClient(object):
9019
9336
  :rtype: :class:`~oci.response.Response`
9020
9337
 
9021
9338
  :example:
9022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9023
9340
  """
9024
9341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9025
9342
  required_arguments = ['externalContainerDatabaseId']
@@ -9136,7 +9453,7 @@ class DatabaseClient(object):
9136
9453
  :rtype: :class:`~oci.response.Response`
9137
9454
 
9138
9455
  :example:
9139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9140
9457
  """
9141
9458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9142
9459
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9249,7 +9566,7 @@ class DatabaseClient(object):
9249
9566
  :rtype: :class:`~oci.response.Response`
9250
9567
 
9251
9568
  :example:
9252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9253
9570
  """
9254
9571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9255
9572
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9362,7 +9679,7 @@ class DatabaseClient(object):
9362
9679
  :rtype: :class:`~oci.response.Response`
9363
9680
 
9364
9681
  :example:
9365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9366
9683
  """
9367
9684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9368
9685
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9479,7 +9796,7 @@ class DatabaseClient(object):
9479
9796
  :rtype: :class:`~oci.response.Response`
9480
9797
 
9481
9798
  :example:
9482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9483
9800
  """
9484
9801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9485
9802
  required_arguments = ['externalPluggableDatabaseId']
@@ -9592,7 +9909,7 @@ class DatabaseClient(object):
9592
9909
  :rtype: :class:`~oci.response.Response`
9593
9910
 
9594
9911
  :example:
9595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
9912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9596
9913
  """
9597
9914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9598
9915
  required_arguments = ['externalPluggableDatabaseId']
@@ -9705,7 +10022,7 @@ class DatabaseClient(object):
9705
10022
  :rtype: :class:`~oci.response.Response`
9706
10023
 
9707
10024
  :example:
9708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
10025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
9709
10026
  """
9710
10027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9711
10028
  required_arguments = ['externalPluggableDatabaseId']
@@ -9818,7 +10135,7 @@ class DatabaseClient(object):
9818
10135
  :rtype: :class:`~oci.response.Response`
9819
10136
 
9820
10137
  :example:
9821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
9822
10139
  """
9823
10140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9824
10141
  required_arguments = ['pluggableDatabaseId']
@@ -9928,7 +10245,7 @@ class DatabaseClient(object):
9928
10245
  :rtype: :class:`~oci.response.Response`
9929
10246
 
9930
10247
  :example:
9931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
10248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
9932
10249
  """
9933
10250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9934
10251
  required_arguments = ['exadataInfrastructureId']
@@ -10000,6 +10317,121 @@ class DatabaseClient(object):
10000
10317
  api_reference_link=api_reference_link,
10001
10318
  required_arguments=required_arguments)
10002
10319
 
10320
+ def download_oneoff_patch(self, oneoff_patch_id, **kwargs):
10321
+ """
10322
+ Download one-off patch.
10323
+
10324
+
10325
+ :param str oneoff_patch_id: (required)
10326
+ The one-off patch `OCID`__.
10327
+
10328
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
10329
+
10330
+ :param str opc_retry_token: (optional)
10331
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
10332
+ server error without risk of executing that same action again. Retry tokens expire after 24
10333
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
10334
+ has been deleted and purged from the system, then a retry of the original creation request
10335
+ may be rejected).
10336
+
10337
+ :param str opc_request_id: (optional)
10338
+ Unique identifier for the request.
10339
+
10340
+ :param str if_match: (optional)
10341
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
10342
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
10343
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
10344
+
10345
+ :param obj retry_strategy: (optional)
10346
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
10347
+
10348
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
10349
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
10350
+
10351
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
10352
+
10353
+ :param bool allow_control_chars: (optional)
10354
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
10355
+ By default, the response will not allow control characters in strings
10356
+
10357
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.DownloadOneoffPatch`
10358
+ :rtype: :class:`~oci.response.Response`
10359
+
10360
+ :example:
10361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
10362
+ """
10363
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10364
+ required_arguments = ['oneoffPatchId']
10365
+ resource_path = "/oneoffPatches/{oneoffPatchId}/actions/downloadOneoffPatch"
10366
+ method = "POST"
10367
+ operation_name = "download_oneoff_patch"
10368
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/DownloadOneoffPatch"
10369
+
10370
+ # Don't accept unknown kwargs
10371
+ expected_kwargs = [
10372
+ "allow_control_chars",
10373
+ "retry_strategy",
10374
+ "opc_retry_token",
10375
+ "opc_request_id",
10376
+ "if_match"
10377
+ ]
10378
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
10379
+ if extra_kwargs:
10380
+ raise ValueError(
10381
+ "download_oneoff_patch got unknown kwargs: {!r}".format(extra_kwargs))
10382
+
10383
+ path_params = {
10384
+ "oneoffPatchId": oneoff_patch_id
10385
+ }
10386
+
10387
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
10388
+
10389
+ for (k, v) in six.iteritems(path_params):
10390
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
10391
+ raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
10392
+
10393
+ header_params = {
10394
+ "accept": "application/json",
10395
+ "content-type": "application/json",
10396
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
10397
+ "opc-request-id": kwargs.get("opc_request_id", missing),
10398
+ "if-match": kwargs.get("if_match", missing)
10399
+ }
10400
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
10401
+
10402
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
10403
+ operation_retry_strategy=kwargs.get('retry_strategy'),
10404
+ client_retry_strategy=self.retry_strategy
10405
+ )
10406
+
10407
+ if retry_strategy:
10408
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
10409
+ self.base_client.add_opc_retry_token_if_needed(header_params)
10410
+ self.base_client.add_opc_client_retries_header(header_params)
10411
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
10412
+ return retry_strategy.make_retrying_call(
10413
+ self.base_client.call_api,
10414
+ resource_path=resource_path,
10415
+ method=method,
10416
+ path_params=path_params,
10417
+ header_params=header_params,
10418
+ response_type="DownloadOneoffPatch",
10419
+ allow_control_chars=kwargs.get('allow_control_chars'),
10420
+ operation_name=operation_name,
10421
+ api_reference_link=api_reference_link,
10422
+ required_arguments=required_arguments)
10423
+ else:
10424
+ return self.base_client.call_api(
10425
+ resource_path=resource_path,
10426
+ method=method,
10427
+ path_params=path_params,
10428
+ header_params=header_params,
10429
+ response_type="DownloadOneoffPatch",
10430
+ allow_control_chars=kwargs.get('allow_control_chars'),
10431
+ operation_name=operation_name,
10432
+ api_reference_link=api_reference_link,
10433
+ required_arguments=required_arguments)
10434
+
10003
10435
  def download_validation_report(self, exadata_infrastructure_id, vm_cluster_network_id, **kwargs):
10004
10436
  """
10005
10437
  Downloads the network validation report file for the specified VM cluster network. Applies to Exadata Cloud@Customer instances only.
@@ -10041,7 +10473,7 @@ class DatabaseClient(object):
10041
10473
  :rtype: :class:`~oci.response.Response`
10042
10474
 
10043
10475
  :example:
10044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
10476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
10045
10477
  """
10046
10478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10047
10479
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10155,7 +10587,7 @@ class DatabaseClient(object):
10155
10587
  :rtype: :class:`~oci.response.Response`
10156
10588
 
10157
10589
  :example:
10158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
10590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
10159
10591
  """
10160
10592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10161
10593
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -10257,7 +10689,7 @@ class DatabaseClient(object):
10257
10689
  :rtype: :class:`~oci.response.Response`
10258
10690
 
10259
10691
  :example:
10260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
10692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
10261
10693
  """
10262
10694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10263
10695
  required_arguments = ['autonomousDatabaseId']
@@ -10353,7 +10785,7 @@ class DatabaseClient(object):
10353
10785
  :rtype: :class:`~oci.response.Response`
10354
10786
 
10355
10787
  :example:
10356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
10788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
10357
10789
  """
10358
10790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10359
10791
  required_arguments = ['autonomousDatabaseId']
@@ -10464,7 +10896,7 @@ class DatabaseClient(object):
10464
10896
  :rtype: :class:`~oci.response.Response`
10465
10897
 
10466
10898
  :example:
10467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
10899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
10468
10900
  """
10469
10901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10470
10902
  required_arguments = ['databaseId']
@@ -10588,7 +11020,7 @@ class DatabaseClient(object):
10588
11020
  :rtype: :class:`~oci.response.Response`
10589
11021
 
10590
11022
  :example:
10591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
10592
11024
  """
10593
11025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10594
11026
  required_arguments = ['externalContainerDatabaseId']
@@ -10706,7 +11138,7 @@ class DatabaseClient(object):
10706
11138
  :rtype: :class:`~oci.response.Response`
10707
11139
 
10708
11140
  :example:
10709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
10710
11142
  """
10711
11143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10712
11144
  required_arguments = ['externalContainerDatabaseId']
@@ -10828,7 +11260,7 @@ class DatabaseClient(object):
10828
11260
  :rtype: :class:`~oci.response.Response`
10829
11261
 
10830
11262
  :example:
10831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
10832
11264
  """
10833
11265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10834
11266
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10946,7 +11378,7 @@ class DatabaseClient(object):
10946
11378
  :rtype: :class:`~oci.response.Response`
10947
11379
 
10948
11380
  :example:
10949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
10950
11382
  """
10951
11383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10952
11384
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11064,7 +11496,7 @@ class DatabaseClient(object):
11064
11496
  :rtype: :class:`~oci.response.Response`
11065
11497
 
11066
11498
  :example:
11067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
11068
11500
  """
11069
11501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11070
11502
  required_arguments = ['externalNonContainerDatabaseId']
@@ -11186,7 +11618,7 @@ class DatabaseClient(object):
11186
11618
  :rtype: :class:`~oci.response.Response`
11187
11619
 
11188
11620
  :example:
11189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
11190
11622
  """
11191
11623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11192
11624
  required_arguments = ['externalPluggableDatabaseId']
@@ -11304,7 +11736,7 @@ class DatabaseClient(object):
11304
11736
  :rtype: :class:`~oci.response.Response`
11305
11737
 
11306
11738
  :example:
11307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
11308
11740
  """
11309
11741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11310
11742
  required_arguments = ['externalPluggableDatabaseId']
@@ -11422,7 +11854,7 @@ class DatabaseClient(object):
11422
11854
  :rtype: :class:`~oci.response.Response`
11423
11855
 
11424
11856
  :example:
11425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
11857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
11426
11858
  """
11427
11859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11428
11860
  required_arguments = ['externalPluggableDatabaseId']
@@ -11540,7 +11972,7 @@ class DatabaseClient(object):
11540
11972
  :rtype: :class:`~oci.response.Response`
11541
11973
 
11542
11974
  :example:
11543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
11975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
11544
11976
  """
11545
11977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11546
11978
  required_arguments = ['pluggableDatabaseId']
@@ -11664,7 +12096,7 @@ class DatabaseClient(object):
11664
12096
  :rtype: :class:`~oci.response.Response`
11665
12097
 
11666
12098
  :example:
11667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
11668
12100
  """
11669
12101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11670
12102
  required_arguments = ['autonomousDatabaseId']
@@ -11784,7 +12216,7 @@ class DatabaseClient(object):
11784
12216
  :rtype: :class:`~oci.response.Response`
11785
12217
 
11786
12218
  :example:
11787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
12219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
11788
12220
  """
11789
12221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11790
12222
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -11897,7 +12329,7 @@ class DatabaseClient(object):
11897
12329
  :rtype: :class:`~oci.response.Response`
11898
12330
 
11899
12331
  :example:
11900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
12332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
11901
12333
  """
11902
12334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11903
12335
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -12008,7 +12440,7 @@ class DatabaseClient(object):
12008
12440
  :rtype: :class:`~oci.response.Response`
12009
12441
 
12010
12442
  :example:
12011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
12443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
12012
12444
  """
12013
12445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12014
12446
  required_arguments = ['autonomousDatabaseId']
@@ -12121,7 +12553,7 @@ class DatabaseClient(object):
12121
12553
  :rtype: :class:`~oci.response.Response`
12122
12554
 
12123
12555
  :example:
12124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
12556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
12125
12557
  """
12126
12558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12127
12559
  required_arguments = ['exadataInfrastructureId']
@@ -12224,7 +12656,7 @@ class DatabaseClient(object):
12224
12656
  :rtype: :class:`~oci.response.Response`
12225
12657
 
12226
12658
  :example:
12227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
12659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
12228
12660
  """
12229
12661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12230
12662
  required_arguments = ['applicationVipId']
@@ -12319,7 +12751,7 @@ class DatabaseClient(object):
12319
12751
  :rtype: :class:`~oci.response.Response`
12320
12752
 
12321
12753
  :example:
12322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
12754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
12323
12755
  """
12324
12756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12325
12757
  required_arguments = ['autonomousContainerDatabaseId']
@@ -12412,7 +12844,7 @@ class DatabaseClient(object):
12412
12844
  :rtype: :class:`~oci.response.Response`
12413
12845
 
12414
12846
  :example:
12415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
12847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
12416
12848
  """
12417
12849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12418
12850
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -12504,7 +12936,7 @@ class DatabaseClient(object):
12504
12936
  :rtype: :class:`~oci.response.Response`
12505
12937
 
12506
12938
  :example:
12507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
12939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
12508
12940
  """
12509
12941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12510
12942
  required_arguments = ['autonomousDatabaseId']
@@ -12602,7 +13034,7 @@ class DatabaseClient(object):
12602
13034
  :rtype: :class:`~oci.response.Response`
12603
13035
 
12604
13036
  :example:
12605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
12606
13038
  """
12607
13039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12608
13040
  required_arguments = ['autonomousDatabaseBackupId']
@@ -12705,7 +13137,7 @@ class DatabaseClient(object):
12705
13137
  :rtype: :class:`~oci.response.Response`
12706
13138
 
12707
13139
  :example:
12708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
13140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
12709
13141
  """
12710
13142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12711
13143
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -12799,7 +13231,7 @@ class DatabaseClient(object):
12799
13231
  :rtype: :class:`~oci.response.Response`
12800
13232
 
12801
13233
  :example:
12802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
13234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
12803
13235
  """
12804
13236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12805
13237
  required_arguments = []
@@ -12885,7 +13317,7 @@ class DatabaseClient(object):
12885
13317
  :rtype: :class:`~oci.response.Response`
12886
13318
 
12887
13319
  :example:
12888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
13320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
12889
13321
  """
12890
13322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12891
13323
  required_arguments = ['autonomousDatabaseId']
@@ -12980,7 +13412,7 @@ class DatabaseClient(object):
12980
13412
  :rtype: :class:`~oci.response.Response`
12981
13413
 
12982
13414
  :example:
12983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
13415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
12984
13416
  """
12985
13417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12986
13418
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -13068,7 +13500,7 @@ class DatabaseClient(object):
13068
13500
  :rtype: :class:`~oci.response.Response`
13069
13501
 
13070
13502
  :example:
13071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
13503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
13072
13504
  """
13073
13505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13074
13506
  required_arguments = ['autonomousPatchId']
@@ -13159,7 +13591,7 @@ class DatabaseClient(object):
13159
13591
  :rtype: :class:`~oci.response.Response`
13160
13592
 
13161
13593
  :example:
13162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
13594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
13163
13595
  """
13164
13596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13165
13597
  required_arguments = ['autonomousVirtualMachineId']
@@ -13257,7 +13689,7 @@ class DatabaseClient(object):
13257
13689
  :rtype: :class:`~oci.response.Response`
13258
13690
 
13259
13691
  :example:
13260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
13692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
13261
13693
  """
13262
13694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13263
13695
  required_arguments = ['autonomousVmClusterId']
@@ -13352,7 +13784,7 @@ class DatabaseClient(object):
13352
13784
  :rtype: :class:`~oci.response.Response`
13353
13785
 
13354
13786
  :example:
13355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
13787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
13356
13788
  """
13357
13789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13358
13790
  required_arguments = ['backupId']
@@ -13443,7 +13875,7 @@ class DatabaseClient(object):
13443
13875
  :rtype: :class:`~oci.response.Response`
13444
13876
 
13445
13877
  :example:
13446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
13878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
13447
13879
  """
13448
13880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13449
13881
  required_arguments = ['backupDestinationId']
@@ -13541,7 +13973,7 @@ class DatabaseClient(object):
13541
13973
  :rtype: :class:`~oci.response.Response`
13542
13974
 
13543
13975
  :example:
13544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
13976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
13545
13977
  """
13546
13978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13547
13979
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -13639,7 +14071,7 @@ class DatabaseClient(object):
13639
14071
  :rtype: :class:`~oci.response.Response`
13640
14072
 
13641
14073
  :example:
13642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
14074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
13643
14075
  """
13644
14076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13645
14077
  required_arguments = ['cloudExadataInfrastructureId']
@@ -13737,7 +14169,7 @@ class DatabaseClient(object):
13737
14169
  :rtype: :class:`~oci.response.Response`
13738
14170
 
13739
14171
  :example:
13740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
14172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
13741
14173
  """
13742
14174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13743
14175
  required_arguments = ['cloudExadataInfrastructureId']
@@ -13835,7 +14267,7 @@ class DatabaseClient(object):
13835
14267
  :rtype: :class:`~oci.response.Response`
13836
14268
 
13837
14269
  :example:
13838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
14270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
13839
14271
  """
13840
14272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13841
14273
  required_arguments = ['cloudVmClusterId']
@@ -13934,7 +14366,7 @@ class DatabaseClient(object):
13934
14366
  :rtype: :class:`~oci.response.Response`
13935
14367
 
13936
14368
  :example:
13937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
14369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
13938
14370
  """
13939
14371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13940
14372
  required_arguments = ['cloudVmClusterId']
@@ -14037,7 +14469,7 @@ class DatabaseClient(object):
14037
14469
  :rtype: :class:`~oci.response.Response`
14038
14470
 
14039
14471
  :example:
14040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
14472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
14041
14473
  """
14042
14474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14043
14475
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -14141,7 +14573,7 @@ class DatabaseClient(object):
14141
14573
  :rtype: :class:`~oci.response.Response`
14142
14574
 
14143
14575
  :example:
14144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
14576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
14145
14577
  """
14146
14578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14147
14579
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -14240,7 +14672,7 @@ class DatabaseClient(object):
14240
14672
  :rtype: :class:`~oci.response.Response`
14241
14673
 
14242
14674
  :example:
14243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
14675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
14244
14676
  """
14245
14677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14246
14678
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -14334,7 +14766,7 @@ class DatabaseClient(object):
14334
14766
  :rtype: :class:`~oci.response.Response`
14335
14767
 
14336
14768
  :example:
14337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
14769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
14338
14770
  """
14339
14771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14340
14772
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -14423,7 +14855,7 @@ class DatabaseClient(object):
14423
14855
  :rtype: :class:`~oci.response.Response`
14424
14856
 
14425
14857
  :example:
14426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
14858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
14427
14859
  """
14428
14860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14429
14861
  required_arguments = ['databaseId']
@@ -14511,7 +14943,7 @@ class DatabaseClient(object):
14511
14943
  :rtype: :class:`~oci.response.Response`
14512
14944
 
14513
14945
  :example:
14514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
14946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
14515
14947
  """
14516
14948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14517
14949
  required_arguments = ['databaseSoftwareImageId']
@@ -14607,7 +15039,7 @@ class DatabaseClient(object):
14607
15039
  :rtype: :class:`~oci.response.Response`
14608
15040
 
14609
15041
  :example:
14610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
15042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
14611
15043
  """
14612
15044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14613
15045
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -14703,7 +15135,7 @@ class DatabaseClient(object):
14703
15135
  :rtype: :class:`~oci.response.Response`
14704
15136
 
14705
15137
  :example:
14706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
15138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
14707
15139
  """
14708
15140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14709
15141
  required_arguments = ['dbHomeId']
@@ -14796,7 +15228,7 @@ class DatabaseClient(object):
14796
15228
  :rtype: :class:`~oci.response.Response`
14797
15229
 
14798
15230
  :example:
14799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
15231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
14800
15232
  """
14801
15233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14802
15234
  required_arguments = ['dbHomeId', 'patchId']
@@ -14890,7 +15322,7 @@ class DatabaseClient(object):
14890
15322
  :rtype: :class:`~oci.response.Response`
14891
15323
 
14892
15324
  :example:
14893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
15325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
14894
15326
  """
14895
15327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14896
15328
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -14979,7 +15411,7 @@ class DatabaseClient(object):
14979
15411
  :rtype: :class:`~oci.response.Response`
14980
15412
 
14981
15413
  :example:
14982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
15414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
14983
15415
  """
14984
15416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14985
15417
  required_arguments = ['dbNodeId']
@@ -15075,7 +15507,7 @@ class DatabaseClient(object):
15075
15507
  :rtype: :class:`~oci.response.Response`
15076
15508
 
15077
15509
  :example:
15078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
15510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
15079
15511
  """
15080
15512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15081
15513
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -15184,7 +15616,7 @@ class DatabaseClient(object):
15184
15616
  :rtype: :class:`~oci.response.Response`
15185
15617
 
15186
15618
  :example:
15187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
15619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
15188
15620
  """
15189
15621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15190
15622
  required_arguments = ['dbSystemId']
@@ -15277,7 +15709,7 @@ class DatabaseClient(object):
15277
15709
  :rtype: :class:`~oci.response.Response`
15278
15710
 
15279
15711
  :example:
15280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
15712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
15281
15713
  """
15282
15714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15283
15715
  required_arguments = ['dbSystemId', 'patchId']
@@ -15371,7 +15803,7 @@ class DatabaseClient(object):
15371
15803
  :rtype: :class:`~oci.response.Response`
15372
15804
 
15373
15805
  :example:
15374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
15806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
15375
15807
  """
15376
15808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15377
15809
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -15468,7 +15900,7 @@ class DatabaseClient(object):
15468
15900
  :rtype: :class:`~oci.response.Response`
15469
15901
 
15470
15902
  :example:
15471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
15903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
15472
15904
  """
15473
15905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15474
15906
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -15573,7 +16005,7 @@ class DatabaseClient(object):
15573
16005
  :rtype: :class:`~oci.response.Response`
15574
16006
 
15575
16007
  :example:
15576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
16008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
15577
16009
  """
15578
16010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15579
16011
  required_arguments = ['exadataInfrastructureId']
@@ -15687,7 +16119,7 @@ class DatabaseClient(object):
15687
16119
  :rtype: :class:`~oci.response.Response`
15688
16120
 
15689
16121
  :example:
15690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
16122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
15691
16123
  """
15692
16124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15693
16125
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -15796,7 +16228,7 @@ class DatabaseClient(object):
15796
16228
  :rtype: :class:`~oci.response.Response`
15797
16229
 
15798
16230
  :example:
15799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
16231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
15800
16232
  """
15801
16233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15802
16234
  required_arguments = ['dbSystemId']
@@ -15895,7 +16327,7 @@ class DatabaseClient(object):
15895
16327
  :rtype: :class:`~oci.response.Response`
15896
16328
 
15897
16329
  :example:
15898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
16330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
15899
16331
  """
15900
16332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15901
16333
  required_arguments = ['backupId']
@@ -15986,7 +16418,7 @@ class DatabaseClient(object):
15986
16418
  :rtype: :class:`~oci.response.Response`
15987
16419
 
15988
16420
  :example:
15989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
16421
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
15990
16422
  """
15991
16423
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15992
16424
  required_arguments = ['externalContainerDatabaseId']
@@ -16085,7 +16517,7 @@ class DatabaseClient(object):
16085
16517
  :rtype: :class:`~oci.response.Response`
16086
16518
 
16087
16519
  :example:
16088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
16520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
16089
16521
  """
16090
16522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16091
16523
  required_arguments = ['externalDatabaseConnectorId']
@@ -16183,7 +16615,7 @@ class DatabaseClient(object):
16183
16615
  :rtype: :class:`~oci.response.Response`
16184
16616
 
16185
16617
  :example:
16186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
16618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
16187
16619
  """
16188
16620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16189
16621
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16282,7 +16714,7 @@ class DatabaseClient(object):
16282
16714
  :rtype: :class:`~oci.response.Response`
16283
16715
 
16284
16716
  :example:
16285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
16717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
16286
16718
  """
16287
16719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16288
16720
  required_arguments = ['externalPluggableDatabaseId']
@@ -16389,7 +16821,7 @@ class DatabaseClient(object):
16389
16821
  :rtype: :class:`~oci.response.Response`
16390
16822
 
16391
16823
  :example:
16392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
16824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
16393
16825
  """
16394
16826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16395
16827
  required_arguments = ['compartmentId']
@@ -16493,7 +16925,7 @@ class DatabaseClient(object):
16493
16925
  :rtype: :class:`~oci.response.Response`
16494
16926
 
16495
16927
  :example:
16496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
16928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
16497
16929
  """
16498
16930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16499
16931
  required_arguments = ['keyStoreId']
@@ -16586,7 +17018,7 @@ class DatabaseClient(object):
16586
17018
  :rtype: :class:`~oci.response.Response`
16587
17019
 
16588
17020
  :example:
16589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
17021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
16590
17022
  """
16591
17023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16592
17024
  required_arguments = ['maintenanceRunId']
@@ -16672,7 +17104,7 @@ class DatabaseClient(object):
16672
17104
  :rtype: :class:`~oci.response.Response`
16673
17105
 
16674
17106
  :example:
16675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
17107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
16676
17108
  """
16677
17109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16678
17110
  required_arguments = ['maintenanceRunHistoryId']
@@ -16734,6 +17166,104 @@ class DatabaseClient(object):
16734
17166
  api_reference_link=api_reference_link,
16735
17167
  required_arguments=required_arguments)
16736
17168
 
17169
+ def get_oneoff_patch(self, oneoff_patch_id, **kwargs):
17170
+ """
17171
+ Gets information about the specified one-off patch.
17172
+
17173
+
17174
+ :param str oneoff_patch_id: (required)
17175
+ The one-off patch `OCID`__.
17176
+
17177
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
17178
+
17179
+ :param str opc_request_id: (optional)
17180
+ Unique identifier for the request.
17181
+
17182
+ :param obj retry_strategy: (optional)
17183
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
17184
+
17185
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
17186
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
17187
+
17188
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
17189
+
17190
+ :param bool allow_control_chars: (optional)
17191
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
17192
+ By default, the response will not allow control characters in strings
17193
+
17194
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.OneoffPatch`
17195
+ :rtype: :class:`~oci.response.Response`
17196
+
17197
+ :example:
17198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
17199
+ """
17200
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17201
+ required_arguments = ['oneoffPatchId']
17202
+ resource_path = "/oneoffPatches/{oneoffPatchId}"
17203
+ method = "GET"
17204
+ operation_name = "get_oneoff_patch"
17205
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/GetOneoffPatch"
17206
+
17207
+ # Don't accept unknown kwargs
17208
+ expected_kwargs = [
17209
+ "allow_control_chars",
17210
+ "retry_strategy",
17211
+ "opc_request_id"
17212
+ ]
17213
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
17214
+ if extra_kwargs:
17215
+ raise ValueError(
17216
+ "get_oneoff_patch got unknown kwargs: {!r}".format(extra_kwargs))
17217
+
17218
+ path_params = {
17219
+ "oneoffPatchId": oneoff_patch_id
17220
+ }
17221
+
17222
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
17223
+
17224
+ for (k, v) in six.iteritems(path_params):
17225
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
17226
+ raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
17227
+
17228
+ header_params = {
17229
+ "accept": "application/json",
17230
+ "content-type": "application/json",
17231
+ "opc-request-id": kwargs.get("opc_request_id", missing)
17232
+ }
17233
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
17234
+
17235
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
17236
+ operation_retry_strategy=kwargs.get('retry_strategy'),
17237
+ client_retry_strategy=self.retry_strategy
17238
+ )
17239
+
17240
+ if retry_strategy:
17241
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
17242
+ self.base_client.add_opc_client_retries_header(header_params)
17243
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
17244
+ return retry_strategy.make_retrying_call(
17245
+ self.base_client.call_api,
17246
+ resource_path=resource_path,
17247
+ method=method,
17248
+ path_params=path_params,
17249
+ header_params=header_params,
17250
+ response_type="OneoffPatch",
17251
+ allow_control_chars=kwargs.get('allow_control_chars'),
17252
+ operation_name=operation_name,
17253
+ api_reference_link=api_reference_link,
17254
+ required_arguments=required_arguments)
17255
+ else:
17256
+ return self.base_client.call_api(
17257
+ resource_path=resource_path,
17258
+ method=method,
17259
+ path_params=path_params,
17260
+ header_params=header_params,
17261
+ response_type="OneoffPatch",
17262
+ allow_control_chars=kwargs.get('allow_control_chars'),
17263
+ operation_name=operation_name,
17264
+ api_reference_link=api_reference_link,
17265
+ required_arguments=required_arguments)
17266
+
16737
17267
  def get_pdb_conversion_history_entry(self, database_id, pdb_conversion_history_entry_id, **kwargs):
16738
17268
  """
16739
17269
  Gets the details of operations performed to convert the specified database from non-container (non-CDB) to pluggable (PDB).
@@ -16768,7 +17298,7 @@ class DatabaseClient(object):
16768
17298
  :rtype: :class:`~oci.response.Response`
16769
17299
 
16770
17300
  :example:
16771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
17301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
16772
17302
  """
16773
17303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16774
17304
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -16864,7 +17394,7 @@ class DatabaseClient(object):
16864
17394
  :rtype: :class:`~oci.response.Response`
16865
17395
 
16866
17396
  :example:
16867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
17397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
16868
17398
  """
16869
17399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16870
17400
  required_arguments = ['pluggableDatabaseId']
@@ -16955,7 +17485,7 @@ class DatabaseClient(object):
16955
17485
  :rtype: :class:`~oci.response.Response`
16956
17486
 
16957
17487
  :example:
16958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
17488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
16959
17489
  """
16960
17490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16961
17491
  required_arguments = ['vmClusterId']
@@ -17059,7 +17589,7 @@ class DatabaseClient(object):
17059
17589
  :rtype: :class:`~oci.response.Response`
17060
17590
 
17061
17591
  :example:
17062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
17592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
17063
17593
  """
17064
17594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17065
17595
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -17160,7 +17690,7 @@ class DatabaseClient(object):
17160
17690
  :rtype: :class:`~oci.response.Response`
17161
17691
 
17162
17692
  :example:
17163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
17693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
17164
17694
  """
17165
17695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17166
17696
  required_arguments = ['vmClusterId', 'patchId']
@@ -17254,7 +17784,7 @@ class DatabaseClient(object):
17254
17784
  :rtype: :class:`~oci.response.Response`
17255
17785
 
17256
17786
  :example:
17257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
17787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
17258
17788
  """
17259
17789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17260
17790
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -17351,7 +17881,7 @@ class DatabaseClient(object):
17351
17881
  :rtype: :class:`~oci.response.Response`
17352
17882
 
17353
17883
  :example:
17354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
17884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
17355
17885
  """
17356
17886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17357
17887
  required_arguments = ['vmClusterId', 'updateId']
@@ -17455,7 +17985,7 @@ class DatabaseClient(object):
17455
17985
  :rtype: :class:`~oci.response.Response`
17456
17986
 
17457
17987
  :example:
17458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
17988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
17459
17989
  """
17460
17990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17461
17991
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -17556,7 +18086,7 @@ class DatabaseClient(object):
17556
18086
  :rtype: :class:`~oci.response.Response`
17557
18087
 
17558
18088
  :example:
17559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
18089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
17560
18090
  """
17561
18091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17562
18092
  required_arguments = []
@@ -17668,7 +18198,7 @@ class DatabaseClient(object):
17668
18198
  :rtype: :class:`~oci.response.Response`
17669
18199
 
17670
18200
  :example:
17671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
18201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
17672
18202
  """
17673
18203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17674
18204
  required_arguments = []
@@ -17786,7 +18316,7 @@ class DatabaseClient(object):
17786
18316
  :rtype: :class:`~oci.response.Response`
17787
18317
 
17788
18318
  :example:
17789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
18319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
17790
18320
  """
17791
18321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17792
18322
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -17914,7 +18444,7 @@ class DatabaseClient(object):
17914
18444
  :rtype: :class:`~oci.response.Response`
17915
18445
 
17916
18446
  :example:
17917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
18447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
17918
18448
  """
17919
18449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17920
18450
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18035,7 +18565,7 @@ class DatabaseClient(object):
18035
18565
  :rtype: :class:`~oci.response.Response`
18036
18566
 
18037
18567
  :example:
18038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
18568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
18039
18569
  """
18040
18570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18041
18571
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -18197,7 +18727,7 @@ class DatabaseClient(object):
18197
18727
  :rtype: :class:`~oci.response.Response`
18198
18728
 
18199
18729
  :example:
18200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
18730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
18201
18731
  """
18202
18732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18203
18733
  required_arguments = ['compartmentId']
@@ -18373,7 +18903,7 @@ class DatabaseClient(object):
18373
18903
  :rtype: :class:`~oci.response.Response`
18374
18904
 
18375
18905
  :example:
18376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
18906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
18377
18907
  """
18378
18908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18379
18909
  required_arguments = []
@@ -18507,7 +19037,7 @@ class DatabaseClient(object):
18507
19037
  :rtype: :class:`~oci.response.Response`
18508
19038
 
18509
19039
  :example:
18510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
19040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
18511
19041
  """
18512
19042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18513
19043
  required_arguments = []
@@ -18646,7 +19176,7 @@ class DatabaseClient(object):
18646
19176
  :rtype: :class:`~oci.response.Response`
18647
19177
 
18648
19178
  :example:
18649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
19179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
18650
19180
  """
18651
19181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18652
19182
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -18796,7 +19326,7 @@ class DatabaseClient(object):
18796
19326
  :rtype: :class:`~oci.response.Response`
18797
19327
 
18798
19328
  :example:
18799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
19329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
18800
19330
  """
18801
19331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18802
19332
  required_arguments = ['autonomousDatabaseId']
@@ -18907,7 +19437,7 @@ class DatabaseClient(object):
18907
19437
  :rtype: :class:`~oci.response.Response`
18908
19438
 
18909
19439
  :example:
18910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
19440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
18911
19441
  """
18912
19442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18913
19443
  required_arguments = ['autonomousDatabaseId']
@@ -19070,7 +19600,7 @@ class DatabaseClient(object):
19070
19600
  :rtype: :class:`~oci.response.Response`
19071
19601
 
19072
19602
  :example:
19073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
19603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
19074
19604
  """
19075
19605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19076
19606
  required_arguments = ['compartmentId']
@@ -19245,7 +19775,7 @@ class DatabaseClient(object):
19245
19775
  :rtype: :class:`~oci.response.Response`
19246
19776
 
19247
19777
  :example:
19248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
19778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
19249
19779
  """
19250
19780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19251
19781
  required_arguments = ['compartmentId']
@@ -19376,7 +19906,7 @@ class DatabaseClient(object):
19376
19906
  :rtype: :class:`~oci.response.Response`
19377
19907
 
19378
19908
  :example:
19379
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
19909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
19380
19910
  """
19381
19911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19382
19912
  required_arguments = ['compartmentId']
@@ -19500,7 +20030,7 @@ class DatabaseClient(object):
19500
20030
  :rtype: :class:`~oci.response.Response`
19501
20031
 
19502
20032
  :example:
19503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
20033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
19504
20034
  """
19505
20035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19506
20036
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -19624,7 +20154,7 @@ class DatabaseClient(object):
19624
20154
  :rtype: :class:`~oci.response.Response`
19625
20155
 
19626
20156
  :example:
19627
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
20157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
19628
20158
  """
19629
20159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19630
20160
  required_arguments = ['compartmentId']
@@ -19765,7 +20295,7 @@ class DatabaseClient(object):
19765
20295
  :rtype: :class:`~oci.response.Response`
19766
20296
 
19767
20297
  :example:
19768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
20298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
19769
20299
  """
19770
20300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19771
20301
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -19899,7 +20429,7 @@ class DatabaseClient(object):
19899
20429
  :rtype: :class:`~oci.response.Response`
19900
20430
 
19901
20431
  :example:
19902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
20432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
19903
20433
  """
19904
20434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19905
20435
  required_arguments = ['compartmentId']
@@ -20036,7 +20566,7 @@ class DatabaseClient(object):
20036
20566
  :rtype: :class:`~oci.response.Response`
20037
20567
 
20038
20568
  :example:
20039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
20569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
20040
20570
  """
20041
20571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20042
20572
  required_arguments = ['compartmentId']
@@ -20143,7 +20673,7 @@ class DatabaseClient(object):
20143
20673
  :rtype: :class:`~oci.response.Response`
20144
20674
 
20145
20675
  :example:
20146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
20676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
20147
20677
  """
20148
20678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20149
20679
  required_arguments = []
@@ -20270,7 +20800,7 @@ class DatabaseClient(object):
20270
20800
  :rtype: :class:`~oci.response.Response`
20271
20801
 
20272
20802
  :example:
20273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
20803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
20274
20804
  """
20275
20805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20276
20806
  required_arguments = ['compartmentId']
@@ -20424,7 +20954,7 @@ class DatabaseClient(object):
20424
20954
  :rtype: :class:`~oci.response.Response`
20425
20955
 
20426
20956
  :example:
20427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
20957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
20428
20958
  """
20429
20959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20430
20960
  required_arguments = ['compartmentId']
@@ -20561,7 +21091,7 @@ class DatabaseClient(object):
20561
21091
  :rtype: :class:`~oci.response.Response`
20562
21092
 
20563
21093
  :example:
20564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
21094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
20565
21095
  """
20566
21096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20567
21097
  required_arguments = ['cloudVmClusterId']
@@ -20689,7 +21219,7 @@ class DatabaseClient(object):
20689
21219
  :rtype: :class:`~oci.response.Response`
20690
21220
 
20691
21221
  :example:
20692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
21222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
20693
21223
  """
20694
21224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20695
21225
  required_arguments = ['cloudVmClusterId']
@@ -20833,7 +21363,7 @@ class DatabaseClient(object):
20833
21363
  :rtype: :class:`~oci.response.Response`
20834
21364
 
20835
21365
  :example:
20836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
21366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
20837
21367
  """
20838
21368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20839
21369
  required_arguments = ['compartmentId']
@@ -20958,7 +21488,7 @@ class DatabaseClient(object):
20958
21488
  :rtype: :class:`~oci.response.Response`
20959
21489
 
20960
21490
  :example:
20961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
21491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
20962
21492
  """
20963
21493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20964
21494
  required_arguments = ['dbNodeId']
@@ -21057,7 +21587,7 @@ class DatabaseClient(object):
21057
21587
  :rtype: :class:`~oci.response.Response`
21058
21588
 
21059
21589
  :example:
21060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
21590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
21061
21591
  """
21062
21592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21063
21593
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -21166,7 +21696,7 @@ class DatabaseClient(object):
21166
21696
  :rtype: :class:`~oci.response.Response`
21167
21697
 
21168
21698
  :example:
21169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
21699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
21170
21700
  """
21171
21701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21172
21702
  required_arguments = ['databaseId']
@@ -21305,7 +21835,7 @@ class DatabaseClient(object):
21305
21835
  :rtype: :class:`~oci.response.Response`
21306
21836
 
21307
21837
  :example:
21308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
21838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
21309
21839
  """
21310
21840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21311
21841
  required_arguments = ['compartmentId']
@@ -21474,7 +22004,7 @@ class DatabaseClient(object):
21474
22004
  :rtype: :class:`~oci.response.Response`
21475
22005
 
21476
22006
  :example:
21477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
22007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
21478
22008
  """
21479
22009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21480
22010
  required_arguments = ['databaseId']
@@ -21649,7 +22179,7 @@ class DatabaseClient(object):
21649
22179
  :rtype: :class:`~oci.response.Response`
21650
22180
 
21651
22181
  :example:
21652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
22182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
21653
22183
  """
21654
22184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21655
22185
  required_arguments = ['compartmentId']
@@ -21779,7 +22309,7 @@ class DatabaseClient(object):
21779
22309
  :rtype: :class:`~oci.response.Response`
21780
22310
 
21781
22311
  :example:
21782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
22312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
21783
22313
  """
21784
22314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21785
22315
  required_arguments = ['dbHomeId']
@@ -21887,7 +22417,7 @@ class DatabaseClient(object):
21887
22417
  :rtype: :class:`~oci.response.Response`
21888
22418
 
21889
22419
  :example:
21890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
22420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
21891
22421
  """
21892
22422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21893
22423
  required_arguments = ['dbHomeId']
@@ -22031,7 +22561,7 @@ class DatabaseClient(object):
22031
22561
  :rtype: :class:`~oci.response.Response`
22032
22562
 
22033
22563
  :example:
22034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
22564
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
22035
22565
  """
22036
22566
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22037
22567
  required_arguments = ['compartmentId']
@@ -22195,7 +22725,7 @@ class DatabaseClient(object):
22195
22725
  :rtype: :class:`~oci.response.Response`
22196
22726
 
22197
22727
  :example:
22198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
22728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
22199
22729
  """
22200
22730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22201
22731
  required_arguments = ['compartmentId']
@@ -22351,7 +22881,7 @@ class DatabaseClient(object):
22351
22881
  :rtype: :class:`~oci.response.Response`
22352
22882
 
22353
22883
  :example:
22354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
22884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
22355
22885
  """
22356
22886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22357
22887
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -22476,7 +23006,7 @@ class DatabaseClient(object):
22476
23006
  :rtype: :class:`~oci.response.Response`
22477
23007
 
22478
23008
  :example:
22479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
23009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
22480
23010
  """
22481
23011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22482
23012
  required_arguments = []
@@ -22573,7 +23103,7 @@ class DatabaseClient(object):
22573
23103
  :rtype: :class:`~oci.response.Response`
22574
23104
 
22575
23105
  :example:
22576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
23106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
22577
23107
  """
22578
23108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22579
23109
  required_arguments = ['dbSystemId']
@@ -22681,7 +23211,7 @@ class DatabaseClient(object):
22681
23211
  :rtype: :class:`~oci.response.Response`
22682
23212
 
22683
23213
  :example:
22684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
23214
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
22685
23215
  """
22686
23216
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22687
23217
  required_arguments = ['dbSystemId']
@@ -22792,7 +23322,7 @@ class DatabaseClient(object):
22792
23322
  :rtype: :class:`~oci.response.Response`
22793
23323
 
22794
23324
  :example:
22795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
23325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
22796
23326
  """
22797
23327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22798
23328
  required_arguments = ['compartmentId']
@@ -22893,7 +23423,7 @@ class DatabaseClient(object):
22893
23423
  :rtype: :class:`~oci.response.Response`
22894
23424
 
22895
23425
  :example:
22896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
23426
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
22897
23427
  """
22898
23428
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22899
23429
  required_arguments = ['storageManagement']
@@ -23020,7 +23550,7 @@ class DatabaseClient(object):
23020
23550
  :rtype: :class:`~oci.response.Response`
23021
23551
 
23022
23552
  :example:
23023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
23553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
23024
23554
  """
23025
23555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23026
23556
  required_arguments = ['dbSystemId']
@@ -23202,7 +23732,7 @@ class DatabaseClient(object):
23202
23732
  :rtype: :class:`~oci.response.Response`
23203
23733
 
23204
23734
  :example:
23205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
23735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
23206
23736
  """
23207
23737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23208
23738
  required_arguments = ['compartmentId']
@@ -23353,7 +23883,7 @@ class DatabaseClient(object):
23353
23883
  :rtype: :class:`~oci.response.Response`
23354
23884
 
23355
23885
  :example:
23356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
23886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
23357
23887
  """
23358
23888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23359
23889
  required_arguments = ['compartmentId']
@@ -23494,7 +24024,7 @@ class DatabaseClient(object):
23494
24024
  :rtype: :class:`~oci.response.Response`
23495
24025
 
23496
24026
  :example:
23497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
24027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
23498
24028
  """
23499
24029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23500
24030
  required_arguments = ['compartmentId']
@@ -23657,7 +24187,7 @@ class DatabaseClient(object):
23657
24187
  :rtype: :class:`~oci.response.Response`
23658
24188
 
23659
24189
  :example:
23660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
24190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
23661
24191
  """
23662
24192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23663
24193
  required_arguments = ['compartmentId']
@@ -23815,7 +24345,7 @@ class DatabaseClient(object):
23815
24345
  :rtype: :class:`~oci.response.Response`
23816
24346
 
23817
24347
  :example:
23818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
24348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
23819
24349
  """
23820
24350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23821
24351
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -23969,7 +24499,7 @@ class DatabaseClient(object):
23969
24499
  :rtype: :class:`~oci.response.Response`
23970
24500
 
23971
24501
  :example:
23972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
24502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
23973
24503
  """
23974
24504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23975
24505
  required_arguments = ['compartmentId']
@@ -24128,7 +24658,7 @@ class DatabaseClient(object):
24128
24658
  :rtype: :class:`~oci.response.Response`
24129
24659
 
24130
24660
  :example:
24131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
24661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
24132
24662
  """
24133
24663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24134
24664
  required_arguments = ['compartmentId']
@@ -24272,7 +24802,7 @@ class DatabaseClient(object):
24272
24802
  :rtype: :class:`~oci.response.Response`
24273
24803
 
24274
24804
  :example:
24275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
24805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
24276
24806
  """
24277
24807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24278
24808
  required_arguments = ['compartmentId']
@@ -24397,7 +24927,7 @@ class DatabaseClient(object):
24397
24927
  :rtype: :class:`~oci.response.Response`
24398
24928
 
24399
24929
  :example:
24400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
24930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
24401
24931
  """
24402
24932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24403
24933
  required_arguments = ['compartmentId']
@@ -24508,7 +25038,7 @@ class DatabaseClient(object):
24508
25038
  :rtype: :class:`~oci.response.Response`
24509
25039
 
24510
25040
  :example:
24511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
25041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
24512
25042
  """
24513
25043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24514
25044
  required_arguments = ['compartmentId']
@@ -24646,7 +25176,7 @@ class DatabaseClient(object):
24646
25176
  :rtype: :class:`~oci.response.Response`
24647
25177
 
24648
25178
  :example:
24649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
25179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
24650
25180
  """
24651
25181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24652
25182
  required_arguments = ['compartmentId']
@@ -24839,7 +25369,7 @@ class DatabaseClient(object):
24839
25369
  :rtype: :class:`~oci.response.Response`
24840
25370
 
24841
25371
  :example:
24842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
25372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
24843
25373
  """
24844
25374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24845
25375
  required_arguments = ['compartmentId']
@@ -24962,6 +25492,156 @@ class DatabaseClient(object):
24962
25492
  api_reference_link=api_reference_link,
24963
25493
  required_arguments=required_arguments)
24964
25494
 
25495
+ def list_oneoff_patches(self, compartment_id, **kwargs):
25496
+ """
25497
+ Lists one-off patches in the specified compartment.
25498
+
25499
+
25500
+ :param str compartment_id: (required)
25501
+ The compartment `OCID`__.
25502
+
25503
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
25504
+
25505
+ :param int limit: (optional)
25506
+ The maximum number of items to return per page.
25507
+
25508
+ :param str page: (optional)
25509
+ The pagination token to continue listing from.
25510
+
25511
+ :param str sort_by: (optional)
25512
+ The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
25513
+
25514
+ Allowed values are: "TIMECREATED", "DISPLAYNAME"
25515
+
25516
+ :param str sort_order: (optional)
25517
+ The sort order to use, either ascending (`ASC`) or descending (`DESC`).
25518
+
25519
+ Allowed values are: "ASC", "DESC"
25520
+
25521
+ :param str lifecycle_state: (optional)
25522
+ A filter to return only resources that match the given lifecycle state exactly
25523
+
25524
+ Allowed values are: "CREATING", "AVAILABLE", "UPDATING", "INACTIVE", "FAILED", "EXPIRED", "DELETING", "DELETED", "TERMINATING", "TERMINATED"
25525
+
25526
+ :param str display_name: (optional)
25527
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
25528
+
25529
+ :param str opc_request_id: (optional)
25530
+ Unique identifier for the request.
25531
+
25532
+ :param obj retry_strategy: (optional)
25533
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
25534
+
25535
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
25536
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
25537
+
25538
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
25539
+
25540
+ :param bool allow_control_chars: (optional)
25541
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
25542
+ By default, the response will not allow control characters in strings
25543
+
25544
+ :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.database.models.OneoffPatchSummary`
25545
+ :rtype: :class:`~oci.response.Response`
25546
+
25547
+ :example:
25548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
25549
+ """
25550
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25551
+ required_arguments = ['compartmentId']
25552
+ resource_path = "/oneoffPatches"
25553
+ method = "GET"
25554
+ operation_name = "list_oneoff_patches"
25555
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/ListOneoffPatches"
25556
+
25557
+ # Don't accept unknown kwargs
25558
+ expected_kwargs = [
25559
+ "allow_control_chars",
25560
+ "retry_strategy",
25561
+ "limit",
25562
+ "page",
25563
+ "sort_by",
25564
+ "sort_order",
25565
+ "lifecycle_state",
25566
+ "display_name",
25567
+ "opc_request_id"
25568
+ ]
25569
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25570
+ if extra_kwargs:
25571
+ raise ValueError(
25572
+ "list_oneoff_patches got unknown kwargs: {!r}".format(extra_kwargs))
25573
+
25574
+ if 'sort_by' in kwargs:
25575
+ sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME"]
25576
+ if kwargs['sort_by'] not in sort_by_allowed_values:
25577
+ raise ValueError(
25578
+ "Invalid value for `sort_by`, must be one of {0}".format(sort_by_allowed_values)
25579
+ )
25580
+
25581
+ if 'sort_order' in kwargs:
25582
+ sort_order_allowed_values = ["ASC", "DESC"]
25583
+ if kwargs['sort_order'] not in sort_order_allowed_values:
25584
+ raise ValueError(
25585
+ "Invalid value for `sort_order`, must be one of {0}".format(sort_order_allowed_values)
25586
+ )
25587
+
25588
+ if 'lifecycle_state' in kwargs:
25589
+ lifecycle_state_allowed_values = ["CREATING", "AVAILABLE", "UPDATING", "INACTIVE", "FAILED", "EXPIRED", "DELETING", "DELETED", "TERMINATING", "TERMINATED"]
25590
+ if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
25591
+ raise ValueError(
25592
+ "Invalid value for `lifecycle_state`, must be one of {0}".format(lifecycle_state_allowed_values)
25593
+ )
25594
+
25595
+ query_params = {
25596
+ "compartmentId": compartment_id,
25597
+ "limit": kwargs.get("limit", missing),
25598
+ "page": kwargs.get("page", missing),
25599
+ "sortBy": kwargs.get("sort_by", missing),
25600
+ "sortOrder": kwargs.get("sort_order", missing),
25601
+ "lifecycleState": kwargs.get("lifecycle_state", missing),
25602
+ "displayName": kwargs.get("display_name", missing)
25603
+ }
25604
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25605
+
25606
+ header_params = {
25607
+ "accept": "application/json",
25608
+ "content-type": "application/json",
25609
+ "opc-request-id": kwargs.get("opc_request_id", missing)
25610
+ }
25611
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
25612
+
25613
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
25614
+ operation_retry_strategy=kwargs.get('retry_strategy'),
25615
+ client_retry_strategy=self.retry_strategy
25616
+ )
25617
+
25618
+ if retry_strategy:
25619
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
25620
+ self.base_client.add_opc_client_retries_header(header_params)
25621
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
25622
+ return retry_strategy.make_retrying_call(
25623
+ self.base_client.call_api,
25624
+ resource_path=resource_path,
25625
+ method=method,
25626
+ query_params=query_params,
25627
+ header_params=header_params,
25628
+ response_type="list[OneoffPatchSummary]",
25629
+ allow_control_chars=kwargs.get('allow_control_chars'),
25630
+ operation_name=operation_name,
25631
+ api_reference_link=api_reference_link,
25632
+ required_arguments=required_arguments)
25633
+ else:
25634
+ return self.base_client.call_api(
25635
+ resource_path=resource_path,
25636
+ method=method,
25637
+ query_params=query_params,
25638
+ header_params=header_params,
25639
+ response_type="list[OneoffPatchSummary]",
25640
+ allow_control_chars=kwargs.get('allow_control_chars'),
25641
+ operation_name=operation_name,
25642
+ api_reference_link=api_reference_link,
25643
+ required_arguments=required_arguments)
25644
+
24965
25645
  def list_pdb_conversion_history_entries(self, database_id, **kwargs):
24966
25646
  """
24967
25647
  Gets the pluggable database conversion history for a specified database in a bare metal or virtual machine DB system.
@@ -25017,7 +25697,7 @@ class DatabaseClient(object):
25017
25697
  :rtype: :class:`~oci.response.Response`
25018
25698
 
25019
25699
  :example:
25020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
25700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
25021
25701
  """
25022
25702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25023
25703
  required_arguments = ['databaseId']
@@ -25187,7 +25867,7 @@ class DatabaseClient(object):
25187
25867
  :rtype: :class:`~oci.response.Response`
25188
25868
 
25189
25869
  :example:
25190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
25870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
25191
25871
  """
25192
25872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25193
25873
  required_arguments = []
@@ -25342,7 +26022,7 @@ class DatabaseClient(object):
25342
26022
  :rtype: :class:`~oci.response.Response`
25343
26023
 
25344
26024
  :example:
25345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
26025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
25346
26026
  """
25347
26027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25348
26028
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -25483,7 +26163,7 @@ class DatabaseClient(object):
25483
26163
  :rtype: :class:`~oci.response.Response`
25484
26164
 
25485
26165
  :example:
25486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
26166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
25487
26167
  """
25488
26168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25489
26169
  required_arguments = ['vmClusterId']
@@ -25591,7 +26271,7 @@ class DatabaseClient(object):
25591
26271
  :rtype: :class:`~oci.response.Response`
25592
26272
 
25593
26273
  :example:
25594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
26274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
25595
26275
  """
25596
26276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25597
26277
  required_arguments = ['vmClusterId']
@@ -25712,7 +26392,7 @@ class DatabaseClient(object):
25712
26392
  :rtype: :class:`~oci.response.Response`
25713
26393
 
25714
26394
  :example:
25715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
26395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
25716
26396
  """
25717
26397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25718
26398
  required_arguments = ['vmClusterId']
@@ -25854,7 +26534,7 @@ class DatabaseClient(object):
25854
26534
  :rtype: :class:`~oci.response.Response`
25855
26535
 
25856
26536
  :example:
25857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
26537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
25858
26538
  """
25859
26539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25860
26540
  required_arguments = ['vmClusterId']
@@ -26008,7 +26688,7 @@ class DatabaseClient(object):
26008
26688
  :rtype: :class:`~oci.response.Response`
26009
26689
 
26010
26690
  :example:
26011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
26691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
26012
26692
  """
26013
26693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26014
26694
  required_arguments = ['compartmentId']
@@ -26151,7 +26831,7 @@ class DatabaseClient(object):
26151
26831
  :rtype: :class:`~oci.response.Response`
26152
26832
 
26153
26833
  :example:
26154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
26834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
26155
26835
  """
26156
26836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26157
26837
  required_arguments = ['pluggableDatabaseId']
@@ -26271,7 +26951,7 @@ class DatabaseClient(object):
26271
26951
  :rtype: :class:`~oci.response.Response`
26272
26952
 
26273
26953
  :example:
26274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
26954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
26275
26955
  """
26276
26956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26277
26957
  required_arguments = ['dbSystemId']
@@ -26391,7 +27071,7 @@ class DatabaseClient(object):
26391
27071
  :rtype: :class:`~oci.response.Response`
26392
27072
 
26393
27073
  :example:
26394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
27074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
26395
27075
  """
26396
27076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26397
27077
  required_arguments = ['databaseId']
@@ -26511,7 +27191,7 @@ class DatabaseClient(object):
26511
27191
  :rtype: :class:`~oci.response.Response`
26512
27192
 
26513
27193
  :example:
26514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
27194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
26515
27195
  """
26516
27196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26517
27197
  required_arguments = ['databaseId']
@@ -26631,7 +27311,7 @@ class DatabaseClient(object):
26631
27311
  :rtype: :class:`~oci.response.Response`
26632
27312
 
26633
27313
  :example:
26634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
27314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
26635
27315
  """
26636
27316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26637
27317
  required_arguments = ['pluggableDatabaseId']
@@ -26739,7 +27419,7 @@ class DatabaseClient(object):
26739
27419
  :rtype: :class:`~oci.response.Response`
26740
27420
 
26741
27421
  :example:
26742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
27422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
26743
27423
  """
26744
27424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26745
27425
  required_arguments = ['autonomousDatabaseId']
@@ -26845,7 +27525,7 @@ class DatabaseClient(object):
26845
27525
  :rtype: :class:`~oci.response.Response`
26846
27526
 
26847
27527
  :example:
26848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
27528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
26849
27529
  """
26850
27530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26851
27531
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -26954,7 +27634,7 @@ class DatabaseClient(object):
26954
27634
  :rtype: :class:`~oci.response.Response`
26955
27635
 
26956
27636
  :example:
26957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
27637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
26958
27638
  """
26959
27639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26960
27640
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -27071,7 +27751,7 @@ class DatabaseClient(object):
27071
27751
  :rtype: :class:`~oci.response.Response`
27072
27752
 
27073
27753
  :example:
27074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
27754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
27075
27755
  """
27076
27756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27077
27757
  required_arguments = ['pluggableDatabaseId']
@@ -27191,7 +27871,7 @@ class DatabaseClient(object):
27191
27871
  :rtype: :class:`~oci.response.Response`
27192
27872
 
27193
27873
  :example:
27194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
27874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
27195
27875
  """
27196
27876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27197
27877
  required_arguments = ['cloudVmClusterId']
@@ -27311,7 +27991,7 @@ class DatabaseClient(object):
27311
27991
  :rtype: :class:`~oci.response.Response`
27312
27992
 
27313
27993
  :example:
27314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
27994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
27315
27995
  """
27316
27996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27317
27997
  required_arguments = ['vmClusterId']
@@ -27437,7 +28117,7 @@ class DatabaseClient(object):
27437
28117
  :rtype: :class:`~oci.response.Response`
27438
28118
 
27439
28119
  :example:
27440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
28120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
27441
28121
  """
27442
28122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27443
28123
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -27548,7 +28228,7 @@ class DatabaseClient(object):
27548
28228
  :rtype: :class:`~oci.response.Response`
27549
28229
 
27550
28230
  :example:
27551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
28231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
27552
28232
  """
27553
28233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27554
28234
  required_arguments = ['autonomousContainerDatabaseId']
@@ -27650,7 +28330,7 @@ class DatabaseClient(object):
27650
28330
  :rtype: :class:`~oci.response.Response`
27651
28331
 
27652
28332
  :example:
27653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
28333
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
27654
28334
  """
27655
28335
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27656
28336
  required_arguments = ['autonomousDatabaseId']
@@ -27753,7 +28433,7 @@ class DatabaseClient(object):
27753
28433
  :rtype: :class:`~oci.response.Response`
27754
28434
 
27755
28435
  :example:
27756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
28436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
27757
28437
  """
27758
28438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27759
28439
  required_arguments = ['autonomousDatabaseId']
@@ -27858,7 +28538,7 @@ class DatabaseClient(object):
27858
28538
  :rtype: :class:`~oci.response.Response`
27859
28539
 
27860
28540
  :example:
27861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
28541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
27862
28542
  """
27863
28543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27864
28544
  required_arguments = ['databaseId']
@@ -27972,7 +28652,7 @@ class DatabaseClient(object):
27972
28652
  :rtype: :class:`~oci.response.Response`
27973
28653
 
27974
28654
  :example:
27975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
28655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
27976
28656
  """
27977
28657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27978
28658
  required_arguments = ['autonomousContainerDatabaseId']
@@ -28089,7 +28769,7 @@ class DatabaseClient(object):
28089
28769
  :rtype: :class:`~oci.response.Response`
28090
28770
 
28091
28771
  :example:
28092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
28772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
28093
28773
  """
28094
28774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28095
28775
  required_arguments = ['autonomousDatabaseId']
@@ -28207,7 +28887,7 @@ class DatabaseClient(object):
28207
28887
  :rtype: :class:`~oci.response.Response`
28208
28888
 
28209
28889
  :example:
28210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
28890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
28211
28891
  """
28212
28892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28213
28893
  required_arguments = ['autonomousVmClusterId']
@@ -28325,7 +29005,7 @@ class DatabaseClient(object):
28325
29005
  :rtype: :class:`~oci.response.Response`
28326
29006
 
28327
29007
  :example:
28328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
29008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
28329
29009
  """
28330
29010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28331
29011
  required_arguments = ['autonomousVmClusterId']
@@ -28443,7 +29123,7 @@ class DatabaseClient(object):
28443
29123
  :rtype: :class:`~oci.response.Response`
28444
29124
 
28445
29125
  :example:
28446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
29126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
28447
29127
  """
28448
29128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28449
29129
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28562,7 +29242,7 @@ class DatabaseClient(object):
28562
29242
  :rtype: :class:`~oci.response.Response`
28563
29243
 
28564
29244
  :example:
28565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
29245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
28566
29246
  """
28567
29247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28568
29248
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28678,7 +29358,7 @@ class DatabaseClient(object):
28678
29358
  :rtype: :class:`~oci.response.Response`
28679
29359
 
28680
29360
  :example:
28681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
29361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
28682
29362
  """
28683
29363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28684
29364
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -28791,7 +29471,7 @@ class DatabaseClient(object):
28791
29471
  :rtype: :class:`~oci.response.Response`
28792
29472
 
28793
29473
  :example:
28794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
29474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
28795
29475
  """
28796
29476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28797
29477
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -28906,7 +29586,7 @@ class DatabaseClient(object):
28906
29586
  :rtype: :class:`~oci.response.Response`
28907
29587
 
28908
29588
  :example:
28909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
29589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
28910
29590
  """
28911
29591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28912
29592
  required_arguments = ['databaseId']
@@ -29023,7 +29703,7 @@ class DatabaseClient(object):
29023
29703
  :rtype: :class:`~oci.response.Response`
29024
29704
 
29025
29705
  :example:
29026
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
29706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
29027
29707
  """
29028
29708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29029
29709
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -29131,7 +29811,7 @@ class DatabaseClient(object):
29131
29811
  :rtype: :class:`~oci.response.Response`
29132
29812
 
29133
29813
  :example:
29134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
29814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
29135
29815
  """
29136
29816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29137
29817
  required_arguments = ['autonomousDatabaseId']
@@ -29231,7 +29911,7 @@ class DatabaseClient(object):
29231
29911
  :rtype: :class:`~oci.response.Response`
29232
29912
 
29233
29913
  :example:
29234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
29914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
29235
29915
  """
29236
29916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29237
29917
  required_arguments = ['autonomousDatabaseId']
@@ -29341,7 +30021,7 @@ class DatabaseClient(object):
29341
30021
  :rtype: :class:`~oci.response.Response`
29342
30022
 
29343
30023
  :example:
29344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
30024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
29345
30025
  """
29346
30026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29347
30027
  required_arguments = ['pluggableDatabaseId']
@@ -29449,7 +30129,7 @@ class DatabaseClient(object):
29449
30129
  :rtype: :class:`~oci.response.Response`
29450
30130
 
29451
30131
  :example:
29452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
30132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
29453
30133
  """
29454
30134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29455
30135
  required_arguments = ['autonomousDatabaseId']
@@ -29561,7 +30241,7 @@ class DatabaseClient(object):
29561
30241
  :rtype: :class:`~oci.response.Response`
29562
30242
 
29563
30243
  :example:
29564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
30244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
29565
30245
  """
29566
30246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29567
30247
  required_arguments = ['pluggableDatabaseId']
@@ -29673,7 +30353,7 @@ class DatabaseClient(object):
29673
30353
  :rtype: :class:`~oci.response.Response`
29674
30354
 
29675
30355
  :example:
29676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
30356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
29677
30357
  """
29678
30358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29679
30359
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -29791,7 +30471,7 @@ class DatabaseClient(object):
29791
30471
  :rtype: :class:`~oci.response.Response`
29792
30472
 
29793
30473
  :example:
29794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
30474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
29795
30475
  """
29796
30476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29797
30477
  required_arguments = ['autonomousDatabaseId']
@@ -29915,7 +30595,7 @@ class DatabaseClient(object):
29915
30595
  :rtype: :class:`~oci.response.Response`
29916
30596
 
29917
30597
  :example:
29918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
30598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
29919
30599
  """
29920
30600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29921
30601
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -30018,7 +30698,7 @@ class DatabaseClient(object):
30018
30698
  :rtype: :class:`~oci.response.Response`
30019
30699
 
30020
30700
  :example:
30021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
30701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
30022
30702
  """
30023
30703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30024
30704
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30116,7 +30796,7 @@ class DatabaseClient(object):
30116
30796
  :rtype: :class:`~oci.response.Response`
30117
30797
 
30118
30798
  :example:
30119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
30799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
30120
30800
  """
30121
30801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30122
30802
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -30221,7 +30901,7 @@ class DatabaseClient(object):
30221
30901
  :rtype: :class:`~oci.response.Response`
30222
30902
 
30223
30903
  :example:
30224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
30904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
30225
30905
  """
30226
30906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30227
30907
  required_arguments = ['dbSystemId']
@@ -30322,7 +31002,7 @@ class DatabaseClient(object):
30322
31002
  :rtype: :class:`~oci.response.Response`
30323
31003
 
30324
31004
  :example:
30325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
31005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
30326
31006
  """
30327
31007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30328
31008
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30435,7 +31115,7 @@ class DatabaseClient(object):
30435
31115
  :rtype: :class:`~oci.response.Response`
30436
31116
 
30437
31117
  :example:
30438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
31118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
30439
31119
  """
30440
31120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30441
31121
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -30546,7 +31226,7 @@ class DatabaseClient(object):
30546
31226
  :rtype: :class:`~oci.response.Response`
30547
31227
 
30548
31228
  :example:
30549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
31229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
30550
31230
  """
30551
31231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30552
31232
  required_arguments = ['autonomousDatabaseId']
@@ -30656,7 +31336,7 @@ class DatabaseClient(object):
30656
31336
  :rtype: :class:`~oci.response.Response`
30657
31337
 
30658
31338
  :example:
30659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
31339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
30660
31340
  """
30661
31341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30662
31342
  required_arguments = ['autonomousDatabaseBackupId']
@@ -30756,7 +31436,7 @@ class DatabaseClient(object):
30756
31436
  :rtype: :class:`~oci.response.Response`
30757
31437
 
30758
31438
  :example:
30759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
31439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
30760
31440
  """
30761
31441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30762
31442
  required_arguments = []
@@ -30845,7 +31525,7 @@ class DatabaseClient(object):
30845
31525
  :rtype: :class:`~oci.response.Response`
30846
31526
 
30847
31527
  :example:
30848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
31528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
30849
31529
  """
30850
31530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30851
31531
  required_arguments = ['autonomousDatabaseId']
@@ -30948,7 +31628,7 @@ class DatabaseClient(object):
30948
31628
  :rtype: :class:`~oci.response.Response`
30949
31629
 
30950
31630
  :example:
30951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
31631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
30952
31632
  """
30953
31633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30954
31634
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31056,7 +31736,7 @@ class DatabaseClient(object):
31056
31736
  :rtype: :class:`~oci.response.Response`
31057
31737
 
31058
31738
  :example:
31059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
31739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
31060
31740
  """
31061
31741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31062
31742
  required_arguments = ['autonomousVmClusterId']
@@ -31169,7 +31849,7 @@ class DatabaseClient(object):
31169
31849
  :rtype: :class:`~oci.response.Response`
31170
31850
 
31171
31851
  :example:
31172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
31852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
31173
31853
  """
31174
31854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31175
31855
  required_arguments = ['backupDestinationId']
@@ -31279,7 +31959,7 @@ class DatabaseClient(object):
31279
31959
  :rtype: :class:`~oci.response.Response`
31280
31960
 
31281
31961
  :example:
31282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
31962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
31283
31963
  """
31284
31964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31285
31965
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -31389,7 +32069,7 @@ class DatabaseClient(object):
31389
32069
  :rtype: :class:`~oci.response.Response`
31390
32070
 
31391
32071
  :example:
31392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
32072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
31393
32073
  """
31394
32074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31395
32075
  required_arguments = ['cloudExadataInfrastructureId']
@@ -31499,7 +32179,7 @@ class DatabaseClient(object):
31499
32179
  :rtype: :class:`~oci.response.Response`
31500
32180
 
31501
32181
  :example:
31502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
32182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
31503
32183
  """
31504
32184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31505
32185
  required_arguments = ['cloudVmClusterId']
@@ -31609,7 +32289,7 @@ class DatabaseClient(object):
31609
32289
  :rtype: :class:`~oci.response.Response`
31610
32290
 
31611
32291
  :example:
31612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.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.
32292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
31613
32293
  """
31614
32294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31615
32295
  required_arguments = ['cloudVmClusterId']
@@ -31724,7 +32404,7 @@ class DatabaseClient(object):
31724
32404
  :rtype: :class:`~oci.response.Response`
31725
32405
 
31726
32406
  :example:
31727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
32407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
31728
32408
  """
31729
32409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31730
32410
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -31832,7 +32512,7 @@ class DatabaseClient(object):
31832
32512
  :rtype: :class:`~oci.response.Response`
31833
32513
 
31834
32514
  :example:
31835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
32515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
31836
32516
  """
31837
32517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31838
32518
  required_arguments = ['databaseId']
@@ -31937,7 +32617,7 @@ class DatabaseClient(object):
31937
32617
  :rtype: :class:`~oci.response.Response`
31938
32618
 
31939
32619
  :example:
31940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
32620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
31941
32621
  """
31942
32622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31943
32623
  required_arguments = ['databaseSoftwareImageId']
@@ -32042,7 +32722,7 @@ class DatabaseClient(object):
32042
32722
  :rtype: :class:`~oci.response.Response`
32043
32723
 
32044
32724
  :example:
32045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
32725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
32046
32726
  """
32047
32727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32048
32728
  required_arguments = ['dbHomeId']
@@ -32154,7 +32834,7 @@ class DatabaseClient(object):
32154
32834
  :rtype: :class:`~oci.response.Response`
32155
32835
 
32156
32836
  :example:
32157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
32837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
32158
32838
  """
32159
32839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32160
32840
  required_arguments = ['dbSystemId']
@@ -32263,7 +32943,7 @@ class DatabaseClient(object):
32263
32943
  :rtype: :class:`~oci.response.Response`
32264
32944
 
32265
32945
  :example:
32266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
32946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
32267
32947
  """
32268
32948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32269
32949
  required_arguments = ['exadataInfrastructureId']
@@ -32383,7 +33063,7 @@ class DatabaseClient(object):
32383
33063
  :rtype: :class:`~oci.response.Response`
32384
33064
 
32385
33065
  :example:
32386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
33066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
32387
33067
  """
32388
33068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32389
33069
  required_arguments = ['dbSystemId']
@@ -32496,7 +33176,7 @@ class DatabaseClient(object):
32496
33176
  :rtype: :class:`~oci.response.Response`
32497
33177
 
32498
33178
  :example:
32499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
33179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
32500
33180
  """
32501
33181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32502
33182
  required_arguments = ['externalContainerDatabaseId']
@@ -32607,7 +33287,7 @@ class DatabaseClient(object):
32607
33287
  :rtype: :class:`~oci.response.Response`
32608
33288
 
32609
33289
  :example:
32610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
33290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
32611
33291
  """
32612
33292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32613
33293
  required_arguments = ['externalDatabaseConnectorId']
@@ -32717,7 +33397,7 @@ class DatabaseClient(object):
32717
33397
  :rtype: :class:`~oci.response.Response`
32718
33398
 
32719
33399
  :example:
32720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
33400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
32721
33401
  """
32722
33402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32723
33403
  required_arguments = ['externalNonContainerDatabaseId']
@@ -32829,7 +33509,7 @@ class DatabaseClient(object):
32829
33509
  :rtype: :class:`~oci.response.Response`
32830
33510
 
32831
33511
  :example:
32832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
33512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
32833
33513
  """
32834
33514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32835
33515
  required_arguments = ['externalPluggableDatabaseId']
@@ -32939,7 +33619,7 @@ class DatabaseClient(object):
32939
33619
  :rtype: :class:`~oci.response.Response`
32940
33620
 
32941
33621
  :example:
32942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
33622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
32943
33623
  """
32944
33624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32945
33625
  required_arguments = ['keyStoreId']
@@ -33044,7 +33724,7 @@ class DatabaseClient(object):
33044
33724
  :rtype: :class:`~oci.response.Response`
33045
33725
 
33046
33726
  :example:
33047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
33727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
33048
33728
  """
33049
33729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33050
33730
  required_arguments = ['maintenanceRunId']
@@ -33115,6 +33795,116 @@ class DatabaseClient(object):
33115
33795
  api_reference_link=api_reference_link,
33116
33796
  required_arguments=required_arguments)
33117
33797
 
33798
+ def update_oneoff_patch(self, oneoff_patch_id, update_oneoff_patch_details, **kwargs):
33799
+ """
33800
+ Updates the properties of the specified one-off patch.
33801
+
33802
+
33803
+ :param str oneoff_patch_id: (required)
33804
+ The one-off patch `OCID`__.
33805
+
33806
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
33807
+
33808
+ :param oci.database.models.UpdateOneoffPatchDetails update_oneoff_patch_details: (required)
33809
+ Request to update the properties of a one-off patch.
33810
+
33811
+ :param str if_match: (optional)
33812
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
33813
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
33814
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
33815
+
33816
+ :param str opc_request_id: (optional)
33817
+ Unique identifier for the request.
33818
+
33819
+ :param obj retry_strategy: (optional)
33820
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
33821
+
33822
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
33823
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
33824
+
33825
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
33826
+
33827
+ :param bool allow_control_chars: (optional)
33828
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
33829
+ By default, the response will not allow control characters in strings
33830
+
33831
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.OneoffPatch`
33832
+ :rtype: :class:`~oci.response.Response`
33833
+
33834
+ :example:
33835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
33836
+ """
33837
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33838
+ required_arguments = ['oneoffPatchId']
33839
+ resource_path = "/oneoffPatches/{oneoffPatchId}"
33840
+ method = "PUT"
33841
+ operation_name = "update_oneoff_patch"
33842
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/OneoffPatch/UpdateOneoffPatch"
33843
+
33844
+ # Don't accept unknown kwargs
33845
+ expected_kwargs = [
33846
+ "allow_control_chars",
33847
+ "retry_strategy",
33848
+ "if_match",
33849
+ "opc_request_id"
33850
+ ]
33851
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
33852
+ if extra_kwargs:
33853
+ raise ValueError(
33854
+ "update_oneoff_patch got unknown kwargs: {!r}".format(extra_kwargs))
33855
+
33856
+ path_params = {
33857
+ "oneoffPatchId": oneoff_patch_id
33858
+ }
33859
+
33860
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
33861
+
33862
+ for (k, v) in six.iteritems(path_params):
33863
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
33864
+ raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
33865
+
33866
+ header_params = {
33867
+ "accept": "application/json",
33868
+ "content-type": "application/json",
33869
+ "if-match": kwargs.get("if_match", missing),
33870
+ "opc-request-id": kwargs.get("opc_request_id", missing)
33871
+ }
33872
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
33873
+
33874
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
33875
+ operation_retry_strategy=kwargs.get('retry_strategy'),
33876
+ client_retry_strategy=self.retry_strategy
33877
+ )
33878
+
33879
+ if retry_strategy:
33880
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
33881
+ self.base_client.add_opc_client_retries_header(header_params)
33882
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
33883
+ return retry_strategy.make_retrying_call(
33884
+ self.base_client.call_api,
33885
+ resource_path=resource_path,
33886
+ method=method,
33887
+ path_params=path_params,
33888
+ header_params=header_params,
33889
+ body=update_oneoff_patch_details,
33890
+ response_type="OneoffPatch",
33891
+ allow_control_chars=kwargs.get('allow_control_chars'),
33892
+ operation_name=operation_name,
33893
+ api_reference_link=api_reference_link,
33894
+ required_arguments=required_arguments)
33895
+ else:
33896
+ return self.base_client.call_api(
33897
+ resource_path=resource_path,
33898
+ method=method,
33899
+ path_params=path_params,
33900
+ header_params=header_params,
33901
+ body=update_oneoff_patch_details,
33902
+ response_type="OneoffPatch",
33903
+ allow_control_chars=kwargs.get('allow_control_chars'),
33904
+ operation_name=operation_name,
33905
+ api_reference_link=api_reference_link,
33906
+ required_arguments=required_arguments)
33907
+
33118
33908
  def update_pluggable_database(self, pluggable_database_id, update_pluggable_database_details, **kwargs):
33119
33909
  """
33120
33910
  Updates the specified pluggable database.
@@ -33149,7 +33939,7 @@ class DatabaseClient(object):
33149
33939
  :rtype: :class:`~oci.response.Response`
33150
33940
 
33151
33941
  :example:
33152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
33942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
33153
33943
  """
33154
33944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33155
33945
  required_arguments = ['pluggableDatabaseId']
@@ -33257,7 +34047,7 @@ class DatabaseClient(object):
33257
34047
  :rtype: :class:`~oci.response.Response`
33258
34048
 
33259
34049
  :example:
33260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
34050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
33261
34051
  """
33262
34052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33263
34053
  required_arguments = ['vmClusterId']
@@ -33373,7 +34163,7 @@ class DatabaseClient(object):
33373
34163
  :rtype: :class:`~oci.response.Response`
33374
34164
 
33375
34165
  :example:
33376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
34166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
33377
34167
  """
33378
34168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33379
34169
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -33484,7 +34274,7 @@ class DatabaseClient(object):
33484
34274
  :rtype: :class:`~oci.response.Response`
33485
34275
 
33486
34276
  :example:
33487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
34277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
33488
34278
  """
33489
34279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33490
34280
  required_arguments = ['databaseId']
@@ -33601,7 +34391,7 @@ class DatabaseClient(object):
33601
34391
  :rtype: :class:`~oci.response.Response`
33602
34392
 
33603
34393
  :example:
33604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
34394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
33605
34395
  """
33606
34396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33607
34397
  required_arguments = ['dbSystemId']
@@ -33718,7 +34508,7 @@ class DatabaseClient(object):
33718
34508
  :rtype: :class:`~oci.response.Response`
33719
34509
 
33720
34510
  :example:
33721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.100.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
34511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
33722
34512
  """
33723
34513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33724
34514
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']