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
@@ -46,6 +46,12 @@ module OCI
46
46
  QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
47
47
  ].freeze
48
48
 
49
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_ENUM = [
50
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_NOT_BLOCKED = 'NOT_BLOCKED'.freeze,
51
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_BLOCKED = 'BLOCKED'.freeze,
52
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
53
+ ].freeze
54
+
49
55
  # The availability domain the file system is in. May be unset
50
56
  # as a blank or NULL value.
51
57
  #
@@ -180,6 +186,10 @@ module OCI
180
186
  # @return [Integer]
181
187
  attr_accessor :replication_source_count
182
188
 
189
+ # Displays the compartment-level quota enforcement state affecting this file system.
190
+ # @return [String]
191
+ attr_reader :compartment_quota_enforcement_state
192
+
183
193
  # Attribute mapping from ruby-style variable name to JSON key.
184
194
  def self.attribute_map
185
195
  {
@@ -207,7 +217,8 @@ module OCI
207
217
  'filesystem_snapshot_policy_id': :'filesystemSnapshotPolicyId',
208
218
  'are_quota_rules_enabled': :'areQuotaRulesEnabled',
209
219
  'quota_enforcement_state': :'quotaEnforcementState',
210
- 'replication_source_count': :'replicationSourceCount'
220
+ 'replication_source_count': :'replicationSourceCount',
221
+ 'compartment_quota_enforcement_state': :'compartmentQuotaEnforcementState'
211
222
  # rubocop:enable Style/SymbolLiteral
212
223
  }
213
224
  end
@@ -239,7 +250,8 @@ module OCI
239
250
  'filesystem_snapshot_policy_id': :'String',
240
251
  'are_quota_rules_enabled': :'BOOLEAN',
241
252
  'quota_enforcement_state': :'String',
242
- 'replication_source_count': :'Integer'
253
+ 'replication_source_count': :'Integer',
254
+ 'compartment_quota_enforcement_state': :'String'
243
255
  # rubocop:enable Style/SymbolLiteral
244
256
  }
245
257
  end
@@ -274,6 +286,7 @@ module OCI
274
286
  # @option attributes [BOOLEAN] :are_quota_rules_enabled The value to assign to the {#are_quota_rules_enabled} property
275
287
  # @option attributes [String] :quota_enforcement_state The value to assign to the {#quota_enforcement_state} property
276
288
  # @option attributes [Integer] :replication_source_count The value to assign to the {#replication_source_count} property
289
+ # @option attributes [String] :compartment_quota_enforcement_state The value to assign to the {#compartment_quota_enforcement_state} property
277
290
  def initialize(attributes = {})
278
291
  return unless attributes.is_a?(Hash)
279
292
 
@@ -417,6 +430,12 @@ module OCI
417
430
  raise 'You cannot provide both :replicationSourceCount and :replication_source_count' if attributes.key?(:'replicationSourceCount') && attributes.key?(:'replication_source_count')
418
431
 
419
432
  self.replication_source_count = attributes[:'replication_source_count'] if attributes[:'replication_source_count']
433
+
434
+ self.compartment_quota_enforcement_state = attributes[:'compartmentQuotaEnforcementState'] if attributes[:'compartmentQuotaEnforcementState']
435
+
436
+ raise 'You cannot provide both :compartmentQuotaEnforcementState and :compartment_quota_enforcement_state' if attributes.key?(:'compartmentQuotaEnforcementState') && attributes.key?(:'compartment_quota_enforcement_state')
437
+
438
+ self.compartment_quota_enforcement_state = attributes[:'compartment_quota_enforcement_state'] if attributes[:'compartment_quota_enforcement_state']
420
439
  end
421
440
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
422
441
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -460,6 +479,19 @@ module OCI
460
479
  # rubocop:enable Style/ConditionalAssignment
461
480
  end
462
481
 
