oci 2.125.2__py3-none-any.whl → 2.125.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +134 -43
  6. oci/ai_language/models/__init__.py +24 -0
  7. oci/ai_language/models/assertion_details.py +165 -0
  8. oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
  9. oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
  10. oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
  11. oci/ai_language/models/health_entity.py +351 -0
  12. oci/ai_language/models/health_entity_document_result.py +200 -0
  13. oci/ai_language/models/input_location.py +2 -1
  14. oci/ai_language/models/mel_concept.py +103 -0
  15. oci/ai_language/models/mel_concept_details.py +165 -0
  16. oci/ai_language/models/model_details.py +11 -3
  17. oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
  18. oci/ai_language/models/pii_entity.py +118 -7
  19. oci/ai_language/models/pii_model_details.py +91 -0
  20. oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
  21. oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
  22. oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
  23. oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
  24. oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
  25. oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
  26. oci/ai_language/models/pre_trained_summarization.py +1 -1
  27. oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
  28. oci/ai_language/models/pre_trained_universal_model.py +1 -1
  29. oci/ai_language/models/profile.py +134 -0
  30. oci/ai_language/models/relation_entity.py +196 -0
  31. oci/ai_language/models/resolved_entities.py +72 -0
  32. oci/ai_language/models/resolved_entity.py +227 -0
  33. oci/ai_language/models/text_classification_model_details.py +1 -1
  34. oci/ai_speech/ai_service_speech_client.py +10 -10
  35. oci/ai_vision/ai_service_vision_client.py +25 -25
  36. oci/analytics/analytics_client.py +23 -23
  37. oci/announcements_service/announcement_client.py +4 -4
  38. oci/announcements_service/announcement_subscription_client.py +9 -9
  39. oci/announcements_service/announcements_preferences_client.py +4 -4
  40. oci/apigateway/api_gateway_client.py +21 -21
  41. oci/apigateway/deployment_client.py +6 -6
  42. oci/apigateway/gateway_client.py +6 -6
  43. oci/apigateway/subscribers_client.py +6 -6
  44. oci/apigateway/usage_plans_client.py +6 -6
  45. oci/apigateway/work_requests_client.py +5 -5
  46. oci/apm_config/config_client.py +8 -8
  47. oci/apm_control_plane/apm_domain_client.py +14 -14
  48. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  49. oci/apm_traces/attributes_client.py +8 -8
  50. oci/apm_traces/query_client.py +2 -2
  51. oci/apm_traces/trace_client.py +4 -4
  52. oci/application_migration/application_migration_client.py +19 -19
  53. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  54. oci/artifacts/artifacts_client.py +32 -32
  55. oci/audit/audit_client.py +3 -3
  56. oci/autoscaling/auto_scaling_client.py +11 -11
  57. oci/bastion/bastion_client.py +15 -15
  58. oci/bds/bds_client.py +51 -51
  59. oci/blockchain/blockchain_platform_client.py +27 -27
  60. oci/budget/budget_client.py +10 -10
  61. oci/capacity_management/capacity_management_client.py +19 -19
  62. oci/certificates/certificates_client.py +5 -5
  63. oci/certificates_management/certificates_management_client.py +32 -32
  64. oci/cims/incident_client.py +8 -8
  65. oci/cims/user_client.py +1 -1
  66. oci/cloud_bridge/common_client.py +5 -5
  67. oci/cloud_bridge/discovery_client.py +14 -14
  68. oci/cloud_bridge/inventory_client.py +16 -16
  69. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  70. oci/cloud_guard/cloud_guard_client.py +133 -133
  71. oci/cloud_migrations/migration_client.py +43 -43
  72. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  73. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  74. oci/compute_instance_agent/plugin_client.py +2 -2
  75. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  76. oci/container_engine/container_engine_client.py +44 -44
  77. oci/container_instances/container_instance_client.py +18 -18
  78. oci/core/blockstorage_client.py +60 -60
  79. oci/core/compute_client.py +99 -99
  80. oci/core/compute_management_client.py +32 -32
  81. oci/core/virtual_network_client.py +242 -242
  82. oci/dashboard_service/dashboard_client.py +6 -6
  83. oci/dashboard_service/dashboard_group_client.py +6 -6
  84. oci/data_catalog/data_catalog_client.py +148 -148
  85. oci/data_flow/data_flow_client.py +42 -42
  86. oci/data_integration/data_integration_client.py +163 -163
  87. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  88. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  89. oci/data_safe/data_safe_client.py +272 -272
  90. oci/data_science/data_science_client.py +91 -91
  91. oci/data_science/models/instance_configuration.py +37 -2
  92. oci/database/database_client.py +1224 -537
  93. oci/database/database_client_composite_operations.py +204 -0
  94. oci/database/models/__init__.py +12 -0
  95. oci/database/models/autonomous_container_database.py +31 -0
  96. oci/database/models/autonomous_container_database_summary.py +31 -0
  97. oci/database/models/autonomous_database_software_image.py +489 -0
  98. oci/database/models/autonomous_database_software_image_collection.py +72 -0
  99. oci/database/models/autonomous_database_software_image_summary.py +437 -0
  100. oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
  101. oci/database/models/create_autonomous_container_database_details.py +35 -0
  102. oci/database/models/create_autonomous_database_software_image_details.py +267 -0
  103. oci/database/models/maintenance_window.py +33 -2
  104. oci/database/models/update_autonomous_database_software_image_details.py +119 -0
  105. oci/database_management/db_management_client.py +194 -194
  106. oci/database_management/diagnosability_client.py +4 -4
  107. oci/database_management/managed_my_sql_databases_client.py +7 -7
  108. oci/database_management/perfhub_client.py +1 -1
  109. oci/database_management/sql_tuning_client.py +17 -17
  110. oci/database_migration/database_migration_client.py +41 -41
  111. oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
  112. oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
  113. oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
  114. oci/database_tools/database_tools_client.py +23 -23
  115. oci/desktops/desktop_service_client.py +21 -21
  116. oci/devops/devops_client.py +89 -89
  117. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  118. oci/dns/dns_client.py +52 -52
  119. oci/dts/appliance_export_job_client.py +6 -6
  120. oci/dts/shipping_vendors_client.py +1 -1
  121. oci/dts/transfer_appliance_client.py +8 -8
  122. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  123. oci/dts/transfer_device_client.py +5 -5
  124. oci/dts/transfer_job_client.py +6 -6
  125. oci/dts/transfer_package_client.py +7 -7
  126. oci/em_warehouse/em_data_lake_client.py +13 -13
  127. oci/em_warehouse/em_warehouse_client.py +13 -13
  128. oci/email/email_client.py +26 -26
  129. oci/email_data_plane/email_dp_client.py +1 -1
  130. oci/events/events_client.py +6 -6
  131. oci/file_storage/file_storage_client.py +50 -50
  132. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  133. oci/functions/functions_invoke_client.py +1 -1
  134. oci/functions/functions_management_client.py +16 -16
  135. oci/fusion_apps/data_masking_activity_client.py +3 -3
  136. oci/fusion_apps/fusion_applications_client.py +39 -39
  137. oci/fusion_apps/fusion_environment_client.py +15 -15
  138. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  139. oci/fusion_apps/refresh_activity_client.py +4 -4
  140. oci/fusion_apps/scheduled_activity_client.py +2 -2
  141. oci/fusion_apps/service_attachment_client.py +2 -2
  142. oci/generative_ai/generative_ai_client.py +24 -24
  143. oci/generative_ai/models/dataset.py +1 -1
  144. oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
  145. oci/generative_ai/models/endpoint.py +27 -0
  146. oci/generative_ai/models/model.py +34 -3
  147. oci/generative_ai/models/model_summary.py +7 -3
  148. oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
  149. oci/generative_ai_inference/models/__init__.py +30 -0
  150. oci/generative_ai_inference/models/base_chat_request.py +109 -0
  151. oci/generative_ai_inference/models/base_chat_response.py +109 -0
  152. oci/generative_ai_inference/models/chat_choice.py +161 -0
  153. oci/generative_ai_inference/models/chat_content.py +101 -0
  154. oci/generative_ai_inference/models/chat_details.py +126 -0
  155. oci/generative_ai_inference/models/chat_result.py +130 -0
  156. oci/generative_ai_inference/models/citation.py +165 -0
  157. oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
  158. oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
  159. oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
  160. oci/generative_ai_inference/models/cohere_message.py +119 -0
  161. oci/generative_ai_inference/models/embed_text_details.py +2 -2
  162. oci/generative_ai_inference/models/generic_chat_request.py +474 -0
  163. oci/generative_ai_inference/models/generic_chat_response.py +113 -0
  164. oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
  165. oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
  166. oci/generative_ai_inference/models/llm_inference_response.py +11 -3
  167. oci/generative_ai_inference/models/message.py +103 -0
  168. oci/generative_ai_inference/models/search_query.py +72 -0
  169. oci/generative_ai_inference/models/text_content.py +82 -0
  170. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  171. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  172. oci/golden_gate/golden_gate_client.py +61 -61
  173. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  174. oci/governance_rules_control_plane/work_request_client.py +5 -5
  175. oci/healthchecks/health_checks_client.py +17 -17
  176. oci/identity/identity_client.py +145 -145
  177. oci/identity_data_plane/dataplane_client.py +2 -2
  178. oci/identity_domains/identity_domains_client.py +300 -300
  179. oci/integration/integration_instance_client.py +15 -15
  180. oci/jms/java_management_service_client.py +66 -66
  181. oci/jms_java_downloads/java_download_client.py +25 -25
  182. oci/key_management/ekm_client.py +5 -5
  183. oci/key_management/kms_crypto_client.py +6 -6
  184. oci/key_management/kms_hsm_cluster_client.py +12 -12
  185. oci/key_management/kms_management_client.py +21 -21
  186. oci/key_management/kms_vault_client.py +14 -14
  187. oci/license_manager/license_manager_client.py +18 -18
  188. oci/limits/limits_client.py +4 -4
  189. oci/limits/quotas_client.py +7 -7
  190. oci/load_balancer/load_balancer_client.py +61 -61
  191. oci/lockbox/lockbox_client.py +23 -23
  192. oci/log_analytics/log_analytics_client.py +193 -193
  193. oci/logging/logging_management_client.py +30 -30
  194. oci/loggingingestion/logging_client.py +1 -1
  195. oci/loggingsearch/log_search_client.py +1 -1
  196. oci/management_agent/management_agent_client.py +28 -28
  197. oci/management_dashboard/dashx_apis_client.py +14 -14
  198. oci/marketplace/account_client.py +2 -2
  199. oci/marketplace/marketplace_client.py +30 -30
  200. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  212. oci/nosql/nosql_client.py +24 -24
  213. oci/object_storage/object_storage_client.py +50 -50
  214. oci/oce/oce_instance_client.py +10 -10
  215. oci/oci_control_center/occ_metrics_client.py +3 -3
  216. oci/ocvp/cluster_client.py +5 -5
  217. oci/ocvp/esxi_host_client.py +8 -8
  218. oci/ocvp/sddc_client.py +14 -14
  219. oci/ocvp/work_request_client.py +4 -4
  220. oci/oda/management_client.py +59 -59
  221. oci/oda/oda_client.py +17 -17
  222. oci/oda/odapackage_client.py +7 -7
  223. oci/onesubscription/billing_schedule_client.py +1 -1
  224. oci/onesubscription/commitment_client.py +2 -2
  225. oci/onesubscription/computed_usage_client.py +3 -3
  226. oci/onesubscription/invoice_summary_client.py +2 -2
  227. oci/onesubscription/organization_subscription_client.py +1 -1
  228. oci/onesubscription/ratecard_client.py +1 -1
  229. oci/onesubscription/subscribed_service_client.py +2 -2
  230. oci/onesubscription/subscription_client.py +1 -1
  231. oci/ons/notification_control_plane_client.py +6 -6
  232. oci/ons/notification_data_plane_client.py +10 -10
  233. oci/opa/models/opa_instance.py +7 -3
  234. oci/opa/models/work_request.py +11 -3
  235. oci/opa/models/work_request_summary.py +11 -3
  236. oci/opa/opa_instance_client.py +223 -13
  237. oci/opa/opa_instance_client_composite_operations.py +78 -0
  238. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  239. oci/opensearch/opensearch_cluster_client.py +14 -14
  240. oci/operator_access_control/access_requests_client.py +10 -10
  241. oci/operator_access_control/operator_actions_client.py +2 -2
  242. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  243. oci/operator_access_control/operator_control_client.py +6 -6
  244. oci/opsi/operations_insights_client.py +175 -175
  245. oci/optimizer/optimizer_client.py +26 -26
  246. oci/os_management/event_client.py +8 -8
  247. oci/os_management/os_management_client.py +69 -69
  248. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  249. oci/os_management_hub/managed_instance_client.py +22 -22
  250. oci/os_management_hub/managed_instance_group_client.py +22 -22
  251. oci/os_management_hub/management_station_client.py +8 -8
  252. oci/os_management_hub/onboarding_client.py +5 -5
  253. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  254. oci/os_management_hub/scheduled_job_client.py +6 -6
  255. oci/os_management_hub/software_source_client.py +22 -22
  256. oci/os_management_hub/work_request_client.py +4 -4
  257. oci/osp_gateway/address_rule_service_client.py +1 -1
  258. oci/osp_gateway/address_service_client.py +2 -2
  259. oci/osp_gateway/invoice_service_client.py +5 -5
  260. oci/osp_gateway/subscription_service_client.py +5 -5
  261. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  262. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  263. oci/osub_subscription/commitment_client.py +2 -2
  264. oci/osub_subscription/ratecard_client.py +1 -1
  265. oci/osub_subscription/subscription_client.py +1 -1
  266. oci/osub_usage/computed_usage_client.py +3 -3
  267. oci/psql/postgresql_client.py +33 -33
  268. oci/queue/queue_admin_client.py +11 -11
  269. oci/queue/queue_client.py +8 -8
  270. oci/recovery/database_recovery_client.py +23 -23
  271. oci/redis/models/create_redis_cluster_details.py +31 -0
  272. oci/redis/models/redis_cluster.py +31 -0
  273. oci/redis/models/redis_cluster_summary.py +31 -0
  274. oci/redis/models/update_redis_cluster_details.py +31 -0
  275. oci/redis/redis_cluster_client.py +11 -11
  276. oci/resource_manager/resource_manager_client.py +52 -52
  277. oci/resource_search/resource_search_client.py +3 -3
  278. oci/rover/rover_bundle_client.py +8 -8
  279. oci/rover/rover_cluster_client.py +8 -8
  280. oci/rover/rover_entitlement_client.py +6 -6
  281. oci/rover/rover_node_client.py +15 -15
  282. oci/rover/shape_client.py +1 -1
  283. oci/rover/work_requests_client.py +5 -5
  284. oci/sch/connector_plugins_client.py +2 -2
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/models/__init__.py +12 -0
  308. oci/usage_api/models/create_email_recipients_group_details.py +103 -0
  309. oci/usage_api/models/email_recipient.py +181 -0
  310. oci/usage_api/models/email_recipients_group.py +181 -0
  311. oci/usage_api/models/email_recipients_group_collection.py +72 -0
  312. oci/usage_api/models/email_recipients_group_summary.py +272 -0
  313. oci/usage_api/models/update_email_recipients_group_details.py +72 -0
  314. oci/usage_api/usageapi_client.py +656 -34
  315. oci/usage_api/usageapi_client_composite_operations.py +96 -0
  316. oci/vault/vaults_client.py +13 -13
  317. oci/vbs_inst/vbs_instance_client.py +10 -10
  318. oci/version.py +1 -1
  319. oci/visual_builder/vb_instance_client.py +13 -13
  320. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  321. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  322. oci/waa/waa_client.py +13 -13
  323. oci/waa/work_request_client.py +4 -4
  324. oci/waas/redirect_client.py +6 -6
  325. oci/waas/waas_client.py +66 -66
  326. oci/waf/waf_client.py +24 -24
  327. oci/work_requests/work_request_client.py +4 -4
  328. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/METADATA +1 -1
  329. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/RECORD +333 -294
  330. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/LICENSE.txt +0 -0
  331. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  332. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/WHEEL +0 -0
  333. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/top_level.txt +0 -0
