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
@@ -48,7 +48,9 @@ module OCI
48
48
 
49
49
  # The password Oracle GoldenGate uses to connect the associated system of the given technology.
50
50
  # It must conform to the specific security requirements including length, case sensitivity, and so on.
51
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
51
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
52
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
53
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
52
54
  #
53
55
  # @return [String]
54
56
  attr_accessor :password
@@ -63,7 +65,9 @@ module OCI
63
65
  attr_accessor :password_secret_id
64
66
 
65
67
  # The base64 encoded content of the TrustStore file.
66
- # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\". This field will be removed after February 15 2026.
68
+ # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\".
69
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
70
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
67
71
  #
68
72
  # @return [String]
69
73
  attr_accessor :trust_store
@@ -75,7 +79,9 @@ module OCI
75
79
  attr_accessor :trust_store_secret_id
76
80
 
77
81
  # The TrustStore password.
78
- # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\". This field will be removed after February 15 2026.
82
+ # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\".
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
79
85
  #
80
86
  # @return [String]
81
87
  attr_accessor :trust_store_password
@@ -87,7 +93,9 @@ module OCI
87
93
  attr_accessor :trust_store_password_secret_id
88
94
 
89
95
  # The base64 encoded content of the KeyStore file.
90
- # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\". This field will be removed after February 15 2026.
96
+ # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\".
97
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
98
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
91
99
  #
92
100
  # @return [String]
93
101
  attr_accessor :key_store
@@ -99,7 +107,9 @@ module OCI
99
107
  attr_accessor :key_store_secret_id
100
108
 
101
109
  # The KeyStore password.
102
- # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\". This field will be removed after February 15 2026.
110
+ # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\".
111
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
112
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
103
113
  #
104
114
  # @return [String]
105
115
  attr_accessor :key_store_password
@@ -112,7 +122,9 @@ module OCI
112
122
 
113
123
  # The password for the cert inside of the KeyStore.
114
124
  # In case it differs from the KeyStore password, it should be provided.
115
- # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\". This field will be removed after February 15 2026.
125
+ # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\".
126
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
127
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
116
128
  #
117
129
  # @return [String]
118
130
  attr_accessor :ssl_key_password
@@ -34,7 +34,9 @@ module OCI
34
34
 
35
35
  # The password to access Schema Registry using basic authentication.
36
36
  # This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
37
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
37
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
38
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
39
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
38
40
  #
39
41
  # @return [String]
40
42
  attr_accessor :password
@@ -48,7 +50,9 @@ module OCI
48
50
  attr_accessor :password_secret_id
49
51
 
50
52
  # The base64 encoded content of the TrustStore file.
51
- # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\". This field will be removed after February 15 2026.
53
+ # Deprecated: This field is deprecated and replaced by \"trustStoreSecretId\".
54
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
55
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
52
56
  #
53
57
  # @return [String]
54
58
  attr_accessor :trust_store
@@ -60,7 +64,9 @@ module OCI
60
64
  attr_accessor :trust_store_secret_id
61
65
 
62
66
  # The TrustStore password.
63
- # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\". This field will be removed after February 15 2026.
67
+ # Deprecated: This field is deprecated and replaced by \"trustStorePasswordSecretId\".
68
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
69
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
64
70
  #
65
71
  # @return [String]
66
72
  attr_accessor :trust_store_password
@@ -72,7 +78,9 @@ module OCI
72
78
  attr_accessor :trust_store_password_secret_id
73
79
 
74
80
  # The base64 encoded content of the KeyStore file.
75
- # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\". This field will be removed after February 15 2026.
81
+ # Deprecated: This field is deprecated and replaced by \"keyStoreSecretId\".
82
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
83
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
76
84
  #
77
85
  # @return [String]
78
86
  attr_accessor :key_store
@@ -84,7 +92,9 @@ module OCI
84
92
  attr_accessor :key_store_secret_id
85
93
 
86
94
  # The KeyStore password.
87
- # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\". This field will be removed after February 15 2026.
95
+ # Deprecated: This field is deprecated and replaced by \"keyStorePasswordSecretId\".
96
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
97
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
88
98
  #
89
99
  # @return [String]
90
100
  attr_accessor :key_store_password
@@ -97,7 +107,9 @@ module OCI
97
107
 
98
108
  # The password for the cert inside the KeyStore.