482
+ # Custom attribute writer method checking allowed values (enum).
483
+ # @param [Object] compartment_quota_enforcement_state Object to be assigned
484
+ def compartment_quota_enforcement_state=(compartment_quota_enforcement_state)
485
+ # rubocop:disable Style/ConditionalAssignment
486
+ if compartment_quota_enforcement_state && !COMPARTMENT_QUOTA_ENFORCEMENT_STATE_ENUM.include?(compartment_quota_enforcement_state)
487
+ OCI.logger.debug("Unknown value for 'compartment_quota_enforcement_state' [" + compartment_quota_enforcement_state + "]. Mapping to 'COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE'") if OCI.logger
488
+ @compartment_quota_enforcement_state = COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE
489
+ else
490
+ @compartment_quota_enforcement_state = compartment_quota_enforcement_state
491
+ end
492
+ # rubocop:enable Style/ConditionalAssignment
493
+ end
494
+
463
495
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
464
496
 
465
497
 
@@ -492,7 +524,8 @@ module OCI
492
524
  filesystem_snapshot_policy_id == other.filesystem_snapshot_policy_id &&
493
525
  are_quota_rules_enabled == other.are_quota_rules_enabled &&
494
526
  quota_enforcement_state == other.quota_enforcement_state &&
495
- replication_source_count == other.replication_source_count
527
+ replication_source_count == other.replication_source_count &&
528
+ compartment_quota_enforcement_state == other.compartment_quota_enforcement_state
496
529
  end
497
530
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
498
531
 
@@ -508,7 +541,7 @@ module OCI
508
541
  # Calculates hash code according to all attributes.
509
542
  # @return [Fixnum] Hash code
510
543
  def hash
511
- [availability_domain, metered_bytes, compartment_id, display_name, id, lifecycle_state, time_created, freeform_tags, defined_tags, system_tags, kms_key_id, source_details, is_clone_parent, is_hydrated, clone_count, clone_attach_status, locks, lifecycle_details, is_targetable, replication_target_id, filesystem_snapshot_policy_id, are_quota_rules_enabled, quota_enforcement_state, replication_source_count].hash
544
+ [availability_domain, metered_bytes, compartment_id, display_name, id, lifecycle_state, time_created, freeform_tags, defined_tags, system_tags, kms_key_id, source_details, is_clone_parent, is_hydrated, clone_count, clone_attach_status, locks, lifecycle_details, is_targetable, replication_target_id, filesystem_snapshot_policy_id, are_quota_rules_enabled, quota_enforcement_state, replication_source_count, compartment_quota_enforcement_state].hash
512
545
  end
513
546
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
514
547
 
@@ -37,6 +37,12 @@ module OCI
37
37
  QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
38
38
  ].freeze
39
39
 
40
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_ENUM = [
41
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_NOT_BLOCKED = 'NOT_BLOCKED'.freeze,
42
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_BLOCKED = 'BLOCKED'.freeze,
43
+ COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
44
+ ].freeze
45
+
40
46
  # The availability domain the file system is in. May be unset
41
47
  # as a blank or NULL value.
42
48
  #
@@ -144,6 +150,10 @@ module OCI
144
150
  # @return [String]
145
151
  attr_reader :quota_enforcement_state
146
152
 
153
+ # Displays the compartment-level quota enforcement state affecting this file system.
154
+ # @return [String]
155
+ attr_reader :compartment_quota_enforcement_state
156
+
147
157
  # Attribute mapping from ruby-style variable name to JSON key.
148
158
  def self.attribute_map
149
159
  {
@@ -166,7 +176,8 @@ module OCI
166
176
  'is_hydrated': :'isHydrated',
167
177
  'lifecycle_details': :'lifecycleDetails',
168
178
  'clone_attach_status': :'cloneAttachStatus',
169
- 'quota_enforcement_state': :'quotaEnforcementState'
179
+ 'quota_enforcement_state': :'quotaEnforcementState',
180
+ 'compartment_quota_enforcement_state': :'compartmentQuotaEnforcementState'
170
181
  # rubocop:enable Style/SymbolLiteral
171
182
  }
172
183
  end
@@ -193,7 +204,8 @@ module OCI
193
204
  'is_hydrated': :'BOOLEAN',
194
205
  'lifecycle_details': :'String',
195
206
  'clone_attach_status': :'String',
196
- 'quota_enforcement_state': :'String'
207
+ 'quota_enforcement_state': :'String',
208
+ 'compartment_quota_enforcement_state': :'String'
197
209
  # rubocop:enable Style/SymbolLiteral
198
210
  }
199
211
  end
@@ -223,6 +235,7 @@ module OCI
223
235
  # @option attributes [String] :lifecycle_details The value to assign to the {#lifecycle_details} property