@@ -158,7 +158,7 @@ class DatabaseMigrationClient(object):
158
158
  :rtype: :class:`~oci.response.Response`
159
159
 
160
160
  :example:
161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/abort_job.py.html>`__ to see an example of how to use abort_job API.
161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/abort_job.py.html>`__ to see an example of how to use abort_job API.
162
162
  """
163
163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
164
164
  required_arguments = ['jobId']
@@ -272,7 +272,7 @@ class DatabaseMigrationClient(object):
272
272
  :rtype: :class:`~oci.response.Response`
273
273
 
274
274
  :example:
275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/add_migration_objects.py.html>`__ to see an example of how to use add_migration_objects API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/add_migration_objects.py.html>`__ to see an example of how to use add_migration_objects API.
276
276
  """
277
277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
278
278
  required_arguments = ['migrationId']
@@ -390,7 +390,7 @@ class DatabaseMigrationClient(object):
390
390
  :rtype: :class:`~oci.response.Response`
391
391
 
392
392
  :example:
393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/change_agent_compartment.py.html>`__ to see an example of how to use change_agent_compartment API.
393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/change_agent_compartment.py.html>`__ to see an example of how to use change_agent_compartment API.
394
394
  """
395
395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
396
396
  required_arguments = ['agentId']
@@ -511,7 +511,7 @@ class DatabaseMigrationClient(object):
511
511
  :rtype: :class:`~oci.response.Response`
512
512
 
513
513
  :example:
514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
515
515
  """
