oci 2.13.0 → 2.14.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 (660) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +6 -4
  3. data/README.md +6 -1
  4. data/lib/oci.rb +4 -0
  5. data/lib/oci/ai_language/ai_language.rb +35 -0
  6. data/lib/oci/ai_language/ai_service_language_client.rb +396 -0
  7. data/lib/oci/ai_language/ai_service_language_client_composite_operations.rb +25 -0
  8. data/lib/oci/ai_language/models/detect_dominant_language_details.rb +150 -0
  9. data/lib/oci/ai_language/models/detect_dominant_language_result.rb +154 -0
  10. data/lib/oci/ai_language/models/detect_language_entities_details.rb +150 -0
  11. data/lib/oci/ai_language/models/detect_language_entities_result.rb +150 -0
  12. data/lib/oci/ai_language/models/detect_language_key_phrases_details.rb +150 -0
  13. data/lib/oci/ai_language/models/detect_language_key_phrases_result.rb +154 -0
  14. data/lib/oci/ai_language/models/detect_language_sentiments_details.rb +150 -0
  15. data/lib/oci/ai_language/models/detect_language_sentiments_result.rb +150 -0
  16. data/lib/oci/ai_language/models/detect_language_text_classification_details.rb +150 -0
  17. data/lib/oci/ai_language/models/detect_language_text_classification_result.rb +154 -0
  18. data/lib/oci/ai_language/models/detected_language.rb +172 -0
  19. data/lib/oci/ai_language/models/entity.rb +205 -0
  20. data/lib/oci/ai_language/models/key_phrase.rb +160 -0
  21. data/lib/oci/ai_language/models/ner_model_version.rb +11 -0
  22. data/lib/oci/ai_language/models/sentiment_aspect.rb +192 -0
  23. data/lib/oci/ai_language/models/text_classification.rb +160 -0
  24. data/lib/oci/ai_language/util.rb +3 -0
  25. data/lib/oci/api_client.rb +3 -6
  26. data/lib/oci/apigateway/apigateway.rb +17 -0
  27. data/lib/oci/apigateway/models/api_specification_route_request_policies.rb +56 -4
  28. data/lib/oci/apigateway/models/api_specification_route_response_policies.rb +17 -4
  29. data/lib/oci/apigateway/models/body_validation_request_policy.rb +211 -0
  30. data/lib/oci/apigateway/models/content_validation.rb +194 -0
  31. data/lib/oci/apigateway/models/create_gateway_details.rb +14 -1
  32. data/lib/oci/apigateway/models/external_resp_cache.rb +269 -0
  33. data/lib/oci/apigateway/models/fixed_ttl_response_cache_store_policy.rb +164 -0
  34. data/lib/oci/apigateway/models/gateway.rb +14 -1
  35. data/lib/oci/apigateway/models/header_validation_item.rb +161 -0
  36. data/lib/oci/apigateway/models/header_validation_request_policy.rb +188 -0
  37. data/lib/oci/apigateway/models/no_cache.rb +146 -0
  38. data/lib/oci/apigateway/models/no_content_validation.rb +145 -0
  39. data/lib/oci/apigateway/models/query_parameter_validation_item.rb +161 -0
  40. data/lib/oci/apigateway/models/query_parameter_validation_request_policy.rb +195 -0
  41. data/lib/oci/apigateway/models/request_parameter_validation.rb +150 -0
  42. data/lib/oci/apigateway/models/response_cache_details.rb +188 -0
  43. data/lib/oci/apigateway/models/response_cache_lookup_policy.rb +225 -0
  44. data/lib/oci/apigateway/models/response_cache_resp_server.rb +161 -0
  45. data/lib/oci/apigateway/models/response_cache_store_policy.rb +186 -0
  46. data/lib/oci/apigateway/models/simple_lookup_policy.rb +173 -0
  47. data/lib/oci/apigateway/models/update_gateway_details.rb +14 -1
  48. data/lib/oci/apigateway/models/validation_request_policy.rb +179 -0
  49. data/lib/oci/auth/signers/resource_principals_federation_signer.rb +15 -17
  50. data/lib/oci/cloud_guard/cloud_guard.rb +13 -0
  51. data/lib/oci/cloud_guard/cloud_guard_client.rb +426 -9
  52. data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +119 -0
  53. data/lib/oci/cloud_guard/models/all_targets_selected.rb +145 -0
  54. data/lib/oci/cloud_guard/models/create_data_mask_rule_details.rb +335 -0
  55. data/lib/oci/cloud_guard/models/create_managed_list_details.rb +2 -1
  56. data/lib/oci/cloud_guard/models/data_mask_category.rb +15 -0
  57. data/lib/oci/cloud_guard/models/data_mask_rule.rb +425 -0
  58. data/lib/oci/cloud_guard/models/data_mask_rule_collection.rb +150 -0
  59. data/lib/oci/cloud_guard/models/data_mask_rule_status.rb +11 -0
  60. data/lib/oci/cloud_guard/models/data_mask_rule_summary.rb +425 -0
  61. data/lib/oci/cloud_guard/models/detector_recipe.rb +2 -2
  62. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +1 -0
  63. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -0
  64. data/lib/oci/cloud_guard/models/detector_rule.rb +1 -0
  65. data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -0
  66. data/lib/oci/cloud_guard/models/managed_list.rb +1 -0
  67. data/lib/oci/cloud_guard/models/managed_list_summary.rb +1 -0
  68. data/lib/oci/cloud_guard/models/managed_list_type.rb +2 -1
  69. data/lib/oci/cloud_guard/models/policy_collection.rb +150 -0
  70. data/lib/oci/cloud_guard/models/policy_summary.rb +150 -0
  71. data/lib/oci/cloud_guard/models/problem.rb +35 -1
  72. data/lib/oci/cloud_guard/models/security_rating.rb +2 -1
  73. data/lib/oci/cloud_guard/models/security_score_aggregation.rb +1 -0
  74. data/lib/oci/cloud_guard/models/security_score_trend_aggregation.rb +1 -0
  75. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +1 -0
  76. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -0
  77. data/lib/oci/cloud_guard/models/target_ids_selected.rb +158 -0
  78. data/lib/oci/cloud_guard/models/target_resource_types_selected.rb +186 -0
  79. data/lib/oci/cloud_guard/models/target_selected.rb +189 -0
  80. data/lib/oci/cloud_guard/models/update_bulk_problem_status_details.rb +14 -4
  81. data/lib/oci/cloud_guard/models/update_data_mask_rule_details.rb +292 -0
  82. data/lib/oci/config.rb +1 -3
  83. data/lib/oci/core/compute_client.rb +6 -5
  84. data/lib/oci/core/core.rb +47 -0
  85. data/lib/oci/core/models/add_drg_route_distribution_statement_details.rb +195 -0
  86. data/lib/oci/core/models/add_drg_route_distribution_statements_details.rb +152 -0
  87. data/lib/oci/core/models/add_drg_route_rule_details.rb +202 -0
  88. data/lib/oci/core/models/add_drg_route_rules_details.rb +156 -0
  89. data/lib/oci/core/models/add_security_rule_details.rb +2 -2
  90. data/lib/oci/core/models/bgp_session_info.rb +90 -4
  91. data/lib/oci/core/models/block_volume_replica.rb +19 -4
  92. data/lib/oci/core/models/boot_volume_replica.rb +19 -4
  93. data/lib/oci/core/models/create_drg_attachment_details.rb +72 -4
  94. data/lib/oci/core/models/create_drg_details.rb +1 -1
  95. data/lib/oci/core/models/create_drg_route_distribution_details.rb +235 -0
  96. data/lib/oci/core/models/create_drg_route_table_details.rb +242 -0
  97. data/lib/oci/core/models/create_image_details.rb +2 -2
  98. data/lib/oci/core/models/create_ip_sec_connection_details.rb +3 -3
  99. data/lib/oci/core/models/create_ip_sec_tunnel_bgp_session_details.rb +53 -1
  100. data/lib/oci/core/models/create_ipv6_details.rb +1 -23
  101. data/lib/oci/core/models/create_subnet_details.rb +26 -3
  102. data/lib/oci/core/models/create_vcn_details.rb +3 -36
  103. data/lib/oci/core/models/create_vnic_details.rb +20 -1
  104. data/lib/oci/core/models/cross_connect_mapping.rb +1 -1
  105. data/lib/oci/core/models/cross_connect_mapping_details.rb +356 -0
  106. data/lib/oci/core/models/cross_connect_mapping_details_collection.rb +150 -0
  107. data/lib/oci/core/models/default_drg_route_tables.rb +206 -0
  108. data/lib/oci/core/models/drg.rb +38 -10
  109. data/lib/oci/core/models/drg_attachment.rb +115 -10
  110. data/lib/oci/core/models/drg_attachment_id_drg_route_distribution_match_criteria.rb +164 -0
  111. data/lib/oci/core/models/drg_attachment_info.rb +152 -0
  112. data/lib/oci/core/models/drg_attachment_network_create_details.rb +189 -0
  113. data/lib/oci/core/models/drg_attachment_network_details.rb +202 -0
  114. data/lib/oci/core/models/drg_attachment_network_update_details.rb +178 -0
  115. data/lib/oci/core/models/drg_attachment_type_drg_route_distribution_match_criteria.rb +188 -0
  116. data/lib/oci/core/models/drg_redundancy_status.rb +1 -1
  117. data/lib/oci/core/models/drg_route_distribution.rb +336 -0
  118. data/lib/oci/core/models/drg_route_distribution_match_criteria.rb +194 -0
  119. data/lib/oci/core/models/drg_route_distribution_statement.rb +215 -0
  120. data/lib/oci/core/models/drg_route_rule.rb +341 -0
  121. data/lib/oci/core/models/drg_route_table.rb +332 -0
  122. data/lib/oci/core/models/image.rb +2 -2
  123. data/lib/oci/core/models/ingress_security_rule.rb +1 -1
  124. data/lib/oci/core/models/instance.rb +15 -2
  125. data/lib/oci/core/models/instance_availability_config.rb +18 -1
  126. data/lib/oci/core/models/instance_configuration_create_vnic_details.rb +17 -1
  127. data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +18 -5
  128. data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +46 -4
  129. data/lib/oci/core/models/instance_configuration_launch_options.rb +5 -5
  130. data/lib/oci/core/models/instance_shape_config.rb +43 -1
  131. data/lib/oci/core/models/ip_sec_connection.rb +4 -4
  132. data/lib/oci/core/models/ipsec_tunnel_drg_attachment_network_details.rb +166 -0
  133. data/lib/oci/core/models/ipv6.rb +4 -54
  134. data/lib/oci/core/models/launch_instance_availability_config_details.rb +20 -2
  135. data/lib/oci/core/models/launch_instance_details.rb +14 -1
  136. data/lib/oci/core/models/launch_instance_shape_config_details.rb +39 -4
  137. data/lib/oci/core/models/launch_options.rb +5 -5
  138. data/lib/oci/core/models/local_peering_gateway.rb +15 -1
  139. data/lib/oci/core/models/networking_topology.rb +158 -0
  140. data/lib/oci/core/models/port_range.rb +2 -2
  141. data/lib/oci/core/models/preemptible_instance_config_details.rb +155 -0
  142. data/lib/oci/core/models/preemption_action.rb +186 -0
  143. data/lib/oci/core/models/remote_peering_connection_drg_attachment_network_details.rb +149 -0
  144. data/lib/oci/core/models/remove_drg_route_distribution_statements_details.rb +156 -0
  145. data/lib/oci/core/models/remove_drg_route_rules_details.rb +156 -0
  146. data/lib/oci/core/models/route_rule.rb +3 -2
  147. data/lib/oci/core/models/route_table.rb +1 -1
  148. data/lib/oci/core/models/security_rule.rb +4 -4
  149. data/lib/oci/core/models/shape.rb +75 -1
  150. data/lib/oci/core/models/subnet.rb +30 -24
  151. data/lib/oci/core/models/terminate_preemption_action.rb +166 -0
  152. data/lib/oci/core/models/topology.rb +214 -0
  153. data/lib/oci/core/models/topology_associated_with_entity_relationship.rb +157 -0
  154. data/lib/oci/core/models/topology_contains_entity_relationship.rb +157 -0
  155. data/lib/oci/core/models/topology_entity_relationship.rb +209 -0
  156. data/lib/oci/core/models/topology_routes_to_entity_relationship.rb +173 -0
  157. data/lib/oci/core/models/topology_routes_to_relationship_details.rb +183 -0
  158. data/lib/oci/core/models/update_cluster_network_details.rb +19 -4
  159. data/lib/oci/core/models/update_cluster_network_instance_pool_details.rb +212 -0
  160. data/lib/oci/core/models/update_drg_attachment_details.rb +88 -2
  161. data/lib/oci/core/models/update_drg_details.rb +14 -1
  162. data/lib/oci/core/models/update_drg_route_distribution_details.rb +195 -0
  163. data/lib/oci/core/models/update_drg_route_distribution_statement_details.rb +179 -0
  164. data/lib/oci/core/models/update_drg_route_distribution_statements_details.rb +152 -0
  165. data/lib/oci/core/models/update_drg_route_rule_details.rb +212 -0
  166. data/lib/oci/core/models/update_drg_route_rules_details.rb +155 -0
  167. data/lib/oci/core/models/update_drg_route_table_details.rb +227 -0
  168. data/lib/oci/core/models/update_instance_availability_config_details.rb +20 -2
  169. data/lib/oci/core/models/update_instance_shape_config_details.rb +39 -4
  170. data/lib/oci/core/models/update_ip_sec_connection_details.rb +3 -2
  171. data/lib/oci/core/models/update_ip_sec_tunnel_bgp_session_details.rb +53 -1
  172. data/lib/oci/core/models/update_ipv6_details.rb +1 -23
  173. data/lib/oci/core/models/update_launch_options.rb +1 -1
  174. data/lib/oci/core/models/update_security_rule_details.rb +2 -2
  175. data/lib/oci/core/models/update_subnet_details.rb +27 -4
  176. data/lib/oci/core/models/upgrade_status.rb +203 -0
  177. data/lib/oci/core/models/vcn.rb +12 -38
  178. data/lib/oci/core/models/vcn_drg_attachment_network_create_details.rb +174 -0
  179. data/lib/oci/core/models/vcn_drg_attachment_network_details.rb +172 -0
  180. data/lib/oci/core/models/vcn_drg_attachment_network_update_details.rb +168 -0
  181. data/lib/oci/core/models/vcn_topology.rb +175 -0
  182. data/lib/oci/core/models/virtual_circuit.rb +35 -2
  183. data/lib/oci/core/models/virtual_circuit_drg_attachment_network_details.rb +149 -0
  184. data/lib/oci/core/virtual_network_client.rb +2092 -236
  185. data/lib/oci/core/virtual_network_client_composite_operations.rb +446 -32
  186. data/lib/oci/data_catalog/data_catalog.rb +2 -0
  187. data/lib/oci/data_catalog/data_catalog_client.rb +91 -0
  188. data/lib/oci/data_catalog/models/attribute.rb +15 -1
  189. data/lib/oci/data_catalog/models/attribute_summary.rb +29 -1
  190. data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
  191. data/lib/oci/data_catalog/models/create_connection_details.rb +1 -1
  192. data/lib/oci/data_catalog/models/create_custom_property_details.rb +17 -1
  193. data/lib/oci/data_catalog/models/create_entity_details.rb +15 -1
  194. data/lib/oci/data_catalog/models/create_folder_details.rb +15 -1
  195. data/lib/oci/data_catalog/models/custom_property.rb +17 -1
  196. data/lib/oci/data_catalog/models/custom_property_get_usage.rb +17 -1
  197. data/lib/oci/data_catalog/models/custom_property_summary.rb +17 -1
  198. data/lib/oci/data_catalog/models/entity.rb +15 -1
  199. data/lib/oci/data_catalog/models/entity_summary.rb +29 -1
  200. data/lib/oci/data_catalog/models/folder.rb +15 -1
  201. data/lib/oci/data_catalog/models/folder_summary.rb +15 -1
  202. data/lib/oci/data_catalog/models/job.rb +15 -1
  203. data/lib/oci/data_catalog/models/job_definition_summary.rb +18 -4
  204. data/lib/oci/data_catalog/models/job_summary.rb +15 -1
  205. data/lib/oci/data_catalog/models/search_result.rb +55 -1
  206. data/lib/oci/data_catalog/models/suggest_list_item.rb +166 -0
  207. data/lib/oci/data_catalog/models/suggest_results.rb +194 -0
  208. data/lib/oci/data_catalog/models/update_attribute_details.rb +15 -1
  209. data/lib/oci/data_catalog/models/update_connection_details.rb +1 -1
  210. data/lib/oci/data_catalog/models/update_custom_property_details.rb +17 -1
  211. data/lib/oci/data_catalog/models/update_entity_details.rb +15 -1
  212. data/lib/oci/data_catalog/models/update_folder_details.rb +15 -1
  213. data/lib/oci/data_flow/data_flow_client.rb +4 -4
  214. data/lib/oci/data_flow/data_flow_client_composite_operations.rb +1 -1
  215. data/lib/oci/data_flow/models/application.rb +16 -1
  216. data/lib/oci/data_flow/models/change_private_endpoint_compartment_details.rb +1 -1
  217. data/lib/oci/data_flow/models/create_application_details.rb +16 -1
  218. data/lib/oci/data_flow/models/create_private_endpoint_details.rb +1 -1
  219. data/lib/oci/data_flow/models/create_run_details.rb +66 -4
  220. data/lib/oci/data_flow/models/private_endpoint_collection.rb +2 -2
  221. data/lib/oci/data_flow/models/run.rb +16 -1
  222. data/lib/oci/data_flow/models/update_application_details.rb +16 -1
  223. data/lib/oci/data_flow/models/update_private_endpoint_details.rb +1 -1
  224. data/lib/oci/data_flow/models/work_request_summary.rb +1 -1
  225. data/lib/oci/data_science/data_science_client.rb +8 -7
  226. data/lib/oci/data_science/data_science_client_composite_operations.rb +4 -3
  227. data/lib/oci/database/database.rb +5 -0
  228. data/lib/oci/database/database_client.rb +278 -0
  229. data/lib/oci/database/database_client_composite_operations.rb +200 -0
  230. data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +4 -2
  231. data/lib/oci/database/models/autonomous_database.rb +20 -5
  232. data/lib/oci/database/models/autonomous_database_connection_urls.rb +18 -4
  233. data/lib/oci/database/models/autonomous_database_dataguard_association.rb +4 -2
  234. data/lib/oci/database/models/autonomous_database_summary.rb +20 -5
  235. data/lib/oci/database/models/create_autonomous_database_base.rb +18 -4
  236. data/lib/oci/database/models/create_autonomous_database_clone_details.rb +5 -1
  237. data/lib/oci/database/models/create_autonomous_database_details.rb +8 -4
  238. data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +5 -1
  239. data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +5 -1
  240. data/lib/oci/database/models/create_database_details.rb +1 -1
  241. data/lib/oci/database/models/create_database_software_image_details.rb +2 -2
  242. data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +5 -1
  243. data/lib/oci/database/models/customer_contact.rb +151 -0
  244. data/lib/oci/database/models/database.rb +1 -1
  245. data/lib/oci/database/models/database_summary.rb +1 -1
  246. data/lib/oci/database/models/enable_external_database_operations_insights_details_base.rb +156 -0
  247. data/lib/oci/database/models/enable_external_non_container_database_operations_insights_details.rb +153 -0
  248. data/lib/oci/database/models/enable_external_pluggable_database_operations_insights_details.rb +153 -0
  249. data/lib/oci/database/models/exadata_infrastructure.rb +29 -1
  250. data/lib/oci/database/models/exadata_infrastructure_summary.rb +29 -1
  251. data/lib/oci/database/models/external_container_database.rb +34 -1
  252. data/lib/oci/database/models/external_container_database_summary.rb +34 -1
  253. data/lib/oci/database/models/external_database_base.rb +28 -1
  254. data/lib/oci/database/models/external_non_container_database.rb +50 -1
  255. data/lib/oci/database/models/external_non_container_database_summary.rb +50 -1
  256. data/lib/oci/database/models/external_pluggable_database.rb +47 -1
  257. data/lib/oci/database/models/external_pluggable_database_summary.rb +47 -1
  258. data/lib/oci/database/models/maintenance_run.rb +51 -4
  259. data/lib/oci/database/models/maintenance_run_summary.rb +51 -4
  260. data/lib/oci/database/models/operations_insights_config.rb +194 -0
  261. data/lib/oci/database/models/update_autonomous_database_details.rb +18 -4
  262. data/lib/oci/database/models/update_maintenance_run_details.rb +31 -4
  263. data/lib/oci/database_management/database_management.rb +6 -0
  264. data/lib/oci/database_management/db_management_client.rb +70 -3
  265. data/lib/oci/database_management/models/activity_time_series_metrics.rb +13 -4
  266. data/lib/oci/database_management/models/change_database_parameters_details.rb +1 -1
  267. data/lib/oci/database_management/models/cluster_cache_metric.rb +156 -0
  268. data/lib/oci/database_management/models/database_home_metrics.rb +18 -4
  269. data/lib/oci/database_management/models/database_instance_home_metrics_definition.rb +234 -0
  270. data/lib/oci/database_management/models/database_parameter_summary.rb +1 -1
  271. data/lib/oci/database_management/models/database_parameters_collection.rb +1 -1
  272. data/lib/oci/database_management/models/database_time_aggregate_metrics.rb +13 -4
  273. data/lib/oci/database_management/models/instance_details.rb +205 -0
  274. data/lib/oci/database_management/models/managed_database.rb +88 -1
  275. data/lib/oci/database_management/models/pdb_status_details.rb +181 -0
  276. data/lib/oci/database_management/models/reset_database_parameters_details.rb +8 -7
  277. data/lib/oci/database_management/models/time_series_metric_data_point.rb +180 -0
  278. data/lib/oci/database_management/models/time_series_metric_definition.rb +166 -0
  279. data/lib/oci/database_management/models/update_database_parameters_result.rb +1 -1
  280. data/lib/oci/database_migration/database_migration.rb +132 -0
  281. data/lib/oci/database_migration/database_migration_client.rb +2579 -0
  282. data/lib/oci/database_migration/database_migration_client_composite_operations.rb +736 -0
  283. data/lib/oci/database_migration/models/admin_credentials.rb +152 -0
  284. data/lib/oci/database_migration/models/agent.rb +356 -0
  285. data/lib/oci/database_migration/models/agent_collection.rb +152 -0
  286. data/lib/oci/database_migration/models/agent_image_collection.rb +152 -0
  287. data/lib/oci/database_migration/models/agent_image_summary.rb +167 -0
  288. data/lib/oci/database_migration/models/agent_summary.rb +341 -0
  289. data/lib/oci/database_migration/models/change_agent_compartment_details.rb +156 -0
  290. data/lib/oci/database_migration/models/change_connection_compartment_details.rb +156 -0
  291. data/lib/oci/database_migration/models/change_migration_compartment_details.rb +156 -0
  292. data/lib/oci/database_migration/models/clone_migration_details.rb +292 -0
  293. data/lib/oci/database_migration/models/connect_descriptor.rb +193 -0
  294. data/lib/oci/database_migration/models/connection.rb +461 -0
  295. data/lib/oci/database_migration/models/connection_collection.rb +152 -0
  296. data/lib/oci/database_migration/models/connection_summary.rb +366 -0
  297. data/lib/oci/database_migration/models/create_admin_credentials.rb +163 -0
  298. data/lib/oci/database_migration/models/create_agent_details.rb +244 -0
  299. data/lib/oci/database_migration/models/create_connect_descriptor.rb +198 -0
  300. data/lib/oci/database_migration/models/create_connection_details.rb +360 -0
  301. data/lib/oci/database_migration/models/create_data_pump_parameters.rb +261 -0
  302. data/lib/oci/database_migration/models/create_data_pump_settings.rb +228 -0
  303. data/lib/oci/database_migration/models/create_data_transfer_medium_details.rb +168 -0
  304. data/lib/oci/database_migration/models/create_database_link_details.rb +152 -0
  305. data/lib/oci/database_migration/models/create_directory_object.rb +165 -0
  306. data/lib/oci/database_migration/models/create_extract.rb +188 -0
  307. data/lib/oci/database_migration/models/create_golden_gate_details.rb +160 -0
  308. data/lib/oci/database_migration/models/create_golden_gate_hub.rb +253 -0
  309. data/lib/oci/database_migration/models/create_golden_gate_settings.rb +174 -0
  310. data/lib/oci/database_migration/models/create_migration_details.rb +355 -0
  311. data/lib/oci/database_migration/models/create_object_store_bucket.rb +171 -0
  312. data/lib/oci/database_migration/models/create_private_endpoint.rb +189 -0
  313. data/lib/oci/database_migration/models/create_replicat.rb +186 -0
  314. data/lib/oci/database_migration/models/create_ssh_details.rb +190 -0
  315. data/lib/oci/database_migration/models/create_vault_details.rb +186 -0
  316. data/lib/oci/database_migration/models/data_pump_estimate.rb +11 -0
  317. data/lib/oci/database_migration/models/data_pump_exclude_parameters.rb +12 -0
  318. data/lib/oci/database_migration/models/data_pump_job_mode.rb +14 -0
  319. data/lib/oci/database_migration/models/data_pump_parameters.rb +274 -0
  320. data/lib/oci/database_migration/models/data_pump_settings.rb +235 -0
  321. data/lib/oci/database_migration/models/data_pump_table_exists_action.rb +13 -0
  322. data/lib/oci/database_migration/models/data_transfer_medium_details.rb +167 -0
  323. data/lib/oci/database_migration/models/database_connection_types.rb +12 -0
  324. data/lib/oci/database_migration/models/database_link_details.rb +152 -0
  325. data/lib/oci/database_migration/models/database_object.rb +167 -0
  326. data/lib/oci/database_migration/models/directory_object.rb +163 -0
  327. data/lib/oci/database_migration/models/extract.rb +195 -0
  328. data/lib/oci/database_migration/models/extract_performance_profile.rb +12 -0
  329. data/lib/oci/database_migration/models/generate_token.rb +156 -0
  330. data/lib/oci/database_migration/models/golden_gate_details.rb +160 -0
  331. data/lib/oci/database_migration/models/golden_gate_hub.rb +253 -0
  332. data/lib/oci/database_migration/models/golden_gate_settings.rb +174 -0
  333. data/lib/oci/database_migration/models/job.rb +372 -0
  334. data/lib/oci/database_migration/models/job_collection.rb +152 -0
  335. data/lib/oci/database_migration/models/job_lifecycle_states.rb +18 -0
  336. data/lib/oci/database_migration/models/job_output_summary.rb +152 -0
  337. data/lib/oci/database_migration/models/job_output_summary_collection.rb +152 -0
  338. data/lib/oci/database_migration/models/job_phase_status.rb +13 -0
  339. data/lib/oci/database_migration/models/job_summary.rb +357 -0
  340. data/lib/oci/database_migration/models/job_types.rb +11 -0
  341. data/lib/oci/database_migration/models/lifecycle_states.rb +16 -0
  342. data/lib/oci/database_migration/models/metadata_remap.rb +205 -0
  343. data/lib/oci/database_migration/models/migration.rb +590 -0
  344. data/lib/oci/database_migration/models/migration_collection.rb +152 -0
  345. data/lib/oci/database_migration/models/migration_job_progress_resource.rb +237 -0
  346. data/lib/oci/database_migration/models/migration_job_progress_summary.rb +241 -0
  347. data/lib/oci/database_migration/models/migration_phase_collection.rb +152 -0
  348. data/lib/oci/database_migration/models/migration_phase_summary.rb +234 -0
  349. data/lib/oci/database_migration/models/migration_status.rb +16 -0
  350. data/lib/oci/database_migration/models/migration_summary.rb +472 -0
  351. data/lib/oci/database_migration/models/migration_types.rb +11 -0
  352. data/lib/oci/database_migration/models/object_store_bucket.rb +171 -0
  353. data/lib/oci/database_migration/models/odms_job_phases.rb +25 -0
  354. data/lib/oci/database_migration/models/odms_phase_actions.rb +10 -0
  355. data/lib/oci/database_migration/models/operation_status.rb +15 -0
  356. data/lib/oci/database_migration/models/operation_types.rb +20 -0
  357. data/lib/oci/database_migration/models/par_link.rb +156 -0
  358. data/lib/oci/database_migration/models/phase_status.rb +244 -0
  359. data/lib/oci/database_migration/models/private_endpoint_details.rb +199 -0
  360. data/lib/oci/database_migration/models/replicat.rb +186 -0
  361. data/lib/oci/database_migration/models/resume_job_details.rb +184 -0
  362. data/lib/oci/database_migration/models/sort_orders.rb +11 -0
  363. data/lib/oci/database_migration/models/ssh_details.rb +178 -0
  364. data/lib/oci/database_migration/models/start_migration_details.rb +184 -0
  365. data/lib/oci/database_migration/models/unsupported_database_object.rb +197 -0
  366. data/lib/oci/database_migration/models/update_admin_credentials.rb +163 -0
  367. data/lib/oci/database_migration/models/update_agent_details.rb +244 -0
  368. data/lib/oci/database_migration/models/update_connect_descriptor.rb +197 -0
  369. data/lib/oci/database_migration/models/update_connection_details.rb +312 -0
  370. data/lib/oci/database_migration/models/update_data_pump_parameters.rb +262 -0
  371. data/lib/oci/database_migration/models/update_data_pump_settings.rb +229 -0
  372. data/lib/oci/database_migration/models/update_data_transfer_medium_details.rb +169 -0
  373. data/lib/oci/database_migration/models/update_database_link_details.rb +152 -0
  374. data/lib/oci/database_migration/models/update_directory_object.rb +166 -0
  375. data/lib/oci/database_migration/models/update_extract.rb +189 -0
  376. data/lib/oci/database_migration/models/update_golden_gate_details.rb +159 -0
  377. data/lib/oci/database_migration/models/update_golden_gate_hub.rb +250 -0
  378. data/lib/oci/database_migration/models/update_golden_gate_settings.rb +175 -0
  379. data/lib/oci/database_migration/models/update_job_details.rb +188 -0
  380. data/lib/oci/database_migration/models/update_migration_details.rb +342 -0
  381. data/lib/oci/database_migration/models/update_object_store_bucket.rb +171 -0
  382. data/lib/oci/database_migration/models/update_private_endpoint.rb +189 -0
  383. data/lib/oci/database_migration/models/update_replicat.rb +187 -0
  384. data/lib/oci/database_migration/models/update_ssh_details.rb +189 -0
  385. data/lib/oci/database_migration/models/update_vault_details.rb +186 -0
  386. data/lib/oci/database_migration/models/vault_details.rb +186 -0
  387. data/lib/oci/database_migration/models/work_request.rb +319 -0
  388. data/lib/oci/database_migration/models/work_request_collection.rb +152 -0
  389. data/lib/oci/database_migration/models/work_request_error.rb +180 -0
  390. data/lib/oci/database_migration/models/work_request_error_collection.rb +152 -0
  391. data/lib/oci/database_migration/models/work_request_log_entry.rb +167 -0
  392. data/lib/oci/database_migration/models/work_request_log_entry_collection.rb +152 -0
  393. data/lib/oci/database_migration/models/work_request_resource.rb +223 -0
  394. data/lib/oci/database_migration/models/work_request_summary.rb +280 -0
  395. data/lib/oci/database_migration/util.rb +3 -0
  396. data/lib/oci/functions/functions.rb +2 -0
  397. data/lib/oci/functions/models/application.rb +14 -1
  398. data/lib/oci/functions/models/application_summary.rb +14 -1
  399. data/lib/oci/functions/models/application_trace_config.rb +171 -0
  400. data/lib/oci/functions/models/create_application_details.rb +14 -1
  401. data/lib/oci/functions/models/create_function_details.rb +14 -1
  402. data/lib/oci/functions/models/function.rb +14 -1
  403. data/lib/oci/functions/models/function_summary.rb +14 -1
  404. data/lib/oci/functions/models/function_trace_config.rb +156 -0
  405. data/lib/oci/functions/models/update_application_details.rb +14 -1
  406. data/lib/oci/functions/models/update_function_details.rb +14 -1
  407. data/lib/oci/limits/limits_client.rb +3 -3
  408. data/lib/oci/limits/models/limit_definition_summary.rb +34 -4
  409. data/lib/oci/limits/models/resource_availability.rb +54 -6
  410. data/lib/oci/limits/quotas_client.rb +1 -1
  411. data/lib/oci/loggingsearch/models/search_result.rb +1 -0
  412. data/lib/oci/object_storage/models/bucket.rb +40 -4
  413. data/lib/oci/object_storage/models/create_bucket_details.rb +22 -4
  414. data/lib/oci/object_storage/models/update_bucket_details.rb +21 -4
  415. data/lib/oci/object_storage/object_storage_client.rb +8 -5
  416. data/lib/oci/ocvp/models/create_esxi_host_details.rb +66 -1
  417. data/lib/oci/ocvp/models/create_sddc_details.rb +34 -1
  418. data/lib/oci/ocvp/models/esxi_host.rb +94 -1
  419. data/lib/oci/ocvp/models/esxi_host_summary.rb +94 -1
  420. data/lib/oci/ocvp/models/sddc.rb +40 -1
  421. data/lib/oci/ocvp/models/sku.rb +13 -0
  422. data/lib/oci/ocvp/models/supported_sku_summary.rb +173 -0
  423. data/lib/oci/ocvp/models/supported_sku_summary_collection.rb +150 -0
  424. data/lib/oci/ocvp/models/update_esxi_host_details.rb +32 -1
  425. data/lib/oci/ocvp/ocvp.rb +3 -0
  426. data/lib/oci/ocvp/sddc_client.rb +68 -0
  427. data/lib/oci/operator_access_control/access_requests_client.rb +515 -0
  428. data/lib/oci/operator_access_control/access_requests_client_composite_operations.rb +25 -0
  429. data/lib/oci/operator_access_control/models/access_request.rb +583 -0
  430. data/lib/oci/operator_access_control/models/access_request_collection.rb +150 -0
  431. data/lib/oci/operator_access_control/models/access_request_history_collection.rb +150 -0
  432. data/lib/oci/operator_access_control/models/access_request_history_summary.rb +269 -0
  433. data/lib/oci/operator_access_control/models/access_request_lifecycle_states.rb +29 -0
  434. data/lib/oci/operator_access_control/models/access_request_severities.rb +13 -0
  435. data/lib/oci/operator_access_control/models/access_request_summary.rb +403 -0
  436. data/lib/oci/operator_access_control/models/approve_access_request_details.rb +185 -0
  437. data/lib/oci/operator_access_control/models/change_operator_control_assignment_compartment_details.rb +154 -0
  438. data/lib/oci/operator_access_control/models/change_operator_control_compartment_details.rb +154 -0
  439. data/lib/oci/operator_access_control/models/create_operator_control_assignment_details.rb +322 -0
  440. data/lib/oci/operator_access_control/models/create_operator_control_details.rb +302 -0
  441. data/lib/oci/operator_access_control/models/infrastrcuture_layers.rb +12 -0
  442. data/lib/oci/operator_access_control/models/operator_action.rb +198 -0
  443. data/lib/oci/operator_access_control/models/operator_action_categories.rb +14 -0
  444. data/lib/oci/operator_access_control/models/operator_action_collection.rb +150 -0
  445. data/lib/oci/operator_access_control/models/operator_action_lifecycle_states.rb +11 -0
  446. data/lib/oci/operator_access_control/models/operator_action_properties.rb +160 -0
  447. data/lib/oci/operator_access_control/models/operator_action_summary.rb +230 -0
  448. data/lib/oci/operator_access_control/models/operator_control.rb +407 -0
  449. data/lib/oci/operator_access_control/models/operator_control_assignment.rb +448 -0
  450. data/lib/oci/operator_access_control/models/operator_control_assignment_collection.rb +150 -0
  451. data/lib/oci/operator_access_control/models/operator_control_assignment_lifecycle_states.rb +13 -0
  452. data/lib/oci/operator_access_control/models/operator_control_assignment_summary.rb +331 -0
  453. data/lib/oci/operator_access_control/models/operator_control_collection.rb +150 -0
  454. data/lib/oci/operator_access_control/models/operator_control_lifecycle_states.rb +13 -0
  455. data/lib/oci/operator_access_control/models/operator_control_summary.rb +303 -0
  456. data/lib/oci/operator_access_control/models/reject_access_request_details.rb +154 -0
  457. data/lib/oci/operator_access_control/models/resource_types.rb +10 -0
  458. data/lib/oci/operator_access_control/models/revoke_access_request_details.rb +154 -0
  459. data/lib/oci/operator_access_control/models/sort_orders.rb +11 -0
  460. data/lib/oci/operator_access_control/models/update_operator_control_assignment_details.rb +224 -0
  461. data/lib/oci/operator_access_control/models/update_operator_control_details.rb +283 -0
  462. data/lib/oci/operator_access_control/operator_access_control.rb +57 -0
  463. data/lib/oci/operator_access_control/operator_actions_client.rb +243 -0
  464. data/lib/oci/operator_access_control/operator_actions_client_composite_operations.rb +25 -0
  465. data/lib/oci/operator_access_control/operator_control_assignment_client.rb +501 -0
  466. data/lib/oci/operator_access_control/operator_control_assignment_client_composite_operations.rb +105 -0
  467. data/lib/oci/operator_access_control/operator_control_client.rb +507 -0
  468. data/lib/oci/operator_access_control/operator_control_client_composite_operations.rb +144 -0
  469. data/lib/oci/operator_access_control/util.rb +3 -0
  470. data/lib/oci/opsi/models/action_type.rb +14 -0
  471. data/lib/oci/opsi/models/autonomous_database_insight.rb +271 -0
  472. data/lib/oci/opsi/models/autonomous_database_insight_summary.rb +230 -0
  473. data/lib/oci/opsi/models/change_database_insight_compartment_details.rb +155 -0
  474. data/lib/oci/opsi/models/change_enterprise_manager_bridge_compartment_details.rb +155 -0
  475. data/lib/oci/opsi/models/change_host_insight_compartment_details.rb +155 -0
  476. data/lib/oci/opsi/models/connection_details.rb +208 -0
  477. data/lib/oci/opsi/models/create_database_insight_details.rb +228 -0
  478. data/lib/oci/opsi/models/create_em_managed_external_database_insight_details.rb +202 -0
  479. data/lib/oci/opsi/models/create_enterprise_manager_bridge_details.rb +224 -0
  480. data/lib/oci/opsi/models/create_host_insight_details.rb +228 -0
  481. data/lib/oci/opsi/models/create_macs_managed_external_host_insight_details.rb +174 -0
  482. data/lib/oci/opsi/models/credential_details.rb +204 -0
  483. data/lib/oci/opsi/models/credentials_by_source.rb +150 -0
  484. data/lib/oci/opsi/models/database_configuration_metric_group.rb +204 -0
  485. data/lib/oci/opsi/models/database_details.rb +24 -4
  486. data/lib/oci/opsi/models/database_entity_source.rb +10 -0
  487. data/lib/oci/opsi/models/database_entity_source_all.rb +12 -0
  488. data/lib/oci/opsi/models/database_insight.rb +416 -0
  489. data/lib/oci/opsi/models/database_insight_summary.rb +191 -5
  490. data/lib/oci/opsi/models/db_external_instance.rb +300 -0
  491. data/lib/oci/opsi/models/db_external_properties.rb +280 -0
  492. data/lib/oci/opsi/models/dbos_config_instance.rb +236 -0
  493. data/lib/oci/opsi/models/em_managed_external_database_insight.rb +284 -0
  494. data/lib/oci/opsi/models/em_managed_external_database_insight_summary.rb +300 -0
  495. data/lib/oci/opsi/models/enable_database_insight_details.rb +182 -0
  496. data/lib/oci/opsi/models/enable_em_managed_external_database_insight_details.rb +145 -0
  497. data/lib/oci/opsi/models/enable_host_insight_details.rb +182 -0
  498. data/lib/oci/opsi/models/enable_macs_managed_external_host_insight_details.rb +145 -0
  499. data/lib/oci/opsi/models/enterprise_manager_bridge.rb +344 -0
  500. data/lib/oci/opsi/models/enterprise_manager_bridge_collection.rb +150 -0
  501. data/lib/oci/opsi/models/enterprise_manager_bridge_summary.rb +334 -0
  502. data/lib/oci/opsi/models/enterprise_manager_bridges.rb +154 -0
  503. data/lib/oci/opsi/models/host_configuration_metric_group.rb +212 -0
  504. data/lib/oci/opsi/models/host_cpu_hardware_configuration.rb +289 -0
  505. data/lib/oci/opsi/models/host_cpu_statistics.rb +174 -0
  506. data/lib/oci/opsi/models/host_cpu_usage.rb +279 -0
  507. data/lib/oci/opsi/models/host_details.rb +225 -0
  508. data/lib/oci/opsi/models/host_entities.rb +181 -0
  509. data/lib/oci/opsi/models/host_entity_source.rb +10 -0
  510. data/lib/oci/opsi/models/host_hardware_configuration.rb +167 -0
  511. data/lib/oci/opsi/models/host_insight.rb +426 -0
  512. data/lib/oci/opsi/models/host_insight_resource_statistics_aggregation.rb +169 -0
  513. data/lib/oci/opsi/models/host_insight_summary.rb +426 -0
  514. data/lib/oci/opsi/models/host_insight_summary_collection.rb +150 -0
  515. data/lib/oci/opsi/models/host_insights.rb +154 -0
  516. data/lib/oci/opsi/models/host_instance_map.rb +168 -0
  517. data/lib/oci/opsi/models/host_memory_configuration.rb +223 -0
  518. data/lib/oci/opsi/models/host_memory_statistics.rb +260 -0
  519. data/lib/oci/opsi/models/host_memory_usage.rb +349 -0
  520. data/lib/oci/opsi/models/host_network_activity_summary.rb +195 -0
  521. data/lib/oci/opsi/models/host_network_configuration.rb +195 -0
  522. data/lib/oci/opsi/models/host_performance_metric_group.rb +204 -0
  523. data/lib/oci/opsi/models/host_product.rb +183 -0
  524. data/lib/oci/opsi/models/host_resource_allocation.rb +181 -0
  525. data/lib/oci/opsi/models/host_resource_capacity_trend_aggregation.rb +165 -0
  526. data/lib/oci/opsi/models/host_resource_statistics.rb +243 -0
  527. data/lib/oci/opsi/models/hosted_entity_collection.rb +180 -0
  528. data/lib/oci/opsi/models/hosted_entity_summary.rb +183 -0
  529. data/lib/oci/opsi/models/importable_enterprise_manager_entity.rb +210 -0
  530. data/lib/oci/opsi/models/importable_enterprise_manager_entity_collection.rb +150 -0
  531. data/lib/oci/opsi/models/ingest_database_configuration_details.rb +150 -0
  532. data/lib/oci/opsi/models/ingest_database_configuration_response_details.rb +152 -0
  533. data/lib/oci/opsi/models/ingest_host_configuration_details.rb +151 -0
  534. data/lib/oci/opsi/models/ingest_host_configuration_response_details.rb +152 -0
  535. data/lib/oci/opsi/models/ingest_host_metrics_details.rb +151 -0
  536. data/lib/oci/opsi/models/ingest_host_metrics_response_details.rb +152 -0
  537. data/lib/oci/opsi/models/lifecycle_state.rb +15 -0
  538. data/lib/oci/opsi/models/macs_managed_external_database_insight.rb +325 -0
  539. data/lib/oci/opsi/models/macs_managed_external_database_insight_summary.rb +258 -0
  540. data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +279 -0
  541. data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +251 -0
  542. data/lib/oci/opsi/models/operation_status.rb +15 -0
  543. data/lib/oci/opsi/models/operation_type.rb +25 -0
  544. data/lib/oci/opsi/models/resource_status.rb +12 -0
  545. data/lib/oci/opsi/models/sql_plan_collection.rb +11 -1
  546. data/lib/oci/opsi/models/sql_plan_insight_aggregation_collection.rb +11 -1
  547. data/lib/oci/opsi/models/sql_response_time_distribution_aggregation_collection.rb +11 -1
  548. data/lib/oci/opsi/models/sql_search_summary.rb +11 -1
  549. data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.rb +11 -1
  550. data/lib/oci/opsi/models/sql_text_summary.rb +11 -1
  551. data/lib/oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.rb +5 -1
  552. data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +5 -1
  553. data/lib/oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.rb +5 -1
  554. data/lib/oci/opsi/models/summarize_database_insight_resource_usage_aggregation.rb +5 -1
  555. data/lib/oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.rb +5 -1
  556. data/lib/oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.rb +5 -1
  557. data/lib/oci/opsi/models/summarize_database_insight_tablespace_usage_trend_aggregation_collection.rb +232 -0
  558. data/lib/oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.rb +271 -0
  559. data/lib/oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.rb +304 -0
  560. data/lib/oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.rb +251 -0
  561. data/lib/oci/opsi/models/summarize_host_insight_resource_usage_aggregation.rb +277 -0
  562. data/lib/oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.rb +271 -0
  563. data/lib/oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.rb +233 -0
  564. data/lib/oci/opsi/models/summary_statistics.rb +209 -0
  565. data/lib/oci/opsi/models/tablespace_usage_trend.rb +176 -0
  566. data/lib/oci/opsi/models/tablespace_usage_trend_aggregation.rb +182 -0
  567. data/lib/oci/opsi/models/update_autonomous_database_insight_details.rb +153 -0
  568. data/lib/oci/opsi/models/update_database_insight_details.rb +218 -0
  569. data/lib/oci/opsi/models/update_em_managed_external_database_insight_details.rb +153 -0
  570. data/lib/oci/opsi/models/update_enterprise_manager_bridge_details.rb +196 -0
  571. data/lib/oci/opsi/models/update_host_insight_details.rb +214 -0
  572. data/lib/oci/opsi/models/update_macs_managed_external_database_insight_details.rb +153 -0
  573. data/lib/oci/opsi/models/update_macs_managed_external_host_insight_details.rb +153 -0
  574. data/lib/oci/opsi/models/work_request.rb +320 -0
  575. data/lib/oci/opsi/models/work_request_collection.rb +150 -0
  576. data/lib/oci/opsi/models/work_request_error.rb +173 -0
  577. data/lib/oci/opsi/models/work_request_error_collection.rb +150 -0
  578. data/lib/oci/opsi/models/work_request_log_entry.rb +160 -0
  579. data/lib/oci/opsi/models/work_request_log_entry_collection.rb +150 -0
  580. data/lib/oci/opsi/models/work_request_resource.rb +219 -0
  581. data/lib/oci/opsi/models/work_requests.rb +154 -0
  582. data/lib/oci/opsi/operations_insights_client.rb +3475 -411
  583. data/lib/oci/opsi/operations_insights_client_composite_operations.rb +792 -0
  584. data/lib/oci/opsi/opsi.rb +99 -0
  585. data/lib/oci/regions.rb +1 -1
  586. data/lib/oci/resource_manager/models/config_source.rb +2 -0
  587. data/lib/oci/resource_manager/models/config_source_record.rb +2 -0
  588. data/lib/oci/resource_manager/models/create_config_source_details.rb +1 -0
  589. data/lib/oci/resource_manager/models/create_object_storage_config_source_details.rb +189 -0
  590. data/lib/oci/resource_manager/models/object_storage_config_source.rb +189 -0
  591. data/lib/oci/resource_manager/models/object_storage_config_source_record.rb +185 -0
  592. data/lib/oci/resource_manager/models/update_config_source_details.rb +1 -0
  593. data/lib/oci/resource_manager/models/update_object_storage_config_source_details.rb +188 -0
  594. data/lib/oci/resource_manager/resource_manager.rb +4 -0
  595. data/lib/oci/resource_manager/resource_manager_client.rb +1 -0
  596. data/lib/oci/retry/functions/should_retry_on_error.rb +31 -0
  597. data/lib/oci/retry/retry.rb +15 -0
  598. data/lib/oci/sch/models/function_task_details.rb +194 -0
  599. data/lib/oci/sch/models/latest_streaming_cursor.rb +146 -0
  600. data/lib/oci/sch/models/source_details.rb +2 -0
  601. data/lib/oci/sch/models/streaming_cursor_details.rb +189 -0
  602. data/lib/oci/sch/models/streaming_source_details.rb +173 -0
  603. data/lib/oci/sch/models/task_details.rb +2 -0
  604. data/lib/oci/sch/models/trim_horizon_streaming_cursor.rb +146 -0
  605. data/lib/oci/sch/sch.rb +5 -0
  606. data/lib/oci/service_catalog/models/action_type.rb +13 -0
  607. data/lib/oci/service_catalog/models/application_collection.rb +150 -0
  608. data/lib/oci/service_catalog/models/application_summary.rb +295 -0
  609. data/lib/oci/service_catalog/models/bulk_replace_service_catalog_associations_details.rb +150 -0
  610. data/lib/oci/service_catalog/models/change_private_application_compartment_details.rb +155 -0
  611. data/lib/oci/service_catalog/models/change_service_catalog_compartment_details.rb +154 -0
  612. data/lib/oci/service_catalog/models/create_private_application_details.rb +259 -0
  613. data/lib/oci/service_catalog/models/create_private_application_package.rb +192 -0
  614. data/lib/oci/service_catalog/models/create_private_application_stack_package.rb +166 -0
  615. data/lib/oci/service_catalog/models/create_service_catalog_association_details.rb +182 -0
  616. data/lib/oci/service_catalog/models/create_service_catalog_details.rb +200 -0
  617. data/lib/oci/service_catalog/models/error_entity.rb +160 -0
  618. data/lib/oci/service_catalog/models/operation_status.rb +12 -0
  619. data/lib/oci/service_catalog/models/operation_type.rb +13 -0
  620. data/lib/oci/service_catalog/models/package_type_enum.rb +10 -0
  621. data/lib/oci/service_catalog/models/pricing_type_enum.rb +12 -0
  622. data/lib/oci/service_catalog/models/private_application.rb +354 -0
  623. data/lib/oci/service_catalog/models/private_application_collection.rb +150 -0
  624. data/lib/oci/service_catalog/models/private_application_package.rb +257 -0
  625. data/lib/oci/service_catalog/models/private_application_package_collection.rb +150 -0
  626. data/lib/oci/service_catalog/models/private_application_package_summary.rb +241 -0
  627. data/lib/oci/service_catalog/models/private_application_stack_package.rb +196 -0
  628. data/lib/oci/service_catalog/models/private_application_summary.rb +268 -0
  629. data/lib/oci/service_catalog/models/publisher_summary.rb +164 -0
  630. data/lib/oci/service_catalog/models/service_catalog.rb +280 -0
  631. data/lib/oci/service_catalog/models/service_catalog_association.rb +206 -0
  632. data/lib/oci/service_catalog/models/service_catalog_association_collection.rb +150 -0
  633. data/lib/oci/service_catalog/models/service_catalog_association_summary.rb +206 -0
  634. data/lib/oci/service_catalog/models/service_catalog_collection.rb +150 -0
  635. data/lib/oci/service_catalog/models/service_catalog_summary.rb +210 -0
  636. data/lib/oci/service_catalog/models/update_private_application_details.rb +230 -0
  637. data/lib/oci/service_catalog/models/update_service_catalog_details.rb +186 -0
  638. data/lib/oci/service_catalog/models/upload_data.rb +182 -0
  639. data/lib/oci/service_catalog/models/work_request.rb +305 -0
  640. data/lib/oci/service_catalog/models/work_request_error.rb +173 -0
  641. data/lib/oci/service_catalog/models/work_request_error_collection.rb +150 -0
  642. data/lib/oci/service_catalog/models/work_request_log_entry.rb +160 -0
  643. data/lib/oci/service_catalog/models/work_request_log_entry_collection.rb +150 -0
  644. data/lib/oci/service_catalog/models/work_request_resource.rb +222 -0
  645. data/lib/oci/service_catalog/models/work_request_summary.rb +305 -0
  646. data/lib/oci/service_catalog/models/work_request_summary_collection.rb +150 -0
  647. data/lib/oci/service_catalog/service_catalog.rb +61 -0
  648. data/lib/oci/service_catalog/service_catalog_client.rb +1957 -0
  649. data/lib/oci/service_catalog/service_catalog_client_composite_operations.rb +342 -0
  650. data/lib/oci/service_catalog/util.rb +3 -0
  651. data/lib/oci/version.rb +1 -1
  652. data/lib/oci/waas/models/access_rule.rb +1 -1
  653. data/lib/oci/waas/models/address_rate_limiting.rb +1 -1
  654. data/lib/oci/waas/models/block_challenge_settings.rb +1 -1
  655. data/lib/oci/waas/models/certificate.rb +36 -4
  656. data/lib/oci/waas/models/load_balancing_method.rb +3 -3
  657. data/lib/oci/waas/models/origin.rb +2 -2
  658. data/lib/oci/waas/redirect_client.rb +1 -1
  659. data/lib/oci/waas/waas_client.rb +1 -1
  660. metadata +428 -2