224
236
  # @option attributes [String] :clone_attach_status The value to assign to the {#clone_attach_status} property
225
237
  # @option attributes [String] :quota_enforcement_state The value to assign to the {#quota_enforcement_state} property
238
+ # @option attributes [String] :compartment_quota_enforcement_state The value to assign to the {#compartment_quota_enforcement_state} property
226
239
  def initialize(attributes = {})
227
240
  return unless attributes.is_a?(Hash)
228
241
 
@@ -334,6 +347,12 @@ module OCI
334
347
  raise 'You cannot provide both :quotaEnforcementState and :quota_enforcement_state' if attributes.key?(:'quotaEnforcementState') && attributes.key?(:'quota_enforcement_state')
335
348
 
336
349
  self.quota_enforcement_state = attributes[:'quota_enforcement_state'] if attributes[:'quota_enforcement_state']
350
+
351
+ self.compartment_quota_enforcement_state = attributes[:'compartmentQuotaEnforcementState'] if attributes[:'compartmentQuotaEnforcementState']
352
+
353
+ raise 'You cannot provide both :compartmentQuotaEnforcementState and :compartment_quota_enforcement_state' if attributes.key?(:'compartmentQuotaEnforcementState') && attributes.key?(:'compartment_quota_enforcement_state')
354
+
355
+ self.compartment_quota_enforcement_state = attributes[:'compartment_quota_enforcement_state'] if attributes[:'compartment_quota_enforcement_state']
337
356
  end
338
357
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
339
358
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -377,6 +396,19 @@ module OCI
377
396
  # rubocop:enable Style/ConditionalAssignment
378
397
  end
379
398
 
399
+ # Custom attribute writer method checking allowed values (enum).
400
+ # @param [Object] compartment_quota_enforcement_state Object to be assigned
401
+ def compartment_quota_enforcement_state=(compartment_quota_enforcement_state)
402
+ # rubocop:disable Style/ConditionalAssignment
403
+ if compartment_quota_enforcement_state && !COMPARTMENT_QUOTA_ENFORCEMENT_STATE_ENUM.include?(compartment_quota_enforcement_state)
404
+ OCI.logger.debug("Unknown value for 'compartment_quota_enforcement_state' [" + compartment_quota_enforcement_state + "]. Mapping to 'COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE'") if OCI.logger
405
+ @compartment_quota_enforcement_state = COMPARTMENT_QUOTA_ENFORCEMENT_STATE_UNKNOWN_ENUM_VALUE
406
+ else
407
+ @compartment_quota_enforcement_state = compartment_quota_enforcement_state
408
+ end
409
+ # rubocop:enable Style/ConditionalAssignment
410
+ end
411
+
380
412
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
381
413
 
382
414
 
@@ -404,7 +436,8 @@ module OCI
404
436
  is_hydrated == other.is_hydrated &&
405
437
  lifecycle_details == other.lifecycle_details &&
406
438
  clone_attach_status == other.clone_attach_status &&
407
- quota_enforcement_state == other.quota_enforcement_state
439
+ quota_enforcement_state == other.quota_enforcement_state &&
440
+ compartment_quota_enforcement_state == other.compartment_quota_enforcement_state
408
441
  end
409
442
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
410
443
 
@@ -420,7 +453,7 @@ module OCI
420
453
  # Calculates hash code according to all attributes.
421
454
  # @return [Fixnum] Hash code
422
455
  def hash
423
- [availability_domain, metered_bytes, compartment_id, display_name, id, lifecycle_state, time_created, locks, freeform_tags, defined_tags, system_tags, replication_source_count, kms_key_id, source_details, is_clone_parent, is_hydrated, lifecycle_details, clone_attach_status, quota_enforcement_state].hash
456
+ [availability_domain, metered_bytes, compartment_id, display_name, id, lifecycle_state, time_created, locks, freeform_tags, defined_tags, system_tags, replication_source_count, kms_key_id, source_details, is_clone_parent, is_hydrated, lifecycle_details, clone_attach_status, quota_enforcement_state, compartment_quota_enforcement_state].hash
424
457
  end
425
458
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
426
459
 
@@ -135,6 +135,11 @@ module OCI
135
135
  # @return [String]