516
516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
517
517
  required_arguments = ['connectionId']
@@ -632,7 +632,7 @@ class DatabaseMigrationClient(object):
632
632
  :rtype: :class:`~oci.response.Response`
633
633
 
634
634
  :example:
635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/change_migration_compartment.py.html>`__ to see an example of how to use change_migration_compartment API.
635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/change_migration_compartment.py.html>`__ to see an example of how to use change_migration_compartment API.
636
636
  """
637
637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
638
638
  required_arguments = ['migrationId']
@@ -753,7 +753,7 @@ class DatabaseMigrationClient(object):
753
753
  :rtype: :class:`~oci.response.Response`
754
754
 
755
755
  :example:
756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/clone_migration.py.html>`__ to see an example of how to use clone_migration API.
756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/clone_migration.py.html>`__ to see an example of how to use clone_migration API.
757
757
  """
758
758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
759
759
  required_arguments = ['migrationId']
@@ -873,7 +873,7 @@ class DatabaseMigrationClient(object):
873
873
  :rtype: :class:`~oci.response.Response`
874
874
 
875
875
  :example:
876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/connection_diagnostics.py.html>`__ to see an example of how to use connection_diagnostics API.
876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/connection_diagnostics.py.html>`__ to see an example of how to use connection_diagnostics API.
877
877
  """
878
878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
879
879
  required_arguments = ['connectionId']
@@ -985,7 +985,7 @@ class DatabaseMigrationClient(object):
985
985
  :rtype: :class:`~oci.response.Response`
986
986
 
987
987
  :example:
988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/create_connection.py.html>`__ to see an example of how to use create_connection API.
988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/create_connection.py.html>`__ to see an example of how to use create_connection API.
989
989
  """