99
109
  # In case it differs from the KeyStore password, it should be provided.
100
- # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\". This field will be removed after February 15 2026.
110
+ # Deprecated: This field is deprecated and replaced by \"sslKeyPasswordSecretId\".
111
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
112
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
101
113
  #
102
114
  # @return [String]
103
115
  attr_accessor :ssl_key_password
@@ -27,7 +27,9 @@ module OCI
27
27
  attr_accessor :client_id
28
28
 
29
29
  # Client secret associated with the client id.
30
- # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\". This field will be removed after February 15 2026.
30
+ # Deprecated: This field is deprecated and replaced by \"clientSecretSecretId\".
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 :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 Microsoft SQL Server.
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
@@ -27,7 +27,9 @@ module OCI
27
27
  attr_accessor :username
28
28
 
29
29
  # The password Oracle GoldenGate uses to connect the associated database.
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
@@ -54,7 +56,9 @@ module OCI
54
56
  attr_accessor :tls_ca_file
55
57
 
56
58
  # Client Certificate - The base64 encoded content of a .pem file, containing the client public key (for 2-way SSL).
57
- # Deprecated: This field is deprecated and replaced by \"tlsCertificateKeyFileSecretId\". This field will be removed after February 15 2026.
59
+ # Deprecated: This field is deprecated and replaced by \"tlsCertificateKeyFileSecretId\".
60
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
61
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
58
62
  #
59
63
  # @return [String]
60
64
  attr_accessor :tls_certificate_key_file
@@ -67,7 +71,9 @@ module OCI
67
71
  attr_accessor :tls_certificate_key_file_secret_id
68
72
 
69
73
  # Client Certificate key file password.
70
- # Deprecated: This field is deprecated and replaced by \"tlsCertificateKeyFilePasswordSecretId\". This field will be removed after February 15 2026.
74
+ # Deprecated: This field is deprecated and replaced by \"tlsCertificateKeyFilePasswordSecretId\".
75
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
76
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
71
77
  #
72
78
  # @return [String]
73
79
  attr_accessor :tls_certificate_key_file_password
@@ -23,7 +23,9 @@ module OCI
23
23
 
24
24
  # The password Oracle GoldenGate uses to connect the associated system of the given technology.
25
25
  # It must conform to the specific security requirements including length, case sensitivity, and so on.
26
- # Deprecated: This field is deprecated and replaced by \"passwordSecretId\". This field will be removed after February 15 2026.
26
+ # Deprecated: This field is deprecated and replaced by \"passwordSecretId\".
27
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
28
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
27
29
  #
28
30
  # @return [String]
29
31
  attr_accessor :password
@@ -82,7 +84,9 @@ module OCI
82
84
  attr_accessor :ssl_cert
83
85
 
84
86
  # Client Key - The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
85
- # Deprecated: This field is deprecated and replaced by \"sslKeySecretId\". This field will be removed after February 15 2026.
87
+ # Deprecated: This field is deprecated and replaced by \"sslKeySecretId\".
88
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
89
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
86
90
  #
87
91
  # @return [String]
88
92
  attr_accessor :ssl_key