136
136
  attr_accessor :filesystem_snapshot_policy_id
137
137
 
138
+ # Bytes referenced only by this snapshot; deducted from compartment usage immediately upon deletion.
139
+ #
140
+ # @return [Integer]
141
+ attr_accessor :exclusive_bytes
142
+
138
143
  # Attribute mapping from ruby-style variable name to JSON key.
139
144
  def self.attribute_map
140
145
  {
@@ -156,7 +161,8 @@ module OCI
156
161
  'defined_tags': :'definedTags',
157
162
  'system_tags': :'systemTags',
158
163
  'expiration_time': :'expirationTime',
159
- 'filesystem_snapshot_policy_id': :'filesystemSnapshotPolicyId'
164
+ 'filesystem_snapshot_policy_id': :'filesystemSnapshotPolicyId',
165
+ 'exclusive_bytes': :'exclusiveBytes'
160
166
  # rubocop:enable Style/SymbolLiteral
161
167
  }
162
168
  end
@@ -182,7 +188,8 @@ module OCI
182
188
  'defined_tags': :'Hash<String, Hash<String, Object>>',
183
189
  'system_tags': :'Hash<String, Hash<String, Object>>',
184
190
  'expiration_time': :'DateTime',
185
- 'filesystem_snapshot_policy_id': :'String'
191
+ 'filesystem_snapshot_policy_id': :'String',
192
+ 'exclusive_bytes': :'Integer'
186
193
  # rubocop:enable Style/SymbolLiteral
187
194
  }
188
195
  end
@@ -211,6 +218,7 @@ module OCI
211
218
  # @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
212
219
  # @option attributes [DateTime] :expiration_time The value to assign to the {#expiration_time} property
213
220
  # @option attributes [String] :filesystem_snapshot_policy_id The value to assign to the {#filesystem_snapshot_policy_id} property
221
+ # @option attributes [Integer] :exclusive_bytes The value to assign to the {#exclusive_bytes} property
214
222
  def initialize(attributes = {})
215
223
  return unless attributes.is_a?(Hash)
216
224
 
@@ -312,6 +320,12 @@ module OCI
312
320
  raise 'You cannot provide both :filesystemSnapshotPolicyId and :filesystem_snapshot_policy_id' if attributes.key?(:'filesystemSnapshotPolicyId') && attributes.key?(:'filesystem_snapshot_policy_id')
313
321
 
314
322
  self.filesystem_snapshot_policy_id = attributes[:'filesystem_snapshot_policy_id'] if attributes[:'filesystem_snapshot_policy_id']
323
+
324
+ self.exclusive_bytes = attributes[:'exclusiveBytes'] if attributes[:'exclusiveBytes']
325
+
326
+ raise 'You cannot provide both :exclusiveBytes and :exclusive_bytes' if attributes.key?(:'exclusiveBytes') && attributes.key?(:'exclusive_bytes')
327
+
328
+ self.exclusive_bytes = attributes[:'exclusive_bytes'] if attributes[:'exclusive_bytes']
315
329
  end
316
330
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
317
331
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -368,7 +382,8 @@ module OCI
368
382
  defined_tags == other.defined_tags &&
369
383
  system_tags == other.system_tags &&
370
384
  expiration_time == other.expiration_time &&
371
- filesystem_snapshot_policy_id == other.filesystem_snapshot_policy_id
385
+ filesystem_snapshot_policy_id == other.filesystem_snapshot_policy_id &&
386
+ exclusive_bytes == other.exclusive_bytes
372
387
  end
373
388
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
374
389
 
@@ -384,7 +399,7 @@ module OCI
384
399
  # Calculates hash code according to all attributes.
385
400
  # @return [Fixnum] Hash code
386
401
  def hash
387
- [file_system_id, id, lifecycle_state, name, time_created, snapshot_type, snapshot_time, provenance_id, is_clone_source, lifecycle_details, locks, lock_duration_details, time_locked, freeform_tags, defined_tags, system_tags, expiration_time, filesystem_snapshot_policy_id].hash
402
+ [file_system_id, id, lifecycle_state, name, time_created, snapshot_type, snapshot_time, provenance_id, is_clone_source, lifecycle_details, locks, lock_duration_details, time_locked, freeform_tags, defined_tags, system_tags, expiration_time, filesystem_snapshot_policy_id, exclusive_bytes].hash
388
403
  end
