oci 2.23.0 → 2.24.0

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 (243) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -1
  3. data/lib/oci/analytics/analytics.rb +5 -0
  4. data/lib/oci/analytics/analytics_client.rb +422 -52
  5. data/lib/oci/analytics/analytics_client_composite_operations.rb +188 -27
  6. data/lib/oci/analytics/models/analytics_instance.rb +32 -15
  7. data/lib/oci/analytics/models/analytics_instance_summary.rb +9 -8
  8. data/lib/oci/analytics/models/capacity.rb +2 -2
  9. data/lib/oci/analytics/models/change_analytics_instance_network_endpoint_details.rb +1 -1
  10. data/lib/oci/analytics/models/create_analytics_instance_details.rb +8 -6
  11. data/lib/oci/analytics/models/create_private_access_channel_details.rb +9 -9
  12. data/lib/oci/analytics/models/create_resource_group_details.rb +190 -0
  13. data/lib/oci/analytics/models/create_vanity_url_details.rb +5 -5
  14. data/lib/oci/analytics/models/feature_bundle.rb +1 -0
  15. data/lib/oci/analytics/models/instance_resource_group.rb +200 -0
  16. data/lib/oci/analytics/models/instance_resource_group_summary.rb +200 -0
  17. data/lib/oci/analytics/models/private_access_channel.rb +13 -13
  18. data/lib/oci/analytics/models/private_endpoint_details.rb +1 -1
  19. data/lib/oci/analytics/models/private_source_dns_zone.rb +3 -3
  20. data/lib/oci/analytics/models/private_source_scan_host.rb +4 -4
  21. data/lib/oci/analytics/models/public_endpoint_details.rb +1 -1
  22. data/lib/oci/analytics/models/resource_group_sort_by.rb +17 -0
  23. data/lib/oci/analytics/models/set_feature_bundle_details.rb +1 -0
  24. data/lib/oci/analytics/models/set_kms_key_details.rb +2 -2
  25. data/lib/oci/analytics/models/update_analytics_instance_details.rb +3 -3
  26. data/lib/oci/analytics/models/update_private_access_channel_details.rb +9 -9
  27. data/lib/oci/analytics/models/update_resource_group_details.rb +190 -0
  28. data/lib/oci/analytics/models/update_vanity_url_details.rb +4 -4
  29. data/lib/oci/analytics/models/vanity_url_details.rb +5 -5
  30. data/lib/oci/analytics/models/work_request.rb +4 -0
  31. data/lib/oci/analytics/models/work_request_action_result.rb +4 -1
  32. data/lib/oci/analytics/models/work_request_error.rb +2 -2
  33. data/lib/oci/analytics/models/work_request_log.rb +1 -1
  34. data/lib/oci/analytics/models/work_request_operation_type.rb +5 -1
  35. data/lib/oci/analytics/models/work_request_resource.rb +4 -1
  36. data/lib/oci/analytics/models/work_request_summary.rb +4 -0
  37. data/lib/oci/apiaccesscontrol/api_metadata_client.rb +8 -6
  38. data/lib/oci/apiaccesscontrol/apiaccesscontrol.rb +1 -0
  39. data/lib/oci/apiaccesscontrol/models/api_metadata.rb +12 -2
  40. data/lib/oci/apiaccesscontrol/models/api_metadata_by_entity_type_summary.rb +15 -1
  41. data/lib/oci/apiaccesscontrol/models/approver_detail.rb +15 -1
  42. data/lib/oci/apiaccesscontrol/models/approver_group_level.rb +169 -0
  43. data/lib/oci/apiaccesscontrol/models/create_privileged_api_control_details.rb +17 -3
  44. data/lib/oci/apiaccesscontrol/models/create_privileged_api_request_details.rb +1 -1
  45. data/lib/oci/apiaccesscontrol/models/privileged_api_control.rb +15 -2
  46. data/lib/oci/apiaccesscontrol/models/privileged_api_control_summary.rb +0 -1
  47. data/lib/oci/apiaccesscontrol/models/update_privileged_api_control_details.rb +16 -2
  48. data/lib/oci/apiaccesscontrol/privileged_api_control_client.rb +4 -3
  49. data/lib/oci/apiaccesscontrol/privileged_api_requests_client.rb +4 -3
  50. data/lib/oci/apiaccesscontrol/privileged_api_work_request_client.rb +4 -3
  51. data/lib/oci/core/core.rb +5 -0
  52. data/lib/oci/core/models/boot_volume_backup.rb +87 -4
  53. data/lib/oci/core/models/create_boot_volume_backup_details.rb +59 -4
  54. data/lib/oci/core/models/create_cross_connect_details.rb +50 -1
  55. data/lib/oci/core/models/create_cross_connect_group_details.rb +71 -4
  56. data/lib/oci/core/models/create_dedicated_vm_host_details.rb +21 -4
  57. data/lib/oci/core/models/create_virtual_circuit_details.rb +63 -4
  58. data/lib/oci/core/models/create_volume_backup_details.rb +59 -4
  59. data/lib/oci/core/models/create_volume_group_backup_details.rb +59 -4
  60. data/lib/oci/core/models/cross_connect.rb +43 -1
  61. data/lib/oci/core/models/cross_connect_group.rb +63 -4
  62. data/lib/oci/core/models/dedicated_vm_host.rb +18 -1
  63. data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +18 -1
  64. data/lib/oci/core/models/dedicated_vm_host_summary.rb +18 -1
  65. data/lib/oci/core/models/instances.rb +140 -0
  66. data/lib/oci/core/models/letter_of_authority.rb +31 -4
  67. data/lib/oci/core/models/loa_extension_data.rb +170 -0
  68. data/lib/oci/core/models/provider_remote_region_name.rb +174 -0
  69. data/lib/oci/core/models/retention_duration.rb +189 -0
  70. data/lib/oci/core/models/supported_capabilities.rb +21 -4
  71. data/lib/oci/core/models/update_boot_volume_backup_details.rb +59 -4
  72. data/lib/oci/core/models/update_cross_connect_details.rb +32 -4
  73. data/lib/oci/core/models/update_cross_connect_group_details.rb +49 -4
  74. data/lib/oci/core/models/update_cross_connect_letter_of_authority_details.rb +195 -0
  75. data/lib/oci/core/models/update_virtual_circuit_details.rb +30 -1
  76. data/lib/oci/core/models/update_volume_backup_details.rb +59 -4
  77. data/lib/oci/core/models/update_volume_group_backup_details.rb +59 -4
  78. data/lib/oci/core/models/virtual_circuit.rb +80 -1
  79. data/lib/oci/core/models/volume_backup.rb +87 -4
  80. data/lib/oci/core/models/volume_backup_schedule.rb +45 -4
  81. data/lib/oci/core/models/volume_group_backup.rb +73 -4
  82. data/lib/oci/core/virtual_network_client.rb +136 -2
  83. data/lib/oci/database/database.rb +13 -0
  84. data/lib/oci/database/database_client.rb +923 -111
  85. data/lib/oci/database/database_client_composite_operations.rb +283 -0
  86. data/lib/oci/database/models/basecc_vm_cluster.rb +713 -0
  87. data/lib/oci/database/models/basecc_vm_cluster_summary.rb +716 -0
  88. data/lib/oci/database/models/basecc_vm_cluster_update.rb +342 -0
  89. data/lib/oci/database/models/basecc_vm_cluster_update_details.rb +198 -0
  90. data/lib/oci/database/models/basecc_vm_cluster_update_history_entry.rb +318 -0
  91. data/lib/oci/database/models/basecc_vm_cluster_update_history_entry_summary.rb +321 -0
  92. data/lib/oci/database/models/basecc_vm_cluster_update_summary.rb +349 -0
  93. data/lib/oci/database/models/change_basecc_vm_cluster_compartment_details.rb +156 -0
  94. data/lib/oci/database/models/cloud_vm_cluster.rb +28 -1
  95. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +28 -1
  96. data/lib/oci/database/models/create_basecc_vm_cluster_details.rb +506 -0
  97. data/lib/oci/database/models/create_database_software_image_details.rb +2 -1
  98. data/lib/oci/database/models/database_software_image.rb +1 -0
  99. data/lib/oci/database/models/database_software_image_summary.rb +1 -0
  100. data/lib/oci/database/models/exadata_live_image_version_details.rb +216 -0
  101. data/lib/oci/database/models/exadb_vm_cluster.rb +53 -4
  102. data/lib/oci/database/models/exadb_vm_cluster_summary.rb +53 -4
  103. data/lib/oci/database/models/register_exadb_vm_cluster_pkcs_details.rb +171 -0
  104. data/lib/oci/database/models/unregister_exadb_vm_cluster_pkcs_details.rb +171 -0
  105. data/lib/oci/database/models/update.rb +94 -1
  106. data/lib/oci/database/models/update_basecc_vm_cluster_details.rb +345 -0
  107. data/lib/oci/database/models/update_details.rb +33 -1
  108. data/lib/oci/database/models/update_history_entry.rb +39 -1
  109. data/lib/oci/database/models/update_history_entry_summary.rb +39 -1
  110. data/lib/oci/database/models/update_summary.rb +94 -1
  111. data/lib/oci/database/models/vm_cluster.rb +28 -1
  112. data/lib/oci/database/models/vm_cluster_summary.rb +28 -1
  113. data/lib/oci/database/models/vm_cluster_update.rb +94 -1
  114. data/lib/oci/database/models/vm_cluster_update_details.rb +33 -1
  115. data/lib/oci/database/models/vm_cluster_update_history_entry.rb +39 -1
  116. data/lib/oci/database/models/vm_cluster_update_history_entry_summary.rb +39 -1
  117. data/lib/oci/database/models/vm_cluster_update_summary.rb +94 -1
  118. data/lib/oci/file_storage/models/file_system.rb +37 -4
  119. data/lib/oci/file_storage/models/file_system_summary.rb +37 -4
  120. data/lib/oci/file_storage/models/snapshot.rb +19 -4
  121. data/lib/oci/file_storage/models/snapshot_summary.rb +19 -4
  122. data/lib/oci/generative_ai/models/create_dedicated_ai_cluster_details.rb +3 -0
  123. data/lib/oci/generative_ai/models/dedicated_ai_cluster.rb +2 -0
  124. data/lib/oci/golden_gate/golden_gate.rb +29 -0
  125. data/lib/oci/golden_gate/golden_gate_client.rb +185 -6
  126. data/lib/oci/golden_gate/models/ai_model_auth_details.rb +194 -0
  127. data/lib/oci/golden_gate/models/ai_model_auth_details_summary.rb +194 -0
  128. data/lib/oci/golden_gate/models/ai_model_auth_type.rb +13 -0
  129. data/lib/oci/golden_gate/models/ai_model_collection.rb +153 -0
  130. data/lib/oci/golden_gate/models/ai_model_connection.rb +350 -0
  131. data/lib/oci/golden_gate/models/ai_model_connection_summary.rb +333 -0
  132. data/lib/oci/golden_gate/models/ai_model_summary.rb +216 -0
  133. data/lib/oci/golden_gate/models/ai_provider_collection.rb +153 -0
  134. data/lib/oci/golden_gate/models/ai_provider_summary.rb +249 -0
  135. data/lib/oci/golden_gate/models/amazon_kinesis_connection.rb +1 -0
  136. data/lib/oci/golden_gate/models/amazon_kinesis_connection_summary.rb +1 -0
  137. data/lib/oci/golden_gate/models/amazon_s3_connection.rb +1 -1
  138. data/lib/oci/golden_gate/models/amazon_s3_connection_summary.rb +1 -1
  139. data/lib/oci/golden_gate/models/amazon_s3_iceberg_storage.rb +1 -0
  140. data/lib/oci/golden_gate/models/amazon_s3_iceberg_storage_summary.rb +1 -0
  141. data/lib/oci/golden_gate/models/api_key_ai_model_auth_details.rb +199 -0
  142. data/lib/oci/golden_gate/models/api_key_ai_model_auth_details_summary.rb +181 -0
  143. data/lib/oci/golden_gate/models/connection.rb +43 -6
  144. data/lib/oci/golden_gate/models/connection_assignment.rb +63 -1
  145. data/lib/oci/golden_gate/models/connection_assignment_summary.rb +64 -1
  146. data/lib/oci/golden_gate/models/connection_summary.rb +42 -6
  147. data/lib/oci/golden_gate/models/connection_type.rb +2 -1
  148. data/lib/oci/golden_gate/models/create_ai_model_auth_details.rb +187 -0
  149. data/lib/oci/golden_gate/models/create_ai_model_connection_details.rb +298 -0
  150. data/lib/oci/golden_gate/models/create_amazon_kinesis_connection_details.rb +4 -1
  151. data/lib/oci/golden_gate/models/create_amazon_redshift_connection_details.rb +3 -1
  152. data/lib/oci/golden_gate/models/create_amazon_s3_connection_details.rb +5 -3
  153. data/lib/oci/golden_gate/models/create_amazon_s3_iceberg_storage_details.rb +5 -2
  154. data/lib/oci/golden_gate/models/create_api_key_ai_model_auth_details.rb +199 -0
  155. data/lib/oci/golden_gate/models/create_azure_data_lake_storage_connection_details.rb +9 -3
  156. data/lib/oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details.rb +3 -1
  157. data/lib/oci/golden_gate/models/create_azure_synapse_connection_details.rb +3 -1
  158. data/lib/oci/golden_gate/models/create_connection_details.rb +43 -7
  159. data/lib/oci/golden_gate/models/create_database_registration_details.rb +6 -2
  160. data/lib/oci/golden_gate/models/create_databricks_connection_details.rb +6 -2
  161. data/lib/oci/golden_gate/models/create_db2_connection_details.rb +9 -3
  162. data/lib/oci/golden_gate/models/create_elasticsearch_connection_details.rb +3 -1
  163. data/lib/oci/golden_gate/models/create_golden_gate_connection_details.rb +3 -1
  164. data/lib/oci/golden_gate/models/create_google_big_query_connection_details.rb +3 -1
  165. data/lib/oci/golden_gate/models/create_google_cloud_storage_connection_details.rb +3 -1
  166. data/lib/oci/golden_gate/models/create_google_cloud_storage_iceberg_storage_details.rb +3 -1
  167. data/lib/oci/golden_gate/models/create_google_pub_sub_connection_details.rb +3 -1
  168. data/lib/oci/golden_gate/models/create_iceberg_connection_details.rb +1 -0
  169. data/lib/oci/golden_gate/models/create_iceberg_storage_details.rb +5 -1
  170. data/lib/oci/golden_gate/models/create_java_message_service_connection_details.rb +21 -7
  171. data/lib/oci/golden_gate/models/create_kafka_connection_details.rb +18 -6
  172. data/lib/oci/golden_gate/models/create_kafka_schema_registry_connection_details.rb +18 -6
  173. data/lib/oci/golden_gate/models/create_microsoft_fabric_connection_details.rb +3 -1
  174. data/lib/oci/golden_gate/models/create_microsoft_sqlserver_connection_details.rb +3 -1
  175. data/lib/oci/golden_gate/models/create_mongo_db_connection_details.rb +9 -3
  176. data/lib/oci/golden_gate/models/create_mysql_connection_details.rb +6 -2
  177. data/lib/oci/golden_gate/models/create_no_iceberg_storage_details.rb +148 -0
  178. data/lib/oci/golden_gate/models/create_oci_gen_ai_model_auth_details.rb +242 -0
  179. data/lib/oci/golden_gate/models/create_oci_object_storage_connection_details.rb +6 -2
  180. data/lib/oci/golden_gate/models/create_oci_object_storage_s3_api_iceberg_storage_details.rb +228 -0
  181. data/lib/oci/golden_gate/models/create_oracle_ai_data_platform_connection_details.rb +6 -2
  182. data/lib/oci/golden_gate/models/create_oracle_connection_details.rb +7 -3
  183. data/lib/oci/golden_gate/models/create_oracle_nosql_connection_details.rb +6 -2
  184. data/lib/oci/golden_gate/models/create_postgresql_connection_details.rb +6 -2
  185. data/lib/oci/golden_gate/models/create_redis_connection_details.rb +15 -5
  186. data/lib/oci/golden_gate/models/create_snowflake_connection_details.rb +9 -3
  187. data/lib/oci/golden_gate/models/deployment_type_summary.rb +1 -0
  188. data/lib/oci/golden_gate/models/iceberg_connection.rb +1 -0
  189. data/lib/oci/golden_gate/models/iceberg_connection_summary.rb +1 -0
  190. data/lib/oci/golden_gate/models/iceberg_storage.rb +4 -0
  191. data/lib/oci/golden_gate/models/iceberg_storage_summary.rb +4 -0
  192. data/lib/oci/golden_gate/models/iceberg_storage_type.rb +3 -1
  193. data/lib/oci/golden_gate/models/kafka_connection.rb +1 -0
  194. data/lib/oci/golden_gate/models/no_iceberg_storage.rb +148 -0
  195. data/lib/oci/golden_gate/models/no_iceberg_storage_summary.rb +148 -0
  196. data/lib/oci/golden_gate/models/oci_gen_ai_model_auth_details.rb +242 -0
  197. data/lib/oci/golden_gate/models/oci_gen_ai_model_auth_details_summary.rb +224 -0
  198. data/lib/oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage.rb +209 -0
  199. data/lib/oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage_summary.rb +209 -0
  200. data/lib/oci/golden_gate/models/oracle_connection.rb +4 -1
  201. data/lib/oci/golden_gate/models/oracle_connection_summary.rb +1 -1
  202. data/lib/oci/golden_gate/models/technology_type.rb +6 -1
  203. data/lib/oci/golden_gate/models/update_ai_model_auth_details.rb +187 -0
  204. data/lib/oci/golden_gate/models/update_ai_model_connection_details.rb +237 -0
  205. data/lib/oci/golden_gate/models/update_amazon_kinesis_connection_details.rb +4 -1
  206. data/lib/oci/golden_gate/models/update_amazon_redshift_connection_details.rb +3 -1
  207. data/lib/oci/golden_gate/models/update_amazon_s3_connection_details.rb +5 -3
  208. data/lib/oci/golden_gate/models/update_amazon_s3_iceberg_storage_details.rb +5 -2
  209. data/lib/oci/golden_gate/models/update_api_key_ai_model_auth_details.rb +199 -0
  210. data/lib/oci/golden_gate/models/update_azure_data_lake_storage_connection_details.rb +9 -3
  211. data/lib/oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details.rb +3 -1
  212. data/lib/oci/golden_gate/models/update_azure_synapse_connection_details.rb +3 -1
  213. data/lib/oci/golden_gate/models/update_connection_details.rb +43 -7
  214. data/lib/oci/golden_gate/models/update_database_registration_details.rb +6 -2
  215. data/lib/oci/golden_gate/models/update_databricks_connection_details.rb +6 -2
  216. data/lib/oci/golden_gate/models/update_db2_connection_details.rb +9 -3
  217. data/lib/oci/golden_gate/models/update_elasticsearch_connection_details.rb +3 -1
  218. data/lib/oci/golden_gate/models/update_golden_gate_connection_details.rb +3 -1
  219. data/lib/oci/golden_gate/models/update_google_big_query_connection_details.rb +3 -1
  220. data/lib/oci/golden_gate/models/update_google_cloud_storage_connection_details.rb +3 -1
  221. data/lib/oci/golden_gate/models/update_google_cloud_storage_iceberg_storage_details.rb +3 -1
  222. data/lib/oci/golden_gate/models/update_google_pub_sub_connection_details.rb +3 -1
  223. data/lib/oci/golden_gate/models/update_iceberg_storage_details.rb +5 -1
  224. data/lib/oci/golden_gate/models/update_java_message_service_connection_details.rb +21 -7
  225. data/lib/oci/golden_gate/models/update_kafka_connection_details.rb +18 -6
  226. data/lib/oci/golden_gate/models/update_kafka_schema_registry_connection_details.rb +18 -6
  227. data/lib/oci/golden_gate/models/update_microsoft_fabric_connection_details.rb +3 -1
  228. data/lib/oci/golden_gate/models/update_microsoft_sqlserver_connection_details.rb +3 -1
  229. data/lib/oci/golden_gate/models/update_mongo_db_connection_details.rb +9 -3
  230. data/lib/oci/golden_gate/models/update_mysql_connection_details.rb +6 -2
  231. data/lib/oci/golden_gate/models/update_no_iceberg_storage_details.rb +148 -0
  232. data/lib/oci/golden_gate/models/update_oci_gen_ai_model_auth_details.rb +242 -0
  233. data/lib/oci/golden_gate/models/update_oci_object_storage_connection_details.rb +6 -2
  234. data/lib/oci/golden_gate/models/update_oci_object_storage_s3_api_iceberg_storage_details.rb +228 -0
  235. data/lib/oci/golden_gate/models/update_oracle_ai_data_platform_connection_details.rb +6 -2
  236. data/lib/oci/golden_gate/models/update_oracle_connection_details.rb +7 -3
  237. data/lib/oci/golden_gate/models/update_oracle_nosql_connection_details.rb +6 -2
  238. data/lib/oci/golden_gate/models/update_postgresql_connection_details.rb +6 -2
  239. data/lib/oci/golden_gate/models/update_redis_connection_details.rb +15 -5
  240. data/lib/oci/golden_gate/models/update_snowflake_connection_details.rb +9 -3
  241. data/lib/oci/regions.rb +8 -1
  242. data/lib/oci/version.rb +1 -1
  243. metadata +55 -2