990
990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
991
991
  required_arguments = []
@@ -1086,7 +1086,7 @@ class DatabaseMigrationClient(object):
1086
1086
  :rtype: :class:`~oci.response.Response`
1087
1087
 
1088
1088
  :example:
1089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/create_migration.py.html>`__ to see an example of how to use create_migration API.
1089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/create_migration.py.html>`__ to see an example of how to use create_migration API.
1090
1090
  """
1091
1091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1092
1092
  required_arguments = []
@@ -1185,7 +1185,7 @@ class DatabaseMigrationClient(object):
1185
1185
  :rtype: :class:`~oci.response.Response`
1186
1186
 
1187
1187
  :example:
1188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/delete_agent.py.html>`__ to see an example of how to use delete_agent API.
1188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/delete_agent.py.html>`__ to see an example of how to use delete_agent API.
1189
1189
  """
1190
1190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1191
1191
  required_arguments = ['agentId']
@@ -1291,7 +1291,7 @@ class DatabaseMigrationClient(object):
1291
1291
  :rtype: :class:`~oci.response.Response`
1292
1292
 
1293
1293
  :example:
1294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
1294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
1295
1295
  """
1296
1296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1297
1297
  required_arguments = ['connectionId']
@@ -1397,7 +1397,7 @@ class DatabaseMigrationClient(object):
1397
1397
  :rtype: :class:`~oci.response.Response`
1398
1398
 
1399
1399
  :example:
1400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/delete_job.py.html>`__ to see an example of how to use delete_job API.
1400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/delete_job.py.html>`__ to see an example of how to use delete_job API.
1401
1401
  """