389
404
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
390
405
 
@@ -123,6 +123,11 @@ module OCI
123
123
  # @return [Hash<String, Hash<String, Object>>]
124
124
  attr_accessor :system_tags
125
125
 
126
+ # Bytes referenced only by this snapshot; deducted from compartment usage immediately upon deletion.
127
+ #
128
+ # @return [Integer]
129
+ attr_accessor :exclusive_bytes
130
+
126
131
  # Attribute mapping from ruby-style variable name to JSON key.
127
132
  def self.attribute_map
128
133
  {
@@ -142,7 +147,8 @@ module OCI
142
147
  'lifecycle_details': :'lifecycleDetails',
143
148
  'freeform_tags': :'freeformTags',
144
149
  'defined_tags': :'definedTags',
145
- 'system_tags': :'systemTags'
150
+ 'system_tags': :'systemTags',
151
+ 'exclusive_bytes': :'exclusiveBytes'
146
152
  # rubocop:enable Style/SymbolLiteral
147
153
  }
148
154
  end
@@ -166,7 +172,8 @@ module OCI
166
172
  'lifecycle_details': :'String',
167
173
  'freeform_tags': :'Hash<String, String>',
168
174
  'defined_tags': :'Hash<String, Hash<String, Object>>',
169
- 'system_tags': :'Hash<String, Hash<String, Object>>'
175
+ 'system_tags': :'Hash<String, Hash<String, Object>>',
176
+ 'exclusive_bytes': :'Integer'
170
177
  # rubocop:enable Style/SymbolLiteral
171
178
  }
172
179
  end
@@ -193,6 +200,7 @@ module OCI
193
200
  # @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
194
201
  # @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
195
202
  # @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
203
+ # @option attributes [Integer] :exclusive_bytes The value to assign to the {#exclusive_bytes} property
196
204
  def initialize(attributes = {})
197
205
  return unless attributes.is_a?(Hash)
198
206
 
@@ -282,6 +290,12 @@ module OCI
282
290
  raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
283
291
 
284
292
  self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
293
+
294
+ self.exclusive_bytes = attributes[:'exclusiveBytes'] if attributes[:'exclusiveBytes']
295
+
296
+ raise 'You cannot provide both :exclusiveBytes and :exclusive_bytes' if attributes.key?(:'exclusiveBytes') && attributes.key?(:'exclusive_bytes')
297
+
298
+ self.exclusive_bytes = attributes[:'exclusive_bytes'] if attributes[:'exclusive_bytes']
285
299
  end
286
300
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
287
301
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -336,7 +350,8 @@ module OCI
336
350
  lifecycle_details == other.lifecycle_details &&
337
351
  freeform_tags == other.freeform_tags &&
338
352
  defined_tags == other.defined_tags &&
339
- system_tags == other.system_tags
353
+ system_tags == other.system_tags &&
354
+ exclusive_bytes == other.exclusive_bytes
340
355
  end
341
356
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
342
357
 
@@ -352,7 +367,7 @@ module OCI
352
367
  # Calculates hash code according to all attributes.
353
368
  # @return [Fixnum] Hash code
354
369
  def hash
355
- [file_system_id, id, lifecycle_state, name, time_created, locks, lock_duration_details, snapshot_type, snapshot_time, expiration_time, provenance_id, is_clone_source, lifecycle_details, freeform_tags, defined_tags, system_tags].hash
370
+ [file_system_id, id, lifecycle_state, name, time_created, locks, lock_duration_details, snapshot_type, snapshot_time, expiration_time, provenance_id, is_clone_source, lifecycle_details, freeform_tags, defined_tags, system_tags, exclusive_bytes].hash
356
371
  end
357
372
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
358
373
 
@@ -69,6 +69,8 @@ module OCI
69
69
  # - H100_X2
70
70
  # - H100_X4
71
71
  # - H100_X8
72
+ # - H100_X16
73
+ # - H100_X32
72
74
  # - H200_X1
73
75
  # - H200_X2
74
76
  # - H200_X4
@@ -79,6 +81,7 @@ module OCI
79
81
  # - A100_40G_X1, A100_40G_X2, A100_40G_X4, A100_40G_X8