@@ -0,0 +1,148 @@
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_iceberg_storage_details'
7
+
8
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
9
+ module OCI
10
+ # The information indicating the absence of a storage configuration in an
11
+ # Iceberg connection.
12
+ #
13
+ class GoldenGate::Models::CreateNoIcebergStorageDetails < GoldenGate::Models::CreateIcebergStorageDetails
14
+ # Attribute mapping from ruby-style variable name to JSON key.
15
+ def self.attribute_map
16
+ {
17
+ # rubocop:disable Style/SymbolLiteral
18
+ 'storage_type': :'storageType'
19
+ # rubocop:enable Style/SymbolLiteral
20
+ }
21
+ end
22
+
23
+ # Attribute type mapping.
24
+ def self.swagger_types
25
+ {
26
+ # rubocop:disable Style/SymbolLiteral
27
+ 'storage_type': :'String'
28
+ # rubocop:enable Style/SymbolLiteral
29
+ }
30
+ end
31
+
32
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
33
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
34
+
35
+
36
+ # Initializes the object
37
+ # @param [Hash] attributes Model attributes in the form of hash
38
+ def initialize(attributes = {})
39
+ return unless attributes.is_a?(Hash)
40
+
41
+ attributes['storageType'] = 'NONE'
42
+
43
+ super(attributes)
44
+ end
45
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
46
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
47
+
48
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
49
+
50
+
51
+ # Checks equality by comparing each attribute.
52
+ # @param [Object] other the other object to be compared
53
+ def ==(other)
54
+ return true if equal?(other)
55
+
56
+ self.class == other.class &&
57
+ storage_type == other.storage_type
58
+ end
59
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
60
+
61
+ # @see the `==` method
62
+ # @param [Object] other the other object to be compared
63
+ def eql?(other)
64
+ self == other
65
+ end
66
+
67
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
68
+
69
+
70
+ # Calculates hash code according to all attributes.
71
+ # @return [Fixnum] Hash code
72
+ def hash
73
+ [storage_type].hash
74
+ end
75
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
76
+
77
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
78
+
79
+
80
+ # Builds the object from hash
81
+ # @param [Hash] attributes Model attributes in the form of hash
82
+ # @return [Object] Returns the model itself
83
+ def build_from_hash(attributes)
84
+ return nil unless attributes.is_a?(Hash)
85
+
86
+ self.class.swagger_types.each_pair do |key, type|
87
+ if type =~ /^Array<(.*)>/i
88
+ # check to ensure the input is an array given that the the attribute
89
+ # is documented as an array but the input is not
90
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
91
+ public_method("#{key}=").call(
92
+ attributes[self.class.attribute_map[key]]
93
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
94
+ )
95
+ end
96
+ elsif !attributes[self.class.attribute_map[key]].nil?
97
+ public_method("#{key}=").call(
98
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
99
+ )
100
+ end
101
+ # or else data not found in attributes(hash), not an issue as the data can be optional
102
+ end
103
+
104
+ self
105
+ end
106
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
107
+
108
+ # Returns the string representation of the object
109
+ # @return [String] String presentation of the object
110
+ def to_s
111
+ to_hash.to_s
112
+ end
113
+
114
+ # Returns the object in the form of hash
115
+ # @return [Hash] Returns the object in the form of hash
116
+ def to_hash
117
+ hash = {}
118
+ self.class.attribute_map.each_pair do |attr, param|
119
+ value = public_method(attr).call
120
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
121
+
122
+ hash[param] = _to_hash(value)
123
+ end
124
+ hash
125
+ end
126
+
127
+ private
128
+
129
+ # Outputs non-array value in the form of hash
130
+ # For object, use to_hash. Otherwise, just return the value
131
+ # @param [Object] value Any valid value
132
+ # @return [Hash] Returns the value in the form of hash
133
+ def _to_hash(value)
134
+ if value.is_a?(Array)
135
+ value.compact.map { |v| _to_hash(v) }
136
+ elsif value.is_a?(Hash)
137
+ {}.tap do |hash|
138
+ value.each { |k, v| hash[k] = _to_hash(v) }
139
+ end
140
+ elsif value.respond_to? :to_hash
141
+ value.to_hash
142
+ else
143
+ value
144
+ end
145
+ end
146
+ end
147
+ end
148
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
@@ -0,0 +1,242 @@
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 OCI Generative AI authentication details for an AI Model connection.
11
+ #
12
+ class GoldenGate::Models::CreateOciGenAiModelAuthDetails < GoldenGate::Models::CreateAiModelAuthDetails
13
+ # API key for the AI model connection.
14
+ # Deprecated: This field is deprecated and replaced by \"apiKeySecretId\".
15
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
16
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
17
+ #
18
+ # @return [String]
19
+ attr_accessor :api_key
20
+
21
+ # API key secret OCID for the AI model connection.
22
+ #
23
+ # @return [String]
24
+ attr_accessor :api_key_secret_id
25
+
26
+ # **[Required]** OCI Generative AI key fingerprint.
27
+ #
28
+ # @return [String]
29
+ attr_accessor :key_fingerprint
30
+
31
+ # The name of the region. e.g.: us-ashburn-1
32
+ # If the region is not provided, backend will default to the default region.
33
+ #
34
+ # @return [String]
35
+ attr_accessor :region
36
+
37
+ # OCI Generative AI tenancy OCID. If this value is not provided, or is updated to an empty
38
+ # value, it defaults to the tenancy OCID of the user who is executing the operation.
39
+ #
40
+ # @return [String]
41
+ attr_accessor :tenancy_id
42
+
43
+ # OCI Generative AI user OCID. If this value is not provided, or is updated to an empty
44
+ # value, it defaults to the OCID of the user who is executing the operation.
45
+ #
46
+ # @return [String]
47
+ attr_accessor :user_id
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ # rubocop:disable Style/SymbolLiteral
53
+ 'auth_type': :'authType',
54
+ 'api_key': :'apiKey',
55
+ 'api_key_secret_id': :'apiKeySecretId',
56
+ 'key_fingerprint': :'keyFingerprint',
57
+ 'region': :'region',
58
+ 'tenancy_id': :'tenancyId',
59
+ 'user_id': :'userId'
60
+ # rubocop:enable Style/SymbolLiteral
61
+ }
62
+ end
63
+
64
+ # Attribute type mapping.
65
+ def self.swagger_types
66
+ {
67
+ # rubocop:disable Style/SymbolLiteral
68
+ 'auth_type': :'String',
69
+ 'api_key': :'String',
70
+ 'api_key_secret_id': :'String',
71
+ 'key_fingerprint': :'String',
72
+ 'region': :'String',
73
+ 'tenancy_id': :'String',
74
+ 'user_id': :'String'
75
+ # rubocop:enable Style/SymbolLiteral
76
+ }
77
+ end
78
+
79
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
80
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
81
+
82
+
83
+ # Initializes the object
84
+ # @param [Hash] attributes Model attributes in the form of hash
85
+ # @option attributes [String] :api_key The value to assign to the {#api_key} property
86
+ # @option attributes [String] :api_key_secret_id The value to assign to the {#api_key_secret_id} property
87
+ # @option attributes [String] :key_fingerprint The value to assign to the {#key_fingerprint} property
88
+ # @option attributes [String] :region The value to assign to the {#region} property
89
+ # @option attributes [String] :tenancy_id The value to assign to the {#tenancy_id} property
90
+ # @option attributes [String] :user_id The value to assign to the {#user_id} property
91
+ def initialize(attributes = {})
92
+ return unless attributes.is_a?(Hash)
93
+
94
+ attributes['authType'] = 'OCI_GEN_AI'
95
+
96
+ super(attributes)
97
+
98
+ # convert string to symbol for hash key
99
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
100
+
101
+ self.api_key = attributes[:'apiKey'] if attributes[:'apiKey']
102
+
103
+ raise 'You cannot provide both :apiKey and :api_key' if attributes.key?(:'apiKey') && attributes.key?(:'api_key')
104
+
105
+ self.api_key = attributes[:'api_key'] if attributes[:'api_key']
106
+
107
+ self.api_key_secret_id = attributes[:'apiKeySecretId'] if attributes[:'apiKeySecretId']
108
+
109
+ raise 'You cannot provide both :apiKeySecretId and :api_key_secret_id' if attributes.key?(:'apiKeySecretId') && attributes.key?(:'api_key_secret_id')
110
+
111
+ self.api_key_secret_id = attributes[:'api_key_secret_id'] if attributes[:'api_key_secret_id']
112
+
113
+ self.key_fingerprint = attributes[:'keyFingerprint'] if attributes[:'keyFingerprint']
114
+
115
+ raise 'You cannot provide both :keyFingerprint and :key_fingerprint' if attributes.key?(:'keyFingerprint') && attributes.key?(:'key_fingerprint')
116
+
117
+ self.key_fingerprint = attributes[:'key_fingerprint'] if attributes[:'key_fingerprint']
118
+
119
+ self.region = attributes[:'region'] if attributes[:'region']
120
+
121
+ self.tenancy_id = attributes[:'tenancyId'] if attributes[:'tenancyId']
122
+
123
+ raise 'You cannot provide both :tenancyId and :tenancy_id' if attributes.key?(:'tenancyId') && attributes.key?(:'tenancy_id')
124
+
125
+ self.tenancy_id = attributes[:'tenancy_id'] if attributes[:'tenancy_id']
126
+
127
+ self.user_id = attributes[:'userId'] if attributes[:'userId']
128
+
129
+ raise 'You cannot provide both :userId and :user_id' if attributes.key?(:'userId') && attributes.key?(:'user_id')
130
+
131
+ self.user_id = attributes[:'user_id'] if attributes[:'user_id']
132
+ end
133
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
134
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
135
+
136
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
137
+
138
+
139
+ # Checks equality by comparing each attribute.
140
+ # @param [Object] other the other object to be compared
141
+ def ==(other)
142
+ return true if equal?(other)
143
+
144
+ self.class == other.class &&
145
+ auth_type == other.auth_type &&
146
+ api_key == other.api_key &&
147
+ api_key_secret_id == other.api_key_secret_id &&
148
+ key_fingerprint == other.key_fingerprint &&
149
+ region == other.region &&
150
+ tenancy_id == other.tenancy_id &&
151
+ user_id == other.user_id
152
+ end
153
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
154
+
155
+ # @see the `==` method
156
+ # @param [Object] other the other object to be compared
157
+ def eql?(other)
158
+ self == other
159
+ end
160
+
161
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
162
+
163
+
164
+ # Calculates hash code according to all attributes.
165
+ # @return [Fixnum] Hash code
166
+ def hash
167
+ [auth_type, api_key, api_key_secret_id, key_fingerprint, region, tenancy_id, user_id].hash
168
+ end
169
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
170
+
171
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
172
+
173
+
174
+ # Builds the object from hash
175
+ # @param [Hash] attributes Model attributes in the form of hash
176
+ # @return [Object] Returns the model itself
177
+ def build_from_hash(attributes)
178
+ return nil unless attributes.is_a?(Hash)
179
+
180
+ self.class.swagger_types.each_pair do |key, type|
181
+ if type =~ /^Array<(.*)>/i
182
+ # check to ensure the input is an array given that the the attribute
183
+ # is documented as an array but the input is not
184
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
185
+ public_method("#{key}=").call(
186
+ attributes[self.class.attribute_map[key]]
187
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
188
+ )
189
+ end
190
+ elsif !attributes[self.class.attribute_map[key]].nil?
191
+ public_method("#{key}=").call(
192
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
193
+ )
194
+ end
195
+ # or else data not found in attributes(hash), not an issue as the data can be optional
196
+ end
197
+
198
+ self
199
+ end
200
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
201
+
202
+ # Returns the string representation of the object
203
+ # @return [String] String presentation of the object
204
+ def to_s
205
+ to_hash.to_s
206
+ end
207
+
208
+ # Returns the object in the form of hash
209
+ # @return [Hash] Returns the object in the form of hash
210
+ def to_hash
211
+ hash = {}
212
+ self.class.attribute_map.each_pair do |attr, param|
213
+ value = public_method(attr).call
214
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
215
+
216
+ hash[param] = _to_hash(value)
217
+ end
218
+ hash
219
+ end
220
+
221
+ private
222
+
223
+ # Outputs non-array value in the form of hash
224
+ # For object, use to_hash. Otherwise, just return the value
225
+ # @param [Object] value Any valid value
226
+ # @return [Hash] Returns the value in the form of hash
227
+ def _to_hash(value)
228
+ if value.is_a?(Array)
229
+ value.compact.map { |v| _to_hash(v) }
230
+ elsif value.is_a?(Hash)
231
+ {}.tap do |hash|
232
+ value.each { |k, v| hash[k] = _to_hash(v) }
233
+ end
234
+ elsif value.respond_to? :to_hash
235
+ value.to_hash
236
+ else
237
+ value
238
+ end
239
+ end
240
+ end
241
+ end
242
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
@@ -34,7 +34,9 @@ module OCI
34
34
 
35
35
  # The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint.
36
36
  # See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
37
- # Deprecated: This field is deprecated and replaced by \"privateKeyFileSecretId\". This field will be removed after February 15 2026.
37
+ # Deprecated: This field is deprecated and replaced by \"privateKeyFileSecretId\".
38
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
39
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
38
40
  #
39
41
  # @return [String]
40
42
  attr_accessor :private_key_file
@@ -47,7 +49,9 @@ module OCI
47
49
  attr_accessor :private_key_file_secret_id
48
50
 
49
51
  # The passphrase of the private key.
50
- # Deprecated: This field is deprecated and replaced by \"privateKeyPassphraseSecretId\". This field will be removed after February 15 2026.
52
+ # Deprecated: This field is deprecated and replaced by \"privateKeyPassphraseSecretId\".
53
+ # This change follows the GoldenGate \"Plain Text Fields in Connections\" deprecation:
54
+ # https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
51
55
  #
52
56
  # @return [String]
53
57
  attr_accessor :private_key_passphrase