1402
1402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1403
1403
  required_arguments = ['jobId']
@@ -1503,7 +1503,7 @@ class DatabaseMigrationClient(object):
1503
1503
  :rtype: :class:`~oci.response.Response`
1504
1504
 
1505
1505
  :example:
1506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/delete_migration.py.html>`__ to see an example of how to use delete_migration API.
1506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/delete_migration.py.html>`__ to see an example of how to use delete_migration API.
1507
1507
  """
1508
1508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1509
1509
  required_arguments = ['migrationId']
@@ -1616,7 +1616,7 @@ class DatabaseMigrationClient(object):
1616
1616
  :rtype: :class:`~oci.response.Response`
1617
1617
 
1618
1618
  :example:
1619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/evaluate_migration.py.html>`__ to see an example of how to use evaluate_migration API.
1619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/evaluate_migration.py.html>`__ to see an example of how to use evaluate_migration API.
1620
1620
  """
1621
1621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1622
1622
  required_arguments = ['migrationId']
@@ -1720,7 +1720,7 @@ class DatabaseMigrationClient(object):
1720
1720
  :rtype: :class:`~oci.response.Response`
1721
1721
 
1722
1722
  :example:
1723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_advisor_report.py.html>`__ to see an example of how to use get_advisor_report API.
1723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_advisor_report.py.html>`__ to see an example of how to use get_advisor_report API.
1724
1724
  """
1725
1725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1726
1726
  required_arguments = ['jobId']
@@ -1819,7 +1819,7 @@ class DatabaseMigrationClient(object):
1819
1819
  :rtype: :class:`~oci.response.Response`
1820
1820
 
1821
1821
  :example:
1822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_agent.py.html>`__ to see an example of how to use get_agent API.
1822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_agent.py.html>`__ to see an example of how to use get_agent API.
1823
1823
  """
1824
1824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1825
1825
  required_arguments = ['agentId']
@@ -1918,7 +1918,7 @@ class DatabaseMigrationClient(object):
1918
1918
  :rtype: :class:`~oci.response.Response`
1919
1919
 
1920
1920
  :example:
1921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_connection.py.html>`__ to see an example of how to use get_connection API.
1921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_connection.py.html>`__ to see an example of how to use get_connection API.
1922
1922
  """
1923
1923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1924
1924
  required_arguments = ['connectionId']
@@ -2017,7 +2017,7 @@ class DatabaseMigrationClient(object):
2017
2017
  :rtype: :class:`~oci.response.Response`
2018
2018
 
2019
2019
  :example:
2020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_job.py.html>`__ to see an example of how to use get_job API.
2020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_job.py.html>`__ to see an example of how to use get_job API.
2021
2021
  """
2022
2022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2023
2023
  required_arguments = ['jobId']
@@ -2116,7 +2116,7 @@ class DatabaseMigrationClient(object):
2116
2116
  :rtype: :class:`~oci.response.Response`
2117
2117
 
2118
2118
  :example:
2119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_job_output_content.py.html>`__ to see an example of how to use get_job_output_content API.
2119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_job_output_content.py.html>`__ to see an example of how to use get_job_output_content API.
2120
2120
  """
2121
2121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2122
2122
  required_arguments = ['jobId']
@@ -2222,7 +2222,7 @@ class DatabaseMigrationClient(object):
2222
2222
  :rtype: :class:`~oci.response.Response`
2223
2223
 
2224
2224
  :example:
2225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_migration.py.html>`__ to see an example of how to use get_migration API.
2225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_migration.py.html>`__ to see an example of how to use get_migration API.
2226
2226
  """
2227
2227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2228
2228
  required_arguments = ['migrationId']
@@ -2323,7 +2323,7 @@ class DatabaseMigrationClient(object):
2323
2323
  :rtype: :class:`~oci.response.Response`
2324
2324
 
2325
2325
  :example:
2326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
2326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
2327
2327
  """
2328
2328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2329
2329
  required_arguments = ['workRequestId']
@@ -2430,7 +2430,7 @@ class DatabaseMigrationClient(object):
2430
2430
  :rtype: :class:`~oci.response.Response`
2431
2431
 
2432
2432
  :example:
2433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_agent_images.py.html>`__ to see an example of how to use list_agent_images API.
2433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_agent_images.py.html>`__ to see an example of how to use list_agent_images API.
2434
2434
  """
2435
2435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2436
2436
  required_arguments = []
@@ -2561,7 +2561,7 @@ class DatabaseMigrationClient(object):
2561
2561
  :rtype: :class:`~oci.response.Response`
2562
2562
 
2563
2563
  :example:
2564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_agents.py.html>`__ to see an example of how to use list_agents API.
2564
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_agents.py.html>`__ to see an example of how to use list_agents API.
2565
2565
  """
2566
2566
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2567
2567
  required_arguments = ['compartmentId']
@@ -2713,7 +2713,7 @@ class DatabaseMigrationClient(object):
2713
2713
  :rtype: :class:`~oci.response.Response`
2714
2714
 
2715
2715
  :example:
2716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_connections.py.html>`__ to see an example of how to use list_connections API.
2716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_connections.py.html>`__ to see an example of how to use list_connections API.
2717
2717
  """
2718
2718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2719
2719
  required_arguments = ['compartmentId']
@@ -2881,7 +2881,7 @@ class DatabaseMigrationClient(object):
2881
2881
  :rtype: :class:`~oci.response.Response`
2882
2882
 
2883
2883
  :example:
2884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_excluded_objects.py.html>`__ to see an example of how to use list_excluded_objects API.
2884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_excluded_objects.py.html>`__ to see an example of how to use list_excluded_objects API.
2885
2885
  """
2886
2886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2887
2887
  required_arguments = ['jobId']
@@ -3035,7 +3035,7 @@ class DatabaseMigrationClient(object):
3035
3035
  :rtype: :class:`~oci.response.Response`
3036
3036
 
3037
3037
  :example:
3038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_job_outputs.py.html>`__ to see an example of how to use list_job_outputs API.
3038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_job_outputs.py.html>`__ to see an example of how to use list_job_outputs API.
3039
3039
  """
3040
3040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3041
3041
  required_arguments = ['jobId']
@@ -3170,7 +3170,7 @@ class DatabaseMigrationClient(object):
3170
3170
  :rtype: :class:`~oci.response.Response`
3171
3171
 
3172
3172
  :example:
3173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
3173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
3174
3174
  """
3175
3175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3176
3176
  required_arguments = ['migrationId']
@@ -3311,7 +3311,7 @@ class DatabaseMigrationClient(object):
3311
3311
  :rtype: :class:`~oci.response.Response`
3312
3312
 
3313
3313
  :example:
3314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_migration_object_types.py.html>`__ to see an example of how to use list_migration_object_types API.
3314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_migration_object_types.py.html>`__ to see an example of how to use list_migration_object_types API.
3315
3315
  """
3316
3316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3317
3317
  required_arguments = []
@@ -3439,7 +3439,7 @@ class DatabaseMigrationClient(object):
3439
3439
  :rtype: :class:`~oci.response.Response`
3440
3440
 
3441
3441
  :example:
3442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_migration_objects.py.html>`__ to see an example of how to use list_migration_objects API.
3442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_migration_objects.py.html>`__ to see an example of how to use list_migration_objects API.
3443
3443
  """
3444
3444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3445
3445
  required_arguments = ['migrationId']
@@ -3580,7 +3580,7 @@ class DatabaseMigrationClient(object):
3580
3580
  :rtype: :class:`~oci.response.Response`
3581
3581
 
3582
3582
  :example:
3583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_migrations.py.html>`__ to see an example of how to use list_migrations API.
3583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_migrations.py.html>`__ to see an example of how to use list_migrations API.
3584
3584
  """
3585
3585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3586
3586
  required_arguments = ['compartmentId']
@@ -3732,7 +3732,7 @@ class DatabaseMigrationClient(object):
3732
3732
  :rtype: :class:`~oci.response.Response`
3733
3733
 
3734
3734
  :example:
3735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
3735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
3736
3736
  """
3737
3737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3738
3738
  required_arguments = ['workRequestId']
@@ -3875,7 +3875,7 @@ class DatabaseMigrationClient(object):
3875
3875
  :rtype: :class:`~oci.response.Response`
3876
3876
 
3877
3877
  :example:
3878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
3878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
3879
3879
  """
3880
3880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3881
3881
  required_arguments = ['workRequestId']
@@ -4028,7 +4028,7 @@ class DatabaseMigrationClient(object):
4028
4028
  :rtype: :class:`~oci.response.Response`
4029
4029
 
4030
4030
  :example:
4031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
4031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
4032
4032
  """
4033
4033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4034
4034
  required_arguments = ['compartmentId']
@@ -4165,7 +4165,7 @@ class DatabaseMigrationClient(object):
4165
4165
  :rtype: :class:`~oci.response.Response`
4166
4166
 
4167
4167
  :example:
4168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/remove_migration_objects.py.html>`__ to see an example of how to use remove_migration_objects API.
4168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/remove_migration_objects.py.html>`__ to see an example of how to use remove_migration_objects API.
4169
4169
  """
4170
4170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4171
4171
  required_arguments = ['migrationId']
@@ -4283,7 +4283,7 @@ class DatabaseMigrationClient(object):
4283
4283
  :rtype: :class:`~oci.response.Response`
4284
4284
 
4285
4285
  :example:
4286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/resume_job.py.html>`__ to see an example of how to use resume_job API.
4286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/resume_job.py.html>`__ to see an example of how to use resume_job API.
4287
4287
  """
4288
4288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4289
4289
  required_arguments = ['jobId']
@@ -4390,7 +4390,7 @@ class DatabaseMigrationClient(object):
4390
4390
  :rtype: :class:`~oci.response.Response`
4391
4391
 
4392
4392
  :example:
4393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/retrieve_supported_phases.py.html>`__ to see an example of how to use retrieve_supported_phases API.
4393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/retrieve_supported_phases.py.html>`__ to see an example of how to use retrieve_supported_phases API.
4394
4394
  """
4395
4395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4396
4396
  required_arguments = ['migrationId']
@@ -4506,7 +4506,7 @@ class DatabaseMigrationClient(object):
4506
4506
  :rtype: :class:`~oci.response.Response`
4507
4507
 
4508
4508
  :example:
4509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/start_migration.py.html>`__ to see an example of how to use start_migration API.
4509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/start_migration.py.html>`__ to see an example of how to use start_migration API.
4510
4510
  """
4511
4511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4512
4512
  required_arguments = ['migrationId']
@@ -4630,7 +4630,7 @@ class DatabaseMigrationClient(object):
4630
4630
  :rtype: :class:`~oci.response.Response`
4631
4631
 
4632
4632
  :example:
4633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/update_agent.py.html>`__ to see an example of how to use update_agent API.
4633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/update_agent.py.html>`__ to see an example of how to use update_agent API.
4634
4634
  """
4635
4635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4636
4636
  required_arguments = ['agentId']
@@ -4746,7 +4746,7 @@ class DatabaseMigrationClient(object):
4746
4746
  :rtype: :class:`~oci.response.Response`
4747
4747
 
4748
4748
  :example:
4749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/update_connection.py.html>`__ to see an example of how to use update_connection API.
4749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/update_connection.py.html>`__ to see an example of how to use update_connection API.
4750
4750
  """
4751
4751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4752
4752
  required_arguments = ['connectionId']
@@ -4857,7 +4857,7 @@ class DatabaseMigrationClient(object):
4857
4857
  :rtype: :class:`~oci.response.Response`
4858
4858
 
4859
4859
  :example:
4860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/update_job.py.html>`__ to see an example of how to use update_job API.
4860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/update_job.py.html>`__ to see an example of how to use update_job API.
4861
4861
  """
4862
4862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4863
4863
  required_arguments = ['jobId']
@@ -4970,7 +4970,7 @@ class DatabaseMigrationClient(object):
4970
4970
  :rtype: :class:`~oci.response.Response`
4971
4971
 
4972
4972
  :example:
4973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/databasemigration/update_migration.py.html>`__ to see an example of how to use update_migration API.
4973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/databasemigration/update_migration.py.html>`__ to see an example of how to use update_migration API.
4974
4974
  """
4975
4975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4976
4976
  required_arguments = ['migrationId']
@@ -43,13 +43,18 @@ class AwsS3DataTransferMediumDetails(DataTransferMediumDetailsV2):
43
43
  The value to assign to the secret_access_key property of this AwsS3DataTransferMediumDetails.
44
44
  :type secret_access_key: str
45
45
 
46
+ :param object_storage_bucket:
47
+ The value to assign to the object_storage_bucket property of this AwsS3DataTransferMediumDetails.
48
+ :type object_storage_bucket: oci.database_migration.models.ObjectStoreBucket
49
+
46
50
  """
47
51
  self.swagger_types = {
48
52
  'type': 'str',
49
53
  'name': 'str',
50
54
  'region': 'str',
51
55
  'access_key_id': 'str',
52
- 'secret_access_key': 'str'
56
+ 'secret_access_key': 'str',
57
+ 'object_storage_bucket': 'ObjectStoreBucket'
53
58
  }
54
59
 
55
60
  self.attribute_map = {
@@ -57,7 +62,8 @@ class AwsS3DataTransferMediumDetails(DataTransferMediumDetailsV2):
57
62
  'name': 'name',
58
63
  'region': 'region',
59
64
  'access_key_id': 'accessKeyId',
60
- 'secret_access_key': 'secretAccessKey'
65
+ 'secret_access_key': 'secretAccessKey',
66
+ 'object_storage_bucket': 'objectStorageBucket'
61
67
  }
62
68
 
63
69
  self._type = None
@@ -65,6 +71,7 @@ class AwsS3DataTransferMediumDetails(DataTransferMediumDetailsV2):
65
71
  self._region = None
66
72
  self._access_key_id = None
67
73
  self._secret_access_key = None
74
+ self._object_storage_bucket = None
68
75
  self._type = 'AWS_S3'
69
76
 
70
77
  @property
@@ -171,6 +178,26 @@ class AwsS3DataTransferMediumDetails(DataTransferMediumDetailsV2):
171
178
  """
172
179
  self._secret_access_key = secret_access_key
173
180
 
181
+ @property
182
+ def object_storage_bucket(self):
183
+ """
184
+ Gets the object_storage_bucket of this AwsS3DataTransferMediumDetails.
185
+
186
+ :return: The object_storage_bucket of this AwsS3DataTransferMediumDetails.
187
+ :rtype: oci.database_migration.models.ObjectStoreBucket
188
+ """
189
+ return self._object_storage_bucket
190
+
191
+ @object_storage_bucket.setter
192
+ def object_storage_bucket(self, object_storage_bucket):
193
+ """
194
+ Sets the object_storage_bucket of this AwsS3DataTransferMediumDetails.
195
+
196
+ :param object_storage_bucket: The object_storage_bucket of this AwsS3DataTransferMediumDetails.
197
+ :type: oci.database_migration.models.ObjectStoreBucket
198
+ """
199
+ self._object_storage_bucket = object_storage_bucket
200
+
174
201
  def __repr__(self):
175
202
  return formatted_flat_dict(self)
176
203
 
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class DataTransferMediumDetailsV2(object):
14
14
  """
15
- Optional additional properties for dump transfer in source or target host. Default kind is CURL
15
+ Optional additional properties for dump transfer in source or target host.
16
16
  """
17
17
 
18
18
  #: A constant which can be used with the type property of a DataTransferMediumDetailsV2.
@@ -26,18 +26,45 @@ class NfsDataTransferMediumDetails(DataTransferMediumDetailsV2):
26
26
  Allowed values for this property are: "DBLINK", "OBJECT_STORAGE", "AWS_S3", "NFS"
27
27
  :type type: str
28
28
 
29
+ :param object_storage_bucket:
30
+ The value to assign to the object_storage_bucket property of this NfsDataTransferMediumDetails.
31
+ :type object_storage_bucket: oci.database_migration.models.ObjectStoreBucket
32
+
29
33
  """
30
34
  self.swagger_types = {
31
- 'type': 'str'
35
+ 'type': 'str',
36
+ 'object_storage_bucket': 'ObjectStoreBucket'
32
37
  }
33
38
 
34
39
  self.attribute_map = {
35
- 'type': 'type'
40
+ 'type': 'type',
41
+ 'object_storage_bucket': 'objectStorageBucket'
36
42
  }
37
43
 
38
44
  self._type = None
45
+ self._object_storage_bucket = None
39
46
  self._type = 'NFS'
40
47
 
48
+ @property
49
+ def object_storage_bucket(self):
50
+ """
51
+ Gets the object_storage_bucket of this NfsDataTransferMediumDetails.
52
+
53
+ :return: The object_storage_bucket of this NfsDataTransferMediumDetails.
54
+ :rtype: oci.database_migration.models.ObjectStoreBucket
55
+ """
56
+ return self._object_storage_bucket
57
+
58
+ @object_storage_bucket.setter
59
+ def object_storage_bucket(self, object_storage_bucket):
60
+ """
61
+ Sets the object_storage_bucket of this NfsDataTransferMediumDetails.
62
+
63
+ :param object_storage_bucket: The object_storage_bucket of this NfsDataTransferMediumDetails.
64
+ :type: oci.database_migration.models.ObjectStoreBucket
65
+ """
66
+ self._object_storage_bucket = object_storage_bucket
67
+
41
68
  def __repr__(self):
42
69
  return formatted_flat_dict(self)
43
70