80
82
  # - A100_80G_X1, A100_80G_X2, A100_80G_X4, A100_80G_X8
81
83
  # - H100_X1, H100_X2, H100_X4, H100_X8
84
+ # - H100_X16, H100_X32
82
85
  # - H200_X1, H200_X2, H200_X4, H200_X8
83
86
  # - OAI_A10_X2
84
87
  # - OAI_H100_X1
@@ -108,6 +108,8 @@ module OCI
108
108
  UNIT_SHAPE_H100_X2 = 'H100_X2'.freeze,
109
109
  UNIT_SHAPE_H100_X4 = 'H100_X4'.freeze,
110
110
  UNIT_SHAPE_H100_X8 = 'H100_X8'.freeze,
111
+ UNIT_SHAPE_H100_X16 = 'H100_X16'.freeze,
112
+ UNIT_SHAPE_H100_X32 = 'H100_X32'.freeze,
111
113
  UNIT_SHAPE_H200_X1 = 'H200_X1'.freeze,
112
114
  UNIT_SHAPE_H200_X2 = 'H200_X2'.freeze,
113
115
  UNIT_SHAPE_H200_X4 = 'H200_X4'.freeze,
@@ -16,6 +16,15 @@ end
16
16
  require 'oci/golden_gate/models/action_type'
17
17
  require 'oci/golden_gate/models/add_deployment_local_peer_details'
18
18
  require 'oci/golden_gate/models/add_resource_lock_details'
19
+ require 'oci/golden_gate/models/ai_model_auth_details'
20
+ require 'oci/golden_gate/models/ai_model_auth_details_summary'
21
+ require 'oci/golden_gate/models/ai_model_auth_type'
22
+ require 'oci/golden_gate/models/ai_model_collection'
23
+ require 'oci/golden_gate/models/ai_model_connection'
24
+ require 'oci/golden_gate/models/ai_model_connection_summary'
25
+ require 'oci/golden_gate/models/ai_model_summary'
26
+ require 'oci/golden_gate/models/ai_provider_collection'
27
+ require 'oci/golden_gate/models/ai_provider_summary'
19
28
  require 'oci/golden_gate/models/amazon_kinesis_connection'
20
29
  require 'oci/golden_gate/models/amazon_kinesis_connection_summary'
21
30
  require 'oci/golden_gate/models/amazon_redshift_connection'
@@ -24,6 +33,8 @@ require 'oci/golden_gate/models/amazon_s3_connection'
24
33
  require 'oci/golden_gate/models/amazon_s3_connection_summary'
25
34
  require 'oci/golden_gate/models/amazon_s3_iceberg_storage'
26
35
  require 'oci/golden_gate/models/amazon_s3_iceberg_storage_summary'
36
+ require 'oci/golden_gate/models/api_key_ai_model_auth_details'
37
+ require 'oci/golden_gate/models/api_key_ai_model_auth_details_summary'
27
38
  require 'oci/golden_gate/models/azure_data_lake_storage_connection'
28
39
  require 'oci/golden_gate/models/azure_data_lake_storage_connection_summary'
29
40
  require 'oci/golden_gate/models/azure_data_lake_storage_iceberg_storage'
@@ -61,10 +72,13 @@ require 'oci/golden_gate/models/connection_collection'
61
72
  require 'oci/golden_gate/models/connection_summary'
62
73
  require 'oci/golden_gate/models/connection_type'
63
74
  require 'oci/golden_gate/models/copy_deployment_backup_details'
75
+ require 'oci/golden_gate/models/create_ai_model_auth_details'
76
+ require 'oci/golden_gate/models/create_ai_model_connection_details'
64
77
  require 'oci/golden_gate/models/create_amazon_kinesis_connection_details'
65
78
  require 'oci/golden_gate/models/create_amazon_redshift_connection_details'
66
79
  require 'oci/golden_gate/models/create_amazon_s3_connection_details'
67
80
  require 'oci/golden_gate/models/create_amazon_s3_iceberg_storage_details'
81
+ require 'oci/golden_gate/models/create_api_key_ai_model_auth_details'
68
82
  require 'oci/golden_gate/models/create_azure_data_lake_storage_connection_details'
69
83
  require 'oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details'
70
84
  require 'oci/golden_gate/models/create_azure_synapse_connection_details'
@@ -101,7 +115,10 @@ require 'oci/golden_gate/models/create_microsoft_sqlserver_connection_details'
101
115
  require 'oci/golden_gate/models/create_mongo_db_connection_details'
102
116
  require 'oci/golden_gate/models/create_mysql_connection_details'
103
117
  require 'oci/golden_gate/models/create_nessie_iceberg_catalog_details'
118
+ require 'oci/golden_gate/models/create_no_iceberg_storage_details'
119
+ require 'oci/golden_gate/models/create_oci_gen_ai_model_auth_details'
104
120
  require 'oci/golden_gate/models/create_oci_object_storage_connection_details'
121
+ require 'oci/golden_gate/models/create_oci_object_storage_s3_api_iceberg_storage_details'
105
122
  require 'oci/golden_gate/models/create_ogg_deployment_details'
106
123
  require 'oci/golden_gate/models/create_oracle_ai_data_platform_connection_details'
107
124
  require 'oci/golden_gate/models/create_oracle_connection_details'
@@ -245,8 +262,14 @@ require 'oci/golden_gate/models/mysql_connection_summary'
245
262
  require 'oci/golden_gate/models/name_value_pair'
246
263
  require 'oci/golden_gate/models/nessie_iceberg_catalog'
247
264
  require 'oci/golden_gate/models/nessie_iceberg_catalog_summary'
265
+ require 'oci/golden_gate/models/no_iceberg_storage'
266
+ require 'oci/golden_gate/models/no_iceberg_storage_summary'
267
+ require 'oci/golden_gate/models/oci_gen_ai_model_auth_details'
268
+ require 'oci/golden_gate/models/oci_gen_ai_model_auth_details_summary'
248
269
  require 'oci/golden_gate/models/oci_object_storage_connection'
249
270
  require 'oci/golden_gate/models/oci_object_storage_connection_summary'
271
+ require 'oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage'
272
+ require 'oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage_summary'
250
273
  require 'oci/golden_gate/models/ogg_deployment'
251
274
  require 'oci/golden_gate/models/operation_status'
252
275
  require 'oci/golden_gate/models/operation_type'
@@ -339,10 +362,13 @@ require 'oci/golden_gate/models/trail_file_collection'
339
362
  require 'oci/golden_gate/models/trail_file_summary'
340
363
  require 'oci/golden_gate/models/trail_sequence_collection'
341
364
  require 'oci/golden_gate/models/trail_sequence_summary'
365
+ require 'oci/golden_gate/models/update_ai_model_auth_details'
366
+ require 'oci/golden_gate/models/update_ai_model_connection_details'
342
367
  require 'oci/golden_gate/models/update_amazon_kinesis_connection_details'
343
368
  require 'oci/golden_gate/models/update_amazon_redshift_connection_details'
344
369
  require 'oci/golden_gate/models/update_amazon_s3_connection_details'
345
370
  require 'oci/golden_gate/models/update_amazon_s3_iceberg_storage_details'
371
+ require 'oci/golden_gate/models/update_api_key_ai_model_auth_details'
346
372
  require 'oci/golden_gate/models/update_azure_data_lake_storage_connection_details'
347
373
  require 'oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details'
348
374
  require 'oci/golden_gate/models/update_azure_synapse_connection_details'
@@ -377,7 +403,10 @@ require 'oci/golden_gate/models/update_microsoft_sqlserver_connection_details'
377
403
  require 'oci/golden_gate/models/update_mongo_db_connection_details'
378
404
  require 'oci/golden_gate/models/update_mysql_connection_details'
379
405
  require 'oci/golden_gate/models/update_nessie_iceberg_catalog_details'
406
+ require 'oci/golden_gate/models/update_no_iceberg_storage_details'
407
+ require 'oci/golden_gate/models/update_oci_gen_ai_model_auth_details'
380
408
  require 'oci/golden_gate/models/update_oci_object_storage_connection_details'
409
+ require 'oci/golden_gate/models/update_oci_object_storage_s3_api_iceberg_storage_details'
381
410
  require 'oci/golden_gate/models/update_ogg_deployment_details'
382
411
  require 'oci/golden_gate/models/update_oracle_ai_data_platform_connection_details'
383
412
  require 'oci/golden_gate/models/update_oracle_connection_details'