@@ -0,0 +1,199 @@
1
+ # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
2
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200407
5
+ require 'date'
6
+ require_relative 'create_ai_model_auth_details'
7
+
8
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
9
+ module OCI
10
+ # The information about new API key authentication details for an AI Model connection.
11
+ #
12
+ class GoldenGate::Models::CreateApiKeyAiModelAuthDetails < GoldenGate::Models::CreateAiModelAuthDetails
13
+ # Base URL of the AI model endpoint.
14
+ # If not specified, the default base URL for the selected AI provider will be used.
15
+ #
16
+ # @return [String]
17
+ attr_accessor :base_url
18
+
19
+ # API key for the AI model connection.
20
+ # Deprecated: This field is deprecated and replaced by \"apiKeySecretId\".
21
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
22
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
23
+ #
24
+ # @return [String]
25
+ attr_accessor :api_key
26
+
27
+ # API key secret OCID for the AI model connection.
28
+ #
29
+ # @return [String]
30
+ attr_accessor :api_key_secret_id
31
+
32
+ # Attribute mapping from ruby-style variable name to JSON key.
33
+ def self.attribute_map
34
+ {
35
+ # rubocop:disable Style/SymbolLiteral
36
+ 'auth_type': :'authType',
37
+ 'base_url': :'baseUrl',
38
+ 'api_key': :'apiKey',
39
+ 'api_key_secret_id': :'apiKeySecretId'
40
+ # rubocop:enable Style/SymbolLiteral
41
+ }
42
+ end
43
+
44
+ # Attribute type mapping.
45
+ def self.swagger_types
46
+ {
47
+ # rubocop:disable Style/SymbolLiteral
48
+ 'auth_type': :'String',
49
+ 'base_url': :'String',
50
+ 'api_key': :'String',
51
+ 'api_key_secret_id': :'String'
52
+ # rubocop:enable Style/SymbolLiteral
53
+ }
54
+ end
55
+
56
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
57
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
58
+
59
+
60
+ # Initializes the object
61
+ # @param [Hash] attributes Model attributes in the form of hash
62
+ # @option attributes [String] :base_url The value to assign to the {#base_url} property
63
+ # @option attributes [String] :api_key The value to assign to the {#api_key} property
64
+ # @option attributes [String] :api_key_secret_id The value to assign to the {#api_key_secret_id} property
65
+ def initialize(attributes = {})
66
+ return unless attributes.is_a?(Hash)
67
+
68
+ attributes['authType'] = 'API_KEY'
69
+
70
+ super(attributes)
71
+
72
+ # convert string to symbol for hash key
73
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
74
+
75
+ self.base_url = attributes[:'baseUrl'] if attributes[:'baseUrl']
76
+
77
+ raise 'You cannot provide both :baseUrl and :base_url' if attributes.key?(:'baseUrl') && attributes.key?(:'base_url')
78
+
79
+ self.base_url = attributes[:'base_url'] if attributes[:'base_url']
80
+
81
+ self.api_key = attributes[:'apiKey'] if attributes[:'apiKey']
82
+
83
+ raise 'You cannot provide both :apiKey and :api_key' if attributes.key?(:'apiKey') && attributes.key?(:'api_key')
84
+
85
+ self.api_key = attributes[:'api_key'] if attributes[:'api_key']
86
+
87
+ self.api_key_secret_id = attributes[:'apiKeySecretId'] if attributes[:'apiKeySecretId']
88
+
89
+ raise 'You cannot provide both :apiKeySecretId and :api_key_secret_id' if attributes.key?(:'apiKeySecretId') && attributes.key?(:'api_key_secret_id')
90
+
91
+ self.api_key_secret_id = attributes[:'api_key_secret_id'] if attributes[:'api_key_secret_id']
92
+ end
93
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
94
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
95
+
96
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
97
+
98
+
99
+ # Checks equality by comparing each attribute.
100
+ # @param [Object] other the other object to be compared
101
+ def ==(other)
102
+ return true if equal?(other)
103
+
104
+ self.class == other.class &&
105
+ auth_type == other.auth_type &&
106
+ base_url == other.base_url &&
107
+ api_key == other.api_key &&
108
+ api_key_secret_id == other.api_key_secret_id
109
+ end
110
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
111
+
112
+ # @see the `==` method
113
+ # @param [Object] other the other object to be compared
114
+ def eql?(other)
115
+ self == other
116
+ end
117
+
118
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
119
+
120
+
121
+ # Calculates hash code according to all attributes.
122
+ # @return [Fixnum] Hash code
123
+ def hash
124
+ [auth_type, base_url, api_key, api_key_secret_id].hash
125
+ end
126
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
127
+
128
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
129
+
130
+
131
+ # Builds the object from hash
132
+ # @param [Hash] attributes Model attributes in the form of hash
133
+ # @return [Object] Returns the model itself
134
+ def build_from_hash(attributes)
135
+ return nil unless attributes.is_a?(Hash)
136
+
137
+ self.class.swagger_types.each_pair do |key, type|
138
+ if type =~ /^Array<(.*)>/i
139
+ # check to ensure the input is an array given that the the attribute
140
+ # is documented as an array but the input is not
141
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
142
+ public_method("#{key}=").call(
143
+ attributes[self.class.attribute_map[key]]
144
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
145
+ )
146
+ end
147
+ elsif !attributes[self.class.attribute_map[key]].nil?
148
+ public_method("#{key}=").call(
149
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
150
+ )
151
+ end
152
+ # or else data not found in attributes(hash), not an issue as the data can be optional
153
+ end
154
+
155
+ self
156
+ end
157
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
158
+
159
+ # Returns the string representation of the object
160
+ # @return [String] String presentation of the object
161
+ def to_s
162
+ to_hash.to_s
163
+ end
164
+
165
+ # Returns the object in the form of hash
166
+ # @return [Hash] Returns the object in the form of hash
167
+ def to_hash
168
+ hash = {}
169
+ self.class.attribute_map.each_pair do |attr, param|
170
+ value = public_method(attr).call
171
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
172
+
173
+ hash[param] = _to_hash(value)
174
+ end
175
+ hash
176
+ end
177
+
178
+ private
179
+
180
+ # Outputs non-array value in the form of hash
181
+ # For object, use to_hash. Otherwise, just return the value
182
+ # @param [Object] value Any valid value
183
+ # @return [Hash] Returns the value in the form of hash
184
+ def _to_hash(value)
185
+ if value.is_a?(Array)
186
+ value.compact.map { |v| _to_hash(v) }
187
+ elsif value.is_a?(Hash)
188
+ {}.tap do |hash|
189
+ value.each { |k, v| hash[k] = _to_hash(v) }
190
+ end
191
+ elsif value.respond_to? :to_hash
192
+ value.to_hash
193
+ else
194
+ value
195
+ end
196
+ end
197
+ end
198
+ end
199
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
@@ -26,7 +26,9 @@ module OCI
26
26
 
27
27
  # Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'.
28
28
  # e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
29
- # Deprecated: This field is deprecated and replaced by \"accountKeySecretId\". This field will be removed after February 15 2026.
29
+ # Deprecated: This field is deprecated and replaced by \"accountKeySecretId\".
30
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
31
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
30
32
  #
31
33
  # @return [String]
32
34
  attr_accessor :account_key
@@ -40,7 +42,9 @@ module OCI
40
42
  # Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is
41
43
  # required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'.
42
44
  # e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
43
- # Deprecated: This field is deprecated and replaced by \"sasTokenSecretId\". This field will be removed after February 15 2026.
45
+ # Deprecated: This field is deprecated and replaced by \"sasTokenSecretId\".
46
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
47
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
44
48
  #
45
49
  # @return [String]
46
50
  attr_accessor :sas_token
@@ -65,7 +69,9 @@ module OCI
65
69
 
66
70
  # Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'.
67
71
  # e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
68
- # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\". This field will be removed after February 15 2026.
72
+ # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\".
73
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
74
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
69
75
  #
70
76
  # @return [String]
71
77
  attr_accessor :client_secret
@@ -26,7 +26,9 @@ module OCI
26
26
 
27
27
  # Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'.
28
28
  # e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
29
- # Deprecated: This field is deprecated and replaced by \"accountKeySecretId\". This field will be removed after February 15 2026.
29
+ # Deprecated: This field is deprecated and replaced by \"accountKeySecretId\".
30
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
31
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
30
32
  #
31
33
  # @return [String]
32
34
  attr_accessor :account_key
@@ -29,7 +29,9 @@ module OCI
29
29
 
30
30
  # The password Oracle GoldenGate uses to connect the associated system of the given technology.
31
31
  # It must conform to the specific security requirements including length, case sensitivity, and so on.
32
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
32
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
33
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
34
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
33
35
  #
34
36
  # @return [String]
35
37
  attr_accessor :password
@@ -39,7 +39,8 @@ module OCI
39
39
  CONNECTION_TYPE_DATABRICKS = 'DATABRICKS'.freeze,
40
40
  CONNECTION_TYPE_GOOGLE_PUBSUB = 'GOOGLE_PUBSUB'.freeze,
41
41
  CONNECTION_TYPE_MICROSOFT_FABRIC = 'MICROSOFT_FABRIC'.freeze,
42
- CONNECTION_TYPE_ICEBERG = 'ICEBERG'.freeze
42
+ CONNECTION_TYPE_ICEBERG = 'ICEBERG'.freeze,
43
+ CONNECTION_TYPE_AI_MODEL = 'AI_MODEL'.freeze
43
44
  ].freeze
44
45
 
45
46
  ROUTING_METHOD_ENUM = [
@@ -87,15 +88,30 @@ module OCI
87
88
  # @return [Array<OCI::GoldenGate::Models::AddResourceLockDetails>]
88
89
  attr_accessor :locks
89
90
 
90
- # Refers to the customer's vault OCID.
91
- # If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate
92
- # to manage secrets contained within this vault.
91
+ # References the OCI Vault that contains the customer-managed encryption key identified by `keyId`.
92
+ #
93
+ # Deprecated: This field is deprecated for GoldenGate connections. Sensitive attributes should be provided using the
94
+ # corresponding Secret OCID attributes of the connection (for example, `passwordSecretId`) instead of plain-text
95
+ # attributes encrypted with `vaultId` and `keyId`. This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
96
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
97
+ #
98
+ # This field is applicable only when `doesUseSecretIds` is set to `false`.
99
+ # If `vaultId` is provided, `keyId` must also be provided.
93
100
  #
94
101
  # @return [String]
95
102
  attr_accessor :vault_id
96
103
 
97
- # Refers to the customer's master key OCID.
98
- # If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
104
+ # References the OCI Vault key in the OCI Vault identified by `vaultId`.
105
+ #
106
+ # Deprecated: This field is deprecated for GoldenGate connections. Sensitive attributes should be provided using the
107
+ # corresponding Secret OCID attributes of the connection (for example, `passwordSecretId`) instead of plain-text
108
+ # attributes encrypted with `vaultId` and `keyId`. This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
109
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
110
+ #
111
+ # The GoldenGate service uses this key to encrypt sensitive information (for example, `password`) that is provided in plain-text connection attributes through the API.
112
+ # This field is applicable only when `doesUseSecretIds` is set to `false`. If both `vaultId` and `keyId` are provided,
113
+ # the GoldenGate service uses the specified customer-managed key to encrypt the sensitive data.
114
+ # If neither `vaultId` nor `keyId` is provided, the GoldenGate service uses Oracle-managed encryption keys.
99
115
  #
100
116
  # @return [String]
101
117
  attr_accessor :key_id
@@ -111,15 +127,34 @@ module OCI
111
127
  attr_accessor :subnet_id
112
128
 
113
129
  # Controls the network traffic direction to the target:
114
- # SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets.
115
130
  # SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.
116
131
  # DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
132
+ # SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets.
133
+ #
134
+ # Deprecated: SHARED_SERVICE_ENDPOINT is deprecated. Use another supported routingMethod value, or update existing connections to use a supported routing method.
135
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
136
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
117
137
  #
118
138
  # @return [String]
119
139
  attr_reader :routing_method
120
140
 
121
141
  # Indicates that sensitive attributes are provided via Secrets.
122
142
  #
143
+ # Deprecated: This field is deprecated. Sensitive attributes should be provided using the corresponding Secret OCID
144
+ # attributes of the connection (for example, `passwordSecretId`) instead of plain-text attributes. This change follows
145
+ # the GoldenGate \"Plain Text Fields in Connections\" deprecation:
146
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
147
+ #
148
+ # When set to `true`, all sensitive information must be provided as OCI Vault secrets using the corresponding
149
+ # `*SecretId` attributes of the connection (for example, `passwordSecretId`). Plain-text sensitive attributes (for example, `password`) must not be used.
150
+ # This ensures that sensitive information remains stored and managed in the customer's OCI Vault rather than by the GoldenGate service.
151
+ #
152
+ # When set to false, sensitive information must be provided in the corresponding plain-text attributes (for example, `password`) rather than in secret OCID attributes.
153
+ # In this mode, the sensitive information is stored by the GoldenGate service. If `vaultId` and `keyId` are not specified,
154
+ # the GoldenGate service uses Oracle-managed encryption keys to encrypt the stored data.
155
+ #
156
+ # If `vaultId` and `keyId` are provided, the specified customer-managed key is used.
157
+ #
123
158
  # @return [BOOLEAN]
124
159
  attr_accessor :does_use_secret_ids
125
160
 
@@ -220,6 +255,7 @@ module OCI
220
255
  return 'OCI::GoldenGate::Models::CreateDatabricksConnectionDetails' if type == 'DATABRICKS'
221
256
  return 'OCI::GoldenGate::Models::CreateDb2ConnectionDetails' if type == 'DB2'
222
257
  return 'OCI::GoldenGate::Models::CreateElasticsearchConnectionDetails' if type == 'ELASTICSEARCH'
258
+ return 'OCI::GoldenGate::Models::CreateAiModelConnectionDetails' if type == 'AI_MODEL'
223
259
  return 'OCI::GoldenGate::Models::CreateAzureSynapseConnectionDetails' if type == 'AZURE_SYNAPSE_ANALYTICS'
224
260
  return 'OCI::GoldenGate::Models::CreateIcebergConnectionDetails' if type == 'ICEBERG'
225
261
  return 'OCI::GoldenGate::Models::CreateMysqlConnectionDetails' if type == 'MYSQL'
@@ -74,7 +74,9 @@ module OCI
74
74
 
75
75
  # **[Required]** The password Oracle GoldenGate uses to connect the associated system of the given technology.
76
76
  # It must conform to the specific security requirements including length, case sensitivity, and so on.
77
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
77
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
78
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
79
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
78
80
  #
79
81
  # @return [String]
80
82
  attr_accessor :password
@@ -94,7 +96,9 @@ module OCI
94
96
 
95
97
  # The wallet contents Oracle GoldenGate uses to make connections to a database.
96
98
  # This attribute is expected to be base64 encoded.
97
- # Deprecated: This field is deprecated and replaced by \"walletSecretId\". This field will be removed after February 15 2026.
99
+ # Deprecated: This field is deprecated and replaced by \"walletSecretId\".
100
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
101
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
98
102
  #
99
103
  # @return [String]
100
104
  attr_accessor :wallet
@@ -27,7 +27,9 @@ module OCI
27
27
 
28
28
  # The password used to connect to Databricks.
29
29
  # Only applicable for authenticationType == PERSONAL_ACCESS_TOKEN.
30
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
30
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
31
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
32
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
31
33
  #
32
34
  # @return [String]
33
35
  attr_accessor :password
@@ -44,7 +46,9 @@ module OCI
44
46
  attr_accessor :client_id
45
47
 
46
48
  # OAuth client secret, only applicable for authenticationType == OAUTH_M2M
47
- # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\". This field will be removed after February 15 2026.
49
+ # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\".
50
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
51
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
48
52
  #
49
53
  # @return [String]
50
54
  attr_accessor :client_secret
@@ -36,7 +36,9 @@ module OCI
36
36
  attr_accessor :username
37
37
 
38
38
  # The password Oracle GoldenGate uses to connect the associated DB2 database.
39
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
39
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
40
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
41
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
40
42
  #
41
43
  # @return [String]
42
44
  attr_accessor :password
@@ -61,7 +63,9 @@ module OCI
61
63
  # The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
62
64
  # This property is not supported for IBM Db2 for i, as client TLS mode is not available.
63
65
  #
64
- # Deprecated: This field is deprecated and replaced by \"sslClientKeystoredbSecretId\". This field will be removed after February 15 2026.
66
+ # Deprecated: This field is deprecated and replaced by \"sslClientKeystoredbSecretId\".
67
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
68
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
65
69
  #
66
70
  # @return [String]
67
71
  attr_accessor :ssl_client_keystoredb
@@ -78,7 +82,9 @@ module OCI
78
82
  # The base64 encoded keystash file which contains the encrypted password to the key database file.
79
83
  # This property is not supported for IBM Db2 for i, as client TLS mode is not available.
80
84
  #
81
- # Deprecated: This field is deprecated and replaced by \"sslClientKeystashSecretId\". This field will be removed after February 15 2026.
85
+ # Deprecated: This field is deprecated and replaced by \"sslClientKeystashSecretId\".
86
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
87
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
82
88
  #
83
89
  # @return [String]
84
90
  attr_accessor :ssl_client_keystash
@@ -39,7 +39,9 @@ module OCI
39
39
 
40
40
  # The password Oracle GoldenGate uses to connect the associated system of the given technology.
41
41
  # It must conform to the specific security requirements including length, case sensitivity, and so on.
42
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
42
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
43
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
44
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
43
45
  #
44
46
  # @return [String]
45
47
  attr_accessor :password
@@ -35,7 +35,9 @@ module OCI
35
35
  attr_accessor :username
36
36
 
37
37
  # The password used to connect to the Oracle GoldenGate accessed trough this connection.
38
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
38
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
39
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
40
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
39
41
  #
40
42
  # @return [String]
41
43
  attr_accessor :password
@@ -22,7 +22,9 @@ module OCI
22
22
 
23
23
  # The base64 encoded content of the service account key file containing
24
24
  # the credentials required to use Google BigQuery.
25
- # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\". This field will be removed after February 15 2026.
25
+ # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\".
26
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
27
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
26
28
  #
27
29
  # @return [String]
28
30
  attr_accessor :service_account_key_file
@@ -22,7 +22,9 @@ module OCI
22
22
 
23
23
  # The base64 encoded content of the service account key file containing
24
24
  # the credentials required to use Google Cloud Storage.
25
- # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\". This field will be removed after February 15 2026.
25
+ # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\".
26
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
27
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
26
28
  #
27
29
  # @return [String]
28
30
  attr_accessor :service_account_key_file
@@ -26,7 +26,9 @@ module OCI
26
26
 
27
27
  # The base64 encoded content of the service account key file containing
28
28
  # the credentials required to use Google Cloud Storage.
29
- # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\". This field will be removed after February 15 2026.
29
+ # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\".
30
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
31
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
30
32
  #
31
33
  # @return [String]
32
34
  attr_accessor :service_account_key_file
@@ -16,7 +16,9 @@ module OCI
16
16
 
17
17
  # The base64 encoded content of the service account key file containing
18
18
  # the credentials required to use Google PubSub.
19
- # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\". This field will be removed after February 15 2026.
19
+ # Deprecated: This field is deprecated and replaced by \"serviceAccountKeyFileSecretId\".
20
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
21
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
20
22
  #
21
23
  # @return [String]
22
24
  attr_accessor :service_account_key_file
@@ -11,6 +11,7 @@ module OCI
11
11
  #
12
12
  class GoldenGate::Models::CreateIcebergConnectionDetails < GoldenGate::Models::CreateConnectionDetails
13
13
  # **[Required]** The Iceberg technology type.
14
+ #
14
15
  # @return [String]
15
16
  attr_accessor :technology_type
16
17
 
@@ -13,7 +13,9 @@ module OCI
13
13
  STORAGE_TYPE_ENUM = [
14
14
  STORAGE_TYPE_AMAZON_S3 = 'AMAZON_S3'.freeze,
15
15
  STORAGE_TYPE_GOOGLE_CLOUD_STORAGE = 'GOOGLE_CLOUD_STORAGE'.freeze,
16
- STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE = 'AZURE_DATA_LAKE_STORAGE'.freeze
16
+ STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE = 'AZURE_DATA_LAKE_STORAGE'.freeze,
17
+ STORAGE_TYPE_NONE = 'NONE'.freeze,
18
+ STORAGE_TYPE_OCI_OBJECT_STORAGE_S3_API = 'OCI_OBJECT_STORAGE_S3_API'.freeze
17
19
  ].freeze
18
20
 
19
21
  # **[Required]** The storage type used in the Iceberg connection.
@@ -48,8 +50,10 @@ module OCI
48
50
  type = object_hash[:'storageType'] # rubocop:disable Style/SymbolLiteral
49
51
 
50
52
  return 'OCI::GoldenGate::Models::CreateAzureDataLakeStorageIcebergStorageDetails' if type == 'AZURE_DATA_LAKE_STORAGE'
53
+ return 'OCI::GoldenGate::Models::CreateNoIcebergStorageDetails' if type == 'NONE'
51
54
  return 'OCI::GoldenGate::Models::CreateGoogleCloudStorageIcebergStorageDetails' if type == 'GOOGLE_CLOUD_STORAGE'
52
55
  return 'OCI::GoldenGate::Models::CreateAmazonS3IcebergStorageDetails' if type == 'AMAZON_S3'
56
+ return 'OCI::GoldenGate::Models::CreateOciObjectStorageS3ApiIcebergStorageDetails' if type == 'OCI_OBJECT_STORAGE_S3_API'
53
57
 
54
58
  # TODO: Log a warning when the subtype is not found.
55
59
  'OCI::GoldenGate::Models::CreateIcebergStorageDetails'
@@ -46,7 +46,9 @@ module OCI
46
46
  attr_accessor :jndi_security_principal
47
47
 
48
48
  # The password associated to the principal.
49
- # Deprecated: This field is deprecated and replaced by \"jndiSecurityCredentialsSecretId\". This field will be removed after February 15 2026.
49
+ # Deprecated: This field is deprecated and replaced by \"jndiSecurityCredentialsSecretId\".
50
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
51
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
50
52
  #
51
53
  # @return [String]
52
54
  attr_accessor :jndi_security_credentials
@@ -77,7 +79,9 @@ module OCI
77
79
  attr_accessor :username
78
80
 
79
81
  # The password Oracle GoldenGate uses to connect the associated Java Message Service.
80
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
82
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
83
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
84
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
81
85
  #
82
86
  # @return [String]
83
87
  attr_accessor :password
@@ -102,7 +106,9 @@ module OCI
102
106
  attr_accessor :authentication_type
103
107
 
104
108
  # The base64 encoded content of the TrustStore file.
105
- # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\". This field will be removed after February 15 2026.
109
+ # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\".
110
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
111
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
106
112
  #
107
113
  # @return [String]
108
114
  attr_accessor :trust_store
@@ -114,7 +120,9 @@ module OCI
114
120
  attr_accessor :trust_store_secret_id
115
121
 
116
122
  # The TrustStore password.
117
- # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\". This field will be removed after February 15 2026.
123
+ # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\".
124
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
125
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
118
126
  #
119
127
  # @return [String]
120
128
  attr_accessor :trust_store_password
@@ -126,7 +134,9 @@ module OCI
126
134
  attr_accessor :trust_store_password_secret_id
127
135
 
128
136
  # The base64 encoded content of the KeyStore file.
129
- # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\". This field will be removed after February 15 2026.
137
+ # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\".
138
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
139
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
130
140
  #
131
141
  # @return [String]
132
142
  attr_accessor :key_store
@@ -138,7 +148,9 @@ module OCI
138
148
  attr_accessor :key_store_secret_id
139
149
 
140
150
  # The KeyStore password.
141
- # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\". This field will be removed after February 15 2026.
151
+ # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\".
152
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
153
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
142
154
  #
143
155
  # @return [String]
144
156
  attr_accessor :key_store_password
@@ -151,7 +163,9 @@ module OCI
151
163
 
152
164
  # The password for the cert inside of the KeyStore.
153
165
  # In case it differs from the KeyStore password, it should be provided.
154
- # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\". This field will be removed after February 15 2026.
166
+ # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\".
167
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
168
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
155
169
  #
156
170
  # @return [String]
157
171
  attr_accessor :ssl_key_password