@@ -0,0 +1,190 @@
1
+ # Copyright (c) 2016, 2021, 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
+ require 'date'
5
+
6
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
7
+ module OCI
8
+ # Details of the SSH key that will be used. Required for source database Manual and UserManagerOci connection types.
9
+ # Not required for source container database connections.
10
+ #
11
+ class DatabaseMigration::Models::CreateSshDetails
12
+ # **[Required]** Name of the host the SSH key is valid for.
13
+ #
14
+ # @return [String]
15
+ attr_accessor :host
16
+
17
+ # **[Required]** Private SSH key string.
18
+ #
19
+ # @return [String]
20
+ attr_accessor :sshkey
21
+
22
+ # **[Required]** SSH user
23
+ #
24
+ # @return [String]
25
+ attr_accessor :user
26
+
27
+ # Sudo location
28
+ #
29
+ # @return [String]
30
+ attr_accessor :sudo_location
31
+
32
+ # Attribute mapping from ruby-style variable name to JSON key.
33
+ def self.attribute_map
34
+ {
35
+ # rubocop:disable Style/SymbolLiteral
36
+ 'host': :'host',
37
+ 'sshkey': :'sshkey',
38
+ 'user': :'user',
39
+ 'sudo_location': :'sudoLocation'
40
+ # rubocop:enable Style/SymbolLiteral
41
+ }
42
+ end
43
+
44
+ # Attribute type mapping.
45
+ def self.swagger_types
46
+ {
47
+ # rubocop:disable Style/SymbolLiteral
48
+ 'host': :'String',
49
+ 'sshkey': :'String',
50
+ 'user': :'String',
51
+ 'sudo_location': :'String'
52
+ # rubocop:enable Style/SymbolLiteral
53
+ }
54
+ end
55
+
56
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
57
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
58
+
59
+
60
+ # Initializes the object
61
+ # @param [Hash] attributes Model attributes in the form of hash
62
+ # @option attributes [String] :host The value to assign to the {#host} property
63
+ # @option attributes [String] :sshkey The value to assign to the {#sshkey} property
64
+ # @option attributes [String] :user The value to assign to the {#user} property
65
+ # @option attributes [String] :sudo_location The value to assign to the {#sudo_location} property
66
+ def initialize(attributes = {})
67
+ return unless attributes.is_a?(Hash)
68
+
69
+ # convert string to symbol for hash key
70
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
71
+
72
+ self.host = attributes[:'host'] if attributes[:'host']
73
+
74
+ self.sshkey = attributes[:'sshkey'] if attributes[:'sshkey']
75
+
76
+ self.user = attributes[:'user'] if attributes[:'user']
77
+
78
+ self.sudo_location = attributes[:'sudoLocation'] if attributes[:'sudoLocation']
79
+
80
+ raise 'You cannot provide both :sudoLocation and :sudo_location' if attributes.key?(:'sudoLocation') && attributes.key?(:'sudo_location')
81
+
82
+ self.sudo_location = attributes[:'sudo_location'] if attributes[:'sudo_location']
83
+ end
84
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
85
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
86
+
87
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
88
+
89
+
90
+ # Checks equality by comparing each attribute.
91
+ # @param [Object] other the other object to be compared
92
+ def ==(other)
93
+ return true if equal?(other)
94
+
95
+ self.class == other.class &&
96
+ host == other.host &&
97
+ sshkey == other.sshkey &&
98
+ user == other.user &&
99
+ sudo_location == other.sudo_location
100
+ end
101
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
102
+
103
+ # @see the `==` method
104
+ # @param [Object] other the other object to be compared
105
+ def eql?(other)
106
+ self == other
107
+ end
108
+
109
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
110
+
111
+
112
+ # Calculates hash code according to all attributes.
113
+ # @return [Fixnum] Hash code
114
+ def hash
115
+ [host, sshkey, user, sudo_location].hash
116
+ end
117
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
118
+
119
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
120
+
121
+
122
+ # Builds the object from hash
123
+ # @param [Hash] attributes Model attributes in the form of hash
124
+ # @return [Object] Returns the model itself
125
+ def build_from_hash(attributes)
126
+ return nil unless attributes.is_a?(Hash)
127
+
128
+ self.class.swagger_types.each_pair do |key, type|
129
+ if type =~ /^Array<(.*)>/i
130
+ # check to ensure the input is an array given that the the attribute
131
+ # is documented as an array but the input is not
132
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
133
+ public_method("#{key}=").call(
134
+ attributes[self.class.attribute_map[key]]
135
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
136
+ )
137
+ end
138
+ elsif !attributes[self.class.attribute_map[key]].nil?
139
+ public_method("#{key}=").call(
140
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
141
+ )
142
+ end
143
+ # or else data not found in attributes(hash), not an issue as the data can be optional
144
+ end
145
+
146
+ self
147
+ end
148
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
149
+
150
+ # Returns the string representation of the object
151
+ # @return [String] String presentation of the object
152
+ def to_s
153
+ to_hash.to_s
154
+ end
155
+
156
+ # Returns the object in the form of hash
157
+ # @return [Hash] Returns the object in the form of hash
158
+ def to_hash
159
+ hash = {}
160
+ self.class.attribute_map.each_pair do |attr, param|
161
+ value = public_method(attr).call
162
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
163
+
164
+ hash[param] = _to_hash(value)
165
+ end
166
+ hash
167
+ end
168
+
169
+ private
170
+
171
+ # Outputs non-array value in the form of hash
172
+ # For object, use to_hash. Otherwise, just return the value
173
+ # @param [Object] value Any valid value
174
+ # @return [Hash] Returns the value in the form of hash
175
+ def _to_hash(value)
176
+ if value.is_a?(Array)
177
+ value.compact.map { |v| _to_hash(v) }
178
+ elsif value.is_a?(Hash)
179
+ {}.tap do |hash|
180
+ value.each { |k, v| hash[k] = _to_hash(v) }
181
+ end
182
+ elsif value.respond_to? :to_hash
183
+ value.to_hash
184
+ else
185
+ value
186
+ end
187
+ end
188
+ end
189
+ end
190
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
@@ -0,0 +1,186 @@
1
+ # Copyright (c) 2016, 2021, 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
+ require 'date'
5
+
6
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
7
+ module OCI
8
+ # OCI Vault details to store migration and connection credentials secrets
9
+ #
10
+ class DatabaseMigration::Models::CreateVaultDetails
11
+ # **[Required]** OCID of the compartment where the secret containing the credentials will be created.
12
+ #
13
+ # @return [String]
14
+ attr_accessor :compartment_id
15
+
16
+ # **[Required]** OCID of the vault
17
+ #
18
+ # @return [String]
19
+ attr_accessor :vault_id
20
+
21
+ # **[Required]** OCID of the vault encryption key
22
+ #
23
+ # @return [String]
24
+ attr_accessor :key_id
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ # rubocop:disable Style/SymbolLiteral
30
+ 'compartment_id': :'compartmentId',
31
+ 'vault_id': :'vaultId',
32
+ 'key_id': :'keyId'
33
+ # rubocop:enable Style/SymbolLiteral
34
+ }
35
+ end
36
+
37
+ # Attribute type mapping.
38
+ def self.swagger_types
39
+ {
40
+ # rubocop:disable Style/SymbolLiteral
41
+ 'compartment_id': :'String',
42
+ 'vault_id': :'String',
43
+ 'key_id': :'String'
44
+ # rubocop:enable Style/SymbolLiteral
45
+ }
46
+ end
47
+
48
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
49
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
50
+
51
+
52
+ # Initializes the object
53
+ # @param [Hash] attributes Model attributes in the form of hash
54
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
55
+ # @option attributes [String] :vault_id The value to assign to the {#vault_id} property
56
+ # @option attributes [String] :key_id The value to assign to the {#key_id} property
57
+ def initialize(attributes = {})
58
+ return unless attributes.is_a?(Hash)
59
+
60
+ # convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
62
+
63
+ self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']
64
+
65
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
66
+
67
+ self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']
68
+
69
+ self.vault_id = attributes[:'vaultId'] if attributes[:'vaultId']
70
+
71
+ raise 'You cannot provide both :vaultId and :vault_id' if attributes.key?(:'vaultId') && attributes.key?(:'vault_id')
72
+
73
+ self.vault_id = attributes[:'vault_id'] if attributes[:'vault_id']
74
+
75
+ self.key_id = attributes[:'keyId'] if attributes[:'keyId']
76
+
77
+ raise 'You cannot provide both :keyId and :key_id' if attributes.key?(:'keyId') && attributes.key?(:'key_id')
78
+
79
+ self.key_id = attributes[:'key_id'] if attributes[:'key_id']
80
+ end
81
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
82
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
83
+
84
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
85
+
86
+
87
+ # Checks equality by comparing each attribute.
88
+ # @param [Object] other the other object to be compared
89
+ def ==(other)
90
+ return true if equal?(other)
91
+
92
+ self.class == other.class &&
93
+ compartment_id == other.compartment_id &&
94
+ vault_id == other.vault_id &&
95
+ key_id == other.key_id
96
+ end
97
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
98
+
99
+ # @see the `==` method
100
+ # @param [Object] other the other object to be compared
101
+ def eql?(other)
102
+ self == other
103
+ end
104
+
105
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
106
+
107
+
108
+ # Calculates hash code according to all attributes.
109
+ # @return [Fixnum] Hash code
110
+ def hash
111
+ [compartment_id, vault_id, key_id].hash
112
+ end
113
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
114
+
115
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
116
+
117
+
118
+ # Builds the object from hash
119
+ # @param [Hash] attributes Model attributes in the form of hash
120
+ # @return [Object] Returns the model itself
121
+ def build_from_hash(attributes)
122
+ return nil unless attributes.is_a?(Hash)
123
+
124
+ self.class.swagger_types.each_pair do |key, type|
125
+ if type =~ /^Array<(.*)>/i
126
+ # check to ensure the input is an array given that the the attribute
127
+ # is documented as an array but the input is not
128
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
129
+ public_method("#{key}=").call(
130
+ attributes[self.class.attribute_map[key]]
131
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
132
+ )
133
+ end
134
+ elsif !attributes[self.class.attribute_map[key]].nil?
135
+ public_method("#{key}=").call(
136
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
137
+ )
138
+ end
139
+ # or else data not found in attributes(hash), not an issue as the data can be optional
140
+ end
141
+
142
+ self
143
+ end
144
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
145
+
146
+ # Returns the string representation of the object
147
+ # @return [String] String presentation of the object
148
+ def to_s
149
+ to_hash.to_s
150
+ end
151
+
152
+ # Returns the object in the form of hash
153
+ # @return [Hash] Returns the object in the form of hash
154
+ def to_hash
155
+ hash = {}
156
+ self.class.attribute_map.each_pair do |attr, param|
157
+ value = public_method(attr).call
158
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
159
+
160
+ hash[param] = _to_hash(value)
161
+ end
162
+ hash
163
+ end
164
+
165
+ private
166
+
167
+ # Outputs non-array value in the form of hash
168
+ # For object, use to_hash. Otherwise, just return the value
169
+ # @param [Object] value Any valid value
170
+ # @return [Hash] Returns the value in the form of hash
171
+ def _to_hash(value)
172
+ if value.is_a?(Array)
173
+ value.compact.map { |v| _to_hash(v) }
174
+ elsif value.is_a?(Hash)
175
+ {}.tap do |hash|
176
+ value.each { |k, v| hash[k] = _to_hash(v) }
177
+ end
178
+ elsif value.respond_to? :to_hash
179
+ value.to_hash
180
+ else
181
+ value
182
+ end
183
+ end
184
+ end
185
+ end
186
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
@@ -0,0 +1,11 @@
1
+ # Copyright (c) 2016, 2021, 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
+ module OCI
5
+ module DatabaseMigration::Models
6
+ DATA_PUMP_ESTIMATE_ENUM = [
7
+ DATA_PUMP_ESTIMATE_BLOCKS = 'BLOCKS'.freeze,
8
+ DATA_PUMP_ESTIMATE_STATISTICS = 'STATISTICS'.freeze
9
+ ].freeze
10
+ end
11
+ end
@@ -0,0 +1,12 @@
1
+ # Copyright (c) 2016, 2021, 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
+ module OCI
5
+ module DatabaseMigration::Models
6
+ DATA_PUMP_EXCLUDE_PARAMETERS_ENUM = [
7
+ DATA_PUMP_EXCLUDE_PARAMETERS_INDEX = 'INDEX'.freeze,
8
+ DATA_PUMP_EXCLUDE_PARAMETERS_MATERIALIZED_VIEW = 'MATERIALIZED_VIEW'.freeze,
9
+ DATA_PUMP_EXCLUDE_PARAMETERS_MATERIALIZED_VIEW_LOG = 'MATERIALIZED_VIEW_LOG'.freeze
10
+ ].freeze
11
+ end
12
+ end
@@ -0,0 +1,14 @@
1
+ # Copyright (c) 2016, 2021, 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
+ module OCI
5
+ module DatabaseMigration::Models
6
+ DATA_PUMP_JOB_MODE_ENUM = [
7
+ DATA_PUMP_JOB_MODE_FULL = 'FULL'.freeze,
8
+ DATA_PUMP_JOB_MODE_SCHEMA = 'SCHEMA'.freeze,
9
+ DATA_PUMP_JOB_MODE_TABLE = 'TABLE'.freeze,
10
+ DATA_PUMP_JOB_MODE_TABLESPACE = 'TABLESPACE'.freeze,
11
+ DATA_PUMP_JOB_MODE_TRANSPORTABLE = 'TRANSPORTABLE'.freeze
12
+ ].freeze
13
+ end
14
+ end
@@ -0,0 +1,274 @@
1
+ # Copyright (c) 2016, 2021, 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
+ require 'date'
5
+ require 'logger'
6
+
7
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
8
+ module OCI
9
+ # Optional parameters for Data Pump Export and Import. Refer to [Configuring Optional Initial Load Advanced Settings](https://docs.us.oracle.com/en/cloud/paas/database-migration/dmsus/working-migration-resources.html#GUID-24BD3054-FDF8-48FF-8492-636C1D4B71ED)
10
+ #
11
+ class DatabaseMigration::Models::DataPumpParameters
12
+ ESTIMATE_ENUM = [
13
+ ESTIMATE_BLOCKS = 'BLOCKS'.freeze,
14
+ ESTIMATE_STATISTICS = 'STATISTICS'.freeze,
15
+ ESTIMATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
16
+ ].freeze
17
+
18
+ TABLE_EXISTS_ACTION_ENUM = [
19
+ TABLE_EXISTS_ACTION_TRUNCATE = 'TRUNCATE'.freeze,
20
+ TABLE_EXISTS_ACTION_REPLACE = 'REPLACE'.freeze,
21
+ TABLE_EXISTS_ACTION_APPEND = 'APPEND'.freeze,
22
+ TABLE_EXISTS_ACTION_SKIP = 'SKIP'.freeze,
23
+ TABLE_EXISTS_ACTION_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
24
+ ].freeze
25
+
26
+ # Set to false to force Data Pump worker processes to run on one instance.
27
+ #
28
+ # @return [BOOLEAN]
29
+ attr_accessor :is_cluster
30
+
31
+ # Estimate size of dumps that will be generated.
32
+ #
33
+ # @return [String]
34
+ attr_reader :estimate
35
+
36
+ # IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
37
+ #
38
+ # @return [String]
39
+ attr_reader :table_exists_action
40
+
41
+ # Exclude paratemers for Export and Import.
42
+ #
43
+ # @return [Array<OCI::DatabaseMigration::Models::DataPumpExcludeParameters>]
44
+ attr_accessor :exclude_parameters
45
+
46
+ # Maximum number of worker processes that can be used for a Data Pump Import job.
47
+ # For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
48
+ #
49
+ # @return [Integer]
50
+ attr_accessor :import_parallelism_degree
51
+
52
+ # Maximum number of worker processes that can be used for a Data Pump Export job.
53
+ #
54
+ # @return [Integer]
55
+ attr_accessor :export_parallelism_degree
56
+
57
+ # Attribute mapping from ruby-style variable name to JSON key.
58
+ def self.attribute_map
59
+ {
60
+ # rubocop:disable Style/SymbolLiteral
61
+ 'is_cluster': :'isCluster',
62
+ 'estimate': :'estimate',
63
+ 'table_exists_action': :'tableExistsAction',
64
+ 'exclude_parameters': :'excludeParameters',
65
+ 'import_parallelism_degree': :'importParallelismDegree',
66
+ 'export_parallelism_degree': :'exportParallelismDegree'
67
+ # rubocop:enable Style/SymbolLiteral
68
+ }
69
+ end
70
+
71
+ # Attribute type mapping.
72
+ def self.swagger_types
73
+ {
74
+ # rubocop:disable Style/SymbolLiteral
75
+ 'is_cluster': :'BOOLEAN',
76
+ 'estimate': :'String',
77
+ 'table_exists_action': :'String',
78
+ 'exclude_parameters': :'Array<OCI::DatabaseMigration::Models::DataPumpExcludeParameters>',
79
+ 'import_parallelism_degree': :'Integer',
80
+ 'export_parallelism_degree': :'Integer'
81
+ # rubocop:enable Style/SymbolLiteral
82
+ }
83
+ end
84
+
85
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
86
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
87
+
88
+
89
+ # Initializes the object
90
+ # @param [Hash] attributes Model attributes in the form of hash
91
+ # @option attributes [BOOLEAN] :is_cluster The value to assign to the {#is_cluster} property
92
+ # @option attributes [String] :estimate The value to assign to the {#estimate} property
93
+ # @option attributes [String] :table_exists_action The value to assign to the {#table_exists_action} property
94
+ # @option attributes [Array<OCI::DatabaseMigration::Models::DataPumpExcludeParameters>] :exclude_parameters The value to assign to the {#exclude_parameters} property
95
+ # @option attributes [Integer] :import_parallelism_degree The value to assign to the {#import_parallelism_degree} property
96
+ # @option attributes [Integer] :export_parallelism_degree The value to assign to the {#export_parallelism_degree} property
97
+ def initialize(attributes = {})
98
+ return unless attributes.is_a?(Hash)
99
+
100
+ # convert string to symbol for hash key
101
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
102
+
103
+ self.is_cluster = attributes[:'isCluster'] unless attributes[:'isCluster'].nil?
104
+ self.is_cluster = true if is_cluster.nil? && !attributes.key?(:'isCluster') # rubocop:disable Style/StringLiterals
105
+
106
+ raise 'You cannot provide both :isCluster and :is_cluster' if attributes.key?(:'isCluster') && attributes.key?(:'is_cluster')
107
+
108
+ self.is_cluster = attributes[:'is_cluster'] unless attributes[:'is_cluster'].nil?
109
+ self.is_cluster = true if is_cluster.nil? && !attributes.key?(:'isCluster') && !attributes.key?(:'is_cluster') # rubocop:disable Style/StringLiterals
110
+
111
+ self.estimate = attributes[:'estimate'] if attributes[:'estimate']
112
+ self.estimate = "STATISTICS" if estimate.nil? && !attributes.key?(:'estimate') # rubocop:disable Style/StringLiterals
113
+
114
+ self.table_exists_action = attributes[:'tableExistsAction'] if attributes[:'tableExistsAction']
115
+ self.table_exists_action = "SKIP" if table_exists_action.nil? && !attributes.key?(:'tableExistsAction') # rubocop:disable Style/StringLiterals
116
+
117
+ raise 'You cannot provide both :tableExistsAction and :table_exists_action' if attributes.key?(:'tableExistsAction') && attributes.key?(:'table_exists_action')
118
+
119
+ self.table_exists_action = attributes[:'table_exists_action'] if attributes[:'table_exists_action']
120
+ self.table_exists_action = "SKIP" if table_exists_action.nil? && !attributes.key?(:'tableExistsAction') && !attributes.key?(:'table_exists_action') # rubocop:disable Style/StringLiterals
121
+
122
+ self.exclude_parameters = attributes[:'excludeParameters'] if attributes[:'excludeParameters']
123
+
124
+ raise 'You cannot provide both :excludeParameters and :exclude_parameters' if attributes.key?(:'excludeParameters') && attributes.key?(:'exclude_parameters')
125
+
126
+ self.exclude_parameters = attributes[:'exclude_parameters'] if attributes[:'exclude_parameters']
127
+
128
+ self.import_parallelism_degree = attributes[:'importParallelismDegree'] if attributes[:'importParallelismDegree']
129
+
130
+ raise 'You cannot provide both :importParallelismDegree and :import_parallelism_degree' if attributes.key?(:'importParallelismDegree') && attributes.key?(:'import_parallelism_degree')
131
+
132
+ self.import_parallelism_degree = attributes[:'import_parallelism_degree'] if attributes[:'import_parallelism_degree']
133
+
134
+ self.export_parallelism_degree = attributes[:'exportParallelismDegree'] if attributes[:'exportParallelismDegree']
135
+
136
+ raise 'You cannot provide both :exportParallelismDegree and :export_parallelism_degree' if attributes.key?(:'exportParallelismDegree') && attributes.key?(:'export_parallelism_degree')
137
+
138
+ self.export_parallelism_degree = attributes[:'export_parallelism_degree'] if attributes[:'export_parallelism_degree']
139
+ end
140
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
141
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
142
+
143
+ # Custom attribute writer method checking allowed values (enum).
144
+ # @param [Object] estimate Object to be assigned
145
+ def estimate=(estimate)
146
+ # rubocop:disable Style/ConditionalAssignment
147
+ if estimate && !ESTIMATE_ENUM.include?(estimate)
148
+ OCI.logger.debug("Unknown value for 'estimate' [" + estimate + "]. Mapping to 'ESTIMATE_UNKNOWN_ENUM_VALUE'") if OCI.logger
149
+ @estimate = ESTIMATE_UNKNOWN_ENUM_VALUE
150
+ else
151
+ @estimate = estimate
152
+ end
153
+ # rubocop:enable Style/ConditionalAssignment
154
+ end
155
+
156
+ # Custom attribute writer method checking allowed values (enum).
157
+ # @param [Object] table_exists_action Object to be assigned
158
+ def table_exists_action=(table_exists_action)
159
+ # rubocop:disable Style/ConditionalAssignment
160
+ if table_exists_action && !TABLE_EXISTS_ACTION_ENUM.include?(table_exists_action)
161
+ OCI.logger.debug("Unknown value for 'table_exists_action' [" + table_exists_action + "]. Mapping to 'TABLE_EXISTS_ACTION_UNKNOWN_ENUM_VALUE'") if OCI.logger
162
+ @table_exists_action = TABLE_EXISTS_ACTION_UNKNOWN_ENUM_VALUE
163
+ else
164
+ @table_exists_action = table_exists_action
165
+ end
166
+ # rubocop:enable Style/ConditionalAssignment
167
+ end
168
+
169
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
170
+
171
+
172
+ # Checks equality by comparing each attribute.
173
+ # @param [Object] other the other object to be compared
174
+ def ==(other)
175
+ return true if equal?(other)
176
+
177
+ self.class == other.class &&
178
+ is_cluster == other.is_cluster &&
179
+ estimate == other.estimate &&
180
+ table_exists_action == other.table_exists_action &&
181
+ exclude_parameters == other.exclude_parameters &&
182
+ import_parallelism_degree == other.import_parallelism_degree &&
183
+ export_parallelism_degree == other.export_parallelism_degree
184
+ end
185
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
186
+
187
+ # @see the `==` method
188
+ # @param [Object] other the other object to be compared
189
+ def eql?(other)
190
+ self == other
191
+ end
192
+
193
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
194
+
195
+
196
+ # Calculates hash code according to all attributes.
197
+ # @return [Fixnum] Hash code
198
+ def hash
199
+ [is_cluster, estimate, table_exists_action, exclude_parameters, import_parallelism_degree, export_parallelism_degree].hash
200
+ end
201
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
202
+
203
+ # rubocop:disable Metrics/AbcSize, Layout/EmptyLines
204
+
205
+
206
+ # Builds the object from hash
207
+ # @param [Hash] attributes Model attributes in the form of hash
208
+ # @return [Object] Returns the model itself
209
+ def build_from_hash(attributes)
210
+ return nil unless attributes.is_a?(Hash)
211
+
212
+ self.class.swagger_types.each_pair do |key, type|
213
+ if type =~ /^Array<(.*)>/i
214
+ # check to ensure the input is an array given that the the attribute
215
+ # is documented as an array but the input is not
216
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
217
+ public_method("#{key}=").call(
218
+ attributes[self.class.attribute_map[key]]
219
+ .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
220
+ )
221
+ end
222
+ elsif !attributes[self.class.attribute_map[key]].nil?
223
+ public_method("#{key}=").call(
224
+ OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
225
+ )
226
+ end
227
+ # or else data not found in attributes(hash), not an issue as the data can be optional
228
+ end
229
+
230
+ self
231
+ end
232
+ # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
233
+
234
+ # Returns the string representation of the object
235
+ # @return [String] String presentation of the object
236
+ def to_s
237
+ to_hash.to_s
238
+ end
239
+
240
+ # Returns the object in the form of hash
241
+ # @return [Hash] Returns the object in the form of hash
242
+ def to_hash
243
+ hash = {}
244
+ self.class.attribute_map.each_pair do |attr, param|
245
+ value = public_method(attr).call
246
+ next if value.nil? && !instance_variable_defined?("@#{attr}")
247
+
248
+ hash[param] = _to_hash(value)
249
+ end
250
+ hash
251
+ end
252
+
253
+ private
254
+
255
+ # Outputs non-array value in the form of hash
256
+ # For object, use to_hash. Otherwise, just return the value
257
+ # @param [Object] value Any valid value
258
+ # @return [Hash] Returns the value in the form of hash
259
+ def _to_hash(value)
260
+ if value.is_a?(Array)
261
+ value.compact.map { |v| _to_hash(v) }
262
+ elsif value.is_a?(Hash)
263
+ {}.tap do |hash|
264
+ value.each { |k, v| hash[k] = _to_hash(v) }
265
+ end
266
+ elsif value.respond_to? :to_hash
267
+ value.to_hash
268
+ else
269
+ value
270
+ end
271
+ end
272
+ end
273
+ end
274
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength