oci 2.17.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2577) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/lib/oci/adm/adm.rb +50 -0
  4. data/lib/oci/adm/application_dependency_management_client.rb +1329 -0
  5. data/lib/oci/adm/application_dependency_management_client_composite_operations.rb +352 -0
  6. data/lib/oci/adm/models/action_type.rb +15 -0
  7. data/lib/oci/adm/models/application_dependency.rb +178 -0
  8. data/lib/oci/adm/models/application_dependency_vulnerability_collection.rb +152 -0
  9. data/lib/oci/adm/models/application_dependency_vulnerability_summary.rb +205 -0
  10. data/lib/oci/adm/models/change_knowledge_base_compartment_details.rb +154 -0
  11. data/lib/oci/adm/models/change_vulnerability_audit_compartment_details.rb +154 -0
  12. data/lib/oci/adm/models/create_knowledge_base_details.rb +200 -0
  13. data/lib/oci/adm/models/create_vulnerability_audit_details.rb +251 -0
  14. data/lib/oci/adm/models/knowledge_base.rb +293 -0
  15. data/lib/oci/adm/models/knowledge_base_collection.rb +150 -0
  16. data/lib/oci/adm/models/knowledge_base_summary.rb +268 -0
  17. data/lib/oci/adm/models/operation_status.rb +16 -0
  18. data/lib/oci/adm/models/operation_type.rb +13 -0
  19. data/lib/oci/adm/models/sort_order.rb +11 -0
  20. data/lib/oci/adm/models/update_knowledge_base_details.rb +186 -0
  21. data/lib/oci/adm/models/update_vulnerability_audit_details.rb +186 -0
  22. data/lib/oci/adm/models/vulnerability.rb +195 -0
  23. data/lib/oci/adm/models/vulnerability_audit.rb +414 -0
  24. data/lib/oci/adm/models/vulnerability_audit_collection.rb +150 -0
  25. data/lib/oci/adm/models/vulnerability_audit_configuration.rb +184 -0
  26. data/lib/oci/adm/models/vulnerability_audit_summary.rb +352 -0
  27. data/lib/oci/adm/models/work_request.rb +309 -0
  28. data/lib/oci/adm/models/work_request_error.rb +173 -0
  29. data/lib/oci/adm/models/work_request_error_collection.rb +150 -0
  30. data/lib/oci/adm/models/work_request_log_entry.rb +160 -0
  31. data/lib/oci/adm/models/work_request_log_entry_collection.rb +150 -0
  32. data/lib/oci/adm/models/work_request_resource.rb +230 -0
  33. data/lib/oci/adm/models/work_request_resource_metadata_key.rb +10 -0
  34. data/lib/oci/adm/models/work_request_summary.rb +341 -0
  35. data/lib/oci/adm/models/work_request_summary_collection.rb +150 -0
  36. data/lib/oci/adm/util.rb +3 -0
  37. data/lib/oci/ai_speech/ai_service_speech_client.rb +715 -0
  38. data/lib/oci/ai_speech/ai_service_speech_client_composite_operations.rb +104 -0
  39. data/lib/oci/ai_speech/ai_speech.rb +40 -0
  40. data/lib/oci/ai_speech/models/audio_format_details.rb +188 -0
  41. data/lib/oci/ai_speech/models/change_transcription_job_compartment_details.rb +156 -0
  42. data/lib/oci/ai_speech/models/create_transcription_job_details.rb +293 -0
  43. data/lib/oci/ai_speech/models/input_location.rb +192 -0
  44. data/lib/oci/ai_speech/models/object_list_file_input_location.rb +162 -0
  45. data/lib/oci/ai_speech/models/object_list_inline_input_location.rb +162 -0
  46. data/lib/oci/ai_speech/models/object_location.rb +182 -0
  47. data/lib/oci/ai_speech/models/output_location.rb +178 -0
  48. data/lib/oci/ai_speech/models/profanity_transcription_filter.rb +182 -0
  49. data/lib/oci/ai_speech/models/sort_order.rb +11 -0
  50. data/lib/oci/ai_speech/models/transcription_filter.rb +186 -0
  51. data/lib/oci/ai_speech/models/transcription_job.rb +504 -0
  52. data/lib/oci/ai_speech/models/transcription_job_collection.rb +150 -0
  53. data/lib/oci/ai_speech/models/transcription_job_summary.rb +366 -0
  54. data/lib/oci/ai_speech/models/transcription_model_details.rb +206 -0
  55. data/lib/oci/ai_speech/models/transcription_normalization.rb +166 -0
  56. data/lib/oci/ai_speech/models/transcription_task.rb +351 -0
  57. data/lib/oci/ai_speech/models/transcription_task_collection.rb +150 -0
  58. data/lib/oci/ai_speech/models/transcription_task_summary.rb +262 -0
  59. data/lib/oci/ai_speech/models/update_transcription_job_details.rb +196 -0
  60. data/lib/oci/ai_speech/util.rb +3 -0
  61. data/lib/oci/ai_vision/ai_service_vision_client.rb +49 -49
  62. data/lib/oci/ai_vision/ai_service_vision_client_composite_operations.rb +10 -10
  63. data/lib/oci/ai_vision/models/analyze_document_details.rb +4 -4
  64. data/lib/oci/ai_vision/models/analyze_document_result.rb +9 -9
  65. data/lib/oci/ai_vision/models/analyze_image_details.rb +3 -3
  66. data/lib/oci/ai_vision/models/analyze_image_result.rb +8 -8
  67. data/lib/oci/ai_vision/models/bounding_polygon.rb +2 -2
  68. data/lib/oci/ai_vision/models/cell.rb +5 -5
  69. data/lib/oci/ai_vision/models/change_model_compartment_details.rb +1 -1
  70. data/lib/oci/ai_vision/models/create_document_job_details.rb +6 -6
  71. data/lib/oci/ai_vision/models/create_image_job_details.rb +5 -5
  72. data/lib/oci/ai_vision/models/create_model_details.rb +12 -12
  73. data/lib/oci/ai_vision/models/create_project_details.rb +7 -7
  74. data/lib/oci/ai_vision/models/data_science_labeling_dataset.rb +1 -1
  75. data/lib/oci/ai_vision/models/dataset.rb +1 -1
  76. data/lib/oci/ai_vision/models/detected_document_type.rb +3 -3
  77. data/lib/oci/ai_vision/models/detected_language.rb +3 -3
  78. data/lib/oci/ai_vision/models/dimensions.rb +4 -4
  79. data/lib/oci/ai_vision/models/document_classification_feature.rb +2 -2
  80. data/lib/oci/ai_vision/models/document_details.rb +4 -4
  81. data/lib/oci/ai_vision/models/document_feature.rb +3 -3
  82. data/lib/oci/ai_vision/models/document_field.rb +1 -1
  83. data/lib/oci/ai_vision/models/document_job.rb +12 -12
  84. data/lib/oci/ai_vision/models/document_metadata.rb +3 -3
  85. data/lib/oci/ai_vision/models/document_text_detection_feature.rb +1 -1
  86. data/lib/oci/ai_vision/models/field_label.rb +3 -3
  87. data/lib/oci/ai_vision/models/field_name.rb +4 -4
  88. data/lib/oci/ai_vision/models/field_value.rb +5 -5
  89. data/lib/oci/ai_vision/models/image_classification_feature.rb +2 -2
  90. data/lib/oci/ai_vision/models/image_details.rb +4 -4
  91. data/lib/oci/ai_vision/models/image_feature.rb +3 -3
  92. data/lib/oci/ai_vision/models/image_job.rb +10 -10
  93. data/lib/oci/ai_vision/models/image_object.rb +3 -3
  94. data/lib/oci/ai_vision/models/image_object_detection_feature.rb +2 -2
  95. data/lib/oci/ai_vision/models/image_text.rb +3 -3
  96. data/lib/oci/ai_vision/models/image_text_detection_feature.rb +2 -2
  97. data/lib/oci/ai_vision/models/inline_document_details.rb +2 -2
  98. data/lib/oci/ai_vision/models/inline_image_details.rb +2 -2
  99. data/lib/oci/ai_vision/models/input_location.rb +3 -3
  100. data/lib/oci/ai_vision/models/label.rb +3 -3
  101. data/lib/oci/ai_vision/models/line.rb +4 -4
  102. data/lib/oci/ai_vision/models/model.rb +20 -20
  103. data/lib/oci/ai_vision/models/model_collection.rb +2 -2
  104. data/lib/oci/ai_vision/models/model_summary.rb +12 -12
  105. data/lib/oci/ai_vision/models/normalized_vertex.rb +2 -2
  106. data/lib/oci/ai_vision/models/object_list_inline_input_location.rb +1 -1
  107. data/lib/oci/ai_vision/models/object_location.rb +3 -3
  108. data/lib/oci/ai_vision/models/object_storage_dataset.rb +1 -1
  109. data/lib/oci/ai_vision/models/object_storage_document_details.rb +3 -3
  110. data/lib/oci/ai_vision/models/object_storage_image_details.rb +4 -4
  111. data/lib/oci/ai_vision/models/ontology_class.rb +3 -3
  112. data/lib/oci/ai_vision/models/output_location.rb +4 -4
  113. data/lib/oci/ai_vision/models/page.rb +5 -5
  114. data/lib/oci/ai_vision/models/processing_error.rb +3 -3
  115. data/lib/oci/ai_vision/models/project.rb +10 -10
  116. data/lib/oci/ai_vision/models/project_collection.rb +1 -1
  117. data/lib/oci/ai_vision/models/project_summary.rb +9 -9
  118. data/lib/oci/ai_vision/models/table.rb +7 -7
  119. data/lib/oci/ai_vision/models/table_row.rb +1 -1
  120. data/lib/oci/ai_vision/models/update_model_details.rb +6 -6
  121. data/lib/oci/ai_vision/models/update_project_details.rb +6 -6
  122. data/lib/oci/ai_vision/models/value_array.rb +1 -1
  123. data/lib/oci/ai_vision/models/value_date.rb +2 -2
  124. data/lib/oci/ai_vision/models/value_integer.rb +2 -2
  125. data/lib/oci/ai_vision/models/value_number.rb +2 -2
  126. data/lib/oci/ai_vision/models/value_phone_number.rb +2 -2
  127. data/lib/oci/ai_vision/models/value_string.rb +2 -2
  128. data/lib/oci/ai_vision/models/value_time.rb +2 -2
  129. data/lib/oci/ai_vision/models/word.rb +2 -2
  130. data/lib/oci/ai_vision/models/work_request.rb +5 -5
  131. data/lib/oci/ai_vision/models/work_request_error.rb +1 -1
  132. data/lib/oci/ai_vision/models/work_request_error_collection.rb +2 -2
  133. data/lib/oci/ai_vision/models/work_request_log_entry.rb +1 -1
  134. data/lib/oci/ai_vision/models/work_request_log_entry_collection.rb +2 -2
  135. data/lib/oci/ai_vision/models/work_request_resource.rb +4 -4
  136. data/lib/oci/ai_vision/models/work_request_summary.rb +7 -7
  137. data/lib/oci/ai_vision/models/work_request_summary_collection.rb +2 -2
  138. data/lib/oci/analytics/analytics.rb +1 -0
  139. data/lib/oci/analytics/analytics_client.rb +73 -0
  140. data/lib/oci/analytics/analytics_client_composite_operations.rb +52 -0
  141. data/lib/oci/analytics/models/analytics_instance.rb +16 -1
  142. data/lib/oci/analytics/models/create_analytics_instance_details.rb +19 -4
  143. data/lib/oci/analytics/models/set_kms_key_details.rb +156 -0
  144. data/lib/oci/analytics/models/work_request.rb +1 -0
  145. data/lib/oci/analytics/models/work_request_operation_type.rb +2 -1
  146. data/lib/oci/analytics/models/work_request_summary.rb +1 -0
  147. data/lib/oci/apigateway/apigateway.rb +24 -0
  148. data/lib/oci/apigateway/models/api_specification_request_policies.rb +17 -4
  149. data/lib/oci/apigateway/models/change_subscriber_compartment_details.rb +156 -0
  150. data/lib/oci/apigateway/models/change_usage_plan_compartment_details.rb +156 -0
  151. data/lib/oci/apigateway/models/client.rb +160 -0
  152. data/lib/oci/apigateway/models/client_summary.rb +150 -0
  153. data/lib/oci/apigateway/models/create_deployment_details.rb +1 -0
  154. data/lib/oci/apigateway/models/create_subscriber_details.rb +238 -0
  155. data/lib/oci/apigateway/models/create_usage_plan_details.rb +223 -0
  156. data/lib/oci/apigateway/models/deployment.rb +1 -0
  157. data/lib/oci/apigateway/models/entitlement.rb +197 -0
  158. data/lib/oci/apigateway/models/entitlement_summary.rb +186 -0
  159. data/lib/oci/apigateway/models/entitlement_target.rb +157 -0
  160. data/lib/oci/apigateway/models/quota.rb +257 -0
  161. data/lib/oci/apigateway/models/rate_limit.rb +183 -0
  162. data/lib/oci/apigateway/models/subscriber.rb +333 -0
  163. data/lib/oci/apigateway/models/subscriber_collection.rb +150 -0
  164. data/lib/oci/apigateway/models/subscriber_summary.rb +308 -0
  165. data/lib/oci/apigateway/models/update_subscriber_details.rb +222 -0
  166. data/lib/oci/apigateway/models/update_usage_plan_details.rb +207 -0
  167. data/lib/oci/apigateway/models/usage_plan.rb +318 -0
  168. data/lib/oci/apigateway/models/usage_plan_collection.rb +150 -0
  169. data/lib/oci/apigateway/models/usage_plan_summary.rb +293 -0
  170. data/lib/oci/apigateway/models/usage_plans_policy.rb +160 -0
  171. data/lib/oci/apigateway/models/work_request.rb +6 -0
  172. data/lib/oci/apigateway/subscribers_client.rb +503 -0
  173. data/lib/oci/apigateway/subscribers_client_composite_operations.rb +223 -0
  174. data/lib/oci/apigateway/usage_plans_client.rb +503 -0
  175. data/lib/oci/apigateway/usage_plans_client_composite_operations.rb +223 -0
  176. data/lib/oci/apm_config/apm_config.rb +11 -0
  177. data/lib/oci/apm_config/config_client.rb +203 -0
  178. data/lib/oci/apm_config/models/apdex.rb +1 -1
  179. data/lib/oci/apm_config/models/apdex_rules.rb +1 -1
  180. data/lib/oci/apm_config/models/apdex_rules_summary.rb +1 -1
  181. data/lib/oci/apm_config/models/config.rb +2 -0
  182. data/lib/oci/apm_config/models/config_summary.rb +2 -0
  183. data/lib/oci/apm_config/models/config_types.rb +2 -1
  184. data/lib/oci/apm_config/models/create_apdex_rules_details.rb +1 -1
  185. data/lib/oci/apm_config/models/create_config_details.rb +3 -1
  186. data/lib/oci/apm_config/models/create_metric_group_details.rb +1 -1
  187. data/lib/oci/apm_config/models/create_options_details.rb +201 -0
  188. data/lib/oci/apm_config/models/create_span_filter_details.rb +1 -1
  189. data/lib/oci/apm_config/models/metric_group.rb +1 -1
  190. data/lib/oci/apm_config/models/metric_group_summary.rb +1 -1
  191. data/lib/oci/apm_config/models/metric_types.rb +11 -0
  192. data/lib/oci/apm_config/models/namespace.rb +151 -0
  193. data/lib/oci/apm_config/models/namespace_collection.rb +150 -0
  194. data/lib/oci/apm_config/models/namespace_metric.rb +190 -0
  195. data/lib/oci/apm_config/models/namespace_metric_collection.rb +150 -0
  196. data/lib/oci/apm_config/models/options.rb +213 -0
  197. data/lib/oci/apm_config/models/options_summary.rb +213 -0
  198. data/lib/oci/apm_config/models/retrieve_namespace_metrics_details.rb +150 -0
  199. data/lib/oci/apm_config/models/span_filter.rb +1 -1
  200. data/lib/oci/apm_config/models/span_filter_summary.rb +1 -1
  201. data/lib/oci/apm_config/models/update_apdex_rules_details.rb +1 -1
  202. data/lib/oci/apm_config/models/update_config_details.rb +3 -1
  203. data/lib/oci/apm_config/models/update_metric_group_details.rb +1 -1
  204. data/lib/oci/apm_config/models/update_options_details.rb +201 -0
  205. data/lib/oci/apm_config/models/update_span_filter_details.rb +1 -1
  206. data/lib/oci/apm_config/models/validate_span_filter_pattern_details.rb +155 -0
  207. data/lib/oci/apm_control_plane/apm_domain_client.rb +12 -12
  208. data/lib/oci/apm_control_plane/apm_domain_client_composite_operations.rb +5 -5
  209. data/lib/oci/apm_control_plane/models/work_request_error.rb +1 -1
  210. data/lib/oci/apm_synthetics/apm_synthetic_client.rb +368 -7
  211. data/lib/oci/apm_synthetics/apm_synthetics.rb +8 -0
  212. data/lib/oci/apm_synthetics/models/browser_monitor_configuration.rb +1 -1
  213. data/lib/oci/apm_synthetics/models/create_dedicated_vantage_point_details.rb +234 -0
  214. data/lib/oci/apm_synthetics/models/create_monitor_details.rb +5 -4
  215. data/lib/oci/apm_synthetics/models/dedicated_vantage_point.rb +308 -0
  216. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_collection.rb +150 -0
  217. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_status.rb +11 -0
  218. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_summary.rb +308 -0
  219. data/lib/oci/apm_synthetics/models/dvp_stack_details.rb +203 -0
  220. data/lib/oci/apm_synthetics/models/geo_summary.rb +1 -1
  221. data/lib/oci/apm_synthetics/models/monitor.rb +4 -3
  222. data/lib/oci/apm_synthetics/models/monitor_result.rb +1 -1
  223. data/lib/oci/apm_synthetics/models/monitor_summary.rb +3 -3
  224. data/lib/oci/apm_synthetics/models/oracle_rm_stack.rb +180 -0
  225. data/lib/oci/apm_synthetics/models/script.rb +1 -1
  226. data/lib/oci/apm_synthetics/models/update_dedicated_vantage_point_details.rb +218 -0
  227. data/lib/oci/apm_synthetics/models/update_monitor_details.rb +5 -4
  228. data/lib/oci/appmgmt_control/appmgmt_control_client.rb +1 -1
  229. data/lib/oci/artifacts/artifacts_client.rb +2 -2
  230. data/lib/oci/bastion/bastion_client.rb +1 -1
  231. data/lib/oci/bds/bds.rb +31 -0
  232. data/lib/oci/bds/bds_client.rb +276 -2
  233. data/lib/oci/bds/bds_client_composite_operations.rb +100 -0
  234. data/lib/oci/bds/models/add_auto_scale_policy_details.rb +186 -0
  235. data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +18 -6
  236. data/lib/oci/bds/models/add_block_storage_details.rb +31 -4
  237. data/lib/oci/bds/models/add_metric_based_horizontal_scaling_policy_details.rb +177 -0
  238. data/lib/oci/bds/models/add_metric_based_vertical_scaling_policy_details.rb +177 -0
  239. data/lib/oci/bds/models/add_schedule_based_horizontal_scaling_policy_details.rb +175 -0
  240. data/lib/oci/bds/models/add_schedule_based_vertical_scaling_policy_details.rb +175 -0
  241. data/lib/oci/bds/models/add_worker_nodes_details.rb +69 -4
  242. data/lib/oci/bds/models/auto_scale_policy.rb +3 -1
  243. data/lib/oci/bds/models/auto_scale_policy_details.rb +269 -0
  244. data/lib/oci/bds/models/auto_scaling_configuration.rb +19 -5
  245. data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +18 -5
  246. data/lib/oci/bds/models/bds_instance.rb +16 -1
  247. data/lib/oci/bds/models/change_shape_nodes.rb +70 -4
  248. data/lib/oci/bds/models/cluster_details.rb +32 -4
  249. data/lib/oci/bds/models/create_bds_instance_details.rb +29 -1
  250. data/lib/oci/bds/models/create_node_details.rb +17 -4
  251. data/lib/oci/bds/models/day_based_horizontal_scaling_schedule_details.rb +161 -0
  252. data/lib/oci/bds/models/day_based_vertical_scaling_schedule_details.rb +161 -0
  253. data/lib/oci/bds/models/horizontal_scaling_schedule_details.rb +170 -0
  254. data/lib/oci/bds/models/install_patch_details.rb +164 -0
  255. data/lib/oci/bds/models/metric_based_horizontal_scale_in_config.rb +177 -0
  256. data/lib/oci/bds/models/metric_based_horizontal_scale_out_config.rb +177 -0
  257. data/lib/oci/bds/models/metric_based_horizontal_scaling_policy_details.rb +185 -0
  258. data/lib/oci/bds/models/metric_based_vertical_scale_down_config.rb +205 -0
  259. data/lib/oci/bds/models/metric_based_vertical_scale_up_config.rb +206 -0
  260. data/lib/oci/bds/models/metric_based_vertical_scaling_policy_details.rb +185 -0
  261. data/lib/oci/bds/models/metric_threshold_rule.rb +2 -2
  262. data/lib/oci/bds/models/node.rb +29 -4
  263. data/lib/oci/bds/models/operation_types.rb +7 -1
  264. data/lib/oci/bds/models/patch_history_summary.rb +199 -0
  265. data/lib/oci/bds/models/patch_summary.rb +165 -0
  266. data/lib/oci/bds/models/remove_node_details.rb +186 -0
  267. data/lib/oci/bds/models/schedule_based_horizontal_scaling_policy_details.rb +182 -0
  268. data/lib/oci/bds/models/schedule_based_vertical_scaling_policy_details.rb +182 -0
  269. data/lib/oci/bds/models/schedule_type.rb +10 -0
  270. data/lib/oci/bds/models/shape_config_details.rb +164 -0
  271. data/lib/oci/bds/models/time_and_horizontal_scaling_config.rb +169 -0
  272. data/lib/oci/bds/models/time_and_vertical_scaling_config.rb +200 -0
  273. data/lib/oci/bds/models/update_auto_scale_policy_details.rb +173 -0
  274. data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +17 -4
  275. data/lib/oci/bds/models/update_bds_instance_details.rb +15 -1
  276. data/lib/oci/bds/models/update_metric_based_horizontal_scaling_policy_details.rb +177 -0
  277. data/lib/oci/bds/models/update_metric_based_vertical_scaling_policy_details.rb +177 -0
  278. data/lib/oci/bds/models/update_schedule_based_horizontal_scaling_policy_details.rb +174 -0
  279. data/lib/oci/bds/models/update_schedule_based_vertical_scaling_policy_details.rb +174 -0
  280. data/lib/oci/bds/models/vertical_scaling_schedule_details.rb +170 -0
  281. data/lib/oci/bds/models/work_request.rb +6 -0
  282. data/lib/oci/budget/budget.rb +1 -0
  283. data/lib/oci/budget/budget_client.rb +30 -32
  284. data/lib/oci/budget/budget_client_composite_operations.rb +6 -6
  285. data/lib/oci/budget/models/alert_rule.rb +12 -12
  286. data/lib/oci/budget/models/alert_rule_summary.rb +11 -11
  287. data/lib/oci/budget/models/budget.rb +49 -15
  288. data/lib/oci/budget/models/budget_summary.rb +51 -17
  289. data/lib/oci/budget/models/create_alert_rule_details.rb +8 -8
  290. data/lib/oci/budget/models/create_budget_details.rb +39 -11
  291. data/lib/oci/budget/models/processing_period_type.rb +11 -0
  292. data/lib/oci/budget/models/update_alert_rule_details.rb +9 -9
  293. data/lib/oci/budget/models/update_budget_details.rb +30 -2
  294. data/lib/oci/cloud_guard/cloud_guard.rb +53 -0
  295. data/lib/oci/cloud_guard/cloud_guard_client.rb +2392 -270
  296. data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +318 -0
  297. data/lib/oci/cloud_guard/models/add_compartment_details.rb +155 -0
  298. data/lib/oci/cloud_guard/models/change_security_policy_compartment_details.rb +156 -0
  299. data/lib/oci/cloud_guard/models/change_security_recipe_compartment_details.rb +156 -0
  300. data/lib/oci/cloud_guard/models/change_security_zone_compartment_details.rb +156 -0
  301. data/lib/oci/cloud_guard/models/classification_status.rb +14 -0
  302. data/lib/oci/cloud_guard/models/condition_type_enum.rb +2 -1
  303. data/lib/oci/cloud_guard/models/confidence.rb +14 -0
  304. data/lib/oci/cloud_guard/models/create_data_mask_rule_details.rb +8 -2
  305. data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +10 -2
  306. data/lib/oci/cloud_guard/models/create_managed_list_details.rb +10 -2
  307. data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +10 -2
  308. data/lib/oci/cloud_guard/models/create_security_policy_details.rb +246 -0
  309. data/lib/oci/cloud_guard/models/create_security_recipe_details.rb +226 -0
  310. data/lib/oci/cloud_guard/models/create_security_zone_details.rb +226 -0
  311. data/lib/oci/cloud_guard/models/create_target_details.rb +11 -2
  312. data/lib/oci/cloud_guard/models/data_mask_rule.rb +4 -2
  313. data/lib/oci/cloud_guard/models/data_mask_rule_summary.rb +2 -0
  314. data/lib/oci/cloud_guard/models/detector_details.rb +47 -5
  315. data/lib/oci/cloud_guard/models/detector_enum.rb +2 -1
  316. data/lib/oci/cloud_guard/models/detector_recipe.rb +20 -3
  317. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +4 -3
  318. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -0
  319. data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +18 -1
  320. data/lib/oci/cloud_guard/models/detector_rule.rb +4 -3
  321. data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -0
  322. data/lib/oci/cloud_guard/models/managed_list.rb +4 -2
  323. data/lib/oci/cloud_guard/models/managed_list_summary.rb +2 -0
  324. data/lib/oci/cloud_guard/models/problem.rb +72 -1
  325. data/lib/oci/cloud_guard/models/problem_category_enum.rb +10 -0
  326. data/lib/oci/cloud_guard/models/problem_endpoint_collection.rb +150 -0
  327. data/lib/oci/cloud_guard/models/problem_endpoint_summary.rb +326 -0
  328. data/lib/oci/cloud_guard/models/problem_summary.rb +16 -1
  329. data/lib/oci/cloud_guard/models/remove_compartment_details.rb +155 -0
  330. data/lib/oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.rb +177 -0
  331. data/lib/oci/cloud_guard/models/resource_profile.rb +361 -0
  332. data/lib/oci/cloud_guard/models/resource_profile_collection.rb +150 -0
  333. data/lib/oci/cloud_guard/models/resource_profile_endpoint_collection.rb +150 -0
  334. data/lib/oci/cloud_guard/models/resource_profile_endpoint_summary.rb +326 -0
  335. data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_collection.rb +150 -0
  336. data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb +286 -0
  337. data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.rb +192 -0
  338. data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.rb +150 -0
  339. data/lib/oci/cloud_guard/models/resource_profile_summary.rb +268 -0
  340. data/lib/oci/cloud_guard/models/resource_risk_score_aggregation.rb +215 -0
  341. data/lib/oci/cloud_guard/models/resource_risk_score_aggregation_collection.rb +192 -0
  342. data/lib/oci/cloud_guard/models/resource_risk_score_dimension.rb +11 -0
  343. data/lib/oci/cloud_guard/models/responder_recipe.rb +4 -2
  344. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +2 -2
  345. data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +4 -2
  346. data/lib/oci/cloud_guard/models/security_policy.rb +385 -0
  347. data/lib/oci/cloud_guard/models/security_policy_collection.rb +150 -0
  348. data/lib/oci/cloud_guard/models/security_policy_summary.rb +385 -0
  349. data/lib/oci/cloud_guard/models/security_recipe.rb +365 -0
  350. data/lib/oci/cloud_guard/models/security_recipe_collection.rb +150 -0
  351. data/lib/oci/cloud_guard/models/security_recipe_summary.rb +365 -0
  352. data/lib/oci/cloud_guard/models/security_zone.rb +364 -0
  353. data/lib/oci/cloud_guard/models/security_zone_collection.rb +150 -0
  354. data/lib/oci/cloud_guard/models/security_zone_summary.rb +336 -0
  355. data/lib/oci/cloud_guard/models/security_zone_target_details.rb +190 -0
  356. data/lib/oci/cloud_guard/models/severity.rb +14 -0
  357. data/lib/oci/cloud_guard/models/sighting.rb +453 -0
  358. data/lib/oci/cloud_guard/models/sighting_collection.rb +150 -0
  359. data/lib/oci/cloud_guard/models/sighting_endpoint_collection.rb +150 -0
  360. data/lib/oci/cloud_guard/models/sighting_endpoint_summary.rb +298 -0
  361. data/lib/oci/cloud_guard/models/sighting_impacted_resource_collection.rb +150 -0
  362. data/lib/oci/cloud_guard/models/sighting_impacted_resource_summary.rb +258 -0
  363. data/lib/oci/cloud_guard/models/sighting_summary.rb +443 -0
  364. data/lib/oci/cloud_guard/models/sighting_type.rb +208 -0
  365. data/lib/oci/cloud_guard/models/tactic_collection.rb +150 -0
  366. data/lib/oci/cloud_guard/models/tactic_summary.rb +164 -0
  367. data/lib/oci/cloud_guard/models/target.rb +19 -3
  368. data/lib/oci/cloud_guard/models/target_details.rb +192 -0
  369. data/lib/oci/cloud_guard/models/target_detector_details.rb +47 -5
  370. data/lib/oci/cloud_guard/models/target_detector_recipe.rb +21 -6
  371. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +4 -3
  372. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -0
  373. data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +19 -4
  374. data/lib/oci/cloud_guard/models/target_resource_type.rb +2 -1
  375. data/lib/oci/cloud_guard/models/target_resource_types_selected.rb +1 -0
  376. data/lib/oci/cloud_guard/models/target_responder_recipe.rb +4 -4
  377. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +3 -3
  378. data/lib/oci/cloud_guard/models/target_summary.rb +3 -0
  379. data/lib/oci/cloud_guard/models/technique_collection.rb +150 -0
  380. data/lib/oci/cloud_guard/models/technique_summary.rb +164 -0
  381. data/lib/oci/cloud_guard/models/update_data_mask_rule_details.rb +6 -1
  382. data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +10 -2
  383. data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +1 -1
  384. data/lib/oci/cloud_guard/models/update_managed_list_details.rb +8 -2
  385. data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +10 -2
  386. data/lib/oci/cloud_guard/models/update_security_policy_details.rb +188 -0
  387. data/lib/oci/cloud_guard/models/update_security_recipe_details.rb +212 -0
  388. data/lib/oci/cloud_guard/models/update_security_zone_details.rb +212 -0
  389. data/lib/oci/cloud_guard/models/update_target_details.rb +6 -1
  390. data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +32 -2
  391. data/lib/oci/container_engine/container_engine.rb +8 -0
  392. data/lib/oci/container_engine/container_engine_client.rb +96 -0
  393. data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
  394. data/lib/oci/container_engine/models/cluster.rb +18 -4
  395. data/lib/oci/container_engine/models/cluster_endpoints.rb +20 -4
  396. data/lib/oci/container_engine/models/cluster_options.rb +18 -4
  397. data/lib/oci/container_engine/models/cluster_pod_network_option_details.rb +191 -0
  398. data/lib/oci/container_engine/models/cluster_summary.rb +18 -4
  399. data/lib/oci/container_engine/models/create_cluster_details.rb +18 -4
  400. data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +2 -1
  401. data/lib/oci/container_engine/models/create_node_pool_details.rb +18 -5
  402. data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +19 -4
  403. data/lib/oci/container_engine/models/flannel_overlay_cluster_pod_network_option_details.rb +145 -0
  404. data/lib/oci/container_engine/models/flannel_overlay_node_pool_pod_network_option_details.rb +145 -0
  405. data/lib/oci/container_engine/models/node_eviction_node_pool_settings.rb +172 -0
  406. data/lib/oci/container_engine/models/node_pool.rb +71 -4
  407. data/lib/oci/container_engine/models/node_pool_lifecycle_state.rb +17 -0
  408. data/lib/oci/container_engine/models/node_pool_node_config_details.rb +19 -4
  409. data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +19 -4
  410. data/lib/oci/container_engine/models/node_pool_pod_network_option_details.rb +191 -0
  411. data/lib/oci/container_engine/models/node_pool_summary.rb +71 -4
  412. data/lib/oci/container_engine/models/oci_vcn_ip_native_cluster_pod_network_option_details.rb +145 -0
  413. data/lib/oci/container_engine/models/oci_vcn_ip_native_node_pool_pod_network_option_details.rb +195 -0
  414. data/lib/oci/container_engine/models/update_node_pool_details.rb +17 -4
  415. data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +19 -4
  416. data/lib/oci/core/blockstorage_client.rb +1 -1
  417. data/lib/oci/core/compute_client.rb +17 -6
  418. data/lib/oci/core/compute_client_composite_operations.rb +1 -1
  419. data/lib/oci/core/core.rb +33 -0
  420. data/lib/oci/core/models/add_drg_route_distribution_statement_details.rb +0 -1
  421. data/lib/oci/core/models/add_subnet_ipv6_cidr_details.rb +159 -0
  422. data/lib/oci/core/models/add_vcn_cidr_details.rb +1 -1
  423. data/lib/oci/core/models/add_vcn_ipv6_cidr_details.rb +188 -0
  424. data/lib/oci/core/models/allowed_ike_ip_sec_parameters.rb +1 -1
  425. data/lib/oci/core/models/allowed_phase_one_parameters.rb +4 -4
  426. data/lib/oci/core/models/allowed_phase_two_parameters.rb +4 -4
  427. data/lib/oci/core/models/amd_milan_bm_launch_instance_platform_config.rb +103 -6
  428. data/lib/oci/core/models/amd_milan_bm_platform_config.rb +103 -6
  429. data/lib/oci/core/models/amd_rome_bm_gpu_launch_instance_platform_config.rb +270 -0
  430. data/lib/oci/core/models/amd_rome_bm_gpu_platform_config.rb +277 -0
  431. data/lib/oci/core/models/amd_rome_bm_launch_instance_platform_config.rb +138 -5
  432. data/lib/oci/core/models/amd_rome_bm_platform_config.rb +144 -5
  433. data/lib/oci/core/models/app_catalog_listing_resource_version.rb +3 -3
  434. data/lib/oci/core/models/attach_i_scsi_volume_details.rb +19 -4
  435. data/lib/oci/core/models/boot_volume.rb +3 -1
  436. data/lib/oci/core/models/byoip_range.rb +35 -3
  437. data/lib/oci/core/models/byoip_range_summary.rb +33 -1
  438. data/lib/oci/core/models/byoip_range_vcn_ipv6_allocation_summary.rb +201 -0
  439. data/lib/oci/core/models/byoipv6_cidr_details.rb +175 -0
  440. data/lib/oci/core/models/capture_filter.rb +321 -0
  441. data/lib/oci/core/models/change_capture_filter_compartment_details.rb +157 -0
  442. data/lib/oci/core/models/change_vtap_compartment_details.rb +155 -0
  443. data/lib/oci/core/models/compartment_internal.rb +151 -0
  444. data/lib/oci/core/models/copy_volume_group_backup_details.rb +2 -2
  445. data/lib/oci/core/models/create_boot_volume_details.rb +3 -1
  446. data/lib/oci/core/models/create_byoip_range_details.rb +17 -2
  447. data/lib/oci/core/models/create_capture_filter_details.rb +249 -0
  448. data/lib/oci/core/models/create_drg_attachment_details.rb +5 -5
  449. data/lib/oci/core/models/create_drg_details.rb +1 -1
  450. data/lib/oci/core/models/create_drg_route_table_details.rb +1 -1
  451. data/lib/oci/core/models/create_internet_gateway_details.rb +1 -1
  452. data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +12 -3
  453. data/lib/oci/core/models/create_ipv6_details.rb +19 -4
  454. data/lib/oci/core/models/create_subnet_details.rb +19 -1
  455. data/lib/oci/core/models/create_vcn_details.rb +55 -1
  456. data/lib/oci/core/models/create_virtual_circuit_details.rb +46 -1
  457. data/lib/oci/core/models/create_volume_details.rb +3 -1
  458. data/lib/oci/core/models/create_vtap_details.rb +476 -0
  459. data/lib/oci/core/models/cross_connect.rb +35 -4
  460. data/lib/oci/core/models/cross_connect_group.rb +35 -4
  461. data/lib/oci/core/models/cross_connect_mapping_details.rb +19 -4
  462. data/lib/oci/core/models/default_drg_route_tables.rb +1 -1
  463. data/lib/oci/core/models/default_phase_one_parameters.rb +4 -4
  464. data/lib/oci/core/models/default_phase_two_parameters.rb +4 -4
  465. data/lib/oci/core/models/dpd_config.rb +6 -3
  466. data/lib/oci/core/models/drg.rb +6 -6
  467. data/lib/oci/core/models/drg_attachment.rb +7 -7
  468. data/lib/oci/core/models/drg_attachment_match_all_drg_route_distribution_match_criteria.rb +146 -0
  469. data/lib/oci/core/models/drg_attachment_network_create_details.rb +1 -1
  470. data/lib/oci/core/models/drg_redundancy_status.rb +1 -1
  471. data/lib/oci/core/models/drg_route_distribution.rb +2 -2
  472. data/lib/oci/core/models/drg_route_distribution_match_criteria.rb +3 -1
  473. data/lib/oci/core/models/drg_route_rule.rb +1 -1
  474. data/lib/oci/core/models/drg_route_table.rb +3 -3
  475. data/lib/oci/core/models/i_scsi_volume_attachment.rb +19 -4
  476. data/lib/oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.rb +104 -7
  477. data/lib/oci/core/models/instance_configuration_amd_rome_bm_gpu_launch_instance_platform_config.rb +277 -0
  478. data/lib/oci/core/models/instance_configuration_amd_rome_bm_launch_instance_platform_config.rb +145 -5
  479. data/lib/oci/core/models/instance_configuration_create_volume_details.rb +3 -1
  480. data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +29 -4
  481. data/lib/oci/core/models/instance_configuration_intel_icelake_bm_launch_instance_platform_config.rb +260 -0
  482. data/lib/oci/core/models/instance_configuration_intel_skylake_bm_launch_instance_platform_config.rb +2 -1
  483. data/lib/oci/core/models/instance_configuration_launch_instance_platform_config.rb +4 -0
  484. data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +15 -4
  485. data/lib/oci/core/models/instance_power_action_details.rb +172 -0
  486. data/lib/oci/core/models/instance_source_via_image_details.rb +31 -4
  487. data/lib/oci/core/models/intel_icelake_bm_launch_instance_platform_config.rb +253 -0
  488. data/lib/oci/core/models/intel_icelake_bm_platform_config.rb +260 -0
  489. data/lib/oci/core/models/intel_skylake_bm_launch_instance_platform_config.rb +2 -1
  490. data/lib/oci/core/models/intel_skylake_bm_platform_config.rb +2 -1
  491. data/lib/oci/core/models/internet_gateway.rb +1 -1
  492. data/lib/oci/core/models/ip_sec_connection.rb +2 -2
  493. data/lib/oci/core/models/ip_sec_connection_tunnel.rb +26 -11
  494. data/lib/oci/core/models/ip_sec_connection_tunnel_error_details.rb +7 -7
  495. data/lib/oci/core/models/launch_instance_platform_config.rb +10 -0
  496. data/lib/oci/core/models/launch_instance_shape_config_details.rb +15 -4
  497. data/lib/oci/core/models/percentage_of_cores_enabled_options.rb +178 -0
  498. data/lib/oci/core/models/phase_one_config_details.rb +7 -6
  499. data/lib/oci/core/models/phase_two_config_details.rb +7 -6
  500. data/lib/oci/core/models/platform_config.rb +4 -0
  501. data/lib/oci/core/models/public_ip_pool.rb +3 -1
  502. data/lib/oci/core/models/reboot_migrate_action_details.rb +185 -0
  503. data/lib/oci/core/models/remove_subnet_ipv6_cidr_details.rb +159 -0
  504. data/lib/oci/core/models/remove_vcn_ipv6_cidr_details.rb +160 -0
  505. data/lib/oci/core/models/reset_action_details.rb +178 -0
  506. data/lib/oci/core/models/route_table.rb +1 -1
  507. data/lib/oci/core/models/shape.rb +181 -4
  508. data/lib/oci/core/models/shape_access_control_service_enabled_platform_options.rb +171 -0
  509. data/lib/oci/core/models/shape_alternative_object.rb +156 -0
  510. data/lib/oci/core/models/shape_input_output_memory_management_unit_enabled_platform_options.rb +171 -0
  511. data/lib/oci/core/models/shape_platform_config_options.rb +71 -4
  512. data/lib/oci/core/models/shape_symmetric_multi_threading_enabled_platform_options.rb +171 -0
  513. data/lib/oci/core/models/shape_virtual_instructions_enabled_platform_options.rb +171 -0
  514. data/lib/oci/core/models/soft_reset_action_details.rb +178 -0
  515. data/lib/oci/core/models/subnet.rb +16 -1
  516. data/lib/oci/core/models/topology.rb +2 -1
  517. data/lib/oci/core/models/tunnel_phase_one_details.rb +9 -10
  518. data/lib/oci/core/models/tunnel_phase_two_details.rb +12 -10
  519. data/lib/oci/core/models/tunnel_route_summary.rb +7 -6
  520. data/lib/oci/core/models/tunnel_security_association_summary.rb +8 -6
  521. data/lib/oci/core/models/update_boot_volume_details.rb +3 -1
  522. data/lib/oci/core/models/update_capture_filter_details.rb +208 -0
  523. data/lib/oci/core/models/update_drg_attachment_details.rb +2 -2
  524. data/lib/oci/core/models/update_drg_route_distribution_statement_details.rb +0 -1
  525. data/lib/oci/core/models/update_instance_shape_config_details.rb +15 -4
  526. data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +12 -3
  527. data/lib/oci/core/models/update_subnet_details.rb +22 -4
  528. data/lib/oci/core/models/update_virtual_circuit_details.rb +46 -1
  529. data/lib/oci/core/models/update_volume_details.rb +3 -1
  530. data/lib/oci/core/models/update_vtap_details.rb +448 -0
  531. data/lib/oci/core/models/vcn.rb +31 -1
  532. data/lib/oci/core/models/vcn_drg_attachment_network_create_details.rb +23 -5
  533. data/lib/oci/core/models/vcn_drg_attachment_network_details.rb +43 -5
  534. data/lib/oci/core/models/vcn_drg_attachment_network_update_details.rb +21 -5
  535. data/lib/oci/core/models/virtual_circuit.rb +52 -1
  536. data/lib/oci/core/models/volume.rb +3 -1
  537. data/lib/oci/core/models/vtap.rb +601 -0
  538. data/lib/oci/core/models/vtap_capture_filter_rule_details.rb +294 -0
  539. data/lib/oci/core/virtual_network_client.rb +1244 -154
  540. data/lib/oci/core/virtual_network_client_composite_operations.rb +527 -31
  541. data/lib/oci/data_catalog/data_catalog_client.rb +2 -3
  542. data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
  543. data/lib/oci/data_catalog/models/create_folder_details.rb +18 -4
  544. data/lib/oci/data_catalog/models/create_job_details.rb +2 -3
  545. data/lib/oci/data_catalog/models/entity.rb +15 -1
  546. data/lib/oci/data_catalog/models/entity_summary.rb +15 -1
  547. data/lib/oci/data_catalog/models/folder.rb +18 -4
  548. data/lib/oci/data_catalog/models/folder_summary.rb +30 -1
  549. data/lib/oci/data_catalog/models/job.rb +2 -3
  550. data/lib/oci/data_catalog/models/job_summary.rb +2 -3
  551. data/lib/oci/data_catalog/models/update_job_details.rb +2 -3
  552. data/lib/oci/data_catalog/models/work_request.rb +4 -0
  553. data/lib/oci/data_connectivity/data_connectivity.rb +230 -0
  554. data/lib/oci/data_connectivity/data_connectivity_management_client.rb +4234 -0
  555. data/lib/oci/data_connectivity/data_connectivity_management_client_composite_operations.rb +470 -0
  556. data/lib/oci/data_connectivity/models/abstract_call_attribute.rb +182 -0
  557. data/lib/oci/data_connectivity/models/abstract_data_operation_config.rb +184 -0
  558. data/lib/oci/data_connectivity/models/abstract_format_attribute.rb +195 -0
  559. data/lib/oci/data_connectivity/models/abstract_read_attribute.rb +193 -0
  560. data/lib/oci/data_connectivity/models/abstract_write_attribute.rb +197 -0
  561. data/lib/oci/data_connectivity/models/aggregator_summary.rb +190 -0
  562. data/lib/oci/data_connectivity/models/attach_data_asset_info.rb +154 -0
  563. data/lib/oci/data_connectivity/models/attribute.rb +235 -0
  564. data/lib/oci/data_connectivity/models/attribute_profile_result.rb +262 -0
  565. data/lib/oci/data_connectivity/models/avro_format_attribute.rb +158 -0
  566. data/lib/oci/data_connectivity/models/base_type.rb +268 -0
  567. data/lib/oci/data_connectivity/models/bicc_read_attributes.rb +237 -0
  568. data/lib/oci/data_connectivity/models/bip_call_attribute.rb +230 -0
  569. data/lib/oci/data_connectivity/models/call_operation_config.rb +195 -0
  570. data/lib/oci/data_connectivity/models/change_endpoint_compartment_details.rb +154 -0
  571. data/lib/oci/data_connectivity/models/change_registry_compartment_details.rb +154 -0
  572. data/lib/oci/data_connectivity/models/column.rb +164 -0
  573. data/lib/oci/data_connectivity/models/composite_type.rb +208 -0
  574. data/lib/oci/data_connectivity/models/compression.rb +176 -0
  575. data/lib/oci/data_connectivity/models/config_definition.rb +243 -0
  576. data/lib/oci/data_connectivity/models/config_parameter_definition.rb +233 -0
  577. data/lib/oci/data_connectivity/models/config_parameter_value.rb +210 -0
  578. data/lib/oci/data_connectivity/models/config_values.rb +167 -0
  579. data/lib/oci/data_connectivity/models/configured_type.rb +212 -0
  580. data/lib/oci/data_connectivity/models/connection.rb +322 -0
  581. data/lib/oci/data_connectivity/models/connection_property.rb +160 -0
  582. data/lib/oci/data_connectivity/models/connection_summary.rb +322 -0
  583. data/lib/oci/data_connectivity/models/connection_summary_collection.rb +150 -0
  584. data/lib/oci/data_connectivity/models/connection_validation.rb +306 -0
  585. data/lib/oci/data_connectivity/models/connection_validation_summary.rb +303 -0
  586. data/lib/oci/data_connectivity/models/connection_validation_summary_collection.rb +150 -0
  587. data/lib/oci/data_connectivity/models/connectivity_validation.rb +210 -0
  588. data/lib/oci/data_connectivity/models/connector_attribute.rb +182 -0
  589. data/lib/oci/data_connectivity/models/create_attach_data_asset_details.rb +154 -0
  590. data/lib/oci/data_connectivity/models/create_connection_details.rb +321 -0
  591. data/lib/oci/data_connectivity/models/create_connection_validation_details.rb +175 -0
  592. data/lib/oci/data_connectivity/models/create_connectivity_validation_details.rb +330 -0
  593. data/lib/oci/data_connectivity/models/create_data_asset_details.rb +346 -0
  594. data/lib/oci/data_connectivity/models/create_data_preview_details.rb +197 -0
  595. data/lib/oci/data_connectivity/models/create_data_profile_details.rb +210 -0
  596. data/lib/oci/data_connectivity/models/create_de_reference_artifact_details.rb +154 -0
  597. data/lib/oci/data_connectivity/models/create_detach_data_asset_details.rb +154 -0
  598. data/lib/oci/data_connectivity/models/create_dp_endpoint_details.rb +293 -0
  599. data/lib/oci/data_connectivity/models/create_dp_endpoint_from_private.rb +291 -0
  600. data/lib/oci/data_connectivity/models/create_dp_endpoint_from_public.rb +181 -0
  601. data/lib/oci/data_connectivity/models/create_endpoint_details.rb +282 -0
  602. data/lib/oci/data_connectivity/models/create_entity_shape_details.rb +420 -0
  603. data/lib/oci/data_connectivity/models/create_entity_shape_from_data_store.rb +213 -0
  604. data/lib/oci/data_connectivity/models/create_entity_shape_from_file.rb +229 -0
  605. data/lib/oci/data_connectivity/models/create_entity_shape_from_sql.rb +230 -0
  606. data/lib/oci/data_connectivity/models/create_entity_shape_from_table.rb +213 -0
  607. data/lib/oci/data_connectivity/models/create_entity_shape_from_view.rb +213 -0
  608. data/lib/oci/data_connectivity/models/create_execute_operation_job_details.rb +176 -0
  609. data/lib/oci/data_connectivity/models/create_folder_details.rb +263 -0
  610. data/lib/oci/data_connectivity/models/create_full_push_down_task_details.rb +172 -0
  611. data/lib/oci/data_connectivity/models/create_reference_artifact_details.rb +154 -0
  612. data/lib/oci/data_connectivity/models/create_registry_details.rb +210 -0
  613. data/lib/oci/data_connectivity/models/create_test_network_connectivity_details.rb +154 -0
  614. data/lib/oci/data_connectivity/models/csv_format_attribute.rb +238 -0
  615. data/lib/oci/data_connectivity/models/data_asset.rb +347 -0
  616. data/lib/oci/data_connectivity/models/data_asset_summary.rb +347 -0
  617. data/lib/oci/data_connectivity/models/data_asset_summary_collection.rb +150 -0
  618. data/lib/oci/data_connectivity/models/data_entity.rb +206 -0
  619. data/lib/oci/data_connectivity/models/data_entity_details.rb +190 -0
  620. data/lib/oci/data_connectivity/models/data_entity_from_data_store.rb +443 -0
  621. data/lib/oci/data_connectivity/models/data_entity_from_data_store_entity_details.rb +432 -0
  622. data/lib/oci/data_connectivity/models/data_entity_from_file.rb +390 -0
  623. data/lib/oci/data_connectivity/models/data_entity_from_file_entity_details.rb +379 -0
  624. data/lib/oci/data_connectivity/models/data_entity_from_sql.rb +390 -0
  625. data/lib/oci/data_connectivity/models/data_entity_from_sql_entity_details.rb +379 -0
  626. data/lib/oci/data_connectivity/models/data_entity_from_table.rb +377 -0
  627. data/lib/oci/data_connectivity/models/data_entity_from_table_entity_details.rb +366 -0
  628. data/lib/oci/data_connectivity/models/data_entity_from_view.rb +377 -0
  629. data/lib/oci/data_connectivity/models/data_entity_from_view_entity_details.rb +366 -0
  630. data/lib/oci/data_connectivity/models/data_entity_summary.rb +206 -0
  631. data/lib/oci/data_connectivity/models/data_entity_summary_collection.rb +150 -0
  632. data/lib/oci/data_connectivity/models/data_entity_summary_from_data_store.rb +443 -0
  633. data/lib/oci/data_connectivity/models/data_entity_summary_from_file.rb +390 -0
  634. data/lib/oci/data_connectivity/models/data_entity_summary_from_sql.rb +390 -0
  635. data/lib/oci/data_connectivity/models/data_entity_summary_from_table.rb +377 -0
  636. data/lib/oci/data_connectivity/models/data_entity_summary_from_view.rb +377 -0
  637. data/lib/oci/data_connectivity/models/data_format.rb +198 -0
  638. data/lib/oci/data_connectivity/models/data_preview.rb +188 -0
  639. data/lib/oci/data_connectivity/models/data_profile.rb +181 -0
  640. data/lib/oci/data_connectivity/models/data_type.rb +233 -0
  641. data/lib/oci/data_connectivity/models/data_type_stat.rb +181 -0
  642. data/lib/oci/data_connectivity/models/date_attribute.rb +177 -0
  643. data/lib/oci/data_connectivity/models/de_reference_info.rb +300 -0
  644. data/lib/oci/data_connectivity/models/derived_type.rb +169 -0
  645. data/lib/oci/data_connectivity/models/detach_data_asset_info.rb +154 -0
  646. data/lib/oci/data_connectivity/models/dp_endpoint.rb +300 -0
  647. data/lib/oci/data_connectivity/models/dp_endpoint_details.rb +293 -0
  648. data/lib/oci/data_connectivity/models/dp_endpoint_from_private.rb +298 -0
  649. data/lib/oci/data_connectivity/models/dp_endpoint_from_private_details.rb +291 -0
  650. data/lib/oci/data_connectivity/models/dp_endpoint_from_public.rb +181 -0
  651. data/lib/oci/data_connectivity/models/dp_endpoint_from_public_details.rb +181 -0
  652. data/lib/oci/data_connectivity/models/dp_endpoint_summary.rb +293 -0
  653. data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_private.rb +291 -0
  654. data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_public.rb +181 -0
  655. data/lib/oci/data_connectivity/models/endpoint.rb +382 -0
  656. data/lib/oci/data_connectivity/models/endpoint_summary.rb +276 -0
  657. data/lib/oci/data_connectivity/models/endpoint_summary_collection.rb +150 -0
  658. data/lib/oci/data_connectivity/models/entity_profile_result.rb +182 -0
  659. data/lib/oci/data_connectivity/models/entity_shape.rb +206 -0
  660. data/lib/oci/data_connectivity/models/entity_shape_from_data_store.rb +390 -0
  661. data/lib/oci/data_connectivity/models/entity_shape_from_file.rb +390 -0
  662. data/lib/oci/data_connectivity/models/entity_shape_from_sql.rb +403 -0
  663. data/lib/oci/data_connectivity/models/entity_shape_from_table.rb +390 -0
  664. data/lib/oci/data_connectivity/models/entity_shape_from_view.rb +390 -0
  665. data/lib/oci/data_connectivity/models/error_details.rb +162 -0
  666. data/lib/oci/data_connectivity/models/execute_operation_job.rb +210 -0
  667. data/lib/oci/data_connectivity/models/execute_operation_job_details.rb +198 -0
  668. data/lib/oci/data_connectivity/models/external_storage.rb +221 -0
  669. data/lib/oci/data_connectivity/models/filter_push.rb +162 -0
  670. data/lib/oci/data_connectivity/models/folder.rb +264 -0
  671. data/lib/oci/data_connectivity/models/folder_summary.rb +264 -0
  672. data/lib/oci/data_connectivity/models/folder_summary_collection.rb +150 -0
  673. data/lib/oci/data_connectivity/models/foreign_key.rb +265 -0
  674. data/lib/oci/data_connectivity/models/full_push_down_task_response.rb +178 -0
  675. data/lib/oci/data_connectivity/models/hdfs_write_attributes.rb +164 -0
  676. data/lib/oci/data_connectivity/models/histogram.rb +160 -0
  677. data/lib/oci/data_connectivity/models/input_port.rb +221 -0
  678. data/lib/oci/data_connectivity/models/join.rb +190 -0
  679. data/lib/oci/data_connectivity/models/json_format_attribute.rb +158 -0
  680. data/lib/oci/data_connectivity/models/key.rb +189 -0
  681. data/lib/oci/data_connectivity/models/key_attribute.rb +159 -0
  682. data/lib/oci/data_connectivity/models/key_range.rb +159 -0
  683. data/lib/oci/data_connectivity/models/key_range_partition_config.rb +175 -0
  684. data/lib/oci/data_connectivity/models/message.rb +191 -0
  685. data/lib/oci/data_connectivity/models/native_shape_field.rb +224 -0
  686. data/lib/oci/data_connectivity/models/network_connectivity_status.rb +231 -0
  687. data/lib/oci/data_connectivity/models/network_connectivity_status_collection.rb +154 -0
  688. data/lib/oci/data_connectivity/models/numeric_attribute.rb +252 -0
  689. data/lib/oci/data_connectivity/models/object_freq_stat.rb +184 -0
  690. data/lib/oci/data_connectivity/models/object_metadata.rb +315 -0
  691. data/lib/oci/data_connectivity/models/object_storage_write_attributes.rb +164 -0
  692. data/lib/oci/data_connectivity/models/operation.rb +198 -0
  693. data/lib/oci/data_connectivity/models/operation_exec_result.rb +228 -0
  694. data/lib/oci/data_connectivity/models/operation_from_procedure.rb +264 -0
  695. data/lib/oci/data_connectivity/models/operation_input_record.rb +154 -0
  696. data/lib/oci/data_connectivity/models/operation_summary.rb +198 -0
  697. data/lib/oci/data_connectivity/models/operation_summary_collection.rb +150 -0
  698. data/lib/oci/data_connectivity/models/operation_summary_from_procedure.rb +255 -0
  699. data/lib/oci/data_connectivity/models/oracle_adwc_write_attributes.rb +201 -0
  700. data/lib/oci/data_connectivity/models/oracle_atp_write_attributes.rb +201 -0
  701. data/lib/oci/data_connectivity/models/oracle_read_attribute.rb +162 -0
  702. data/lib/oci/data_connectivity/models/oracle_read_attributes.rb +162 -0
  703. data/lib/oci/data_connectivity/models/oracle_write_attributes.rb +190 -0
  704. data/lib/oci/data_connectivity/models/outlier.rb +188 -0
  705. data/lib/oci/data_connectivity/models/output_port.rb +221 -0
  706. data/lib/oci/data_connectivity/models/parameter.rb +291 -0
  707. data/lib/oci/data_connectivity/models/parent_reference.rb +150 -0
  708. data/lib/oci/data_connectivity/models/parquet_format_attribute.rb +158 -0
  709. data/lib/oci/data_connectivity/models/partition_config.rb +189 -0
  710. data/lib/oci/data_connectivity/models/primary_key.rb +169 -0
  711. data/lib/oci/data_connectivity/models/profile_config.rb +240 -0
  712. data/lib/oci/data_connectivity/models/profile_stat.rb +160 -0
  713. data/lib/oci/data_connectivity/models/push_down_operation.rb +197 -0
  714. data/lib/oci/data_connectivity/models/query.rb +158 -0
  715. data/lib/oci/data_connectivity/models/read_operation_config.rb +263 -0
  716. data/lib/oci/data_connectivity/models/reference_artifact_summary.rb +300 -0
  717. data/lib/oci/data_connectivity/models/reference_artifact_summary_collection.rb +150 -0
  718. data/lib/oci/data_connectivity/models/reference_info.rb +300 -0
  719. data/lib/oci/data_connectivity/models/registry.rb +324 -0
  720. data/lib/oci/data_connectivity/models/registry_metadata.rb +288 -0
  721. data/lib/oci/data_connectivity/models/registry_summary.rb +290 -0
  722. data/lib/oci/data_connectivity/models/registry_summary_collection.rb +150 -0
  723. data/lib/oci/data_connectivity/models/row.rb +150 -0
  724. data/lib/oci/data_connectivity/models/schema.rb +314 -0
  725. data/lib/oci/data_connectivity/models/schema_drift_config.rb +265 -0
  726. data/lib/oci/data_connectivity/models/schema_summary.rb +311 -0
  727. data/lib/oci/data_connectivity/models/schema_summary_collection.rb +150 -0
  728. data/lib/oci/data_connectivity/models/select.rb +176 -0
  729. data/lib/oci/data_connectivity/models/shape.rb +186 -0
  730. data/lib/oci/data_connectivity/models/shape_field.rb +209 -0
  731. data/lib/oci/data_connectivity/models/sort.rb +162 -0
  732. data/lib/oci/data_connectivity/models/sort_clause.rb +179 -0
  733. data/lib/oci/data_connectivity/models/source.rb +288 -0
  734. data/lib/oci/data_connectivity/models/string_attribute.rb +247 -0
  735. data/lib/oci/data_connectivity/models/structured_type.rb +181 -0
  736. data/lib/oci/data_connectivity/models/target.rb +325 -0
  737. data/lib/oci/data_connectivity/models/test_network_connectivity.rb +182 -0
  738. data/lib/oci/data_connectivity/models/type.rb +169 -0
  739. data/lib/oci/data_connectivity/models/type_library.rb +259 -0
  740. data/lib/oci/data_connectivity/models/type_summary.rb +171 -0
  741. data/lib/oci/data_connectivity/models/type_system.rb +287 -0
  742. data/lib/oci/data_connectivity/models/typed_object.rb +280 -0
  743. data/lib/oci/data_connectivity/models/types_summary_collection.rb +150 -0
  744. data/lib/oci/data_connectivity/models/unique_key.rb +265 -0
  745. data/lib/oci/data_connectivity/models/update_connection_details.rb +311 -0
  746. data/lib/oci/data_connectivity/models/update_data_asset_details.rb +336 -0
  747. data/lib/oci/data_connectivity/models/update_dp_endpoint_details.rb +293 -0
  748. data/lib/oci/data_connectivity/models/update_dp_endpoint_from_private.rb +291 -0
  749. data/lib/oci/data_connectivity/models/update_dp_endpoint_from_public.rb +181 -0
  750. data/lib/oci/data_connectivity/models/update_endpoint_details.rb +224 -0
  751. data/lib/oci/data_connectivity/models/update_folder_details.rb +263 -0
  752. data/lib/oci/data_connectivity/models/update_registry_details.rb +196 -0
  753. data/lib/oci/data_connectivity/models/validation_message.rb +164 -0
  754. data/lib/oci/data_connectivity/models/validation_result.rb +184 -0
  755. data/lib/oci/data_connectivity/models/work_request.rb +308 -0
  756. data/lib/oci/data_connectivity/models/work_request_error.rb +173 -0
  757. data/lib/oci/data_connectivity/models/work_request_error_collection.rb +150 -0
  758. data/lib/oci/data_connectivity/models/work_request_error_summary.rb +169 -0
  759. data/lib/oci/data_connectivity/models/work_request_log.rb +160 -0
  760. data/lib/oci/data_connectivity/models/work_request_log_collection.rb +150 -0
  761. data/lib/oci/data_connectivity/models/work_request_resource.rb +222 -0
  762. data/lib/oci/data_connectivity/models/work_request_summary.rb +305 -0
  763. data/lib/oci/data_connectivity/models/work_request_summary_collection.rb +150 -0
  764. data/lib/oci/data_connectivity/models/write_operation_config.rb +312 -0
  765. data/lib/oci/data_connectivity/network_validation_client.rb +187 -0
  766. data/lib/oci/data_connectivity/network_validation_client_composite_operations.rb +25 -0
  767. data/lib/oci/data_connectivity/util.rb +3 -0
  768. data/lib/oci/data_flow/data_flow.rb +1 -0
  769. data/lib/oci/data_flow/models/application.rb +27 -1
  770. data/lib/oci/data_flow/models/create_application_details.rb +27 -1
  771. data/lib/oci/data_flow/models/create_run_details.rb +27 -1
  772. data/lib/oci/data_flow/models/run.rb +27 -1
  773. data/lib/oci/data_flow/models/shape_config.rb +168 -0
  774. data/lib/oci/data_flow/models/update_application_details.rb +27 -1
  775. data/lib/oci/data_integration/data_integration.rb +36 -0
  776. data/lib/oci/data_integration/data_integration_client.rb +413 -0
  777. data/lib/oci/data_integration/data_integration_client_composite_operations.rb +213 -0
  778. data/lib/oci/data_integration/models/abstract_call_attribute.rb +196 -0
  779. data/lib/oci/data_integration/models/abstract_data_operation_config.rb +45 -4
  780. data/lib/oci/data_integration/models/abstract_formatted_text.rb +153 -0
  781. data/lib/oci/data_integration/models/abstract_read_attribute.rb +2 -0
  782. data/lib/oci/data_integration/models/aggregator.rb +2 -2
  783. data/lib/oci/data_integration/models/application.rb +139 -1
  784. data/lib/oci/data_integration/models/application_details.rb +81 -4
  785. data/lib/oci/data_integration/models/application_summary.rb +139 -1
  786. data/lib/oci/data_integration/models/auth_config.rb +226 -0
  787. data/lib/oci/data_integration/models/auth_details.rb +1 -1
  788. data/lib/oci/data_integration/models/bip_call_attribute.rb +220 -0
  789. data/lib/oci/data_integration/models/bip_read_attributes.rb +257 -0
  790. data/lib/oci/data_integration/models/bip_report_parameter_value.rb +160 -0
  791. data/lib/oci/data_integration/models/change_dis_application_compartment_details.rb +154 -0
  792. data/lib/oci/data_integration/models/child_reference.rb +3 -0
  793. data/lib/oci/data_integration/models/conditional_composite_field_map.rb +244 -0
  794. data/lib/oci/data_integration/models/conditional_output_port.rb +234 -0
  795. data/lib/oci/data_integration/models/connection.rb +2 -0
  796. data/lib/oci/data_integration/models/connection_details.rb +3 -1
  797. data/lib/oci/data_integration/models/connection_from_bip.rb +223 -0
  798. data/lib/oci/data_integration/models/connection_from_bip_details.rb +219 -0
  799. data/lib/oci/data_integration/models/connection_summary.rb +2 -0
  800. data/lib/oci/data_integration/models/connection_summary_from_bip.rb +223 -0
  801. data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +1 -0
  802. data/lib/oci/data_integration/models/create_application_details.rb +78 -1
  803. data/lib/oci/data_integration/models/create_connection_details.rb +3 -1
  804. data/lib/oci/data_integration/models/create_connection_from_bip.rb +207 -0
  805. data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +45 -6
  806. data/lib/oci/data_integration/models/create_dis_application_details.rb +334 -0
  807. data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +47 -4
  808. data/lib/oci/data_integration/models/create_task_from_rest_task.rb +44 -4
  809. data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +3 -3
  810. data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +45 -6
  811. data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +1 -0
  812. data/lib/oci/data_integration/models/data_entity.rb +1 -0
  813. data/lib/oci/data_integration/models/dependent_object.rb +140 -1
  814. data/lib/oci/data_integration/models/direct_field_map.rb +29 -3
  815. data/lib/oci/data_integration/models/direct_named_field_map.rb +29 -3
  816. data/lib/oci/data_integration/models/dis_application.rb +478 -0
  817. data/lib/oci/data_integration/models/dis_application_summary.rb +478 -0
  818. data/lib/oci/data_integration/models/dis_application_summary_collection.rb +150 -0
  819. data/lib/oci/data_integration/models/distinct.rb +2 -2
  820. data/lib/oci/data_integration/models/end_operator.rb +2 -2
  821. data/lib/oci/data_integration/models/expression_operator.rb +2 -2
  822. data/lib/oci/data_integration/models/field_map.rb +6 -0
  823. data/lib/oci/data_integration/models/filter.rb +2 -2
  824. data/lib/oci/data_integration/models/flatten.rb +222 -0
  825. data/lib/oci/data_integration/models/flatten_details.rb +196 -0
  826. data/lib/oci/data_integration/models/flatten_projection_preferences.rb +273 -0
  827. data/lib/oci/data_integration/models/function.rb +210 -0
  828. data/lib/oci/data_integration/models/intersect.rb +2 -2
  829. data/lib/oci/data_integration/models/joiner.rb +2 -2
  830. data/lib/oci/data_integration/models/json_text.rb +167 -0
  831. data/lib/oci/data_integration/models/lookup.rb +2 -2
  832. data/lib/oci/data_integration/models/macro_pivot_field.rb +201 -0
  833. data/lib/oci/data_integration/models/merge_operator.rb +2 -2
  834. data/lib/oci/data_integration/models/minus.rb +2 -2
  835. data/lib/oci/data_integration/models/named_entity_map.rb +244 -0
  836. data/lib/oci/data_integration/models/oci_function.rb +207 -0
  837. data/lib/oci/data_integration/models/operator.rb +11 -3
  838. data/lib/oci/data_integration/models/pivot.rb +222 -0
  839. data/lib/oci/data_integration/models/pivot_field.rb +221 -0
  840. data/lib/oci/data_integration/models/pivot_keys.rb +233 -0
  841. data/lib/oci/data_integration/models/poll_rest_call_config.rb +194 -0
  842. data/lib/oci/data_integration/models/projection.rb +2 -2
  843. data/lib/oci/data_integration/models/proxy_field.rb +15 -2
  844. data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +47 -4
  845. data/lib/oci/data_integration/models/read_operation_config.rb +13 -1
  846. data/lib/oci/data_integration/models/reference.rb +9 -0
  847. data/lib/oci/data_integration/models/reference_summary.rb +9 -0
  848. data/lib/oci/data_integration/models/resource_principal_auth_config.rb +194 -0
  849. data/lib/oci/data_integration/models/rule_based_entity_map.rb +292 -0
  850. data/lib/oci/data_integration/models/rule_type_config.rb +15 -2
  851. data/lib/oci/data_integration/models/scope_reference.rb +207 -0
  852. data/lib/oci/data_integration/models/sort_oper.rb +2 -2
  853. data/lib/oci/data_integration/models/source.rb +2 -2
  854. data/lib/oci/data_integration/models/split.rb +232 -0
  855. data/lib/oci/data_integration/models/start_operator.rb +2 -2
  856. data/lib/oci/data_integration/models/target.rb +68 -6
  857. data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +47 -4
  858. data/lib/oci/data_integration/models/task_from_rest_task_details.rb +44 -4
  859. data/lib/oci/data_integration/models/task_operator.rb +2 -2
  860. data/lib/oci/data_integration/models/task_run_details.rb +11 -1
  861. data/lib/oci/data_integration/models/task_run_summary.rb +11 -1
  862. data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +47 -4
  863. data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +30 -4
  864. data/lib/oci/data_integration/models/typed_expression.rb +186 -0
  865. data/lib/oci/data_integration/models/typed_object.rb +6 -0
  866. data/lib/oci/data_integration/models/union.rb +2 -2
  867. data/lib/oci/data_integration/models/update_application_details.rb +81 -4
  868. data/lib/oci/data_integration/models/update_connection_details.rb +3 -1
  869. data/lib/oci/data_integration/models/update_connection_from_bip.rb +211 -0
  870. data/lib/oci/data_integration/models/update_dis_application_details.rb +346 -0
  871. data/lib/oci/data_integration/models/update_reference_details.rb +1 -1
  872. data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +47 -4
  873. data/lib/oci/data_integration/models/update_task_from_rest_task.rb +44 -4
  874. data/lib/oci/data_integration/models/write_operation_config.rb +13 -1
  875. data/lib/oci/data_labeling_service/data_labeling_service.rb +2 -0
  876. data/lib/oci/data_labeling_service/models/dataset_format_details.rb +2 -2
  877. data/lib/oci/data_labeling_service/models/dataset_source_details.rb +1 -1
  878. data/lib/oci/data_labeling_service/models/delimited_file_type_metadata.rb +220 -0
  879. data/lib/oci/data_labeling_service/models/document_dataset_format_details.rb +1 -1
  880. data/lib/oci/data_labeling_service/models/export_format.rb +2 -1
  881. data/lib/oci/data_labeling_service/models/image_dataset_format_details.rb +1 -1
  882. data/lib/oci/data_labeling_service/models/initial_record_generation_configuration.rb +2 -2
  883. data/lib/oci/data_labeling_service/models/label.rb +1 -1
  884. data/lib/oci/data_labeling_service/models/label_set.rb +2 -2
  885. data/lib/oci/data_labeling_service/models/object_storage_source_details.rb +3 -3
  886. data/lib/oci/data_labeling_service/models/text_dataset_format_details.rb +21 -5
  887. data/lib/oci/data_labeling_service/models/text_file_type_metadata.rb +189 -0
  888. data/lib/oci/data_labeling_service_dataplane/data_labeling_service_dataplane.rb +2 -0
  889. data/lib/oci/data_labeling_service_dataplane/models/dataset.rb +6 -6
  890. data/lib/oci/data_labeling_service_dataplane/models/dataset_source_details.rb +1 -1
  891. data/lib/oci/data_labeling_service_dataplane/models/delimited_file_type_metadata.rb +220 -0
  892. data/lib/oci/data_labeling_service_dataplane/models/initial_record_generation_configuration.rb +1 -1
  893. data/lib/oci/data_labeling_service_dataplane/models/object_storage_dataset_source_details.rb +2 -2
  894. data/lib/oci/data_labeling_service_dataplane/models/text_dataset_format_details.rb +20 -4
  895. data/lib/oci/data_labeling_service_dataplane/models/text_file_type_metadata.rb +189 -0
  896. data/lib/oci/data_safe/data_safe_client.rb +6 -6
  897. data/lib/oci/data_safe/models/audit_archive_retrieval.rb +1 -0
  898. data/lib/oci/data_safe/models/audit_archive_retrieval_lifecycle_state.rb +2 -1
  899. data/lib/oci/data_safe/models/audit_archive_retrieval_summary.rb +1 -0
  900. data/lib/oci/data_safe/models/security_assessment.rb +1 -0
  901. data/lib/oci/data_safe/models/security_assessment_lifecycle_state.rb +1 -0
  902. data/lib/oci/data_safe/models/security_assessment_summary.rb +1 -0
  903. data/lib/oci/data_safe/models/user_assessment.rb +1 -0
  904. data/lib/oci/data_safe/models/user_assessment_lifecycle_state.rb +1 -0
  905. data/lib/oci/data_safe/models/user_assessment_summary.rb +1 -0
  906. data/lib/oci/data_safe/models/work_request_resource.rb +1 -0
  907. data/lib/oci/data_science/data_science.rb +2 -0
  908. data/lib/oci/data_science/data_science_client.rb +2 -7
  909. data/lib/oci/data_science/models/create_notebook_session_details.rb +14 -2
  910. data/lib/oci/data_science/models/job_infrastructure_configuration_details.rb +2 -0
  911. data/lib/oci/data_science/models/managed_egress_standalone_job_infrastructure_configuration_details.rb +177 -0
  912. data/lib/oci/data_science/models/notebook_session.rb +14 -1
  913. data/lib/oci/data_science/models/notebook_session_config_details.rb +194 -0
  914. data/lib/oci/data_science/models/notebook_session_summary.rb +14 -1
  915. data/lib/oci/database/database.rb +18 -0
  916. data/lib/oci/database/database_client.rb +958 -83
  917. data/lib/oci/database/database_client_composite_operations.rb +379 -0
  918. data/lib/oci/database/models/autonomous_container_database.rb +76 -5
  919. data/lib/oci/database/models/autonomous_container_database_summary.rb +76 -5
  920. data/lib/oci/database/models/autonomous_database.rb +208 -8
  921. data/lib/oci/database/models/autonomous_database_character_sets.rb +153 -0
  922. data/lib/oci/database/models/autonomous_database_standby_summary.rb +1 -0
  923. data/lib/oci/database/models/autonomous_database_summary.rb +208 -8
  924. data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +2 -2
  925. data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +2 -2
  926. data/lib/oci/database/models/autonomous_vm_cluster.rb +145 -5
  927. data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +145 -5
  928. data/lib/oci/database/models/backup.rb +33 -4
  929. data/lib/oci/database/models/backup_summary.rb +33 -4
  930. data/lib/oci/database/models/cloud_autonomous_vm_cluster.rb +132 -6
  931. data/lib/oci/database/models/cloud_autonomous_vm_cluster_summary.rb +132 -6
  932. data/lib/oci/database/models/cloud_vm_cluster.rb +19 -6
  933. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +19 -6
  934. data/lib/oci/database/models/compute_performance_summary.rb +211 -0
  935. data/lib/oci/database/models/create_autonomous_container_database_details.rb +4 -2
  936. data/lib/oci/database/models/create_autonomous_database_base.rb +105 -10
  937. data/lib/oci/database/models/create_autonomous_database_clone_details.rb +25 -1
  938. data/lib/oci/database/models/create_autonomous_database_details.rb +28 -4
  939. data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +25 -1
  940. data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +25 -1
  941. data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +70 -1
  942. data/lib/oci/database/models/create_cloud_autonomous_vm_cluster_details.rb +19 -3
  943. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +19 -6
  944. data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +33 -5
  945. data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +222 -6
  946. data/lib/oci/database/models/create_database_details.rb +44 -1
  947. data/lib/oci/database/models/create_database_software_image_details.rb +1 -1
  948. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +18 -1
  949. data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +25 -1
  950. data/lib/oci/database/models/create_vm_cluster_details.rb +17 -4
  951. data/lib/oci/database/models/data_collection_options.rb +156 -0
  952. data/lib/oci/database/models/data_guard_association.rb +1 -0
  953. data/lib/oci/database/models/data_guard_association_summary.rb +1 -0
  954. data/lib/oci/database/models/database.rb +30 -1
  955. data/lib/oci/database/models/database_connection_credentials.rb +2 -0
  956. data/lib/oci/database/models/database_connection_string.rb +1 -0
  957. data/lib/oci/database/models/database_software_image.rb +1 -1
  958. data/lib/oci/database/models/database_software_image_summary.rb +1 -1
  959. data/lib/oci/database/models/database_ssl_connection_credentials.rb +236 -0
  960. data/lib/oci/database/models/database_summary.rb +30 -1
  961. data/lib/oci/database/models/db_node.rb +6 -2
  962. data/lib/oci/database/models/db_node_summary.rb +6 -2
  963. data/lib/oci/database/models/db_server.rb +14 -1
  964. data/lib/oci/database/models/db_server_patching_details.rb +219 -0
  965. data/lib/oci/database/models/db_server_summary.rb +14 -1
  966. data/lib/oci/database/models/db_system.rb +54 -3
  967. data/lib/oci/database/models/db_system_compute_performance_summary.rb +165 -0
  968. data/lib/oci/database/models/db_system_shape_summary.rb +35 -1
  969. data/lib/oci/database/models/db_system_storage_performance_summary.rb +203 -0
  970. data/lib/oci/database/models/db_system_summary.rb +54 -3
  971. data/lib/oci/database/models/db_system_upgrade_history_entry.rb +303 -0
  972. data/lib/oci/database/models/db_system_upgrade_history_entry_summary.rb +304 -0
  973. data/lib/oci/database/models/disk_performance_details.rb +169 -0
  974. data/lib/oci/database/models/enable_external_container_database_stack_monitoring_details.rb +153 -0
  975. data/lib/oci/database/models/enable_external_database_stack_monitoring_details_base.rb +156 -0
  976. data/lib/oci/database/models/enable_external_non_container_database_stack_monitoring_details.rb +153 -0
  977. data/lib/oci/database/models/enable_external_pluggable_database_stack_monitoring_details.rb +153 -0
  978. data/lib/oci/database/models/estimated_patching_time.rb +197 -0
  979. data/lib/oci/database/models/exadata_infrastructure.rb +46 -1
  980. data/lib/oci/database/models/exadata_infrastructure_summary.rb +46 -1
  981. data/lib/oci/database/models/external_container_database.rb +17 -4
  982. data/lib/oci/database/models/external_container_database_summary.rb +17 -4
  983. data/lib/oci/database/models/external_database_base.rb +17 -4
  984. data/lib/oci/database/models/external_non_container_database.rb +17 -4
  985. data/lib/oci/database/models/external_non_container_database_summary.rb +17 -4
  986. data/lib/oci/database/models/external_pluggable_database.rb +17 -4
  987. data/lib/oci/database/models/external_pluggable_database_summary.rb +17 -4
  988. data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +2 -2
  989. data/lib/oci/database/models/launch_db_system_base.rb +36 -5
  990. data/lib/oci/database/models/launch_db_system_details.rb +5 -1
  991. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
  992. data/lib/oci/database/models/launch_db_system_from_database_details.rb +5 -1
  993. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +5 -1
  994. data/lib/oci/database/models/maintenance_run.rb +180 -4
  995. data/lib/oci/database/models/maintenance_run_summary.rb +180 -4
  996. data/lib/oci/database/models/maintenance_window.rb +67 -1
  997. data/lib/oci/database/models/migrate_vault_key_details.rb +46 -4
  998. data/lib/oci/database/models/stack_monitoring_config.rb +194 -0
  999. data/lib/oci/database/models/storage_performance_details.rb +183 -0
  1000. data/lib/oci/database/models/update_autonomous_database_details.rb +76 -7
  1001. data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +2 -2
  1002. data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +14 -1
  1003. data/lib/oci/database/models/update_cloud_autonomous_vm_cluster_details.rb +2 -2
  1004. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +19 -6
  1005. data/lib/oci/database/models/update_db_system_details.rb +3 -3
  1006. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +18 -1
  1007. data/lib/oci/database/models/update_maintenance_run_details.rb +62 -4
  1008. data/lib/oci/database/models/update_vm_cluster_details.rb +17 -4
  1009. data/lib/oci/database/models/upgrade_db_system_details.rb +208 -0
  1010. data/lib/oci/database/models/vm_cluster.rb +17 -4
  1011. data/lib/oci/database/models/vm_cluster_summary.rb +17 -4
  1012. data/lib/oci/database_management/database_management.rb +21 -0
  1013. data/lib/oci/database_management/db_management_client.rb +213 -0
  1014. data/lib/oci/database_management/diagnosability_client.rb +479 -0
  1015. data/lib/oci/database_management/diagnosability_client_composite_operations.rb +25 -0
  1016. data/lib/oci/database_management/models/activity_time_series_metrics.rb +1 -1
  1017. data/lib/oci/database_management/models/addm_task_summary.rb +342 -0
  1018. data/lib/oci/database_management/models/addm_tasks_collection.rb +164 -0
  1019. data/lib/oci/database_management/models/alert_log_collection.rb +164 -0
  1020. data/lib/oci/database_management/models/alert_log_count_summary.rb +190 -0
  1021. data/lib/oci/database_management/models/alert_log_counts_collection.rb +164 -0
  1022. data/lib/oci/database_management/models/alert_log_summary.rb +266 -0
  1023. data/lib/oci/database_management/models/asm_property_collection.rb +1 -1
  1024. data/lib/oci/database_management/models/attention_log_collection.rb +164 -0
  1025. data/lib/oci/database_management/models/attention_log_count_summary.rb +190 -0
  1026. data/lib/oci/database_management/models/attention_log_counts_collection.rb +164 -0
  1027. data/lib/oci/database_management/models/attention_log_summary.rb +310 -0
  1028. data/lib/oci/database_management/models/cluster_cache_metric.rb +1 -1
  1029. data/lib/oci/database_management/models/compare_type.rb +2 -1
  1030. data/lib/oci/database_management/models/cpu_utilization_aggregate_metrics.rb +17 -4
  1031. data/lib/oci/database_management/models/database_fleet_health_metrics.rb +1 -0
  1032. data/lib/oci/database_management/models/database_home_metric_definition.rb +2 -2
  1033. data/lib/oci/database_management/models/database_home_metrics.rb +1 -1
  1034. data/lib/oci/database_management/models/database_io_aggregate_metrics.rb +34 -6
  1035. data/lib/oci/database_management/models/database_storage_aggregate_metrics.rb +1 -1
  1036. data/lib/oci/database_management/models/historic_addm_result.rb +357 -0
  1037. data/lib/oci/database_management/models/managed_database_credential.rb +217 -0
  1038. data/lib/oci/database_management/models/managed_database_password_credential.rb +166 -0
  1039. data/lib/oci/database_management/models/managed_database_secret_credential.rb +173 -0
  1040. data/lib/oci/database_management/models/memory_aggregate_metrics.rb +1 -1
  1041. data/lib/oci/database_management/models/metric_statistics_definition.rb +218 -0
  1042. data/lib/oci/database_management/models/object_storage_job_execution_result_details.rb +1 -1
  1043. data/lib/oci/database_management/models/run_historic_addm_details.rb +169 -0
  1044. data/lib/oci/database_management/models/snapshot_details.rb +154 -0
  1045. data/lib/oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.rb +18 -4
  1046. data/lib/oci/database_management/models/sql_tuning_set_collection.rb +164 -0
  1047. data/lib/oci/database_management/models/sql_tuning_set_input.rb +160 -0
  1048. data/lib/oci/database_management/models/sql_tuning_set_summary.rb +184 -0
  1049. data/lib/oci/database_management/models/start_sql_tuning_task_details.rb +20 -4
  1050. data/lib/oci/database_management/models/tablespace_collection.rb +1 -1
  1051. data/lib/oci/database_management/models/time_series_metric_definition.rb +1 -1
  1052. data/lib/oci/database_management/models/user.rb +3 -3
  1053. data/lib/oci/database_management/models/user_collection.rb +1 -1
  1054. data/lib/oci/database_management/models/user_summary.rb +16 -2
  1055. data/lib/oci/database_management/sql_tuning_client.rb +81 -3
  1056. data/lib/oci/database_migration/database_migration.rb +32 -0
  1057. data/lib/oci/database_migration/database_migration_client.rb +311 -0
  1058. data/lib/oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1059. data/lib/oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1060. data/lib/oci/database_migration/models/adb_serverles_tablespace_details.rb +185 -0
  1061. data/lib/oci/database_migration/models/aws_s3_details.rb +166 -0
  1062. data/lib/oci/database_migration/models/connection.rb +52 -1
  1063. data/lib/oci/database_migration/models/connection_summary.rb +52 -1
  1064. data/lib/oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1065. data/lib/oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1066. data/lib/oci/database_migration/models/create_adb_serverles_tablespace_details.rb +146 -0
  1067. data/lib/oci/database_migration/models/create_aws_s3_details.rb +198 -0
  1068. data/lib/oci/database_migration/models/create_connection_details.rb +31 -1
  1069. data/lib/oci/database_migration/models/create_data_pump_settings.rb +14 -1
  1070. data/lib/oci/database_migration/models/create_data_transfer_medium_details.rb +19 -5
  1071. data/lib/oci/database_migration/models/create_non_adb_auto_create_tablespace_details.rb +198 -0
  1072. data/lib/oci/database_migration/models/create_non_adb_remap_tablespace_details.rb +166 -0
  1073. data/lib/oci/database_migration/models/create_target_type_tablespace_details.rb +192 -0
  1074. data/lib/oci/database_migration/models/data_pump_settings.rb +14 -1
  1075. data/lib/oci/database_migration/models/data_transfer_medium_details.rb +17 -4
  1076. data/lib/oci/database_migration/models/database_manual_connection_sub_types.rb +11 -0
  1077. data/lib/oci/database_migration/models/excluded_object_summary.rb +227 -0
  1078. data/lib/oci/database_migration/models/excluded_object_summary_collection.rb +152 -0
  1079. data/lib/oci/database_migration/models/migration_database_target_types.rb +14 -0
  1080. data/lib/oci/database_migration/models/migration_database_target_types_update.rb +16 -0
  1081. data/lib/oci/database_migration/models/migration_object_collection.rb +152 -0
  1082. data/lib/oci/database_migration/models/migration_object_summary.rb +214 -0
  1083. data/lib/oci/database_migration/models/non_adb_auto_create_tablespace_details.rb +198 -0
  1084. data/lib/oci/database_migration/models/non_adb_remap_tablespace_details.rb +166 -0
  1085. data/lib/oci/database_migration/models/object_status.rb +11 -0
  1086. data/lib/oci/database_migration/models/reason_keywords.rb +14 -0
  1087. data/lib/oci/database_migration/models/target_type_tablespace_details.rb +199 -0
  1088. data/lib/oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1089. data/lib/oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1090. data/lib/oci/database_migration/models/update_adb_serverles_tablespace_details.rb +146 -0
  1091. data/lib/oci/database_migration/models/update_aws_s3_details.rb +198 -0
  1092. data/lib/oci/database_migration/models/update_data_pump_settings.rb +14 -1
  1093. data/lib/oci/database_migration/models/update_data_transfer_medium_details.rb +19 -5
  1094. data/lib/oci/database_migration/models/update_non_adb_auto_create_tablespace_details.rb +198 -0
  1095. data/lib/oci/database_migration/models/update_non_adb_remap_tablespace_details.rb +166 -0
  1096. data/lib/oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.rb +148 -0
  1097. data/lib/oci/database_migration/models/update_target_defaults_remap_tablespace_details.rb +148 -0
  1098. data/lib/oci/database_migration/models/update_target_type_tablespace_details.rb +196 -0
  1099. data/lib/oci/database_tools/database_tools.rb +26 -3
  1100. data/lib/oci/database_tools/database_tools_client.rb +43 -43
  1101. data/lib/oci/database_tools/database_tools_client_composite_operations.rb +7 -7
  1102. data/lib/oci/database_tools/models/change_database_tools_connection_compartment_details.rb +2 -2
  1103. data/lib/oci/database_tools/models/change_database_tools_private_endpoint_compartment_details.rb +2 -2
  1104. data/lib/oci/database_tools/models/connection_type.rb +2 -1
  1105. data/lib/oci/database_tools/models/create_database_tools_connection_details.rb +5 -3
  1106. data/lib/oci/database_tools/models/create_database_tools_connection_my_sql_details.rb +262 -0
  1107. data/lib/oci/database_tools/models/create_database_tools_connection_oracle_database_details.rb +5 -5
  1108. data/lib/oci/database_tools/models/create_database_tools_private_endpoint_details.rb +4 -4
  1109. data/lib/oci/database_tools/models/create_database_tools_related_resource_my_sql_details.rb +176 -0
  1110. data/lib/oci/database_tools/models/database_tools_connection.rb +10 -8
  1111. data/lib/oci/database_tools/models/database_tools_connection_collection.rb +2 -2
  1112. data/lib/oci/database_tools/models/database_tools_connection_my_sql.rb +286 -0
  1113. data/lib/oci/database_tools/models/database_tools_connection_my_sql_summary.rb +286 -0
  1114. data/lib/oci/database_tools/models/database_tools_connection_oracle_database.rb +6 -6
  1115. data/lib/oci/database_tools/models/database_tools_connection_oracle_database_summary.rb +4 -4
  1116. data/lib/oci/database_tools/models/database_tools_connection_summary.rb +9 -7
  1117. data/lib/oci/database_tools/models/database_tools_endpoint_service.rb +7 -7
  1118. data/lib/oci/database_tools/models/database_tools_endpoint_service_collection.rb +2 -2
  1119. data/lib/oci/database_tools/models/database_tools_endpoint_service_summary.rb +7 -7
  1120. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql.rb +189 -0
  1121. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_details.rb +182 -0
  1122. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_summary.rb +189 -0
  1123. data/lib/oci/database_tools/models/{database_tools_virtual_source.rb → database_tools_key_store_content_secret_id_my_sql.rb} +20 -26
  1124. data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_details.rb +162 -0
  1125. data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_summary.rb +162 -0
  1126. data/lib/oci/database_tools/models/database_tools_key_store_my_sql.rb +201 -0
  1127. data/lib/oci/database_tools/models/database_tools_key_store_my_sql_details.rb +194 -0
  1128. data/lib/oci/database_tools/models/database_tools_key_store_my_sql_summary.rb +201 -0
  1129. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql.rb +189 -0
  1130. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_details.rb +182 -0
  1131. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_summary.rb +189 -0
  1132. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql.rb +162 -0
  1133. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_details.rb +162 -0
  1134. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_summary.rb +162 -0
  1135. data/lib/oci/database_tools/models/database_tools_private_endpoint.rb +8 -8
  1136. data/lib/oci/database_tools/models/database_tools_private_endpoint_collection.rb +2 -2
  1137. data/lib/oci/database_tools/models/database_tools_private_endpoint_reverse_connection_configuration.rb +1 -1
  1138. data/lib/oci/database_tools/models/database_tools_private_endpoint_summary.rb +8 -8
  1139. data/lib/oci/database_tools/models/database_tools_related_resource_my_sql.rb +183 -0
  1140. data/lib/oci/database_tools/models/database_tools_user_password_secret_id_details.rb +1 -1
  1141. data/lib/oci/database_tools/models/key_store_type_my_sql.rb +12 -0
  1142. data/lib/oci/database_tools/models/{service_capability.rb → related_resource_entity_type_my_sql.rb} +2 -2
  1143. data/lib/oci/database_tools/models/update_database_tools_connection_details.rb +4 -2
  1144. data/lib/oci/database_tools/models/update_database_tools_connection_my_sql_details.rb +258 -0
  1145. data/lib/oci/database_tools/models/update_database_tools_connection_oracle_database_details.rb +4 -4
  1146. data/lib/oci/database_tools/models/update_database_tools_private_endpoint_details.rb +1 -1
  1147. data/lib/oci/database_tools/models/update_database_tools_related_resource_my_sql_details.rb +176 -0
  1148. data/lib/oci/database_tools/models/validate_database_tools_connection_details.rb +4 -2
  1149. data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_details.rb +145 -0
  1150. data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_result.rb +192 -0
  1151. data/lib/oci/database_tools/models/validate_database_tools_connection_oracle_database_details.rb +1 -1
  1152. data/lib/oci/database_tools/models/validate_database_tools_connection_result.rb +4 -2
  1153. data/lib/oci/database_tools/models/work_request_collection.rb +2 -2
  1154. data/lib/oci/database_tools/models/work_request_error_collection.rb +1 -1
  1155. data/lib/oci/database_tools/models/work_request_log_entry.rb +1 -1
  1156. data/lib/oci/database_tools/models/work_request_log_entry_collection.rb +2 -2
  1157. data/lib/oci/database_tools/models/work_request_resource.rb +1 -1
  1158. data/lib/oci/devops/devops.rb +81 -0
  1159. data/lib/oci/devops/devops_client.rb +132 -3
  1160. data/lib/oci/devops/devops_client_composite_operations.rb +1 -1
  1161. data/lib/oci/devops/models/approval_action.rb +14 -4
  1162. data/lib/oci/devops/models/bitbucket_cloud_app_password_connection.rb +218 -0
  1163. data/lib/oci/devops/models/bitbucket_cloud_app_password_connection_summary.rb +218 -0
  1164. data/lib/oci/devops/models/bitbucket_cloud_build_run_source.rb +176 -0
  1165. data/lib/oci/devops/models/bitbucket_cloud_build_source.rb +174 -0
  1166. data/lib/oci/devops/models/bitbucket_cloud_filter.rb +196 -0
  1167. data/lib/oci/devops/models/bitbucket_cloud_filter_attributes.rb +168 -0
  1168. data/lib/oci/devops/models/bitbucket_cloud_trigger.rb +214 -0
  1169. data/lib/oci/devops/models/bitbucket_cloud_trigger_create_result.rb +214 -0
  1170. data/lib/oci/devops/models/bitbucket_cloud_trigger_summary.rb +193 -0
  1171. data/lib/oci/devops/models/build_outputs.rb +17 -4
  1172. data/lib/oci/devops/models/build_pipeline_stage.rb +2 -2
  1173. data/lib/oci/devops/models/build_pipeline_stage_predecessor.rb +3 -1
  1174. data/lib/oci/devops/models/build_pipeline_stage_summary.rb +1 -1
  1175. data/lib/oci/devops/models/build_run_source.rb +2 -0
  1176. data/lib/oci/devops/models/build_source.rb +2 -0
  1177. data/lib/oci/devops/models/build_stage_run_step.rb +1 -1
  1178. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage.rb +314 -0
  1179. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +190 -0
  1180. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_summary.rb +314 -0
  1181. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage.rb +218 -0
  1182. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +190 -0
  1183. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
  1184. data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +1 -1
  1185. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage.rb +232 -0
  1186. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
  1187. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_summary.rb +232 -0
  1188. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage.rb +287 -0
  1189. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
  1190. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_summary.rb +287 -0
  1191. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage.rb +232 -0
  1192. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
  1193. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_summary.rb +232 -0
  1194. data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +1 -1
  1195. data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +1 -1
  1196. data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +1 -1
  1197. data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +1 -1
  1198. data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +1 -1
  1199. data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +1 -1
  1200. data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +1 -1
  1201. data/lib/oci/devops/models/connection.rb +2 -0
  1202. data/lib/oci/devops/models/connection_summary.rb +1 -0
  1203. data/lib/oci/devops/models/create_bitbucket_cloud_app_password_connection_details.rb +194 -0
  1204. data/lib/oci/devops/models/create_bitbucket_cloud_trigger_details.rb +169 -0
  1205. data/lib/oci/devops/models/create_build_pipeline_stage_details.rb +1 -1
  1206. data/lib/oci/devops/models/create_compute_instance_group_blue_green_deploy_stage_details.rb +282 -0
  1207. data/lib/oci/devops/models/create_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
  1208. data/lib/oci/devops/models/create_compute_instance_group_canary_approval_deploy_stage_details.rb +200 -0
  1209. data/lib/oci/devops/models/create_compute_instance_group_canary_deploy_stage_details.rb +255 -0
  1210. data/lib/oci/devops/models/create_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +200 -0
  1211. data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +1 -1
  1212. data/lib/oci/devops/models/create_connection_details.rb +1 -0
  1213. data/lib/oci/devops/models/create_deploy_stage_details.rb +13 -2
  1214. data/lib/oci/devops/models/create_deployment_details.rb +1 -0
  1215. data/lib/oci/devops/models/create_oke_blue_green_deploy_stage_details.rb +214 -0
  1216. data/lib/oci/devops/models/create_oke_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
  1217. data/lib/oci/devops/models/create_oke_canary_approval_deploy_stage_details.rb +200 -0
  1218. data/lib/oci/devops/models/create_oke_canary_deploy_stage_details.rb +214 -0
  1219. data/lib/oci/devops/models/create_oke_canary_traffic_shift_deploy_stage_details.rb +200 -0
  1220. data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +17 -4
  1221. data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +2 -2
  1222. data/lib/oci/devops/models/create_oke_helm_chart_deploy_stage_details.rb +268 -0
  1223. data/lib/oci/devops/models/create_repository_details.rb +1 -1
  1224. data/lib/oci/devops/models/create_single_deploy_stage_redeployment_details.rb +192 -0
  1225. data/lib/oci/devops/models/create_trigger_details.rb +1 -0
  1226. data/lib/oci/devops/models/deploy_artifact.rb +1 -0
  1227. data/lib/oci/devops/models/deploy_artifact_source.rb +2 -0
  1228. data/lib/oci/devops/models/deploy_environment.rb +2 -1
  1229. data/lib/oci/devops/models/deploy_stage.rb +24 -2
  1230. data/lib/oci/devops/models/deploy_stage_execution_progress.rb +14 -3
  1231. data/lib/oci/devops/models/deploy_stage_summary.rb +12 -1
  1232. data/lib/oci/devops/models/deployment.rb +3 -1
  1233. data/lib/oci/devops/models/deployment_summary.rb +1 -0
  1234. data/lib/oci/devops/models/filter.rb +1 -0
  1235. data/lib/oci/devops/models/generic_deploy_artifact_source.rb +1 -1
  1236. data/lib/oci/devops/models/helm_repository_deploy_artifact_source.rb +176 -0
  1237. data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +1 -1
  1238. data/lib/oci/devops/models/load_balancer_config.rb +4 -1
  1239. data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +1 -1
  1240. data/lib/oci/devops/models/network_channel.rb +191 -0
  1241. data/lib/oci/devops/models/nginx_blue_green_strategy.rb +190 -0
  1242. data/lib/oci/devops/models/nginx_canary_strategy.rb +172 -0
  1243. data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +1 -1
  1244. data/lib/oci/devops/models/oke_blue_green_deploy_stage.rb +246 -0
  1245. data/lib/oci/devops/models/oke_blue_green_deploy_stage_execution_progress.rb +186 -0
  1246. data/lib/oci/devops/models/oke_blue_green_deploy_stage_summary.rb +246 -0
  1247. data/lib/oci/devops/models/oke_blue_green_strategy.rb +189 -0
  1248. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage.rb +218 -0
  1249. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_execution_progress.rb +186 -0
  1250. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
  1251. data/lib/oci/devops/models/oke_canary_approval_deploy_stage.rb +232 -0
  1252. data/lib/oci/devops/models/oke_canary_approval_deploy_stage_execution_progress.rb +189 -0
  1253. data/lib/oci/devops/models/oke_canary_approval_deploy_stage_summary.rb +232 -0
  1254. data/lib/oci/devops/models/oke_canary_deploy_stage.rb +246 -0
  1255. data/lib/oci/devops/models/oke_canary_deploy_stage_execution_progress.rb +173 -0
  1256. data/lib/oci/devops/models/oke_canary_deploy_stage_summary.rb +246 -0
  1257. data/lib/oci/devops/models/oke_canary_strategy.rb +189 -0
  1258. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage.rb +232 -0
  1259. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
  1260. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_summary.rb +232 -0
  1261. data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +17 -4
  1262. data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +17 -4
  1263. data/lib/oci/devops/models/oke_deploy_stage.rb +2 -2
  1264. data/lib/oci/devops/models/oke_deploy_stage_summary.rb +2 -2
  1265. data/lib/oci/devops/models/oke_helm_chart_deploy_stage.rb +298 -0
  1266. data/lib/oci/devops/models/oke_helm_chart_deploy_stage_summary.rb +298 -0
  1267. data/lib/oci/devops/models/oke_helm_chart_deployment_stage_execution_progress.rb +225 -0
  1268. data/lib/oci/devops/models/private_endpoint_channel.rb +176 -0
  1269. data/lib/oci/devops/models/put_repository_ref_details.rb +1 -1
  1270. data/lib/oci/devops/models/repository.rb +4 -4
  1271. data/lib/oci/devops/models/repository_branch.rb +9 -1
  1272. data/lib/oci/devops/models/repository_ref.rb +33 -5
  1273. data/lib/oci/devops/models/repository_ref_summary.rb +1 -1
  1274. data/lib/oci/devops/models/repository_tag.rb +9 -1
  1275. data/lib/oci/devops/models/single_deploy_stage_redeployment.rb +244 -0
  1276. data/lib/oci/devops/models/single_deploy_stage_redeployment_summary.rb +232 -0
  1277. data/lib/oci/devops/models/trigger.rb +3 -1
  1278. data/lib/oci/devops/models/trigger_create_result.rb +1 -0
  1279. data/lib/oci/devops/models/trigger_schedule.rb +3 -3
  1280. data/lib/oci/devops/models/trigger_summary.rb +1 -0
  1281. data/lib/oci/devops/models/update_bitbucket_cloud_app_password_connection_details.rb +190 -0
  1282. data/lib/oci/devops/models/update_bitbucket_cloud_trigger_details.rb +165 -0
  1283. data/lib/oci/devops/models/update_compute_instance_group_blue_green_deploy_stage_details.rb +235 -0
  1284. data/lib/oci/devops/models/update_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
  1285. data/lib/oci/devops/models/update_compute_instance_group_canary_approval_deploy_stage_details.rb +181 -0
  1286. data/lib/oci/devops/models/update_compute_instance_group_canary_deploy_stage_details.rb +222 -0
  1287. data/lib/oci/devops/models/update_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +181 -0
  1288. data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +1 -1
  1289. data/lib/oci/devops/models/update_connection_details.rb +1 -0
  1290. data/lib/oci/devops/models/update_deploy_stage_details.rb +12 -1
  1291. data/lib/oci/devops/models/update_deployment_details.rb +1 -0
  1292. data/lib/oci/devops/models/update_github_access_token_connection_details.rb +1 -1
  1293. data/lib/oci/devops/models/update_oke_blue_green_deploy_stage_details.rb +182 -0
  1294. data/lib/oci/devops/models/update_oke_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
  1295. data/lib/oci/devops/models/update_oke_canary_approval_deploy_stage_details.rb +181 -0
  1296. data/lib/oci/devops/models/update_oke_canary_deploy_stage_details.rb +182 -0
  1297. data/lib/oci/devops/models/update_oke_canary_traffic_shift_deploy_stage_details.rb +181 -0
  1298. data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +17 -4
  1299. data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +2 -2
  1300. data/lib/oci/devops/models/update_oke_helm_chart_deploy_stage_details.rb +264 -0
  1301. data/lib/oci/devops/models/update_single_deploy_stage_redeployment_details.rb +157 -0
  1302. data/lib/oci/devops/models/update_trigger_details.rb +1 -0
  1303. data/lib/oci/devops/models/vulnerability_audit_summary.rb +182 -0
  1304. data/lib/oci/devops/models/vulnerability_audit_summary_collection.rb +150 -0
  1305. data/lib/oci/dns/dns_client.rb +189 -119
  1306. data/lib/oci/dns/models/record.rb +2 -1
  1307. data/lib/oci/dns/models/record_details.rb +2 -1
  1308. data/lib/oci/dns/models/record_operation.rb +2 -1
  1309. data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
  1310. data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +2 -1
  1311. data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +1 -1
  1312. data/lib/oci/dns/models/steering_policy_health_rule_case.rb +1 -1
  1313. data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +1 -1
  1314. data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +1 -1
  1315. data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +1 -1
  1316. data/lib/oci/dns/models/tsig_key.rb +0 -1
  1317. data/lib/oci/em_warehouse/em_data_lake_client.rb +968 -0
  1318. data/lib/oci/em_warehouse/em_data_lake_client_composite_operations.rb +223 -0
  1319. data/lib/oci/em_warehouse/em_warehouse.rb +43 -0
  1320. data/lib/oci/em_warehouse/models/action_type.rb +15 -0
  1321. data/lib/oci/em_warehouse/models/change_em_warehouse_compartment_details.rb +156 -0
  1322. data/lib/oci/em_warehouse/models/create_em_warehouse_details.rb +228 -0
  1323. data/lib/oci/em_warehouse/models/em_instances_details.rb +182 -0
  1324. data/lib/oci/em_warehouse/models/em_warehouse.rb +390 -0
  1325. data/lib/oci/em_warehouse/models/em_warehouse_collection.rb +150 -0
  1326. data/lib/oci/em_warehouse/models/em_warehouse_summary.rb +366 -0
  1327. data/lib/oci/em_warehouse/models/etl_run_collection.rb +150 -0
  1328. data/lib/oci/em_warehouse/models/etl_run_summary.rb +322 -0
  1329. data/lib/oci/em_warehouse/models/operation_status.rb +16 -0
  1330. data/lib/oci/em_warehouse/models/operation_type.rb +13 -0
  1331. data/lib/oci/em_warehouse/models/resource_usage.rb +206 -0
  1332. data/lib/oci/em_warehouse/models/sort_order.rb +11 -0
  1333. data/lib/oci/em_warehouse/models/update_em_warehouse_details.rb +200 -0
  1334. data/lib/oci/em_warehouse/models/work_request.rb +309 -0
  1335. data/lib/oci/em_warehouse/models/work_request_error.rb +173 -0
  1336. data/lib/oci/em_warehouse/models/work_request_error_collection.rb +150 -0
  1337. data/lib/oci/em_warehouse/models/work_request_log_entry.rb +160 -0
  1338. data/lib/oci/em_warehouse/models/work_request_log_entry_collection.rb +150 -0
  1339. data/lib/oci/em_warehouse/models/work_request_resource.rb +230 -0
  1340. data/lib/oci/em_warehouse/models/work_request_resource_metadata_key.rb +10 -0
  1341. data/lib/oci/em_warehouse/models/work_request_summary.rb +309 -0
  1342. data/lib/oci/em_warehouse/models/work_request_summary_collection.rb +150 -0
  1343. data/lib/oci/em_warehouse/util.rb +3 -0
  1344. data/lib/oci/functions/functions.rb +3 -0
  1345. data/lib/oci/functions/functions_invoke_client.rb +2 -2
  1346. data/lib/oci/functions/models/constant_provisioned_concurrency_config.rb +159 -0
  1347. data/lib/oci/functions/models/create_function_details.rb +14 -1
  1348. data/lib/oci/functions/models/function.rb +14 -1
  1349. data/lib/oci/functions/models/function_provisioned_concurrency_config.rb +189 -0
  1350. data/lib/oci/functions/models/function_summary.rb +14 -1
  1351. data/lib/oci/functions/models/none_provisioned_concurrency_config.rb +146 -0
  1352. data/lib/oci/functions/models/update_function_details.rb +14 -1
  1353. data/lib/oci/golden_gate/models/create_deployment_details.rb +1 -2
  1354. data/lib/oci/golden_gate/models/deployment.rb +32 -3
  1355. data/lib/oci/golden_gate/models/deployment_summary.rb +35 -6
  1356. data/lib/oci/governance_rules_control_plane/governance_rule_client.rb +1107 -0
  1357. data/lib/oci/governance_rules_control_plane/governance_rule_client_composite_operations.rb +369 -0
  1358. data/lib/oci/governance_rules_control_plane/governance_rules_control_plane.rb +63 -0
  1359. data/lib/oci/governance_rules_control_plane/models/action_type.rb +15 -0
  1360. data/lib/oci/governance_rules_control_plane/models/allowed_regions_template.rb +183 -0
  1361. data/lib/oci/governance_rules_control_plane/models/association.rb +171 -0
  1362. data/lib/oci/governance_rules_control_plane/models/base_tag_definition_validator.rb +203 -0
  1363. data/lib/oci/governance_rules_control_plane/models/create_governance_rule_details.rb +291 -0
  1364. data/lib/oci/governance_rules_control_plane/models/create_inclusion_criterion_details.rb +173 -0
  1365. data/lib/oci/governance_rules_control_plane/models/creation_option.rb +11 -0
  1366. data/lib/oci/governance_rules_control_plane/models/default_tag_definition_validator.rb +148 -0
  1367. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule.rb +289 -0
  1368. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_collection.rb +150 -0
  1369. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_summary.rb +279 -0
  1370. data/lib/oci/governance_rules_control_plane/models/enum_tag_definition_validator.rb +163 -0
  1371. data/lib/oci/governance_rules_control_plane/models/governance_rule.rb +397 -0
  1372. data/lib/oci/governance_rules_control_plane/models/governance_rule_collection.rb +150 -0
  1373. data/lib/oci/governance_rules_control_plane/models/governance_rule_lifecycle_state.rb +11 -0
  1374. data/lib/oci/governance_rules_control_plane/models/governance_rule_summary.rb +363 -0
  1375. data/lib/oci/governance_rules_control_plane/models/governance_rule_type.rb +12 -0
  1376. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion.rb +270 -0
  1377. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_collection.rb +150 -0
  1378. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_summary.rb +231 -0
  1379. data/lib/oci/governance_rules_control_plane/models/operation_status.rb +16 -0
  1380. data/lib/oci/governance_rules_control_plane/models/operation_type.rb +25 -0
  1381. data/lib/oci/governance_rules_control_plane/models/quota_template.rb +183 -0
  1382. data/lib/oci/governance_rules_control_plane/models/sort_order.rb +11 -0
  1383. data/lib/oci/governance_rules_control_plane/models/tag.rb +188 -0
  1384. data/lib/oci/governance_rules_control_plane/models/tag_default.rb +192 -0
  1385. data/lib/oci/governance_rules_control_plane/models/tag_template.rb +192 -0
  1386. data/lib/oci/governance_rules_control_plane/models/template.rb +193 -0
  1387. data/lib/oci/governance_rules_control_plane/models/tenancy_association.rb +163 -0
  1388. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment.rb +281 -0
  1389. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_collection.rb +150 -0
  1390. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_summary.rb +257 -0
  1391. data/lib/oci/governance_rules_control_plane/models/update_governance_rule_details.rb +219 -0
  1392. data/lib/oci/governance_rules_control_plane/models/work_request.rb +321 -0
  1393. data/lib/oci/governance_rules_control_plane/models/work_request_error.rb +173 -0
  1394. data/lib/oci/governance_rules_control_plane/models/work_request_error_collection.rb +150 -0
  1395. data/lib/oci/governance_rules_control_plane/models/work_request_log_entry.rb +160 -0
  1396. data/lib/oci/governance_rules_control_plane/models/work_request_log_entry_collection.rb +150 -0
  1397. data/lib/oci/governance_rules_control_plane/models/work_request_resource.rb +230 -0
  1398. data/lib/oci/governance_rules_control_plane/models/work_request_resource_metadata_key.rb +10 -0
  1399. data/lib/oci/governance_rules_control_plane/models/work_request_summary.rb +321 -0
  1400. data/lib/oci/governance_rules_control_plane/models/work_request_summary_collection.rb +150 -0
  1401. data/lib/oci/governance_rules_control_plane/util.rb +3 -0
  1402. data/lib/oci/governance_rules_control_plane/work_request_client.rb +447 -0
  1403. data/lib/oci/governance_rules_control_plane/work_request_client_composite_operations.rb +25 -0
  1404. data/lib/oci/identity/identity.rb +3 -0
  1405. data/lib/oci/identity/identity_client.rb +415 -188
  1406. data/lib/oci/identity/identity_client_composite_operations.rb +174 -12
  1407. data/lib/oci/identity/models/add_lock_details.rb +191 -0
  1408. data/lib/oci/identity/models/allowed_domain_license_type_summary.rb +1 -1
  1409. data/lib/oci/identity/models/auth_token.rb +4 -1
  1410. data/lib/oci/identity/models/authentication_policy.rb +1 -1
  1411. data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
  1412. data/lib/oci/identity/models/change_domain_compartment_details.rb +1 -1
  1413. data/lib/oci/identity/models/change_domain_license_type_details.rb +2 -2
  1414. data/lib/oci/identity/models/change_tas_domain_license_type_details.rb +2 -2
  1415. data/lib/oci/identity/models/compartment.rb +2 -2
  1416. data/lib/oci/identity/models/create_auth_token_details.rb +2 -0
  1417. data/lib/oci/identity/models/create_db_credential_details.rb +2 -0
  1418. data/lib/oci/identity/models/create_domain_details.rb +13 -15
  1419. data/lib/oci/identity/models/create_dynamic_group_details.rb +4 -1
  1420. data/lib/oci/identity/models/create_group_details.rb +3 -0
  1421. data/lib/oci/identity/models/create_network_source_details.rb +2 -3
  1422. data/lib/oci/identity/models/create_policy_details.rb +2 -2
  1423. data/lib/oci/identity/models/create_smtp_credential_details.rb +2 -0
  1424. data/lib/oci/identity/models/create_swift_password_details.rb +2 -0
  1425. data/lib/oci/identity/models/create_tag_default_details.rb +14 -4
  1426. data/lib/oci/identity/models/create_tag_namespace_details.rb +14 -4
  1427. data/lib/oci/identity/models/create_user_details.rb +7 -1
  1428. data/lib/oci/identity/models/customer_secret_key.rb +1 -1
  1429. data/lib/oci/identity/models/db_credential_summary.rb +3 -0
  1430. data/lib/oci/identity/models/domain.rb +14 -13
  1431. data/lib/oci/identity/models/domain_replication.rb +4 -4
  1432. data/lib/oci/identity/models/domain_replication_states.rb +4 -4
  1433. data/lib/oci/identity/models/domain_summary.rb +14 -14
  1434. data/lib/oci/identity/models/dynamic_group.rb +5 -2
  1435. data/lib/oci/identity/models/enable_replication_to_region_details.rb +2 -2
  1436. data/lib/oci/identity/models/group.rb +5 -2
  1437. data/lib/oci/identity/models/iam_work_request.rb +3 -2
  1438. data/lib/oci/identity/models/iam_work_request_error_summary.rb +2 -1
  1439. data/lib/oci/identity/models/iam_work_request_log_summary.rb +1 -1
  1440. data/lib/oci/identity/models/iam_work_request_resource.rb +1 -1
  1441. data/lib/oci/identity/models/iam_work_request_summary.rb +2 -2
  1442. data/lib/oci/identity/models/identity_provider.rb +1 -1
  1443. data/lib/oci/identity/models/mfa_totp_device.rb +1 -1
  1444. data/lib/oci/identity/models/network_policy.rb +1 -1
  1445. data/lib/oci/identity/models/network_sources.rb +1 -3
  1446. data/lib/oci/identity/models/network_sources_summary.rb +1 -2
  1447. data/lib/oci/identity/models/policy.rb +2 -2
  1448. data/lib/oci/identity/models/region.rb +1 -1
  1449. data/lib/oci/identity/models/region_subscription.rb +2 -2
  1450. data/lib/oci/identity/models/remove_lock_details.rb +164 -0
  1451. data/lib/oci/identity/models/replicated_region_details.rb +3 -3
  1452. data/lib/oci/identity/models/resource_lock.rb +228 -0
  1453. data/lib/oci/identity/models/smtp_credential.rb +4 -1
  1454. data/lib/oci/identity/models/smtp_credential_summary.rb +3 -0
  1455. data/lib/oci/identity/models/tag.rb +1 -1
  1456. data/lib/oci/identity/models/tag_default.rb +15 -5
  1457. data/lib/oci/identity/models/tag_default_summary.rb +14 -4
  1458. data/lib/oci/identity/models/tag_namespace.rb +16 -6
  1459. data/lib/oci/identity/models/tag_namespace_summary.rb +15 -5
  1460. data/lib/oci/identity/models/tag_summary.rb +1 -1
  1461. data/lib/oci/identity/models/tenancy.rb +1 -1
  1462. data/lib/oci/identity/models/ui_password.rb +1 -1
  1463. data/lib/oci/identity/models/update_auth_token_details.rb +3 -0
  1464. data/lib/oci/identity/models/update_customer_secret_key_details.rb +3 -0
  1465. data/lib/oci/identity/models/update_domain_details.rb +4 -4
  1466. data/lib/oci/identity/models/update_dynamic_group_details.rb +4 -1
  1467. data/lib/oci/identity/models/update_group_details.rb +3 -0
  1468. data/lib/oci/identity/models/update_network_source_details.rb +1 -2
  1469. data/lib/oci/identity/models/update_policy_details.rb +2 -2
  1470. data/lib/oci/identity/models/update_smtp_credential_details.rb +3 -0
  1471. data/lib/oci/identity/models/update_swift_password_details.rb +3 -0
  1472. data/lib/oci/identity/models/update_tag_details.rb +1 -1
  1473. data/lib/oci/identity/models/update_tag_namespace_details.rb +1 -1
  1474. data/lib/oci/identity/models/update_user_details.rb +7 -1
  1475. data/lib/oci/identity/models/user.rb +9 -4
  1476. data/lib/oci/jms/java_management_service_client.rb +507 -1
  1477. data/lib/oci/jms/java_management_service_client_composite_operations.rb +50 -0
  1478. data/lib/oci/jms/jms.rb +18 -0
  1479. data/lib/oci/jms/models/action_type.rb +2 -1
  1480. data/lib/oci/jms/models/blocklist.rb +204 -0
  1481. data/lib/oci/jms/models/blocklist_collection.rb +150 -0
  1482. data/lib/oci/jms/models/blocklist_entry.rb +184 -0
  1483. data/lib/oci/jms/models/blocklist_sort_by.rb +10 -0
  1484. data/lib/oci/jms/models/blocklist_target.rb +184 -0
  1485. data/lib/oci/jms/models/create_blocklist_details.rb +187 -0
  1486. data/lib/oci/jms/models/create_fleet_details.rb +27 -1
  1487. data/lib/oci/jms/models/custom_log.rb +169 -0
  1488. data/lib/oci/jms/models/existing_installation_site_id.rb +169 -0
  1489. data/lib/oci/jms/models/fleet.rb +28 -1
  1490. data/lib/oci/jms/models/fleet_summary.rb +28 -1
  1491. data/lib/oci/jms/models/installation_site.rb +328 -0
  1492. data/lib/oci/jms/models/installation_site_collection.rb +150 -0
  1493. data/lib/oci/jms/models/installation_site_sort_by.rb +17 -0
  1494. data/lib/oci/jms/models/installation_site_summary.rb +319 -0
  1495. data/lib/oci/jms/models/java_runtime_id.rb +184 -0
  1496. data/lib/oci/jms/models/jre_usage.rb +15 -1
  1497. data/lib/oci/jms/models/lifecycle_state.rb +1 -0
  1498. data/lib/oci/jms/models/operation_type.rb +3 -1
  1499. data/lib/oci/jms/models/principal.rb +164 -0
  1500. data/lib/oci/jms/models/remove_fleet_installation_sites_details.rb +154 -0
  1501. data/lib/oci/jms/models/update_fleet_details.rb +27 -1
  1502. data/lib/oci/jms/models/work_item_collection.rb +150 -0
  1503. data/lib/oci/jms/models/work_item_status.rb +16 -0
  1504. data/lib/oci/jms/models/work_item_summary.rb +242 -0
  1505. data/lib/oci/jms/models/work_request.rb +62 -4
  1506. data/lib/oci/jms/models/work_request_resource.rb +1 -0
  1507. data/lib/oci/license_manager/license_manager.rb +53 -0
  1508. data/lib/oci/license_manager/license_manager_client.rb +1294 -0
  1509. data/lib/oci/license_manager/license_manager_client_composite_operations.rb +264 -0
  1510. data/lib/oci/license_manager/models/bulk_upload_cell_info.rb +168 -0
  1511. data/lib/oci/license_manager/models/bulk_upload_failed_record_info.rb +178 -0
  1512. data/lib/oci/license_manager/models/bulk_upload_license_records_details.rb +183 -0
  1513. data/lib/oci/license_manager/models/bulk_upload_response.rb +248 -0
  1514. data/lib/oci/license_manager/models/bulk_upload_template.rb +150 -0
  1515. data/lib/oci/license_manager/models/bulk_upload_validation_error_info.rb +182 -0
  1516. data/lib/oci/license_manager/models/configuration.rb +198 -0
  1517. data/lib/oci/license_manager/models/create_license_record_details.rb +283 -0
  1518. data/lib/oci/license_manager/models/create_product_license_details.rb +270 -0
  1519. data/lib/oci/license_manager/models/image_details.rb +168 -0
  1520. data/lib/oci/license_manager/models/image_response.rb +202 -0
  1521. data/lib/oci/license_manager/models/license_metric.rb +200 -0
  1522. data/lib/oci/license_manager/models/license_record.rb +448 -0
  1523. data/lib/oci/license_manager/models/license_record_collection.rb +150 -0
  1524. data/lib/oci/license_manager/models/license_record_summary.rb +448 -0
  1525. data/lib/oci/license_manager/models/license_unit.rb +12 -0
  1526. data/lib/oci/license_manager/models/life_cycle_state.rb +12 -0
  1527. data/lib/oci/license_manager/models/product.rb +191 -0
  1528. data/lib/oci/license_manager/models/product_category.rb +11 -0
  1529. data/lib/oci/license_manager/models/product_license.rb +503 -0
  1530. data/lib/oci/license_manager/models/product_license_collection.rb +150 -0
  1531. data/lib/oci/license_manager/models/product_license_consumer_collection.rb +150 -0
  1532. data/lib/oci/license_manager/models/product_license_consumer_summary.rb +356 -0
  1533. data/lib/oci/license_manager/models/product_license_summary.rb +503 -0
  1534. data/lib/oci/license_manager/models/resource_unit.rb +10 -0
  1535. data/lib/oci/license_manager/models/status.rb +13 -0
  1536. data/lib/oci/license_manager/models/top_utilized_product_license_collection.rb +150 -0
  1537. data/lib/oci/license_manager/models/top_utilized_product_license_summary.rb +281 -0
  1538. data/lib/oci/license_manager/models/top_utilized_resource_collection.rb +150 -0
  1539. data/lib/oci/license_manager/models/top_utilized_resource_summary.rb +246 -0
  1540. data/lib/oci/license_manager/models/update_configuration_details.rb +154 -0
  1541. data/lib/oci/license_manager/models/update_license_record_details.rb +280 -0
  1542. data/lib/oci/license_manager/models/update_product_license_details.rb +182 -0
  1543. data/lib/oci/license_manager/util.rb +3 -0
  1544. data/lib/oci/limits/limits.rb +3 -0
  1545. data/lib/oci/limits/models/add_lock_details.rb +192 -0
  1546. data/lib/oci/limits/models/create_quota_details.rb +11 -1
  1547. data/lib/oci/limits/models/quota.rb +11 -1
  1548. data/lib/oci/limits/models/quota_summary.rb +11 -1
  1549. data/lib/oci/limits/models/remove_lock_details.rb +164 -0
  1550. data/lib/oci/limits/models/resource_lock.rb +214 -0
  1551. data/lib/oci/limits/quotas_client.rb +130 -0
  1552. data/lib/oci/limits/quotas_client_composite_operations.rb +80 -0
  1553. data/lib/oci/management_agent/management_agent.rb +3 -0
  1554. data/lib/oci/management_agent/management_agent_client.rb +12 -10
  1555. data/lib/oci/management_agent/models/architecture_types.rb +11 -0
  1556. data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +20 -4
  1557. data/lib/oci/management_agent/models/management_agent_image.rb +55 -1
  1558. data/lib/oci/management_agent/models/management_agent_image_summary.rb +67 -1
  1559. data/lib/oci/management_agent/models/management_agent_install_key.rb +20 -4
  1560. data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +20 -4
  1561. data/lib/oci/management_agent/models/management_agent_plugin.rb +25 -4
  1562. data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +31 -4
  1563. data/lib/oci/management_agent/models/package_types.rb +11 -0
  1564. data/lib/oci/management_agent/models/work_request_resource.rb +1 -1
  1565. data/lib/oci/management_agent/models/work_submission_key.rb +154 -0
  1566. data/lib/oci/management_dashboard/dashx_apis_client.rb +18 -14
  1567. data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +3 -1
  1568. data/lib/oci/management_dashboard/models/management_saved_search.rb +2 -0
  1569. data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +2 -0
  1570. data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +2 -0
  1571. data/lib/oci/management_dashboard/models/saved_search_types.rb +3 -1
  1572. data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +3 -1
  1573. data/lib/oci/marketplace/marketplace.rb +3 -0
  1574. data/lib/oci/marketplace/marketplace_client.rb +1 -1
  1575. data/lib/oci/marketplace/models/architecture_type.rb +11 -0
  1576. data/lib/oci/marketplace/models/ineligibility_reason_enum.rb +19 -0
  1577. data/lib/oci/marketplace/models/international_market_price.rb +203 -0
  1578. data/lib/oci/marketplace/models/launch_eligibility.rb +46 -4
  1579. data/lib/oci/marketplace/models/listing.rb +41 -1
  1580. data/lib/oci/marketplace/models/listing_summary.rb +41 -1
  1581. data/lib/oci/marketplace/models/pricing_currency_enum.rb +7 -1
  1582. data/lib/oci/marketplace/models/pricing_model.rb +23 -4
  1583. data/lib/oci/mysql/db_backups_client.rb +3 -2
  1584. data/lib/oci/mysql/db_backups_client_composite_operations.rb +40 -0
  1585. data/lib/oci/mysql/models/backup_policy.rb +17 -4
  1586. data/lib/oci/mysql/models/channel_summary.rb +1 -0
  1587. data/lib/oci/mysql/models/crash_recovery_status.rb +11 -0
  1588. data/lib/oci/mysql/models/create_backup_policy_details.rb +17 -4
  1589. data/lib/oci/mysql/models/create_db_system_details.rb +50 -6
  1590. data/lib/oci/mysql/models/create_db_system_source_details.rb +2 -0
  1591. data/lib/oci/mysql/models/create_db_system_source_from_pitr_details.rb +188 -0
  1592. data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +5 -1
  1593. data/lib/oci/mysql/models/create_deletion_policy_details.rb +220 -0
  1594. data/lib/oci/mysql/models/db_system.rb +69 -6
  1595. data/lib/oci/mysql/models/db_system_snapshot.rb +57 -6
  1596. data/lib/oci/mysql/models/db_system_source.rb +2 -0
  1597. data/lib/oci/mysql/models/db_system_source_from_pitr.rb +188 -0
  1598. data/lib/oci/mysql/models/db_system_summary.rb +87 -6
  1599. data/lib/oci/mysql/models/deletion_policy_details.rb +232 -0
  1600. data/lib/oci/mysql/models/pitr_policy.rb +154 -0
  1601. data/lib/oci/mysql/models/point_in_time_recovery_details.rb +171 -0
  1602. data/lib/oci/mysql/models/update_backup_policy_details.rb +17 -4
  1603. data/lib/oci/mysql/models/update_db_system_details.rb +59 -9
  1604. data/lib/oci/mysql/models/update_deletion_policy_details.rb +220 -0
  1605. data/lib/oci/mysql/mysql.rb +8 -0
  1606. data/lib/oci/network_firewall/models/action_type.rb +15 -0
  1607. data/lib/oci/network_firewall/models/application.rb +172 -0
  1608. data/lib/oci/network_firewall/models/change_network_firewall_compartment_details.rb +156 -0
  1609. data/lib/oci/network_firewall/models/change_network_firewall_policy_compartment_details.rb +156 -0
  1610. data/lib/oci/network_firewall/models/create_network_firewall_details.rb +287 -0
  1611. data/lib/oci/network_firewall/models/create_network_firewall_policy_details.rb +317 -0
  1612. data/lib/oci/network_firewall/models/decryption_profile.rb +187 -0
  1613. data/lib/oci/network_firewall/models/decryption_rule.rb +220 -0
  1614. data/lib/oci/network_firewall/models/decryption_rule_match_criteria.rb +160 -0
  1615. data/lib/oci/network_firewall/models/icmp6_application.rb +176 -0
  1616. data/lib/oci/network_firewall/models/icmp_application.rb +176 -0
  1617. data/lib/oci/network_firewall/models/lifecycle_state.rb +15 -0
  1618. data/lib/oci/network_firewall/models/mapped_secret.rb +201 -0
  1619. data/lib/oci/network_firewall/models/network_firewall.rb +397 -0
  1620. data/lib/oci/network_firewall/models/network_firewall_collection.rb +150 -0
  1621. data/lib/oci/network_firewall/models/network_firewall_policy.rb +442 -0
  1622. data/lib/oci/network_firewall/models/network_firewall_policy_summary.rb +310 -0
  1623. data/lib/oci/network_firewall/models/network_firewall_policy_summary_collection.rb +150 -0
  1624. data/lib/oci/network_firewall/models/network_firewall_summary.rb +383 -0
  1625. data/lib/oci/network_firewall/models/operation_status.rb +16 -0
  1626. data/lib/oci/network_firewall/models/operation_type.rb +17 -0
  1627. data/lib/oci/network_firewall/models/security_rule.rb +234 -0
  1628. data/lib/oci/network_firewall/models/security_rule_match_criteria.rb +182 -0
  1629. data/lib/oci/network_firewall/models/simple_url_pattern.rb +194 -0
  1630. data/lib/oci/network_firewall/models/sort_order.rb +11 -0
  1631. data/lib/oci/network_firewall/models/ssl_forward_proxy_profile.rb +276 -0
  1632. data/lib/oci/network_firewall/models/ssl_inbound_inspection_profile.rb +190 -0
  1633. data/lib/oci/network_firewall/models/tcp_application.rb +176 -0
  1634. data/lib/oci/network_firewall/models/udp_application.rb +176 -0
  1635. data/lib/oci/network_firewall/models/update_network_firewall_details.rb +214 -0
  1636. data/lib/oci/network_firewall/models/update_network_firewall_policy_details.rb +303 -0
  1637. data/lib/oci/network_firewall/models/url_pattern.rb +188 -0
  1638. data/lib/oci/network_firewall/models/vault_mapped_secret.rb +180 -0
  1639. data/lib/oci/network_firewall/models/work_request.rb +313 -0
  1640. data/lib/oci/network_firewall/models/work_request_error.rb +173 -0
  1641. data/lib/oci/network_firewall/models/work_request_error_collection.rb +150 -0
  1642. data/lib/oci/network_firewall/models/work_request_log_entry.rb +160 -0
  1643. data/lib/oci/network_firewall/models/work_request_log_entry_collection.rb +150 -0
  1644. data/lib/oci/network_firewall/models/work_request_resource.rb +230 -0
  1645. data/lib/oci/network_firewall/models/work_request_resource_metadata_key.rb +10 -0
  1646. data/lib/oci/network_firewall/models/work_request_summary.rb +313 -0
  1647. data/lib/oci/network_firewall/models/work_request_summary_collection.rb +150 -0
  1648. data/lib/oci/network_firewall/network_firewall.rb +62 -0
  1649. data/lib/oci/network_firewall/network_firewall_client.rb +1229 -0
  1650. data/lib/oci/network_firewall/network_firewall_client_composite_operations.rb +371 -0
  1651. data/lib/oci/network_firewall/util.rb +3 -0
  1652. data/lib/oci/oce/models/create_oce_instance_details.rb +15 -1
  1653. data/lib/oci/oce/models/lifecycle_details.rb +13 -0
  1654. data/lib/oci/oce/models/lifecycle_state.rb +15 -0
  1655. data/lib/oci/oce/models/oce_instance.rb +51 -2
  1656. data/lib/oci/oce/models/oce_instance_summary.rb +51 -2
  1657. data/lib/oci/oce/models/update_oce_instance_details.rb +15 -1
  1658. data/lib/oci/oce/oce.rb +2 -0
  1659. data/lib/oci/oce/oce_instance_client.rb +3 -4
  1660. data/lib/oci/ocvp/models/create_esxi_host_details.rb +51 -5
  1661. data/lib/oci/ocvp/models/create_sddc_details.rb +66 -1
  1662. data/lib/oci/ocvp/models/esxi_host.rb +50 -5
  1663. data/lib/oci/ocvp/models/esxi_host_summary.rb +35 -5
  1664. data/lib/oci/ocvp/models/sddc.rb +64 -1
  1665. data/lib/oci/ocvp/models/sddc_summary.rb +49 -1
  1666. data/lib/oci/ocvp/models/sddc_types.rb +11 -0
  1667. data/lib/oci/ocvp/models/supported_host_shape_collection.rb +150 -0
  1668. data/lib/oci/ocvp/models/supported_host_shape_summary.rb +328 -0
  1669. data/lib/oci/ocvp/ocvp.rb +3 -0
  1670. data/lib/oci/ocvp/sddc_client.rb +75 -0
  1671. data/lib/oci/oda/management_client.rb +3131 -0
  1672. data/lib/oci/oda/management_client_composite_operations.rb +847 -0
  1673. data/lib/oci/oda/models/android_channel.rb +230 -0
  1674. data/lib/oci/oda/models/app_event_channel.rb +232 -0
  1675. data/lib/oci/oda/models/application_channel.rb +232 -0
  1676. data/lib/oci/oda/models/authentication_grant_type.rb +11 -0
  1677. data/lib/oci/oda/models/authentication_identity_provider.rb +13 -0
  1678. data/lib/oci/oda/models/authentication_provider.rb +476 -0
  1679. data/lib/oci/oda/models/authentication_provider_collection.rb +150 -0
  1680. data/lib/oci/oda/models/authentication_provider_summary.rb +327 -0
  1681. data/lib/oci/oda/models/bot.rb +420 -0
  1682. data/lib/oci/oda/models/bot_multilingual_mode.rb +11 -0
  1683. data/lib/oci/oda/models/bot_publish_state.rb +11 -0
  1684. data/lib/oci/oda/models/channel.rb +389 -0
  1685. data/lib/oci/oda/models/channel_category.rb +15 -0
  1686. data/lib/oci/oda/models/channel_collection.rb +150 -0
  1687. data/lib/oci/oda/models/channel_summary.rb +345 -0
  1688. data/lib/oci/oda/models/channel_type.rb +24 -0
  1689. data/lib/oci/oda/models/clone_digital_assistant_details.rb +224 -0
  1690. data/lib/oci/oda/models/clone_skill_details.rb +224 -0
  1691. data/lib/oci/oda/models/configure_digital_assistant_parameters_details.rb +150 -0
  1692. data/lib/oci/oda/models/cortana_channel.rb +232 -0
  1693. data/lib/oci/oda/models/create_android_channel_details.rb +210 -0
  1694. data/lib/oci/oda/models/create_android_channel_result.rb +246 -0
  1695. data/lib/oci/oda/models/create_app_event_channel_details.rb +196 -0
  1696. data/lib/oci/oda/models/create_app_event_channel_result.rb +248 -0
  1697. data/lib/oci/oda/models/create_application_channel_details.rb +196 -0
  1698. data/lib/oci/oda/models/create_application_channel_result.rb +248 -0
  1699. data/lib/oci/oda/models/create_authentication_provider_details.rb +403 -0
  1700. data/lib/oci/oda/models/create_bot_kind.rb +13 -0
  1701. data/lib/oci/oda/models/create_channel_details.rb +272 -0
  1702. data/lib/oci/oda/models/create_channel_result.rb +389 -0
  1703. data/lib/oci/oda/models/create_cortana_channel_details.rb +210 -0
  1704. data/lib/oci/oda/models/create_cortana_channel_result.rb +232 -0
  1705. data/lib/oci/oda/models/create_digital_assistant_details.rb +291 -0
  1706. data/lib/oci/oda/models/create_digital_assistant_version_details.rb +198 -0
  1707. data/lib/oci/oda/models/create_facebook_channel_details.rb +210 -0
  1708. data/lib/oci/oda/models/create_facebook_channel_result.rb +235 -0
  1709. data/lib/oci/oda/models/create_imported_package_details.rb +200 -0
  1710. data/lib/oci/oda/models/create_ios_channel_details.rb +210 -0
  1711. data/lib/oci/oda/models/create_ios_channel_result.rb +246 -0
  1712. data/lib/oci/oda/models/create_ms_teams_channel_details.rb +210 -0
  1713. data/lib/oci/oda/models/create_ms_teams_channel_result.rb +232 -0
  1714. data/lib/oci/oda/models/create_new_digital_assistant_details.rb +228 -0
  1715. data/lib/oci/oda/models/create_new_skill_details.rb +228 -0
  1716. data/lib/oci/oda/models/create_oda_instance_attachment_details.rb +250 -0
  1717. data/lib/oci/oda/models/create_oda_instance_details.rb +35 -6
  1718. data/lib/oci/oda/models/create_oss_channel_details.rb +308 -0
  1719. data/lib/oci/oda/models/create_oss_channel_result.rb +314 -0
  1720. data/lib/oci/oda/models/create_osvc_channel_details.rb +289 -0
  1721. data/lib/oci/oda/models/create_osvc_channel_result.rb +306 -0
  1722. data/lib/oci/oda/models/create_service_cloud_channel_details.rb +263 -0
  1723. data/lib/oci/oda/models/create_service_cloud_channel_result.rb +280 -0
  1724. data/lib/oci/oda/models/create_skill_details.rb +291 -0
  1725. data/lib/oci/oda/models/create_skill_parameter_details.rb +210 -0
  1726. data/lib/oci/oda/models/create_skill_version_details.rb +198 -0
  1727. data/lib/oci/oda/models/create_slack_channel_details.rb +252 -0
  1728. data/lib/oci/oda/models/create_slack_channel_result.rb +260 -0
  1729. data/lib/oci/oda/models/create_test_channel_result.rb +220 -0
  1730. data/lib/oci/oda/models/create_translator_details.rb +235 -0
  1731. data/lib/oci/oda/models/create_twilio_channel_details.rb +252 -0
  1732. data/lib/oci/oda/models/create_twilio_channel_result.rb +274 -0
  1733. data/lib/oci/oda/models/create_web_channel_details.rb +231 -0
  1734. data/lib/oci/oda/models/create_web_channel_result.rb +267 -0
  1735. data/lib/oci/oda/models/create_webhook_channel_details.rb +223 -0
  1736. data/lib/oci/oda/models/create_webhook_channel_result.rb +282 -0
  1737. data/lib/oci/oda/models/default_parameter_values.rb +154 -0
  1738. data/lib/oci/oda/models/digital_assistant.rb +436 -0
  1739. data/lib/oci/oda/models/digital_assistant_collection.rb +150 -0
  1740. data/lib/oci/oda/models/digital_assistant_parameter.rb +252 -0
  1741. data/lib/oci/oda/models/digital_assistant_parameter_collection.rb +150 -0
  1742. data/lib/oci/oda/models/digital_assistant_parameter_summary.rb +255 -0
  1743. data/lib/oci/oda/models/digital_assistant_parameter_value.rb +186 -0
  1744. data/lib/oci/oda/models/digital_assistant_summary.rb +354 -0
  1745. data/lib/oci/oda/models/export_bot_details.rb +150 -0
  1746. data/lib/oci/oda/models/export_digital_assistant_details.rb +147 -0
  1747. data/lib/oci/oda/models/export_skill_details.rb +147 -0
  1748. data/lib/oci/oda/models/extend_digital_assistant_details.rb +224 -0
  1749. data/lib/oci/oda/models/extend_skill_details.rb +224 -0
  1750. data/lib/oci/oda/models/facebook_channel.rb +218 -0
  1751. data/lib/oci/oda/models/import_bot_details.rb +150 -0
  1752. data/lib/oci/oda/models/import_contract.rb +154 -0
  1753. data/lib/oci/oda/models/imported_package.rb +321 -0
  1754. data/lib/oci/oda/models/imported_package_summary.rb +272 -0
  1755. data/lib/oci/oda/models/ios_channel.rb +230 -0
  1756. data/lib/oci/oda/models/lifecycle_state.rb +16 -0
  1757. data/lib/oci/oda/models/metadata_property.rb +160 -0
  1758. data/lib/oci/oda/models/ms_teams_channel.rb +232 -0
  1759. data/lib/oci/oda/models/oda_instance.rb +136 -4
  1760. data/lib/oci/oda/models/oda_instance_attachment.rb +344 -0
  1761. data/lib/oci/oda/models/oda_instance_attachment_collection.rb +150 -0
  1762. data/lib/oci/oda/models/oda_instance_attachment_owner.rb +168 -0
  1763. data/lib/oci/oda/models/oda_instance_attachment_summary.rb +322 -0
  1764. data/lib/oci/oda/models/oda_instance_owner.rb +168 -0
  1765. data/lib/oci/oda/models/oda_instance_summary.rb +67 -5
  1766. data/lib/oci/oda/models/oss_channel.rb +314 -0
  1767. data/lib/oci/oda/models/osvc_channel.rb +306 -0
  1768. data/lib/oci/oda/models/osvc_service_type.rb +11 -0
  1769. data/lib/oci/oda/models/package.rb +339 -0
  1770. data/lib/oci/oda/models/package_summary.rb +297 -0
  1771. data/lib/oci/oda/models/parameter.rb +242 -0
  1772. data/lib/oci/oda/models/parameter_definition.rb +329 -0
  1773. data/lib/oci/oda/models/parameter_type.rb +14 -0
  1774. data/lib/oci/oda/models/resource_type_default_parameter_values.rb +168 -0
  1775. data/lib/oci/oda/models/resource_type_import_contract.rb +164 -0
  1776. data/lib/oci/oda/models/resource_type_metadata.rb +164 -0
  1777. data/lib/oci/oda/models/restricted_operation.rb +168 -0
  1778. data/lib/oci/oda/models/service_cloud_channel.rb +280 -0
  1779. data/lib/oci/oda/models/service_cloud_client_type.rb +11 -0
  1780. data/lib/oci/oda/models/skill.rb +436 -0
  1781. data/lib/oci/oda/models/skill_collection.rb +150 -0
  1782. data/lib/oci/oda/models/skill_parameter.rb +252 -0
  1783. data/lib/oci/oda/models/skill_parameter_collection.rb +150 -0
  1784. data/lib/oci/oda/models/skill_parameter_summary.rb +255 -0
  1785. data/lib/oci/oda/models/skill_summary.rb +354 -0
  1786. data/lib/oci/oda/models/slack_channel.rb +260 -0
  1787. data/lib/oci/oda/models/storage_location.rb +210 -0
  1788. data/lib/oci/oda/models/test_channel.rb +204 -0
  1789. data/lib/oci/oda/models/translation_service.rb +11 -0
  1790. data/lib/oci/oda/models/translator.rb +314 -0
  1791. data/lib/oci/oda/models/translator_collection.rb +150 -0
  1792. data/lib/oci/oda/models/translator_summary.rb +288 -0
  1793. data/lib/oci/oda/models/twilio_channel.rb +274 -0
  1794. data/lib/oci/oda/models/update_android_channel_details.rb +206 -0
  1795. data/lib/oci/oda/models/update_app_event_channel_details.rb +192 -0
  1796. data/lib/oci/oda/models/update_application_channel_details.rb +192 -0
  1797. data/lib/oci/oda/models/update_authentication_provider_details.rb +321 -0
  1798. data/lib/oci/oda/models/update_channel_details.rb +261 -0
  1799. data/lib/oci/oda/models/update_cortana_channel_details.rb +206 -0
  1800. data/lib/oci/oda/models/update_digital_assistant_details.rb +192 -0
  1801. data/lib/oci/oda/models/update_digital_assistant_parameter_details.rb +150 -0
  1802. data/lib/oci/oda/models/update_facebook_channel_details.rb +206 -0
  1803. data/lib/oci/oda/models/update_imported_package_details.rb +200 -0
  1804. data/lib/oci/oda/models/update_ios_channel_details.rb +206 -0
  1805. data/lib/oci/oda/models/update_ms_teams_channel_details.rb +206 -0
  1806. data/lib/oci/oda/models/update_oda_instance_attachment_details.rb +210 -0
  1807. data/lib/oci/oda/models/update_oda_instance_details.rb +1 -2
  1808. data/lib/oci/oda/models/update_oss_channel_details.rb +304 -0
  1809. data/lib/oci/oda/models/update_osvc_channel_details.rb +285 -0
  1810. data/lib/oci/oda/models/update_service_cloud_channel_details.rb +259 -0
  1811. data/lib/oci/oda/models/update_skill_details.rb +192 -0
  1812. data/lib/oci/oda/models/update_skill_parameter_details.rb +174 -0
  1813. data/lib/oci/oda/models/update_slack_channel_details.rb +248 -0
  1814. data/lib/oci/oda/models/update_translator_details.rb +212 -0
  1815. data/lib/oci/oda/models/update_twilio_channel_details.rb +248 -0
  1816. data/lib/oci/oda/models/update_web_channel_details.rb +227 -0
  1817. data/lib/oci/oda/models/update_webhook_channel_details.rb +219 -0
  1818. data/lib/oci/oda/models/web_channel.rb +251 -0
  1819. data/lib/oci/oda/models/webhook_channel.rb +266 -0
  1820. data/lib/oci/oda/models/webhook_payload_version.rb +11 -0
  1821. data/lib/oci/oda/models/work_request.rb +20 -0
  1822. data/lib/oci/oda/models/work_request_resource.rb +9 -0
  1823. data/lib/oci/oda/models/work_request_summary.rb +19 -0
  1824. data/lib/oci/oda/oda.rb +148 -0
  1825. data/lib/oci/oda/oda_client.rb +349 -2
  1826. data/lib/oci/oda/oda_client_composite_operations.rb +151 -0
  1827. data/lib/oci/oda/odapackage_client.rb +644 -0
  1828. data/lib/oci/oda/odapackage_client_composite_operations.rb +176 -0
  1829. data/lib/oci/onesubscription/billing_schedule_client.rb +193 -0
  1830. data/lib/oci/onesubscription/billing_schedule_client_composite_operations.rb +25 -0
  1831. data/lib/oci/onesubscription/commitment_client.rb +245 -0
  1832. data/lib/oci/onesubscription/commitment_client_composite_operations.rb +25 -0
  1833. data/lib/oci/onesubscription/computed_usage_client.rb +355 -0
  1834. data/lib/oci/onesubscription/computed_usage_client_composite_operations.rb +25 -0
  1835. data/lib/oci/onesubscription/invoice_summary_client.rb +290 -0
  1836. data/lib/oci/onesubscription/invoice_summary_client_composite_operations.rb +25 -0
  1837. data/lib/oci/onesubscription/models/aggregated_computed_usage_summary.rb +312 -0
  1838. data/lib/oci/onesubscription/models/billing_schedule_product.rb +166 -0
  1839. data/lib/oci/onesubscription/models/billing_schedule_summary.rb +342 -0
  1840. data/lib/oci/onesubscription/models/commitment.rb +254 -0
  1841. data/lib/oci/onesubscription/models/commitment_service.rb +227 -0
  1842. data/lib/oci/onesubscription/models/commitment_summary.rb +254 -0
  1843. data/lib/oci/onesubscription/models/computed_usage.rb +525 -0
  1844. data/lib/oci/onesubscription/models/computed_usage_aggregation.rb +276 -0
  1845. data/lib/oci/onesubscription/models/computed_usage_product.rb +242 -0
  1846. data/lib/oci/onesubscription/models/computed_usage_summary.rb +529 -0
  1847. data/lib/oci/onesubscription/models/invoice_line_summary.rb +222 -0
  1848. data/lib/oci/onesubscription/models/invoice_summary.rb +405 -0
  1849. data/lib/oci/onesubscription/models/invoiceline_computed_usage_summary.rb +271 -0
  1850. data/lib/oci/onesubscription/models/invoicing_address.rb +262 -0
  1851. data/lib/oci/onesubscription/models/invoicing_business_partner.rb +272 -0
  1852. data/lib/oci/onesubscription/models/invoicing_currency.rb +182 -0
  1853. data/lib/oci/onesubscription/models/invoicing_location.rb +226 -0
  1854. data/lib/oci/onesubscription/models/invoicing_organization.rb +163 -0
  1855. data/lib/oci/onesubscription/models/invoicing_payment_term.rb +249 -0
  1856. data/lib/oci/onesubscription/models/invoicing_product.rb +227 -0
  1857. data/lib/oci/onesubscription/models/invoicing_user.rb +253 -0
  1858. data/lib/oci/onesubscription/models/organization_subscription_summary.rb +243 -0
  1859. data/lib/oci/onesubscription/models/orgnization_subs_currency.rb +182 -0
  1860. data/lib/oci/onesubscription/models/rate_card_product.rb +227 -0
  1861. data/lib/oci/onesubscription/models/rate_card_summary.rb +280 -0
  1862. data/lib/oci/onesubscription/models/rate_card_tier.rb +186 -0
  1863. data/lib/oci/onesubscription/models/subscribed_service.rb +1752 -0
  1864. data/lib/oci/onesubscription/models/subscribed_service_address.rb +262 -0
  1865. data/lib/oci/onesubscription/models/subscribed_service_business_partner.rb +272 -0
  1866. data/lib/oci/onesubscription/models/subscribed_service_location.rb +226 -0
  1867. data/lib/oci/onesubscription/models/subscribed_service_payment_term.rb +249 -0
  1868. data/lib/oci/onesubscription/models/subscribed_service_summary.rb +1722 -0
  1869. data/lib/oci/onesubscription/models/subscribed_service_user.rb +249 -0
  1870. data/lib/oci/onesubscription/models/subscription_currency.rb +182 -0
  1871. data/lib/oci/onesubscription/models/subscription_product.rb +197 -0
  1872. data/lib/oci/onesubscription/models/subscription_subscribed_service.rb +495 -0
  1873. data/lib/oci/onesubscription/models/subscription_summary.rb +252 -0
  1874. data/lib/oci/onesubscription/onesubscription.rb +63 -0
  1875. data/lib/oci/onesubscription/organization_subscription_client.rb +185 -0
  1876. data/lib/oci/onesubscription/organization_subscription_client_composite_operations.rb +25 -0
  1877. data/lib/oci/onesubscription/ratecard_client.rb +195 -0
  1878. data/lib/oci/onesubscription/ratecard_client_composite_operations.rb +25 -0
  1879. data/lib/oci/onesubscription/subscribed_service_client.rb +261 -0
  1880. data/lib/oci/onesubscription/subscribed_service_client_composite_operations.rb +25 -0
  1881. data/lib/oci/onesubscription/subscription_client.rb +196 -0
  1882. data/lib/oci/onesubscription/subscription_client_composite_operations.rb +25 -0
  1883. data/lib/oci/onesubscription/util.rb +3 -0
  1884. data/lib/oci/operator_access_control/access_requests_client.rb +131 -0
  1885. data/lib/oci/operator_access_control/access_requests_client_composite_operations.rb +40 -0
  1886. data/lib/oci/operator_access_control/models/access_request.rb +1 -0
  1887. data/lib/oci/operator_access_control/models/access_request_history_summary.rb +1 -0
  1888. data/lib/oci/operator_access_control/models/access_request_lifecycle_states.rb +1 -0
  1889. data/lib/oci/operator_access_control/models/access_request_summary.rb +1 -0
  1890. data/lib/oci/operator_access_control/models/interaction_collection.rb +150 -0
  1891. data/lib/oci/operator_access_control/models/interaction_request_details.rb +154 -0
  1892. data/lib/oci/operator_access_control/models/interaction_summary.rb +217 -0
  1893. data/lib/oci/operator_access_control/operator_access_control.rb +3 -0
  1894. data/lib/oci/opsi/models/autonomous_database_insight.rb +5 -1
  1895. data/lib/oci/opsi/models/autonomous_database_insight_summary.rb +5 -1
  1896. data/lib/oci/opsi/models/change_operations_insights_private_endpoint_compartment_details.rb +154 -0
  1897. data/lib/oci/opsi/models/change_pe_comanaged_database_insight_details.rb +182 -0
  1898. data/lib/oci/opsi/models/connection_details.rb +1 -1
  1899. data/lib/oci/opsi/models/create_database_insight_details.rb +3 -1
  1900. data/lib/oci/opsi/models/create_host_insight_details.rb +2 -1
  1901. data/lib/oci/opsi/models/create_operations_insights_private_endpoint_details.rb +269 -0
  1902. data/lib/oci/opsi/models/create_pe_comanaged_database_insight_details.rb +288 -0
  1903. data/lib/oci/opsi/models/credential_by_vault.rb +209 -0
  1904. data/lib/oci/opsi/models/credential_details.rb +2 -0
  1905. data/lib/oci/opsi/models/data_object_column_metadata.rb +266 -0
  1906. data/lib/oci/opsi/models/data_object_column_unit.rb +219 -0
  1907. data/lib/oci/opsi/models/data_object_core_column_unit.rb +182 -0
  1908. data/lib/oci/opsi/models/data_object_custom_column_unit.rb +162 -0
  1909. data/lib/oci/opsi/models/data_object_data_size_column_unit.rb +192 -0
  1910. data/lib/oci/opsi/models/data_object_frequency_column_unit.rb +185 -0
  1911. data/lib/oci/opsi/models/data_object_other_standard_column_unit.rb +194 -0
  1912. data/lib/oci/opsi/models/data_object_power_column_unit.rb +185 -0
  1913. data/lib/oci/opsi/models/data_object_query.rb +182 -0
  1914. data/lib/oci/opsi/models/data_object_query_time_filters.rb +191 -0
  1915. data/lib/oci/opsi/models/data_object_rate_column_unit.rb +170 -0
  1916. data/lib/oci/opsi/models/data_object_temperature_column_unit.rb +182 -0
  1917. data/lib/oci/opsi/models/data_object_templatized_query.rb +235 -0
  1918. data/lib/oci/opsi/models/data_object_time_column_unit.rb +190 -0
  1919. data/lib/oci/opsi/models/database_configuration_summary.rb +2 -0
  1920. data/lib/oci/opsi/models/database_entity_source.rb +2 -1
  1921. data/lib/oci/opsi/models/database_entity_source_all.rb +2 -1
  1922. data/lib/oci/opsi/models/database_insight.rb +20 -4
  1923. data/lib/oci/opsi/models/database_insight_summary.rb +20 -4
  1924. data/lib/oci/opsi/models/database_insights_data_object.rb +161 -0
  1925. data/lib/oci/opsi/models/database_insights_data_object_summary.rb +157 -0
  1926. data/lib/oci/opsi/models/em_managed_external_database_insight.rb +5 -1
  1927. data/lib/oci/opsi/models/em_managed_external_database_insight_summary.rb +5 -1
  1928. data/lib/oci/opsi/models/em_managed_external_host_insight.rb +2 -1
  1929. data/lib/oci/opsi/models/em_managed_external_host_insight_summary.rb +7 -2
  1930. data/lib/oci/opsi/models/enable_database_insight_details.rb +3 -1
  1931. data/lib/oci/opsi/models/enable_host_insight_details.rb +2 -1
  1932. data/lib/oci/opsi/models/enable_pe_comanaged_database_insight_details.rb +252 -0
  1933. data/lib/oci/opsi/models/exadata_insight_resource_insight_utilization_item.rb +15 -1
  1934. data/lib/oci/opsi/models/exadata_insights_data_object.rb +161 -0
  1935. data/lib/oci/opsi/models/exadata_insights_data_object_summary.rb +157 -0
  1936. data/lib/oci/opsi/models/exadata_member_summary.rb +1 -0
  1937. data/lib/oci/opsi/models/host_configuration_summary.rb +4 -1
  1938. data/lib/oci/opsi/models/host_details.rb +2 -1
  1939. data/lib/oci/opsi/models/host_entity_source.rb +2 -1
  1940. data/lib/oci/opsi/models/host_importable_agent_entity_summary.rb +2 -1
  1941. data/lib/oci/opsi/models/host_insight.rb +1 -0
  1942. data/lib/oci/opsi/models/host_insight_summary.rb +16 -1
  1943. data/lib/oci/opsi/models/host_insights_data_object.rb +161 -0
  1944. data/lib/oci/opsi/models/host_insights_data_object_summary.rb +157 -0
  1945. data/lib/oci/opsi/models/host_performance_metric_group.rb +3 -1
  1946. data/lib/oci/opsi/models/host_top_processes.rb +287 -0
  1947. data/lib/oci/opsi/models/macs_managed_external_database_insight.rb +5 -1
  1948. data/lib/oci/opsi/models/macs_managed_external_database_insight_summary.rb +5 -1
  1949. data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +2 -1
  1950. data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +7 -2
  1951. data/lib/oci/opsi/models/operation_type.rb +6 -1
  1952. data/lib/oci/opsi/models/operations_insights_private_endpoint.rb +391 -0
  1953. data/lib/oci/opsi/models/operations_insights_private_endpoint_collection.rb +150 -0
  1954. data/lib/oci/opsi/models/operations_insights_private_endpoint_lifecycle_state.rb +16 -0
  1955. data/lib/oci/opsi/models/operations_insights_private_endpoint_summary.rb +361 -0
  1956. data/lib/oci/opsi/models/opsi_data_object.rb +241 -0
  1957. data/lib/oci/opsi/models/opsi_data_object_summary.rb +227 -0
  1958. data/lib/oci/opsi/models/opsi_data_object_type.rb +12 -0
  1959. data/lib/oci/opsi/models/opsi_data_objects.rb +154 -0
  1960. data/lib/oci/opsi/models/opsi_data_objects_collection.rb +150 -0
  1961. data/lib/oci/opsi/models/pe_comanaged_database_connection_details.rb +194 -0
  1962. data/lib/oci/opsi/models/pe_comanaged_database_host_details.rb +164 -0
  1963. data/lib/oci/opsi/models/pe_comanaged_database_insight.rb +300 -0
  1964. data/lib/oci/opsi/models/pe_comanaged_database_insight_summary.rb +248 -0
  1965. data/lib/oci/opsi/models/pe_comanaged_host_configuration_summary.rb +252 -0
  1966. data/lib/oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.rb +240 -0
  1967. data/lib/oci/opsi/models/query_data_object_json_result_set_rows_collection.rb +172 -0
  1968. data/lib/oci/opsi/models/query_data_object_result_set_column_metadata.rb +185 -0
  1969. data/lib/oci/opsi/models/query_data_object_result_set_rows_collection.rb +185 -0
  1970. data/lib/oci/opsi/models/query_opsi_data_object_data_details.rb +177 -0
  1971. data/lib/oci/opsi/models/resource_filters.rb +233 -0
  1972. data/lib/oci/opsi/models/resource_usage_summary.rb +15 -1
  1973. data/lib/oci/opsi/models/summarize_exadata_insight_resource_statistics_aggregation_collection.rb +18 -4
  1974. data/lib/oci/opsi/models/summarize_host_insights_top_processes_usage_trend_collection.rb +179 -0
  1975. data/lib/oci/opsi/models/top_processes_usage_trend.rb +238 -0
  1976. data/lib/oci/opsi/models/top_processes_usage_trend_aggregation.rb +164 -0
  1977. data/lib/oci/opsi/models/update_database_insight_details.rb +3 -1
  1978. data/lib/oci/opsi/models/update_host_insight_details.rb +2 -1
  1979. data/lib/oci/opsi/models/update_operations_insights_private_endpoint_details.rb +210 -0
  1980. data/lib/oci/opsi/models/update_pe_comanaged_database_insight_details.rb +153 -0
  1981. data/lib/oci/opsi/models/work_request.rb +5 -0
  1982. data/lib/oci/opsi/operations_insights_client.rb +945 -110
  1983. data/lib/oci/opsi/operations_insights_client_composite_operations.rb +248 -0
  1984. data/lib/oci/opsi/opsi.rb +52 -0
  1985. data/lib/oci/os_management/models/create_scheduled_job_details.rb +7 -1
  1986. data/lib/oci/os_management/models/manage_module_streams_on_managed_instance_details.rb +199 -0
  1987. data/lib/oci/os_management/models/module_stream.rb +244 -0
  1988. data/lib/oci/os_management/models/module_stream_details.rb +168 -0
  1989. data/lib/oci/os_management/models/module_stream_on_managed_instance_summary.rb +256 -0
  1990. data/lib/oci/os_management/models/module_stream_profile.rb +220 -0
  1991. data/lib/oci/os_management/models/module_stream_profile_details.rb +182 -0
  1992. data/lib/oci/os_management/models/module_stream_profile_on_managed_instance_summary.rb +236 -0
  1993. data/lib/oci/os_management/models/module_stream_profile_summary.rb +182 -0
  1994. data/lib/oci/os_management/models/module_stream_summary.rb +184 -0
  1995. data/lib/oci/os_management/models/operation_types.rb +7 -1
  1996. data/lib/oci/os_management/models/scheduled_job.rb +6 -0
  1997. data/lib/oci/os_management/models/scheduled_job_summary.rb +6 -0
  1998. data/lib/oci/os_management/models/update_module_details.rb +164 -0
  1999. data/lib/oci/os_management/models/update_module_stream_details.rb +261 -0
  2000. data/lib/oci/os_management/models/update_module_stream_profile_details.rb +215 -0
  2001. data/lib/oci/os_management/models/update_module_stream_state_details.rb +150 -0
  2002. data/lib/oci/os_management/models/update_scheduled_job_details.rb +7 -1
  2003. data/lib/oci/os_management/models/work_request.rb +38 -4
  2004. data/lib/oci/os_management/models/work_request_summary.rb +6 -0
  2005. data/lib/oci/os_management/os_management.rb +13 -0
  2006. data/lib/oci/os_management/os_management_client.rb +1172 -73
  2007. data/lib/oci/os_management/os_management_client_composite_operations.rb +605 -6
  2008. data/lib/oci/osp_gateway/models/credit_card_payment_detail.rb +88 -4
  2009. data/lib/oci/osp_gateway/models/credit_card_payment_option.rb +88 -4
  2010. data/lib/oci/osp_gateway/models/other_payment_detail.rb +102 -4
  2011. data/lib/oci/osp_gateway/models/paypal_payment_detail.rb +35 -4
  2012. data/lib/oci/osp_gateway/models/paypal_payment_option.rb +63 -4
  2013. data/lib/oci/regions_definitions.rb +3 -0
  2014. data/lib/oci/resource_manager/models/change_private_endpoint_compartment_details.rb +157 -0
  2015. data/lib/oci/resource_manager/models/config_source.rb +4 -1
  2016. data/lib/oci/resource_manager/models/configuration_source_provider.rb +14 -1
  2017. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +14 -1
  2018. data/lib/oci/resource_manager/models/create_config_source_details.rb +5 -2
  2019. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +14 -1
  2020. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +5 -1
  2021. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +5 -1
  2022. data/lib/oci/resource_manager/models/create_object_storage_config_source_details.rb +1 -1
  2023. data/lib/oci/resource_manager/models/create_private_endpoint_details.rb +284 -0
  2024. data/lib/oci/resource_manager/models/failure_details.rb +2 -0
  2025. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +5 -1
  2026. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +5 -1
  2027. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +5 -1
  2028. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +5 -1
  2029. data/lib/oci/resource_manager/models/job.rb +5 -2
  2030. data/lib/oci/resource_manager/models/object_storage_config_source.rb +1 -1
  2031. data/lib/oci/resource_manager/models/object_storage_config_source_record.rb +1 -1
  2032. data/lib/oci/resource_manager/models/private_endpoint.rb +363 -0
  2033. data/lib/oci/resource_manager/models/private_endpoint_collection.rb +151 -0
  2034. data/lib/oci/resource_manager/models/private_endpoint_summary.rb +304 -0
  2035. data/lib/oci/resource_manager/models/private_server_config_details.rb +171 -0
  2036. data/lib/oci/resource_manager/models/reachable_ip.rb +155 -0
  2037. data/lib/oci/resource_manager/models/terraform_advanced_options.rb +0 -1
  2038. data/lib/oci/resource_manager/models/update_config_source_details.rb +7 -1
  2039. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +14 -1
  2040. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +5 -1
  2041. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +5 -1
  2042. data/lib/oci/resource_manager/models/update_object_storage_config_source_details.rb +1 -1
  2043. data/lib/oci/resource_manager/models/update_private_endpoint_details.rb +270 -0
  2044. data/lib/oci/resource_manager/models/work_request.rb +3 -0
  2045. data/lib/oci/resource_manager/resource_manager.rb +8 -0
  2046. data/lib/oci/resource_manager/resource_manager_client.rb +594 -0
  2047. data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +119 -0
  2048. data/lib/oci/resource_search/models/resource_summary.rb +24 -4
  2049. data/lib/oci/response.rb +1 -1
  2050. data/lib/oci/rover/models/cluster_type.rb +11 -0
  2051. data/lib/oci/rover/models/create_rover_cluster_details.rb +56 -1
  2052. data/lib/oci/rover/models/create_rover_node_details.rb +26 -2
  2053. data/lib/oci/rover/models/node_type.rb +2 -1
  2054. data/lib/oci/rover/models/rover_cluster.rb +92 -1
  2055. data/lib/oci/rover/models/rover_cluster_summary.rb +48 -1
  2056. data/lib/oci/rover/models/rover_node.rb +26 -1
  2057. data/lib/oci/rover/models/rover_node_summary.rb +45 -1
  2058. data/lib/oci/rover/models/shape_collection.rb +150 -0
  2059. data/lib/oci/rover/models/shape_summary.rb +321 -0
  2060. data/lib/oci/rover/models/update_rover_cluster_details.rb +15 -1
  2061. data/lib/oci/rover/models/update_rover_node_details.rb +11 -1
  2062. data/lib/oci/rover/rover.rb +4 -0
  2063. data/lib/oci/rover/rover_cluster_client.rb +6 -0
  2064. data/lib/oci/rover/rover_node_client.rb +8 -0
  2065. data/lib/oci/rover/shape_client.rb +178 -0
  2066. data/lib/oci/rover/shape_client_composite_operations.rb +25 -0
  2067. data/lib/oci/sch/models/jmes_path_dimension_value.rb +1 -1
  2068. data/lib/oci/sch/models/monitoring_source.rb +169 -0
  2069. data/lib/oci/sch/models/monitoring_source_all_metrics.rb +146 -0
  2070. data/lib/oci/sch/models/monitoring_source_details.rb +166 -0
  2071. data/lib/oci/sch/models/monitoring_source_metric_details.rb +187 -0
  2072. data/lib/oci/sch/models/monitoring_source_namespace_details.rb +187 -0
  2073. data/lib/oci/sch/models/monitoring_source_selected_namespace.rb +164 -0
  2074. data/lib/oci/sch/models/monitoring_source_selected_namespace_details.rb +160 -0
  2075. data/lib/oci/sch/models/source_details.rb +2 -0
  2076. data/lib/oci/sch/sch.rb +7 -0
  2077. data/lib/oci/secrets/secrets_client.rb +3 -3
  2078. data/lib/oci/service_mesh/models/access_logging_configuration.rb +156 -0
  2079. data/lib/oci/service_mesh/models/access_policy.rb +345 -0
  2080. data/lib/oci/service_mesh/models/access_policy_collection.rb +150 -0
  2081. data/lib/oci/service_mesh/models/access_policy_rule.rb +189 -0
  2082. data/lib/oci/service_mesh/models/access_policy_summary.rb +311 -0
  2083. data/lib/oci/service_mesh/models/access_policy_target.rb +191 -0
  2084. data/lib/oci/service_mesh/models/action_type.rb +15 -0
  2085. data/lib/oci/service_mesh/models/all_virtual_services_access_policy_target.rb +145 -0
  2086. data/lib/oci/service_mesh/models/ca_bundle.rb +187 -0
  2087. data/lib/oci/service_mesh/models/certificate_authority.rb +151 -0
  2088. data/lib/oci/service_mesh/models/change_access_policy_compartment_details.rb +155 -0
  2089. data/lib/oci/service_mesh/models/change_ingress_gateway_compartment_details.rb +155 -0
  2090. data/lib/oci/service_mesh/models/change_ingress_gateway_route_table_compartment_details.rb +155 -0
  2091. data/lib/oci/service_mesh/models/change_mesh_compartment_details.rb +155 -0
  2092. data/lib/oci/service_mesh/models/change_virtual_deployment_compartment_details.rb +155 -0
  2093. data/lib/oci/service_mesh/models/change_virtual_service_compartment_details.rb +155 -0
  2094. data/lib/oci/service_mesh/models/change_virtual_service_route_table_compartment_details.rb +155 -0
  2095. data/lib/oci/service_mesh/models/create_access_policy_details.rb +239 -0
  2096. data/lib/oci/service_mesh/models/create_ingress_gateway_details.rb +261 -0
  2097. data/lib/oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.rb +161 -0
  2098. data/lib/oci/service_mesh/models/create_ingress_gateway_route_table_details.rb +254 -0
  2099. data/lib/oci/service_mesh/models/create_mesh_details.rb +242 -0
  2100. data/lib/oci/service_mesh/models/create_mutual_transport_layer_security_details.rb +174 -0
  2101. data/lib/oci/service_mesh/models/create_virtual_deployment_details.rb +266 -0
  2102. data/lib/oci/service_mesh/models/create_virtual_service_details.rb +265 -0
  2103. data/lib/oci/service_mesh/models/create_virtual_service_route_table_details.rb +254 -0
  2104. data/lib/oci/service_mesh/models/default_virtual_service_routing_policy.rb +171 -0
  2105. data/lib/oci/service_mesh/models/dns_service_discovery_configuration.rb +158 -0
  2106. data/lib/oci/service_mesh/models/external_service_access_policy_target.rb +220 -0
  2107. data/lib/oci/service_mesh/models/http_ingress_gateway_traffic_route_rule.rb +254 -0
  2108. data/lib/oci/service_mesh/models/http_virtual_service_traffic_route_rule.rb +216 -0
  2109. data/lib/oci/service_mesh/models/ingress_gateway.rb +367 -0
  2110. data/lib/oci/service_mesh/models/ingress_gateway_access_policy_target.rb +162 -0
  2111. data/lib/oci/service_mesh/models/ingress_gateway_collection.rb +150 -0
  2112. data/lib/oci/service_mesh/models/ingress_gateway_host.rb +177 -0
  2113. data/lib/oci/service_mesh/models/ingress_gateway_host_ref.rb +163 -0
  2114. data/lib/oci/service_mesh/models/ingress_gateway_listener.rb +190 -0
  2115. data/lib/oci/service_mesh/models/ingress_gateway_mutual_transport_layer_security.rb +176 -0
  2116. data/lib/oci/service_mesh/models/ingress_gateway_route_table.rb +360 -0
  2117. data/lib/oci/service_mesh/models/ingress_gateway_route_table_collection.rb +150 -0
  2118. data/lib/oci/service_mesh/models/ingress_gateway_route_table_summary.rb +322 -0
  2119. data/lib/oci/service_mesh/models/ingress_gateway_summary.rb +311 -0
  2120. data/lib/oci/service_mesh/models/ingress_gateway_traffic_route_rule.rb +212 -0
  2121. data/lib/oci/service_mesh/models/ingress_listener_client_validation_config.rb +169 -0
  2122. data/lib/oci/service_mesh/models/ingress_listener_tls_config.rb +202 -0
  2123. data/lib/oci/service_mesh/models/local_file_ca_bundle.rb +165 -0
  2124. data/lib/oci/service_mesh/models/local_file_tls_certificate.rb +165 -0
  2125. data/lib/oci/service_mesh/models/mesh.rb +351 -0
  2126. data/lib/oci/service_mesh/models/mesh_collection.rb +150 -0
  2127. data/lib/oci/service_mesh/models/mesh_mutual_transport_layer_security.rb +154 -0
  2128. data/lib/oci/service_mesh/models/mesh_summary.rb +310 -0
  2129. data/lib/oci/service_mesh/models/mutual_transport_layer_security.rb +210 -0
  2130. data/lib/oci/service_mesh/models/oci_ca_bundle.rb +162 -0
  2131. data/lib/oci/service_mesh/models/oci_tls_certificate.rb +162 -0
  2132. data/lib/oci/service_mesh/models/operation_status.rb +16 -0
  2133. data/lib/oci/service_mesh/models/operation_type.rb +37 -0
  2134. data/lib/oci/service_mesh/models/proxy_details.rb +154 -0
  2135. data/lib/oci/service_mesh/models/service_discovery_configuration.rb +185 -0
  2136. data/lib/oci/service_mesh/models/sort_order.rb +11 -0
  2137. data/lib/oci/service_mesh/models/tcp_ingress_gateway_traffic_route_rule.rb +153 -0
  2138. data/lib/oci/service_mesh/models/tcp_virtual_service_traffic_route_rule.rb +149 -0
  2139. data/lib/oci/service_mesh/models/tls_certificate.rb +187 -0
  2140. data/lib/oci/service_mesh/models/tls_passthrough_ingress_gateway_traffic_route_rule.rb +153 -0
  2141. data/lib/oci/service_mesh/models/tls_passthrough_virtual_service_traffic_route_rule.rb +149 -0
  2142. data/lib/oci/service_mesh/models/traffic_rule_target.rb +180 -0
  2143. data/lib/oci/service_mesh/models/update_access_policy_details.rb +196 -0
  2144. data/lib/oci/service_mesh/models/update_ingress_gateway_details.rb +218 -0
  2145. data/lib/oci/service_mesh/models/update_ingress_gateway_route_table_details.rb +211 -0
  2146. data/lib/oci/service_mesh/models/update_mesh_details.rb +213 -0
  2147. data/lib/oci/service_mesh/models/update_virtual_deployment_details.rb +222 -0
  2148. data/lib/oci/service_mesh/models/update_virtual_service_details.rb +222 -0
  2149. data/lib/oci/service_mesh/models/update_virtual_service_route_table_details.rb +211 -0
  2150. data/lib/oci/service_mesh/models/virtual_deployment.rb +372 -0
  2151. data/lib/oci/service_mesh/models/virtual_deployment_collection.rb +150 -0
  2152. data/lib/oci/service_mesh/models/virtual_deployment_listener.rb +183 -0
  2153. data/lib/oci/service_mesh/models/virtual_deployment_summary.rb +311 -0
  2154. data/lib/oci/service_mesh/models/virtual_deployment_traffic_rule_target.rb +185 -0
  2155. data/lib/oci/service_mesh/models/virtual_service.rb +371 -0
  2156. data/lib/oci/service_mesh/models/virtual_service_access_policy_target.rb +162 -0
  2157. data/lib/oci/service_mesh/models/virtual_service_collection.rb +150 -0
  2158. data/lib/oci/service_mesh/models/virtual_service_route_table.rb +360 -0
  2159. data/lib/oci/service_mesh/models/virtual_service_route_table_collection.rb +150 -0
  2160. data/lib/oci/service_mesh/models/virtual_service_route_table_summary.rb +322 -0
  2161. data/lib/oci/service_mesh/models/virtual_service_summary.rb +311 -0
  2162. data/lib/oci/service_mesh/models/virtual_service_traffic_route_rule.rb +199 -0
  2163. data/lib/oci/service_mesh/models/virtual_service_traffic_rule_target.rb +187 -0
  2164. data/lib/oci/service_mesh/models/work_request.rb +329 -0
  2165. data/lib/oci/service_mesh/models/work_request_collection.rb +150 -0
  2166. data/lib/oci/service_mesh/models/work_request_error.rb +173 -0
  2167. data/lib/oci/service_mesh/models/work_request_error_collection.rb +150 -0
  2168. data/lib/oci/service_mesh/models/work_request_log_entry.rb +160 -0
  2169. data/lib/oci/service_mesh/models/work_request_log_entry_collection.rb +150 -0
  2170. data/lib/oci/service_mesh/models/work_request_resource.rb +220 -0
  2171. data/lib/oci/service_mesh/models/work_request_summary.rb +331 -0
  2172. data/lib/oci/service_mesh/service_mesh.rb +114 -0
  2173. data/lib/oci/service_mesh/service_mesh_client.rb +3167 -0
  2174. data/lib/oci/service_mesh/service_mesh_client_composite_operations.rb +1411 -0
  2175. data/lib/oci/service_mesh/util.rb +3 -0
  2176. data/lib/oci/stack_monitoring/models/action_type.rb +15 -0
  2177. data/lib/oci/stack_monitoring/models/associate_monitored_resources_details.rb +196 -0
  2178. data/lib/oci/stack_monitoring/models/association_resource_details.rb +160 -0
  2179. data/lib/oci/stack_monitoring/models/change_monitored_resource_compartment_details.rb +156 -0
  2180. data/lib/oci/stack_monitoring/models/connection_details.rb +236 -0
  2181. data/lib/oci/stack_monitoring/models/create_discovery_job_details.rb +245 -0
  2182. data/lib/oci/stack_monitoring/models/create_monitored_resource_details.rb +273 -0
  2183. data/lib/oci/stack_monitoring/models/credential_collection.rb +150 -0
  2184. data/lib/oci/stack_monitoring/models/credential_details.rb +179 -0
  2185. data/lib/oci/stack_monitoring/models/credential_property.rb +160 -0
  2186. data/lib/oci/stack_monitoring/models/disassociate_monitored_resources_details.rb +196 -0
  2187. data/lib/oci/stack_monitoring/models/discovery_details.rb +231 -0
  2188. data/lib/oci/stack_monitoring/models/discovery_job.rb +403 -0
  2189. data/lib/oci/stack_monitoring/models/discovery_job_collection.rb +150 -0
  2190. data/lib/oci/stack_monitoring/models/discovery_job_log_collection.rb +150 -0
  2191. data/lib/oci/stack_monitoring/models/discovery_job_log_summary.rb +214 -0
  2192. data/lib/oci/stack_monitoring/models/discovery_job_summary.rb +424 -0
  2193. data/lib/oci/stack_monitoring/models/encrypted_credentials.rb +189 -0
  2194. data/lib/oci/stack_monitoring/models/lifecycle_state.rb +15 -0
  2195. data/lib/oci/stack_monitoring/models/monitored_resource.rb +411 -0
  2196. data/lib/oci/stack_monitoring/models/monitored_resource_alias_credential.rb +170 -0
  2197. data/lib/oci/stack_monitoring/models/monitored_resource_alias_source_credential.rb +170 -0
  2198. data/lib/oci/stack_monitoring/models/monitored_resource_association.rb +298 -0
  2199. data/lib/oci/stack_monitoring/models/monitored_resource_association_summary.rb +270 -0
  2200. data/lib/oci/stack_monitoring/models/monitored_resource_associations_collection.rb +150 -0
  2201. data/lib/oci/stack_monitoring/models/monitored_resource_collection.rb +150 -0
  2202. data/lib/oci/stack_monitoring/models/monitored_resource_credential.rb +233 -0
  2203. data/lib/oci/stack_monitoring/models/monitored_resource_member_summary.rb +310 -0
  2204. data/lib/oci/stack_monitoring/models/monitored_resource_members_collection.rb +150 -0
  2205. data/lib/oci/stack_monitoring/models/monitored_resource_property.rb +160 -0
  2206. data/lib/oci/stack_monitoring/models/monitored_resource_summary.rb +326 -0
  2207. data/lib/oci/stack_monitoring/models/operation_status.rb +16 -0
  2208. data/lib/oci/stack_monitoring/models/operation_type.rb +16 -0
  2209. data/lib/oci/stack_monitoring/models/plain_text_credentials.rb +175 -0
  2210. data/lib/oci/stack_monitoring/models/pre_existing_credentials.rb +162 -0
  2211. data/lib/oci/stack_monitoring/models/property_details.rb +154 -0
  2212. data/lib/oci/stack_monitoring/models/resource_lifecycle_state.rb +15 -0
  2213. data/lib/oci/stack_monitoring/models/search_monitored_resource_associations_details.rb +310 -0
  2214. data/lib/oci/stack_monitoring/models/search_monitored_resource_members_details.rb +168 -0
  2215. data/lib/oci/stack_monitoring/models/search_monitored_resources_details.rb +437 -0
  2216. data/lib/oci/stack_monitoring/models/sort_order.rb +11 -0
  2217. data/lib/oci/stack_monitoring/models/update_monitored_resource_details.rb +225 -0
  2218. data/lib/oci/stack_monitoring/models/work_request.rb +312 -0
  2219. data/lib/oci/stack_monitoring/models/work_request_error.rb +173 -0
  2220. data/lib/oci/stack_monitoring/models/work_request_error_collection.rb +150 -0
  2221. data/lib/oci/stack_monitoring/models/work_request_log_entry.rb +160 -0
  2222. data/lib/oci/stack_monitoring/models/work_request_log_entry_collection.rb +150 -0
  2223. data/lib/oci/stack_monitoring/models/work_request_resource.rb +220 -0
  2224. data/lib/oci/stack_monitoring/models/work_request_summary.rb +312 -0
  2225. data/lib/oci/stack_monitoring/models/work_request_summary_collection.rb +150 -0
  2226. data/lib/oci/stack_monitoring/stack_monitoring.rb +70 -0
  2227. data/lib/oci/stack_monitoring/stack_monitoring_client.rb +1565 -0
  2228. data/lib/oci/stack_monitoring/stack_monitoring_client_composite_operations.rb +351 -0
  2229. data/lib/oci/stack_monitoring/util.rb +3 -0
  2230. data/lib/oci/tenant_manager_control_plane/models/assigned_subscription.rb +113 -3
  2231. data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +8 -1
  2232. data/lib/oci/tenant_manager_control_plane/models/organization.rb +1 -1
  2233. data/lib/oci/tenant_manager_control_plane/models/organization_summary.rb +1 -1
  2234. data/lib/oci/tenant_manager_control_plane/models/promotion.rb +261 -0
  2235. data/lib/oci/tenant_manager_control_plane/models/subscription.rb +111 -1
  2236. data/lib/oci/tenant_manager_control_plane/models/subscription_mapping.rb +1 -1
  2237. data/lib/oci/tenant_manager_control_plane/models/update_organization_details.rb +2 -2
  2238. data/lib/oci/tenant_manager_control_plane/models/work_request.rb +7 -0
  2239. data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +7 -0
  2240. data/lib/oci/tenant_manager_control_plane/orders_client.rb +3 -3
  2241. data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +1 -1
  2242. data/lib/oci/tenant_manager_control_plane/organization_client.rb +60 -0
  2243. data/lib/oci/tenant_manager_control_plane/organization_client_composite_operations.rb +49 -0
  2244. data/lib/oci/tenant_manager_control_plane/subscription_client.rb +4 -3
  2245. data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +1 -0
  2246. data/lib/oci/usage/models/create_redeemable_user_details.rb +2 -2
  2247. data/lib/oci/usage/models/monthly_reward_summary.rb +6 -6
  2248. data/lib/oci/usage/models/product_summary.rb +5 -5
  2249. data/lib/oci/usage/models/redeemable_user.rb +2 -2
  2250. data/lib/oci/usage/models/redeemable_user_collection.rb +2 -2
  2251. data/lib/oci/usage/models/redeemable_user_summary.rb +2 -2
  2252. data/lib/oci/usage/models/reward_collection.rb +1 -1
  2253. data/lib/oci/usage/models/reward_details.rb +21 -7
  2254. data/lib/oci/usage/rewards_client.rb +17 -17
  2255. data/lib/oci/usage_api/models/create_schedule_details.rb +253 -0
  2256. data/lib/oci/usage_api/models/date_range.rb +193 -0
  2257. data/lib/oci/usage_api/models/dynamic_date_range.rb +187 -0
  2258. data/lib/oci/usage_api/models/object_storage_location.rb +182 -0
  2259. data/lib/oci/usage_api/models/query_properties.rb +298 -0
  2260. data/lib/oci/usage_api/models/result_location.rb +192 -0
  2261. data/lib/oci/usage_api/models/schedule.rb +326 -0
  2262. data/lib/oci/usage_api/models/schedule_collection.rb +150 -0
  2263. data/lib/oci/usage_api/models/schedule_summary.rb +250 -0
  2264. data/lib/oci/usage_api/models/scheduled_run.rb +240 -0
  2265. data/lib/oci/usage_api/models/scheduled_run_collection.rb +150 -0
  2266. data/lib/oci/usage_api/models/scheduled_run_summary.rb +220 -0
  2267. data/lib/oci/usage_api/models/static_date_range.rb +176 -0
  2268. data/lib/oci/usage_api/models/update_schedule_details.rb +172 -0
  2269. data/lib/oci/usage_api/usage_api.rb +15 -0
  2270. data/lib/oci/usage_api/usageapi_client.rb +466 -0
  2271. data/lib/oci/usage_api/usageapi_client_composite_operations.rb +119 -0
  2272. data/lib/oci/vault/models/create_secret_details.rb +2 -1
  2273. data/lib/oci/vault/models/secret.rb +2 -1
  2274. data/lib/oci/vault/models/secret_expiry_rule.rb +1 -2
  2275. data/lib/oci/vault/models/secret_summary.rb +2 -1
  2276. data/lib/oci/vault/vaults_client.rb +4 -4
  2277. data/lib/oci/version.rb +1 -1
  2278. data/lib/oci/visual_builder/models/attachment_details.rb +235 -0
  2279. data/lib/oci/visual_builder/models/idcs_info_details.rb +212 -0
  2280. data/lib/oci/visual_builder/models/vb_instance.rb +28 -4
  2281. data/lib/oci/visual_builder/visual_builder.rb +2 -0
  2282. data/lib/oci/vn_monitoring/models/access_denied_traffic_node.rb +161 -0
  2283. data/lib/oci/vn_monitoring/models/action_type.rb +14 -0
  2284. data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statement_details.rb +194 -0
  2285. data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statements_details.rb +152 -0
  2286. data/lib/oci/vn_monitoring/models/add_drg_route_rule_details.rb +202 -0
  2287. data/lib/oci/vn_monitoring/models/add_drg_route_rules_details.rb +156 -0
  2288. data/lib/oci/vn_monitoring/models/add_network_security_group_security_rules_details.rb +154 -0
  2289. data/lib/oci/vn_monitoring/models/add_security_rule_details.rb +378 -0
  2290. data/lib/oci/vn_monitoring/models/added_network_security_group_security_rules.rb +154 -0
  2291. data/lib/oci/vn_monitoring/models/adhoc_get_path_analysis_details.rb +226 -0
  2292. data/lib/oci/vn_monitoring/models/allowed_security_action.rb +166 -0
  2293. data/lib/oci/vn_monitoring/models/allowed_security_action_details.rb +170 -0
  2294. data/lib/oci/vn_monitoring/models/allowed_security_configuration.rb +195 -0
  2295. data/lib/oci/vn_monitoring/models/bulk_add_virtual_circuit_public_prefixes_details.rb +154 -0
  2296. data/lib/oci/vn_monitoring/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +155 -0
  2297. data/lib/oci/vn_monitoring/models/change_path_analyzer_test_compartment_details.rb +156 -0
  2298. data/lib/oci/vn_monitoring/models/compartment_internal.rb +151 -0
  2299. data/lib/oci/vn_monitoring/models/compute_instance_endpoint.rb +190 -0
  2300. data/lib/oci/vn_monitoring/models/connect_local_peering_gateways_details.rb +154 -0
  2301. data/lib/oci/vn_monitoring/models/connect_remote_peering_connections_details.rb +171 -0
  2302. data/lib/oci/vn_monitoring/models/cpe.rb +252 -0
  2303. data/lib/oci/vn_monitoring/models/create_cpe_details.rb +219 -0
  2304. data/lib/oci/vn_monitoring/models/create_cross_connect_details.rb +257 -0
  2305. data/lib/oci/vn_monitoring/models/create_cross_connect_group_details.rb +170 -0
  2306. data/lib/oci/vn_monitoring/models/create_dhcp_details.rb +226 -0
  2307. data/lib/oci/vn_monitoring/models/create_drg_attachment_details.rb +248 -0
  2308. data/lib/oci/vn_monitoring/models/create_drg_details.rb +202 -0
  2309. data/lib/oci/vn_monitoring/models/create_drg_route_distribution_details.rb +231 -0
  2310. data/lib/oci/vn_monitoring/models/create_drg_route_table_details.rb +238 -0
  2311. data/lib/oci/vn_monitoring/models/create_internet_gateway_details.rb +230 -0
  2312. data/lib/oci/vn_monitoring/models/create_ip_sec_connection_details.rb +250 -0
  2313. data/lib/oci/vn_monitoring/models/create_ipv6_details.rb +248 -0
  2314. data/lib/oci/vn_monitoring/models/create_local_peering_gateway_details.rb +217 -0
  2315. data/lib/oci/vn_monitoring/models/create_network_security_group_details.rb +220 -0
  2316. data/lib/oci/vn_monitoring/models/create_path_analyzer_test_details.rb +266 -0
  2317. data/lib/oci/vn_monitoring/models/create_private_ip_details.rb +248 -0
  2318. data/lib/oci/vn_monitoring/models/create_public_ip_details.rb +252 -0
  2319. data/lib/oci/vn_monitoring/models/create_remote_peering_connection_details.rb +184 -0
  2320. data/lib/oci/vn_monitoring/models/create_route_table_details.rb +231 -0
  2321. data/lib/oci/vn_monitoring/models/create_security_list_details.rb +244 -0
  2322. data/lib/oci/vn_monitoring/models/create_service_gateway_details.rb +237 -0
  2323. data/lib/oci/vn_monitoring/models/create_subnet_details.rb +379 -0
  2324. data/lib/oci/vn_monitoring/models/create_vcn_details.rb +300 -0
  2325. data/lib/oci/vn_monitoring/models/create_virtual_circuit_details.rb +345 -0
  2326. data/lib/oci/vn_monitoring/models/create_virtual_circuit_public_prefix_details.rb +156 -0
  2327. data/lib/oci/vn_monitoring/models/create_vnic_details.rb +341 -0
  2328. data/lib/oci/vn_monitoring/models/cross_connect.rb +312 -0
  2329. data/lib/oci/vn_monitoring/models/cross_connect_group.rb +247 -0
  2330. data/lib/oci/vn_monitoring/models/cross_connect_location.rb +163 -0
  2331. data/lib/oci/vn_monitoring/models/cross_connect_mapping.rb +261 -0
  2332. data/lib/oci/vn_monitoring/models/cross_connect_port_speed_shape.rb +171 -0
  2333. data/lib/oci/vn_monitoring/models/cross_connect_status.rb +248 -0
  2334. data/lib/oci/vn_monitoring/models/default_drg_route_tables.rb +206 -0
  2335. data/lib/oci/vn_monitoring/models/delete_virtual_circuit_public_prefix_details.rb +155 -0
  2336. data/lib/oci/vn_monitoring/models/denied_security_action.rb +166 -0
  2337. data/lib/oci/vn_monitoring/models/denied_security_action_details.rb +189 -0
  2338. data/lib/oci/vn_monitoring/models/dhcp_dns_option.rb +217 -0
  2339. data/lib/oci/vn_monitoring/models/dhcp_option.rb +175 -0
  2340. data/lib/oci/vn_monitoring/models/dhcp_options.rb +304 -0
  2341. data/lib/oci/{database_tools/models/database_tools_allowed_network_sources.rb → vn_monitoring/models/dhcp_search_domain_option.rb} +33 -28
  2342. data/lib/oci/vn_monitoring/models/drg.rb +302 -0
  2343. data/lib/oci/vn_monitoring/models/drg_attachment.rb +363 -0
  2344. data/lib/oci/vn_monitoring/models/drg_attachment_id_drg_route_distribution_match_criteria.rb +164 -0
  2345. data/lib/oci/vn_monitoring/models/drg_attachment_info.rb +152 -0
  2346. data/lib/oci/vn_monitoring/models/drg_attachment_network_create_details.rb +189 -0
  2347. data/lib/oci/vn_monitoring/models/drg_attachment_network_details.rb +202 -0
  2348. data/lib/oci/vn_monitoring/models/drg_attachment_network_update_details.rb +178 -0
  2349. data/lib/oci/vn_monitoring/models/drg_attachment_type_drg_route_distribution_match_criteria.rb +188 -0
  2350. data/lib/oci/vn_monitoring/models/drg_route_distribution.rb +332 -0
  2351. data/lib/oci/vn_monitoring/models/drg_route_distribution_match_criteria.rb +194 -0
  2352. data/lib/oci/vn_monitoring/models/drg_route_distribution_statement.rb +215 -0
  2353. data/lib/oci/vn_monitoring/models/drg_route_rule.rb +352 -0
  2354. data/lib/oci/vn_monitoring/models/drg_route_table.rb +328 -0
  2355. data/lib/oci/vn_monitoring/models/drg_routing_configuration.rb +179 -0
  2356. data/lib/oci/vn_monitoring/models/egress_security_list_configuration.rb +179 -0
  2357. data/lib/oci/vn_monitoring/models/egress_security_rule.rb +279 -0
  2358. data/lib/oci/vn_monitoring/models/egress_traffic_spec.rb +191 -0
  2359. data/lib/oci/vn_monitoring/models/endpoint.rb +202 -0
  2360. data/lib/oci/vn_monitoring/models/fast_connect_provider_service.rb +340 -0
  2361. data/lib/oci/vn_monitoring/models/forwarded_routing_action.rb +165 -0
  2362. data/lib/oci/vn_monitoring/models/forwarded_routing_action_details.rb +170 -0
  2363. data/lib/oci/vn_monitoring/models/forwarded_routing_configuration.rb +187 -0
  2364. data/lib/oci/vn_monitoring/models/get_path_analysis_details.rb +180 -0
  2365. data/lib/oci/vn_monitoring/models/get_public_ip_by_ip_address_details.rb +157 -0
  2366. data/lib/oci/vn_monitoring/models/get_public_ip_by_private_ip_id_details.rb +156 -0
  2367. data/lib/oci/vn_monitoring/models/icmp_options.rb +170 -0
  2368. data/lib/oci/vn_monitoring/models/icmp_protocol_parameters.rb +177 -0
  2369. data/lib/oci/vn_monitoring/models/icmp_traffic_protocol_parameters.rb +177 -0
  2370. data/lib/oci/vn_monitoring/models/indeterminate_routing_action.rb +150 -0
  2371. data/lib/oci/vn_monitoring/models/ingress_security_list_configuration.rb +179 -0
  2372. data/lib/oci/vn_monitoring/models/ingress_security_rule.rb +277 -0
  2373. data/lib/oci/vn_monitoring/models/internet_gateway.rb +302 -0
  2374. data/lib/oci/vn_monitoring/models/ip_address_endpoint.rb +160 -0
  2375. data/lib/oci/vn_monitoring/models/ip_sec_connection.rb +320 -0
  2376. data/lib/oci/vn_monitoring/models/ip_sec_connection_device_config.rb +188 -0
  2377. data/lib/oci/vn_monitoring/models/ip_sec_connection_device_status.rb +191 -0
  2378. data/lib/oci/vn_monitoring/models/ipsec_tunnel_drg_attachment_network_details.rb +166 -0
  2379. data/lib/oci/vn_monitoring/models/ipv6.rb +375 -0
  2380. data/lib/oci/vn_monitoring/models/letter_of_authority.rb +264 -0
  2381. data/lib/oci/vn_monitoring/models/load_balancer_endpoint.rb +164 -0
  2382. data/lib/oci/vn_monitoring/models/load_balancer_listener_endpoint.rb +179 -0
  2383. data/lib/oci/vn_monitoring/models/local_peering_gateway.rb +378 -0
  2384. data/lib/oci/vn_monitoring/models/network_load_balancer_endpoint.rb +164 -0
  2385. data/lib/oci/vn_monitoring/models/network_load_balancer_listener_endpoint.rb +179 -0
  2386. data/lib/oci/vn_monitoring/models/network_security_group.rb +318 -0
  2387. data/lib/oci/vn_monitoring/models/network_security_group_vnic.rb +189 -0
  2388. data/lib/oci/vn_monitoring/models/networking_topology.rb +158 -0
  2389. data/lib/oci/vn_monitoring/models/no_route_routing_action.rb +165 -0
  2390. data/lib/oci/vn_monitoring/models/no_route_routing_action_details.rb +187 -0
  2391. data/lib/oci/vn_monitoring/models/nsg_configuration.rb +179 -0
  2392. data/lib/oci/vn_monitoring/models/operation_status.rb +15 -0
  2393. data/lib/oci/vn_monitoring/models/operation_type.rb +10 -0
  2394. data/lib/oci/vn_monitoring/models/path.rb +177 -0
  2395. data/lib/oci/vn_monitoring/models/path_analysis_work_request_result.rb +176 -0
  2396. data/lib/oci/vn_monitoring/models/path_analyzer_test.rb +360 -0
  2397. data/lib/oci/vn_monitoring/models/path_analyzer_test_collection.rb +150 -0
  2398. data/lib/oci/vn_monitoring/models/path_analyzer_test_summary.rb +338 -0
  2399. data/lib/oci/vn_monitoring/models/path_topology.rb +158 -0
  2400. data/lib/oci/vn_monitoring/models/persisted_get_path_analysis_details.rb +164 -0
  2401. data/lib/oci/vn_monitoring/models/port_range.rb +163 -0
  2402. data/lib/oci/vn_monitoring/models/private_ip.rb +368 -0
  2403. data/lib/oci/vn_monitoring/models/protocol_parameters.rb +189 -0
  2404. data/lib/oci/vn_monitoring/models/public_ip.rb +411 -0
  2405. data/lib/oci/vn_monitoring/models/query_options.rb +156 -0
  2406. data/lib/oci/vn_monitoring/models/remote_peering_connection.rb +359 -0
  2407. data/lib/oci/vn_monitoring/models/remote_peering_connection_drg_attachment_network_details.rb +149 -0
  2408. data/lib/oci/vn_monitoring/models/remove_drg_route_distribution_statements_details.rb +156 -0
  2409. data/lib/oci/vn_monitoring/models/remove_drg_route_rules_details.rb +156 -0
  2410. data/lib/oci/vn_monitoring/models/remove_network_security_group_security_rules_details.rb +155 -0
  2411. data/lib/oci/vn_monitoring/models/route_rule.rb +249 -0
  2412. data/lib/oci/vn_monitoring/models/route_table.rb +301 -0
  2413. data/lib/oci/vn_monitoring/models/routing_action.rb +223 -0
  2414. data/lib/oci/vn_monitoring/models/security_action.rb +220 -0
  2415. data/lib/oci/vn_monitoring/models/security_list.rb +324 -0
  2416. data/lib/oci/vn_monitoring/models/security_rule.rb +445 -0
  2417. data/lib/oci/vn_monitoring/models/service.rb +207 -0
  2418. data/lib/oci/vn_monitoring/models/service_gateway.rb +329 -0
  2419. data/lib/oci/vn_monitoring/models/service_id_request_details.rb +155 -0
  2420. data/lib/oci/vn_monitoring/models/service_id_response_details.rb +169 -0
  2421. data/lib/oci/vn_monitoring/models/sort_order.rb +11 -0
  2422. data/lib/oci/vn_monitoring/models/stateful_egress_security_list_configuration.rb +179 -0
  2423. data/lib/oci/vn_monitoring/models/stateful_ingress_security_list_configuration.rb +179 -0
  2424. data/lib/oci/vn_monitoring/models/stateful_nsg_configuration.rb +179 -0
  2425. data/lib/oci/vn_monitoring/models/subnet.rb +531 -0
  2426. data/lib/oci/vn_monitoring/models/subnet_endpoint.rb +176 -0
  2427. data/lib/oci/vn_monitoring/models/subnet_topology.rb +175 -0
  2428. data/lib/oci/vn_monitoring/models/tcp_options.rb +168 -0
  2429. data/lib/oci/vn_monitoring/models/tcp_protocol_parameters.rb +176 -0
  2430. data/lib/oci/vn_monitoring/models/tcp_traffic_protocol_parameters.rb +176 -0
  2431. data/lib/oci/vn_monitoring/models/topology.rb +218 -0
  2432. data/lib/oci/vn_monitoring/models/topology_associated_with_entity_relationship.rb +173 -0
  2433. data/lib/oci/vn_monitoring/models/topology_associated_with_relationship_details.rb +150 -0
  2434. data/lib/oci/vn_monitoring/models/topology_contains_entity_relationship.rb +157 -0
  2435. data/lib/oci/vn_monitoring/models/topology_entity_relationship.rb +209 -0
  2436. data/lib/oci/vn_monitoring/models/topology_routes_to_entity_relationship.rb +173 -0
  2437. data/lib/oci/vn_monitoring/models/topology_routes_to_relationship_details.rb +218 -0
  2438. data/lib/oci/vn_monitoring/models/traffic_node.rb +240 -0
  2439. data/lib/oci/vn_monitoring/models/traffic_protocol_parameters.rb +189 -0
  2440. data/lib/oci/vn_monitoring/models/traffic_route.rb +201 -0
  2441. data/lib/oci/vn_monitoring/models/tunnel_config.rb +190 -0
  2442. data/lib/oci/vn_monitoring/models/tunnel_status.rb +227 -0
  2443. data/lib/oci/vn_monitoring/models/udp_options.rb +168 -0
  2444. data/lib/oci/vn_monitoring/models/udp_protocol_parameters.rb +176 -0
  2445. data/lib/oci/vn_monitoring/models/udp_traffic_protocol_parameters.rb +176 -0
  2446. data/lib/oci/vn_monitoring/models/update_cpe_details.rb +188 -0
  2447. data/lib/oci/vn_monitoring/models/update_cross_connect_details.rb +176 -0
  2448. data/lib/oci/vn_monitoring/models/update_cross_connect_group_details.rb +156 -0
  2449. data/lib/oci/vn_monitoring/models/update_dhcp_details.rb +197 -0
  2450. data/lib/oci/vn_monitoring/models/update_drg_attachment_details.rb +238 -0
  2451. data/lib/oci/vn_monitoring/models/update_drg_details.rb +201 -0
  2452. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_details.rb +191 -0
  2453. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statement_details.rb +178 -0
  2454. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statements_details.rb +152 -0
  2455. data/lib/oci/vn_monitoring/models/update_drg_route_rule_details.rb +212 -0
  2456. data/lib/oci/vn_monitoring/models/update_drg_route_rules_details.rb +155 -0
  2457. data/lib/oci/vn_monitoring/models/update_drg_route_table_details.rb +223 -0
  2458. data/lib/oci/vn_monitoring/models/update_internet_gateway_details.rb +202 -0
  2459. data/lib/oci/vn_monitoring/models/update_ip_sec_connection_details.rb +188 -0
  2460. data/lib/oci/vn_monitoring/models/update_ipv6_details.rb +228 -0
  2461. data/lib/oci/vn_monitoring/models/update_local_peering_gateway_details.rb +188 -0
  2462. data/lib/oci/vn_monitoring/models/update_network_security_group_details.rb +188 -0
  2463. data/lib/oci/vn_monitoring/models/update_network_security_group_security_rules_details.rb +154 -0
  2464. data/lib/oci/vn_monitoring/models/update_path_analyzer_test_details.rb +250 -0
  2465. data/lib/oci/vn_monitoring/models/update_private_ip_details.rb +229 -0
  2466. data/lib/oci/vn_monitoring/models/update_public_ip_details.rb +207 -0
  2467. data/lib/oci/vn_monitoring/models/update_remote_peering_connection_details.rb +156 -0
  2468. data/lib/oci/vn_monitoring/models/update_route_table_details.rb +203 -0
  2469. data/lib/oci/vn_monitoring/models/update_security_list_details.rb +216 -0
  2470. data/lib/oci/vn_monitoring/models/update_security_rule_details.rb +392 -0
  2471. data/lib/oci/vn_monitoring/models/update_service_gateway_details.rb +229 -0
  2472. data/lib/oci/vn_monitoring/models/update_subnet_details.rb +236 -0
  2473. data/lib/oci/vn_monitoring/models/update_vcn_details.rb +188 -0
  2474. data/lib/oci/vn_monitoring/models/update_virtual_circuit_details.rb +288 -0
  2475. data/lib/oci/vn_monitoring/models/update_vnic_details.rb +253 -0
  2476. data/lib/oci/vn_monitoring/models/updated_network_security_group_security_rules.rb +154 -0
  2477. data/lib/oci/vn_monitoring/models/upgrade_status.rb +203 -0
  2478. data/lib/oci/vn_monitoring/models/vcn.rb +420 -0
  2479. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_create_details.rb +174 -0
  2480. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_details.rb +173 -0
  2481. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_update_details.rb +168 -0
  2482. data/lib/oci/vn_monitoring/models/vcn_routing_configuration.rb +179 -0
  2483. data/lib/oci/vn_monitoring/models/vcn_topology.rb +175 -0
  2484. data/lib/oci/vn_monitoring/models/virtual_circuit.rb +606 -0
  2485. data/lib/oci/vn_monitoring/models/virtual_circuit_bandwidth_shape.rb +171 -0
  2486. data/lib/oci/vn_monitoring/models/virtual_circuit_drg_attachment_network_details.rb +149 -0
  2487. data/lib/oci/vn_monitoring/models/virtual_circuit_public_prefix.rb +197 -0
  2488. data/lib/oci/vn_monitoring/models/visible_traffic_node.rb +196 -0
  2489. data/lib/oci/vn_monitoring/models/vlan_endpoint.rb +175 -0
  2490. data/lib/oci/vn_monitoring/models/vnic.rb +442 -0
  2491. data/lib/oci/vn_monitoring/models/vnic_endpoint.rb +175 -0
  2492. data/lib/oci/vn_monitoring/models/work_request.rb +303 -0
  2493. data/lib/oci/vn_monitoring/models/work_request_error.rb +172 -0
  2494. data/lib/oci/vn_monitoring/models/work_request_error_collection.rb +150 -0
  2495. data/lib/oci/vn_monitoring/models/work_request_log_entry.rb +161 -0
  2496. data/lib/oci/vn_monitoring/models/work_request_log_entry_collection.rb +150 -0
  2497. data/lib/oci/vn_monitoring/models/work_request_resource.rb +219 -0
  2498. data/lib/oci/vn_monitoring/models/work_request_result.rb +190 -0
  2499. data/lib/oci/vn_monitoring/models/work_request_result_collection.rb +150 -0
  2500. data/lib/oci/vn_monitoring/models/work_request_summary.rb +303 -0
  2501. data/lib/oci/vn_monitoring/models/work_request_summary_collection.rb +150 -0
  2502. data/lib/oci/vn_monitoring/util.rb +3 -0
  2503. data/lib/oci/vn_monitoring/vn_monitoring.rb +240 -0
  2504. data/lib/oci/vn_monitoring/vn_monitoring_client.rb +993 -0
  2505. data/lib/oci/vn_monitoring/vn_monitoring_client_composite_operations.rb +193 -0
  2506. data/lib/oci/vulnerability_scanning/models/application_scan_settings.rb +187 -0
  2507. data/lib/oci/vulnerability_scanning/models/container_scan_recipe.rb +15 -1
  2508. data/lib/oci/vulnerability_scanning/models/container_scan_result.rb +29 -1
  2509. data/lib/oci/vulnerability_scanning/models/container_scan_result_problem.rb +46 -4
  2510. data/lib/oci/vulnerability_scanning/models/container_scan_result_summary.rb +15 -1
  2511. data/lib/oci/vulnerability_scanning/models/container_scan_target_summary.rb +14 -1
  2512. data/lib/oci/vulnerability_scanning/models/create_container_scan_recipe_details.rb +15 -1
  2513. data/lib/oci/vulnerability_scanning/models/create_host_scan_recipe_details.rb +14 -1
  2514. data/lib/oci/vulnerability_scanning/models/folder_to_scan.rb +180 -0
  2515. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result.rb +15 -1
  2516. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_problem.rb +18 -4
  2517. data/lib/oci/vulnerability_scanning/models/host_scan_recipe.rb +14 -1
  2518. data/lib/oci/vulnerability_scanning/models/impacted_resources_count.rb +168 -0
  2519. data/lib/oci/vulnerability_scanning/models/operating_system.rb +11 -0
  2520. data/lib/oci/vulnerability_scanning/models/operation_type.rb +5 -1
  2521. data/lib/oci/vulnerability_scanning/models/package.rb +223 -0
  2522. data/lib/oci/vulnerability_scanning/models/update_container_scan_recipe_details.rb +15 -1
  2523. data/lib/oci/vulnerability_scanning/models/update_host_scan_recipe_details.rb +14 -1
  2524. data/lib/oci/vulnerability_scanning/models/vulnerability.rb +400 -0
  2525. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary.rb +212 -0
  2526. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary_collection.rb +150 -0
  2527. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary.rb +182 -0
  2528. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary_collection.rb +150 -0
  2529. data/lib/oci/vulnerability_scanning/models/vulnerability_summary.rb +377 -0
  2530. data/lib/oci/vulnerability_scanning/models/vulnerability_summary_collection.rb +150 -0
  2531. data/lib/oci/vulnerability_scanning/models/work_request.rb +4 -0
  2532. data/lib/oci/vulnerability_scanning/vulnerability_scanning.rb +12 -0
  2533. data/lib/oci/vulnerability_scanning/vulnerability_scanning_client.rb +323 -25
  2534. data/lib/oci/waa/models/backend_type.rb +10 -0
  2535. data/lib/oci/waa/models/change_resource_compartment_details.rb +156 -0
  2536. data/lib/oci/waa/models/change_web_app_acceleration_compartment_details.rb +156 -0
  2537. data/lib/oci/waa/models/change_web_app_acceleration_policy_compartment_details.rb +156 -0
  2538. data/lib/oci/waa/models/create_web_app_acceleration_details.rb +272 -0
  2539. data/lib/oci/waa/models/create_web_app_acceleration_load_balancer_details.rb +186 -0
  2540. data/lib/oci/waa/models/create_web_app_acceleration_policy_details.rb +242 -0
  2541. data/lib/oci/waa/models/gzip_compression_policy.rb +162 -0
  2542. data/lib/oci/waa/models/purge_entire_web_app_acceleration_cache_details.rb +145 -0
  2543. data/lib/oci/waa/models/purge_web_app_acceleration_cache_details.rb +182 -0
  2544. data/lib/oci/waa/models/response_caching_policy.rb +174 -0
  2545. data/lib/oci/waa/models/response_compression_policy.rb +160 -0
  2546. data/lib/oci/waa/models/sort_order.rb +11 -0
  2547. data/lib/oci/waa/models/update_web_app_acceleration_details.rb +218 -0
  2548. data/lib/oci/waa/models/update_web_app_acceleration_policy_details.rb +232 -0
  2549. data/lib/oci/waa/models/web_app_acceleration.rb +370 -0
  2550. data/lib/oci/waa/models/web_app_acceleration_collection.rb +150 -0
  2551. data/lib/oci/waa/models/web_app_acceleration_load_balancer.rb +206 -0
  2552. data/lib/oci/waa/models/web_app_acceleration_load_balancer_summary.rb +206 -0
  2553. data/lib/oci/waa/models/web_app_acceleration_policy.rb +338 -0
  2554. data/lib/oci/waa/models/web_app_acceleration_policy_collection.rb +150 -0
  2555. data/lib/oci/waa/models/web_app_acceleration_policy_summary.rb +284 -0
  2556. data/lib/oci/waa/models/web_app_acceleration_summary.rb +347 -0
  2557. data/lib/oci/waa/models/work_request.rb +311 -0
  2558. data/lib/oci/waa/models/work_request_collection.rb +150 -0
  2559. data/lib/oci/waa/models/work_request_error.rb +173 -0
  2560. data/lib/oci/waa/models/work_request_error_collection.rb +150 -0
  2561. data/lib/oci/waa/models/work_request_log_entry.rb +160 -0
  2562. data/lib/oci/waa/models/work_request_log_entry_collection.rb +150 -0
  2563. data/lib/oci/waa/models/work_request_resource.rb +219 -0
  2564. data/lib/oci/waa/util.rb +3 -0
  2565. data/lib/oci/waa/waa.rb +51 -0
  2566. data/lib/oci/waa/waa_client.rb +926 -0
  2567. data/lib/oci/waa/waa_client_composite_operations.rb +471 -0
  2568. data/lib/oci/waa/work_request_client.rb +346 -0
  2569. data/lib/oci/waa/work_request_client_composite_operations.rb +25 -0
  2570. data/lib/oci/waas/models/create_custom_protection_rule_details.rb +1 -1
  2571. data/lib/oci/waas/models/custom_protection_rule.rb +1 -1
  2572. data/lib/oci/waas/models/update_custom_protection_rule_details.rb +1 -1
  2573. data/lib/oci/waf/models/protection_rule.rb +25 -5
  2574. data/lib/oci/waf/models/request_protection.rb +44 -5
  2575. data/lib/oci/waf/models/return_http_response_action.rb +1 -0
  2576. data/lib/oci.rb +115 -103
  2577. metadata +1603 -5
@@ -0,0 +1,4234 @@
1
+ # Copyright (c) 2016, 2022, 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 'uri'
5
+ require 'logger'
6
+
7
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
8
+ module OCI
9
+ # Use the DCMS APIs to perform Metadata/Data operations.
10
+ class DataConnectivity::DataConnectivityManagementClient
11
+ # Client used to make HTTP requests.
12
+ # @return [OCI::ApiClient]
13
+ attr_reader :api_client
14
+
15
+ # Fully qualified endpoint URL
16
+ # @return [String]
17
+ attr_reader :endpoint
18
+
19
+ # The default retry configuration to apply to all operations in this service client. This can be overridden
20
+ # on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
21
+ # will not perform any retries
22
+ # @return [OCI::Retry::RetryConfig]
23
+ attr_reader :retry_config
24
+
25
+ # The region, which will usually correspond to a value in {OCI::Regions::REGION_ENUM}.
26
+ # @return [String]
27
+ attr_reader :region
28
+
29
+ # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
30
+
31
+
32
+ # Creates a new DataConnectivityManagementClient.
33
+ # Notes:
34
+ # If a config is not specified, then the global OCI.config will be used.
35
+ #
36
+ # This client is not thread-safe
37
+ #
38
+ # Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the
39
+ # region. A region may be specified in the config or via or the region parameter. If specified in both, then the
40
+ # region parameter will be used.
41
+ # @param [Config] config A Config object.
42
+ # @param [String] region A region used to determine the service endpoint. This will usually
43
+ # correspond to a value in {OCI::Regions::REGION_ENUM}, but may be an arbitrary string.
44
+ # @param [String] endpoint The fully qualified endpoint URL
45
+ # @param [OCI::BaseSigner] signer A signer implementation which can be used by this client. If this is not provided then
46
+ # a signer will be constructed via the provided config. One use case of this parameter is instance principals authentication,
47
+ # so that the instance principals signer can be provided to the client
48
+ # @param [OCI::ApiClientProxySettings] proxy_settings If your environment requires you to use a proxy server for outgoing HTTP requests
49
+ # the details for the proxy can be provided in this parameter
50
+ # @param [OCI::Retry::RetryConfig] retry_config The retry configuration for this service client. This represents the default retry configuration to
51
+ # apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
52
+ # will not perform any retries
53
+ def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
54
+ # If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
55
+ # then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
56
+ # and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
57
+ # pass it to this constructor.
58
+ #
59
+ # If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
60
+ # so try and load the config from the default file.
61
+ config = OCI::Config.validate_and_build_config_with_signer(config, signer)
62
+
63
+ signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
64
+
65
+ @api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
66
+ @retry_config = retry_config
67
+
68
+ if endpoint
69
+ @endpoint = endpoint + '/20210217'
70
+ else
71
+ region ||= config.region
72
+ region ||= signer.region if signer.respond_to?(:region)
73
+ self.region = region
74
+ end
75
+ logger.info "DataConnectivityManagementClient endpoint set to '#{@endpoint}'." if logger
76
+ end
77
+ # rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
78
+
79
+ # Set the region that will be used to determine the service endpoint.
80
+ # This will usually correspond to a value in {OCI::Regions::REGION_ENUM},
81
+ # but may be an arbitrary string.
82
+ def region=(new_region)
83
+ @region = new_region
84
+
85
+ raise 'A region must be specified.' unless @region
86
+
87
+ @endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://dataconnectivity.{region}.oci.{secondLevelDomain}') + '/20210217'
88
+ logger.info "DataConnectivityManagementClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
89
+ end
90
+
91
+ # @return [Logger] The logger for this client. May be nil.
92
+ def logger
93
+ @api_client.config.logger
94
+ end
95
+
96
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
97
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
98
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
99
+
100
+
101
+ # The Endpoint will be moved to the desired compartment.
102
+ #
103
+ # @param [String] endpoint_id DCMS Endpoint id
104
+ # @param [OCI::DataConnectivity::Models::ChangeEndpointCompartmentDetails] change_endpoint_compartment_details The details of change compartment action.
105
+ # @param [Hash] opts the optional parameters
106
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
107
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
108
+ # @option opts [String] :registry_id DCMS registry id
109
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
110
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
111
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
112
+ #
113
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
114
+ # you need to contact Oracle about a particular request,
115
+ # please provide the request ID.
116
+ #
117
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
118
+ #
119
+ # @return [Response] A Response object with data of type nil
120
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/change_endpoint_compartment.rb.html) to see an example of how to use change_endpoint_compartment API.
121
+ def change_endpoint_compartment(endpoint_id, change_endpoint_compartment_details, opts = {})
122
+ logger.debug 'Calling operation DataConnectivityManagementClient#change_endpoint_compartment.' if logger
123
+
124
+ raise "Missing the required parameter 'endpoint_id' when calling change_endpoint_compartment." if endpoint_id.nil?
125
+ raise "Missing the required parameter 'change_endpoint_compartment_details' when calling change_endpoint_compartment." if change_endpoint_compartment_details.nil?
126
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
127
+
128
+ path = '/endpoints/{endpointId}/actions/changeCompartment'.sub('{endpointId}', endpoint_id.to_s)
129
+ operation_signing_strategy = :standard
130
+
131
+ # rubocop:disable Style/NegatedIf
132
+ # Query Params
133
+ query_params = {}
134
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
135
+
136
+ # Header Params
137
+ header_params = {}
138
+ header_params[:accept] = 'application/json'
139
+ header_params[:'content-type'] = 'application/json'
140
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
141
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
142
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
143
+ # rubocop:enable Style/NegatedIf
144
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
145
+
146
+ post_body = @api_client.object_to_http_body(change_endpoint_compartment_details)
147
+
148
+ # rubocop:disable Metrics/BlockLength
149
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#change_endpoint_compartment') do
150
+ @api_client.call_api(
151
+ :POST,
152
+ path,
153
+ endpoint,
154
+ header_params: header_params,
155
+ query_params: query_params,
156
+ operation_signing_strategy: operation_signing_strategy,
157
+ body: post_body
158
+ )
159
+ end
160
+ # rubocop:enable Metrics/BlockLength
161
+ end
162
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
163
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
164
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
165
+
166
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
167
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
168
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
169
+
170
+
171
+ # The registry will be moved to the desired compartment.
172
+ #
173
+ # @param [String] registry_id The registry Ocid.
174
+ # @param [OCI::DataConnectivity::Models::ChangeRegistryCompartmentDetails] change_registry_compartment_details The details of change compartment action.
175
+ # @param [Hash] opts the optional parameters
176
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
177
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
178
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
179
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
180
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
181
+ #
182
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
183
+ # you need to contact Oracle about a particular request,
184
+ # please provide the request ID.
185
+ #
186
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
187
+ #
188
+ # @return [Response] A Response object with data of type nil
189
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/change_registry_compartment.rb.html) to see an example of how to use change_registry_compartment API.
190
+ def change_registry_compartment(registry_id, change_registry_compartment_details, opts = {})
191
+ logger.debug 'Calling operation DataConnectivityManagementClient#change_registry_compartment.' if logger
192
+
193
+ raise "Missing the required parameter 'registry_id' when calling change_registry_compartment." if registry_id.nil?
194
+ raise "Missing the required parameter 'change_registry_compartment_details' when calling change_registry_compartment." if change_registry_compartment_details.nil?
195
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
196
+
197
+ path = '/registries/{registryId}/actions/changeCompartment'.sub('{registryId}', registry_id.to_s)
198
+ operation_signing_strategy = :standard
199
+
200
+ # rubocop:disable Style/NegatedIf
201
+ # Query Params
202
+ query_params = {}
203
+
204
+ # Header Params
205
+ header_params = {}
206
+ header_params[:accept] = 'application/json'
207
+ header_params[:'content-type'] = 'application/json'
208
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
209
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
210
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
211
+ # rubocop:enable Style/NegatedIf
212
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
213
+
214
+ post_body = @api_client.object_to_http_body(change_registry_compartment_details)
215
+
216
+ # rubocop:disable Metrics/BlockLength
217
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#change_registry_compartment') do
218
+ @api_client.call_api(
219
+ :POST,
220
+ path,
221
+ endpoint,
222
+ header_params: header_params,
223
+ query_params: query_params,
224
+ operation_signing_strategy: operation_signing_strategy,
225
+ body: post_body
226
+ )
227
+ end
228
+ # rubocop:enable Metrics/BlockLength
229
+ end
230
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
231
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
232
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
233
+
234
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
235
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
236
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
237
+
238
+
239
+ # Attaches list of DataAssets to the given endpoint
240
+ # @param [String] registry_id The registry Ocid.
241
+ # @param [String] endpoint_id DCMS Endpoint id
242
+ # @param [OCI::DataConnectivity::Models::CreateAttachDataAssetDetails] create_attach_data_asset_details Request body parameters to attach data asset to an private endpoint
243
+ # @param [Hash] opts the optional parameters
244
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
245
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
246
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
247
+ # you need to contact Oracle about a particular request,
248
+ # please provide the request ID.
249
+ #
250
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
251
+ #
252
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
253
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
254
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
255
+ #
256
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::AttachDataAssetInfo AttachDataAssetInfo}
257
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_attach_data_asset.rb.html) to see an example of how to use create_attach_data_asset API.
258
+ def create_attach_data_asset(registry_id, endpoint_id, create_attach_data_asset_details, opts = {})
259
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_attach_data_asset.' if logger
260
+
261
+ raise "Missing the required parameter 'registry_id' when calling create_attach_data_asset." if registry_id.nil?
262
+ raise "Missing the required parameter 'endpoint_id' when calling create_attach_data_asset." if endpoint_id.nil?
263
+ raise "Missing the required parameter 'create_attach_data_asset_details' when calling create_attach_data_asset." if create_attach_data_asset_details.nil?
264
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
265
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
266
+
267
+ path = '/registries/{registryId}/endpoints/{endpointId}/actions/attachDataAssets'.sub('{registryId}', registry_id.to_s).sub('{endpointId}', endpoint_id.to_s)
268
+ operation_signing_strategy = :standard
269
+
270
+ # rubocop:disable Style/NegatedIf
271
+ # Query Params
272
+ query_params = {}
273
+
274
+ # Header Params
275
+ header_params = {}
276
+ header_params[:accept] = 'application/json'
277
+ header_params[:'content-type'] = 'application/json'
278
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
279
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
280
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
281
+ # rubocop:enable Style/NegatedIf
282
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
283
+
284
+ post_body = @api_client.object_to_http_body(create_attach_data_asset_details)
285
+
286
+ # rubocop:disable Metrics/BlockLength
287
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_attach_data_asset') do
288
+ @api_client.call_api(
289
+ :POST,
290
+ path,
291
+ endpoint,
292
+ header_params: header_params,
293
+ query_params: query_params,
294
+ operation_signing_strategy: operation_signing_strategy,
295
+ body: post_body,
296
+ return_type: 'OCI::DataConnectivity::Models::AttachDataAssetInfo'
297
+ )
298
+ end
299
+ # rubocop:enable Metrics/BlockLength
300
+ end
301
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
302
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
303
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
304
+
305
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
306
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
307
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
308
+
309
+
310
+ # Creates a connection under an existing data asset.
311
+ # @param [String] registry_id The registry Ocid.
312
+ # @param [OCI::DataConnectivity::Models::CreateConnectionDetails] create_connection_details The information needed to create a connection.
313
+ # @param [Hash] opts the optional parameters
314
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
315
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
316
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
317
+ # you need to contact Oracle about a particular request,
318
+ # please provide the request ID.
319
+ #
320
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
321
+ #
322
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Connection Connection}
323
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_connection.rb.html) to see an example of how to use create_connection API.
324
+ def create_connection(registry_id, create_connection_details, opts = {})
325
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_connection.' if logger
326
+
327
+ raise "Missing the required parameter 'registry_id' when calling create_connection." if registry_id.nil?
328
+ raise "Missing the required parameter 'create_connection_details' when calling create_connection." if create_connection_details.nil?
329
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
330
+
331
+ path = '/registries/{registryId}/connections'.sub('{registryId}', registry_id.to_s)
332
+ operation_signing_strategy = :standard
333
+
334
+ # rubocop:disable Style/NegatedIf
335
+ # Query Params
336
+ query_params = {}
337
+
338
+ # Header Params
339
+ header_params = {}
340
+ header_params[:accept] = 'application/json'
341
+ header_params[:'content-type'] = 'application/json'
342
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
343
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
344
+ # rubocop:enable Style/NegatedIf
345
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
346
+
347
+ post_body = @api_client.object_to_http_body(create_connection_details)
348
+
349
+ # rubocop:disable Metrics/BlockLength
350
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_connection') do
351
+ @api_client.call_api(
352
+ :POST,
353
+ path,
354
+ endpoint,
355
+ header_params: header_params,
356
+ query_params: query_params,
357
+ operation_signing_strategy: operation_signing_strategy,
358
+ body: post_body,
359
+ return_type: 'OCI::DataConnectivity::Models::Connection'
360
+ )
361
+ end
362
+ # rubocop:enable Metrics/BlockLength
363
+ end
364
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
365
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
366
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
367
+
368
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
369
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
370
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
371
+
372
+
373
+ # Creates a connection validation.
374
+ # @param [String] registry_id The registry Ocid.
375
+ # @param [OCI::DataConnectivity::Models::CreateConnectionValidationDetails] create_connection_validation_details The information needed to validate a connection.
376
+ # @param [Hash] opts the optional parameters
377
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
378
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
379
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
380
+ # you need to contact Oracle about a particular request,
381
+ # please provide the request ID.
382
+ #
383
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
384
+ #
385
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
386
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ConnectionValidation ConnectionValidation}
387
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_connection_validation.rb.html) to see an example of how to use create_connection_validation API.
388
+ def create_connection_validation(registry_id, create_connection_validation_details, opts = {})
389
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_connection_validation.' if logger
390
+
391
+ raise "Missing the required parameter 'registry_id' when calling create_connection_validation." if registry_id.nil?
392
+ raise "Missing the required parameter 'create_connection_validation_details' when calling create_connection_validation." if create_connection_validation_details.nil?
393
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
394
+
395
+ path = '/registries/{registryId}/connectionValidations'.sub('{registryId}', registry_id.to_s)
396
+ operation_signing_strategy = :standard
397
+
398
+ # rubocop:disable Style/NegatedIf
399
+ # Query Params
400
+ query_params = {}
401
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
402
+
403
+ # Header Params
404
+ header_params = {}
405
+ header_params[:accept] = 'application/json'
406
+ header_params[:'content-type'] = 'application/json'
407
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
408
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
409
+ # rubocop:enable Style/NegatedIf
410
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
411
+
412
+ post_body = @api_client.object_to_http_body(create_connection_validation_details)
413
+
414
+ # rubocop:disable Metrics/BlockLength
415
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_connection_validation') do
416
+ @api_client.call_api(
417
+ :POST,
418
+ path,
419
+ endpoint,
420
+ header_params: header_params,
421
+ query_params: query_params,
422
+ operation_signing_strategy: operation_signing_strategy,
423
+ body: post_body,
424
+ return_type: 'OCI::DataConnectivity::Models::ConnectionValidation'
425
+ )
426
+ end
427
+ # rubocop:enable Metrics/BlockLength
428
+ end
429
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
430
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
431
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
432
+
433
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
434
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
435
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
436
+
437
+
438
+ # This endpoint is used to trigger validation of dataAsset, connection, schema, entity, dataOperationConfig
439
+ # @param [String] registry_id The registry Ocid.
440
+ # @param [OCI::DataConnectivity::Models::CreateConnectivityValidationDetails] create_connectivity_validation_details Request body parameters to trigger connectivity validations
441
+ # @param [Hash] opts the optional parameters
442
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
443
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
444
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
445
+ # you need to contact Oracle about a particular request,
446
+ # please provide the request ID.
447
+ #
448
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
449
+ #
450
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
451
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ConnectivityValidation ConnectivityValidation}
452
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_connectivity_validation.rb.html) to see an example of how to use create_connectivity_validation API.
453
+ def create_connectivity_validation(registry_id, create_connectivity_validation_details, opts = {})
454
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_connectivity_validation.' if logger
455
+
456
+ raise "Missing the required parameter 'registry_id' when calling create_connectivity_validation." if registry_id.nil?
457
+ raise "Missing the required parameter 'create_connectivity_validation_details' when calling create_connectivity_validation." if create_connectivity_validation_details.nil?
458
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
459
+
460
+ path = '/registries/{registryId}/actions/connectivityValidation'.sub('{registryId}', registry_id.to_s)
461
+ operation_signing_strategy = :standard
462
+
463
+ # rubocop:disable Style/NegatedIf
464
+ # Query Params
465
+ query_params = {}
466
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
467
+
468
+ # Header Params
469
+ header_params = {}
470
+ header_params[:accept] = 'application/json'
471
+ header_params[:'content-type'] = 'application/json'
472
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
473
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
474
+ # rubocop:enable Style/NegatedIf
475
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
476
+
477
+ post_body = @api_client.object_to_http_body(create_connectivity_validation_details)
478
+
479
+ # rubocop:disable Metrics/BlockLength
480
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_connectivity_validation') do
481
+ @api_client.call_api(
482
+ :POST,
483
+ path,
484
+ endpoint,
485
+ header_params: header_params,
486
+ query_params: query_params,
487
+ operation_signing_strategy: operation_signing_strategy,
488
+ body: post_body,
489
+ return_type: 'OCI::DataConnectivity::Models::ConnectivityValidation'
490
+ )
491
+ end
492
+ # rubocop:enable Metrics/BlockLength
493
+ end
494
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
495
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
496
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
497
+
498
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
499
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
500
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
501
+
502
+
503
+ # Creates a data asset with default connection.
504
+ # @param [String] registry_id The registry Ocid.
505
+ # @param [OCI::DataConnectivity::Models::CreateDataAssetDetails] create_data_asset_details The information needed to create a data asset.
506
+ # @param [Hash] opts the optional parameters
507
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
508
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
509
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
510
+ # you need to contact Oracle about a particular request,
511
+ # please provide the request ID.
512
+ #
513
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
514
+ #
515
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataAsset DataAsset}
516
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_data_asset.rb.html) to see an example of how to use create_data_asset API.
517
+ def create_data_asset(registry_id, create_data_asset_details, opts = {})
518
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_data_asset.' if logger
519
+
520
+ raise "Missing the required parameter 'registry_id' when calling create_data_asset." if registry_id.nil?
521
+ raise "Missing the required parameter 'create_data_asset_details' when calling create_data_asset." if create_data_asset_details.nil?
522
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
523
+
524
+ path = '/registries/{registryId}/dataAssets'.sub('{registryId}', registry_id.to_s)
525
+ operation_signing_strategy = :standard
526
+
527
+ # rubocop:disable Style/NegatedIf
528
+ # Query Params
529
+ query_params = {}
530
+
531
+ # Header Params
532
+ header_params = {}
533
+ header_params[:accept] = 'application/json'
534
+ header_params[:'content-type'] = 'application/json'
535
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
536
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
537
+ # rubocop:enable Style/NegatedIf
538
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
539
+
540
+ post_body = @api_client.object_to_http_body(create_data_asset_details)
541
+
542
+ # rubocop:disable Metrics/BlockLength
543
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_data_asset') do
544
+ @api_client.call_api(
545
+ :POST,
546
+ path,
547
+ endpoint,
548
+ header_params: header_params,
549
+ query_params: query_params,
550
+ operation_signing_strategy: operation_signing_strategy,
551
+ body: post_body,
552
+ return_type: 'OCI::DataConnectivity::Models::DataAsset'
553
+ )
554
+ end
555
+ # rubocop:enable Metrics/BlockLength
556
+ end
557
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
558
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
559
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
560
+
561
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
562
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
563
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
564
+
565
+
566
+ # Provide data preview on live schema
567
+ # @param [String] registry_id The registry Ocid.
568
+ # @param [OCI::DataConnectivity::Models::CreateDataPreviewDetails] create_data_preview_details Request body parameters to provide data preview
569
+ # @param [Hash] opts the optional parameters
570
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
571
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
572
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
573
+ # you need to contact Oracle about a particular request,
574
+ # please provide the request ID.
575
+ #
576
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
577
+ #
578
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
579
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
580
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
581
+ #
582
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
583
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataPreview DataPreview}
584
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_data_preview.rb.html) to see an example of how to use create_data_preview API.
585
+ def create_data_preview(registry_id, create_data_preview_details, opts = {})
586
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_data_preview.' if logger
587
+
588
+ raise "Missing the required parameter 'registry_id' when calling create_data_preview." if registry_id.nil?
589
+ raise "Missing the required parameter 'create_data_preview_details' when calling create_data_preview." if create_data_preview_details.nil?
590
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
591
+
592
+ path = '/registries/{registryId}/actions/dataPreview'.sub('{registryId}', registry_id.to_s)
593
+ operation_signing_strategy = :standard
594
+
595
+ # rubocop:disable Style/NegatedIf
596
+ # Query Params
597
+ query_params = {}
598
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
599
+
600
+ # Header Params
601
+ header_params = {}
602
+ header_params[:accept] = 'application/json'
603
+ header_params[:'content-type'] = 'application/json'
604
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
605
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
606
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
607
+ # rubocop:enable Style/NegatedIf
608
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
609
+
610
+ post_body = @api_client.object_to_http_body(create_data_preview_details)
611
+
612
+ # rubocop:disable Metrics/BlockLength
613
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_data_preview') do
614
+ @api_client.call_api(
615
+ :POST,
616
+ path,
617
+ endpoint,
618
+ header_params: header_params,
619
+ query_params: query_params,
620
+ operation_signing_strategy: operation_signing_strategy,
621
+ body: post_body,
622
+ return_type: 'OCI::DataConnectivity::Models::DataPreview'
623
+ )
624
+ end
625
+ # rubocop:enable Metrics/BlockLength
626
+ end
627
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
628
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
629
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
630
+
631
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
632
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
633
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
634
+
635
+
636
+ # Execute data profiling on live schema
637
+ # @param [String] registry_id The registry Ocid.
638
+ # @param [OCI::DataConnectivity::Models::CreateDataProfileDetails] create_data_profile_details Request body parameters to execute data profiling
639
+ # @param [Hash] opts the optional parameters
640
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
641
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
642
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
643
+ # you need to contact Oracle about a particular request,
644
+ # please provide the request ID.
645
+ #
646
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
647
+ #
648
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
649
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
650
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
651
+ #
652
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
653
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataProfile DataProfile}
654
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_data_profile.rb.html) to see an example of how to use create_data_profile API.
655
+ def create_data_profile(registry_id, create_data_profile_details, opts = {})
656
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_data_profile.' if logger
657
+
658
+ raise "Missing the required parameter 'registry_id' when calling create_data_profile." if registry_id.nil?
659
+ raise "Missing the required parameter 'create_data_profile_details' when calling create_data_profile." if create_data_profile_details.nil?
660
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
661
+
662
+ path = '/registries/{registryId}/actions/dataProfile'.sub('{registryId}', registry_id.to_s)
663
+ operation_signing_strategy = :standard
664
+
665
+ # rubocop:disable Style/NegatedIf
666
+ # Query Params
667
+ query_params = {}
668
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
669
+
670
+ # Header Params
671
+ header_params = {}
672
+ header_params[:accept] = 'application/json'
673
+ header_params[:'content-type'] = 'application/json'
674
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
675
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
676
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
677
+ # rubocop:enable Style/NegatedIf
678
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
679
+
680
+ post_body = @api_client.object_to_http_body(create_data_profile_details)
681
+
682
+ # rubocop:disable Metrics/BlockLength
683
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_data_profile') do
684
+ @api_client.call_api(
685
+ :POST,
686
+ path,
687
+ endpoint,
688
+ header_params: header_params,
689
+ query_params: query_params,
690
+ operation_signing_strategy: operation_signing_strategy,
691
+ body: post_body,
692
+ return_type: 'OCI::DataConnectivity::Models::DataProfile'
693
+ )
694
+ end
695
+ # rubocop:enable Metrics/BlockLength
696
+ end
697
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
698
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
699
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
700
+
701
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
702
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
703
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
704
+
705
+
706
+ # DeRereferenced a dcms artifact.
707
+ # @param [String] registry_id The registry Ocid.
708
+ # @param [String] dcms_artifact_id The ID of a dcms artifact (DataAsset or Endpoint).
709
+ # @param [OCI::DataConnectivity::Models::CreateDeReferenceArtifactDetails] create_de_reference_artifact_details The information needed to delete a dcms artifact reference.
710
+ # @param [Hash] opts the optional parameters
711
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
712
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
713
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
714
+ # you need to contact Oracle about a particular request,
715
+ # please provide the request ID.
716
+ #
717
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
718
+ #
719
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
720
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
721
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
722
+ #
723
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DeReferenceInfo DeReferenceInfo}
724
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_de_reference_artifact.rb.html) to see an example of how to use create_de_reference_artifact API.
725
+ def create_de_reference_artifact(registry_id, dcms_artifact_id, create_de_reference_artifact_details, opts = {})
726
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_de_reference_artifact.' if logger
727
+
728
+ raise "Missing the required parameter 'registry_id' when calling create_de_reference_artifact." if registry_id.nil?
729
+ raise "Missing the required parameter 'dcms_artifact_id' when calling create_de_reference_artifact." if dcms_artifact_id.nil?
730
+ raise "Missing the required parameter 'create_de_reference_artifact_details' when calling create_de_reference_artifact." if create_de_reference_artifact_details.nil?
731
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
732
+ raise "Parameter value for 'dcms_artifact_id' must not be blank" if OCI::Internal::Util.blank_string?(dcms_artifact_id)
733
+
734
+ path = '/registries/{registryId}/dcmsArtifacts/{dcmsArtifactId}/actions/deReferenceArtifact'.sub('{registryId}', registry_id.to_s).sub('{dcmsArtifactId}', dcms_artifact_id.to_s)
735
+ operation_signing_strategy = :standard
736
+
737
+ # rubocop:disable Style/NegatedIf
738
+ # Query Params
739
+ query_params = {}
740
+
741
+ # Header Params
742
+ header_params = {}
743
+ header_params[:accept] = 'application/json'
744
+ header_params[:'content-type'] = 'application/json'
745
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
746
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
747
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
748
+ # rubocop:enable Style/NegatedIf
749
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
750
+
751
+ post_body = @api_client.object_to_http_body(create_de_reference_artifact_details)
752
+
753
+ # rubocop:disable Metrics/BlockLength
754
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_de_reference_artifact') do
755
+ @api_client.call_api(
756
+ :POST,
757
+ path,
758
+ endpoint,
759
+ header_params: header_params,
760
+ query_params: query_params,
761
+ operation_signing_strategy: operation_signing_strategy,
762
+ body: post_body,
763
+ return_type: 'OCI::DataConnectivity::Models::DeReferenceInfo'
764
+ )
765
+ end
766
+ # rubocop:enable Metrics/BlockLength
767
+ end
768
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
769
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
770
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
771
+
772
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
773
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
774
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
775
+
776
+
777
+ # Detaches list of DataAssets to the given endpoint
778
+ # @param [String] registry_id The registry Ocid.
779
+ # @param [String] endpoint_id DCMS Endpoint id
780
+ # @param [OCI::DataConnectivity::Models::CreateDetachDataAssetDetails] create_detach_data_asset_details Request body parameters to detach data asset to an private endpoint
781
+ # @param [Hash] opts the optional parameters
782
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
783
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
784
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
785
+ # you need to contact Oracle about a particular request,
786
+ # please provide the request ID.
787
+ #
788
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
789
+ #
790
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
791
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
792
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
793
+ #
794
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DetachDataAssetInfo DetachDataAssetInfo}
795
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_detach_data_asset.rb.html) to see an example of how to use create_detach_data_asset API.
796
+ def create_detach_data_asset(registry_id, endpoint_id, create_detach_data_asset_details, opts = {})
797
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_detach_data_asset.' if logger
798
+
799
+ raise "Missing the required parameter 'registry_id' when calling create_detach_data_asset." if registry_id.nil?
800
+ raise "Missing the required parameter 'endpoint_id' when calling create_detach_data_asset." if endpoint_id.nil?
801
+ raise "Missing the required parameter 'create_detach_data_asset_details' when calling create_detach_data_asset." if create_detach_data_asset_details.nil?
802
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
803
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
804
+
805
+ path = '/registries/{registryId}/endpoints/{endpointId}/actions/detachDataAssets'.sub('{registryId}', registry_id.to_s).sub('{endpointId}', endpoint_id.to_s)
806
+ operation_signing_strategy = :standard
807
+
808
+ # rubocop:disable Style/NegatedIf
809
+ # Query Params
810
+ query_params = {}
811
+
812
+ # Header Params
813
+ header_params = {}
814
+ header_params[:accept] = 'application/json'
815
+ header_params[:'content-type'] = 'application/json'
816
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
817
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
818
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
819
+ # rubocop:enable Style/NegatedIf
820
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
821
+
822
+ post_body = @api_client.object_to_http_body(create_detach_data_asset_details)
823
+
824
+ # rubocop:disable Metrics/BlockLength
825
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_detach_data_asset') do
826
+ @api_client.call_api(
827
+ :POST,
828
+ path,
829
+ endpoint,
830
+ header_params: header_params,
831
+ query_params: query_params,
832
+ operation_signing_strategy: operation_signing_strategy,
833
+ body: post_body,
834
+ return_type: 'OCI::DataConnectivity::Models::DetachDataAssetInfo'
835
+ )
836
+ end
837
+ # rubocop:enable Metrics/BlockLength
838
+ end
839
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
840
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
841
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
842
+
843
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
844
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
845
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
846
+
847
+
848
+ # Creates a new Data Connectivity Management Endpoint ready for performing data Connectivity.
849
+ #
850
+ # @param [OCI::DataConnectivity::Models::CreateEndpointDetails] create_endpoint_details Details for the new Data Connectivity Management Endpoint.
851
+ # @param [Hash] opts the optional parameters
852
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
853
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
854
+ # @option opts [String] :registry_id DCMS registry id
855
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
856
+ #
857
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
858
+ # you need to contact Oracle about a particular request,
859
+ # please provide the request ID.
860
+ #
861
+ # @return [Response] A Response object with data of type nil
862
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_endpoint.rb.html) to see an example of how to use create_endpoint API.
863
+ def create_endpoint(create_endpoint_details, opts = {})
864
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_endpoint.' if logger
865
+
866
+ raise "Missing the required parameter 'create_endpoint_details' when calling create_endpoint." if create_endpoint_details.nil?
867
+
868
+ path = '/endpoints'
869
+ operation_signing_strategy = :standard
870
+
871
+ # rubocop:disable Style/NegatedIf
872
+ # Query Params
873
+ query_params = {}
874
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
875
+
876
+ # Header Params
877
+ header_params = {}
878
+ header_params[:accept] = 'application/json'
879
+ header_params[:'content-type'] = 'application/json'
880
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
881
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
882
+ # rubocop:enable Style/NegatedIf
883
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
884
+
885
+ post_body = @api_client.object_to_http_body(create_endpoint_details)
886
+
887
+ # rubocop:disable Metrics/BlockLength
888
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_endpoint') do
889
+ @api_client.call_api(
890
+ :POST,
891
+ path,
892
+ endpoint,
893
+ header_params: header_params,
894
+ query_params: query_params,
895
+ operation_signing_strategy: operation_signing_strategy,
896
+ body: post_body
897
+ )
898
+ end
899
+ # rubocop:enable Metrics/BlockLength
900
+ end
901
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
902
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
903
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
904
+
905
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
906
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
907
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
908
+
909
+
910
+ # Creates the data entity shape using the shape from the data asset.
911
+ # @param [String] registry_id The registry Ocid.
912
+ # @param [String] connection_key The connection key.
913
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
914
+ # @param [OCI::DataConnectivity::Models::CreateEntityShapeDetails] create_entity_shape_details The details needed to create the data entity shape.
915
+ # @param [Hash] opts the optional parameters
916
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
917
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
918
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
919
+ # you need to contact Oracle about a particular request,
920
+ # please provide the request ID.
921
+ #
922
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
923
+ #
924
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
925
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
926
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
927
+ #
928
+ # @option opts [String] :authorization_mode Authorization mode for communicating with another OCI service relevant for the API. (default to UNDEFINED)
929
+ # Allowed values are: OBO, USER_PRINCIPAL, RESOURCE_PRINCIPAL, INSTANCE_PRINCIPAL, UNDEFINED
930
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
931
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::EntityShape EntityShape}
932
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_entity_shape.rb.html) to see an example of how to use create_entity_shape API.
933
+ def create_entity_shape(registry_id, connection_key, schema_resource_name, create_entity_shape_details, opts = {})
934
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_entity_shape.' if logger
935
+
936
+ raise "Missing the required parameter 'registry_id' when calling create_entity_shape." if registry_id.nil?
937
+ raise "Missing the required parameter 'connection_key' when calling create_entity_shape." if connection_key.nil?
938
+ raise "Missing the required parameter 'schema_resource_name' when calling create_entity_shape." if schema_resource_name.nil?
939
+ raise "Missing the required parameter 'create_entity_shape_details' when calling create_entity_shape." if create_entity_shape_details.nil?
940
+
941
+ if opts[:authorization_mode] && !%w[OBO USER_PRINCIPAL RESOURCE_PRINCIPAL INSTANCE_PRINCIPAL UNDEFINED].include?(opts[:authorization_mode])
942
+ raise 'Invalid value for "authorization_mode", must be one of OBO, USER_PRINCIPAL, RESOURCE_PRINCIPAL, INSTANCE_PRINCIPAL, UNDEFINED.'
943
+ end
944
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
945
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
946
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
947
+
948
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/actions/entityShapes'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s)
949
+ operation_signing_strategy = :standard
950
+
951
+ # rubocop:disable Style/NegatedIf
952
+ # Query Params
953
+ query_params = {}
954
+ query_params[:authorizationMode] = opts[:authorization_mode] if opts[:authorization_mode]
955
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
956
+
957
+ # Header Params
958
+ header_params = {}
959
+ header_params[:accept] = 'application/json'
960
+ header_params[:'content-type'] = 'application/json'
961
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
962
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
963
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
964
+ # rubocop:enable Style/NegatedIf
965
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
966
+
967
+ post_body = @api_client.object_to_http_body(create_entity_shape_details)
968
+
969
+ # rubocop:disable Metrics/BlockLength
970
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_entity_shape') do
971
+ @api_client.call_api(
972
+ :POST,
973
+ path,
974
+ endpoint,
975
+ header_params: header_params,
976
+ query_params: query_params,
977
+ operation_signing_strategy: operation_signing_strategy,
978
+ body: post_body,
979
+ return_type: 'OCI::DataConnectivity::Models::EntityShape'
980
+ )
981
+ end
982
+ # rubocop:enable Metrics/BlockLength
983
+ end
984
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
985
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
986
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
987
+
988
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
989
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
990
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
991
+
992
+
993
+ # Call the operation to execute
994
+ # @param [String] registry_id The registry Ocid.
995
+ # @param [String] connection_key The connection key.
996
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
997
+ # @param [OCI::DataConnectivity::Models::CreateExecuteOperationJobDetails] create_execute_operation_job_details Request body parameter for execute operation job input.
998
+ # @param [Hash] opts the optional parameters
999
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1000
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1001
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1002
+ # you need to contact Oracle about a particular request,
1003
+ # please provide the request ID.
1004
+ #
1005
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
1006
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1007
+ #
1008
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ExecuteOperationJobDetails ExecuteOperationJobDetails}
1009
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_execute_operation_job.rb.html) to see an example of how to use create_execute_operation_job API.
1010
+ def create_execute_operation_job(registry_id, connection_key, schema_resource_name, create_execute_operation_job_details, opts = {})
1011
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_execute_operation_job.' if logger
1012
+
1013
+ raise "Missing the required parameter 'registry_id' when calling create_execute_operation_job." if registry_id.nil?
1014
+ raise "Missing the required parameter 'connection_key' when calling create_execute_operation_job." if connection_key.nil?
1015
+ raise "Missing the required parameter 'schema_resource_name' when calling create_execute_operation_job." if schema_resource_name.nil?
1016
+ raise "Missing the required parameter 'create_execute_operation_job_details' when calling create_execute_operation_job." if create_execute_operation_job_details.nil?
1017
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1018
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
1019
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
1020
+
1021
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/actions/executeOperationJobs'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s)
1022
+ operation_signing_strategy = :standard
1023
+
1024
+ # rubocop:disable Style/NegatedIf
1025
+ # Query Params
1026
+ query_params = {}
1027
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
1028
+
1029
+ # Header Params
1030
+ header_params = {}
1031
+ header_params[:accept] = 'application/json'
1032
+ header_params[:'content-type'] = 'application/json'
1033
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1034
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1035
+ # rubocop:enable Style/NegatedIf
1036
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1037
+
1038
+ post_body = @api_client.object_to_http_body(create_execute_operation_job_details)
1039
+
1040
+ # rubocop:disable Metrics/BlockLength
1041
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_execute_operation_job') do
1042
+ @api_client.call_api(
1043
+ :POST,
1044
+ path,
1045
+ endpoint,
1046
+ header_params: header_params,
1047
+ query_params: query_params,
1048
+ operation_signing_strategy: operation_signing_strategy,
1049
+ body: post_body,
1050
+ return_type: 'OCI::DataConnectivity::Models::ExecuteOperationJobDetails'
1051
+ )
1052
+ end
1053
+ # rubocop:enable Metrics/BlockLength
1054
+ end
1055
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1056
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1057
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1058
+
1059
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1060
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1061
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1062
+
1063
+
1064
+ # Creates a folder under a specefied registry.
1065
+ # @param [String] registry_id The registry Ocid.
1066
+ # @param [OCI::DataConnectivity::Models::CreateFolderDetails] create_folder_details The information needed to create a folder.
1067
+ # @param [Hash] opts the optional parameters
1068
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1069
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1070
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1071
+ # you need to contact Oracle about a particular request,
1072
+ # please provide the request ID.
1073
+ #
1074
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1075
+ #
1076
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Folder Folder}
1077
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_folder.rb.html) to see an example of how to use create_folder API.
1078
+ def create_folder(registry_id, create_folder_details, opts = {})
1079
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_folder.' if logger
1080
+
1081
+ raise "Missing the required parameter 'registry_id' when calling create_folder." if registry_id.nil?
1082
+ raise "Missing the required parameter 'create_folder_details' when calling create_folder." if create_folder_details.nil?
1083
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1084
+
1085
+ path = '/registries/{registryId}/folders'.sub('{registryId}', registry_id.to_s)
1086
+ operation_signing_strategy = :standard
1087
+
1088
+ # rubocop:disable Style/NegatedIf
1089
+ # Query Params
1090
+ query_params = {}
1091
+
1092
+ # Header Params
1093
+ header_params = {}
1094
+ header_params[:accept] = 'application/json'
1095
+ header_params[:'content-type'] = 'application/json'
1096
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1097
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1098
+ # rubocop:enable Style/NegatedIf
1099
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1100
+
1101
+ post_body = @api_client.object_to_http_body(create_folder_details)
1102
+
1103
+ # rubocop:disable Metrics/BlockLength
1104
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_folder') do
1105
+ @api_client.call_api(
1106
+ :POST,
1107
+ path,
1108
+ endpoint,
1109
+ header_params: header_params,
1110
+ query_params: query_params,
1111
+ operation_signing_strategy: operation_signing_strategy,
1112
+ body: post_body,
1113
+ return_type: 'OCI::DataConnectivity::Models::Folder'
1114
+ )
1115
+ end
1116
+ # rubocop:enable Metrics/BlockLength
1117
+ end
1118
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1119
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1120
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1121
+
1122
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1123
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1124
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1125
+
1126
+
1127
+ # This endpoint is used to create a connectivity task (like PushdownTask).
1128
+ # @param [String] registry_id The registry Ocid.
1129
+ # @param [OCI::DataConnectivity::Models::CreateFullPushDownTaskDetails] create_full_push_down_task_details Request body parameter for full pushdown task
1130
+ # @param [Hash] opts the optional parameters
1131
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1132
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1133
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1134
+ # you need to contact Oracle about a particular request,
1135
+ # please provide the request ID.
1136
+ #
1137
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1138
+ #
1139
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1140
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1141
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1142
+ #
1143
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
1144
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::FullPushDownTaskResponse FullPushDownTaskResponse}
1145
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_full_push_down_task.rb.html) to see an example of how to use create_full_push_down_task API.
1146
+ def create_full_push_down_task(registry_id, create_full_push_down_task_details, opts = {})
1147
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_full_push_down_task.' if logger
1148
+
1149
+ raise "Missing the required parameter 'registry_id' when calling create_full_push_down_task." if registry_id.nil?
1150
+ raise "Missing the required parameter 'create_full_push_down_task_details' when calling create_full_push_down_task." if create_full_push_down_task_details.nil?
1151
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1152
+
1153
+ path = '/registries/{registryId}/actions/fullPushDownTask'.sub('{registryId}', registry_id.to_s)
1154
+ operation_signing_strategy = :standard
1155
+
1156
+ # rubocop:disable Style/NegatedIf
1157
+ # Query Params
1158
+ query_params = {}
1159
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
1160
+
1161
+ # Header Params
1162
+ header_params = {}
1163
+ header_params[:accept] = 'application/json'
1164
+ header_params[:'content-type'] = 'application/json'
1165
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1166
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1167
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1168
+ # rubocop:enable Style/NegatedIf
1169
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1170
+
1171
+ post_body = @api_client.object_to_http_body(create_full_push_down_task_details)
1172
+
1173
+ # rubocop:disable Metrics/BlockLength
1174
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_full_push_down_task') do
1175
+ @api_client.call_api(
1176
+ :POST,
1177
+ path,
1178
+ endpoint,
1179
+ header_params: header_params,
1180
+ query_params: query_params,
1181
+ operation_signing_strategy: operation_signing_strategy,
1182
+ body: post_body,
1183
+ return_type: 'OCI::DataConnectivity::Models::FullPushDownTaskResponse'
1184
+ )
1185
+ end
1186
+ # rubocop:enable Metrics/BlockLength
1187
+ end
1188
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1189
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1190
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1191
+
1192
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1193
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1194
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1195
+
1196
+
1197
+ # Reference a data asset.
1198
+ # @param [String] registry_id The registry Ocid.
1199
+ # @param [String] dcms_artifact_id The ID of a dcms artifact (DataAsset or Endpoint).
1200
+ # @param [OCI::DataConnectivity::Models::CreateReferenceArtifactDetails] create_reference_artifact_details The information needed to reference a dcms artifact
1201
+ # @param [Hash] opts the optional parameters
1202
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1203
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1204
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1205
+ # you need to contact Oracle about a particular request,
1206
+ # please provide the request ID.
1207
+ #
1208
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1209
+ #
1210
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1211
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1212
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1213
+ #
1214
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ReferenceInfo ReferenceInfo}
1215
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_reference_artifact.rb.html) to see an example of how to use create_reference_artifact API.
1216
+ def create_reference_artifact(registry_id, dcms_artifact_id, create_reference_artifact_details, opts = {})
1217
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_reference_artifact.' if logger
1218
+
1219
+ raise "Missing the required parameter 'registry_id' when calling create_reference_artifact." if registry_id.nil?
1220
+ raise "Missing the required parameter 'dcms_artifact_id' when calling create_reference_artifact." if dcms_artifact_id.nil?
1221
+ raise "Missing the required parameter 'create_reference_artifact_details' when calling create_reference_artifact." if create_reference_artifact_details.nil?
1222
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1223
+ raise "Parameter value for 'dcms_artifact_id' must not be blank" if OCI::Internal::Util.blank_string?(dcms_artifact_id)
1224
+
1225
+ path = '/registries/{registryId}/dcmsArtifacts/{dcmsArtifactId}/actions/referenceArtifact'.sub('{registryId}', registry_id.to_s).sub('{dcmsArtifactId}', dcms_artifact_id.to_s)
1226
+ operation_signing_strategy = :standard
1227
+
1228
+ # rubocop:disable Style/NegatedIf
1229
+ # Query Params
1230
+ query_params = {}
1231
+
1232
+ # Header Params
1233
+ header_params = {}
1234
+ header_params[:accept] = 'application/json'
1235
+ header_params[:'content-type'] = 'application/json'
1236
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1237
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1238
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1239
+ # rubocop:enable Style/NegatedIf
1240
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1241
+
1242
+ post_body = @api_client.object_to_http_body(create_reference_artifact_details)
1243
+
1244
+ # rubocop:disable Metrics/BlockLength
1245
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_reference_artifact') do
1246
+ @api_client.call_api(
1247
+ :POST,
1248
+ path,
1249
+ endpoint,
1250
+ header_params: header_params,
1251
+ query_params: query_params,
1252
+ operation_signing_strategy: operation_signing_strategy,
1253
+ body: post_body,
1254
+ return_type: 'OCI::DataConnectivity::Models::ReferenceInfo'
1255
+ )
1256
+ end
1257
+ # rubocop:enable Metrics/BlockLength
1258
+ end
1259
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1260
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1261
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1262
+
1263
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1264
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1265
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1266
+
1267
+
1268
+ # Creates a new Data Connectivity Management Registry ready for performing data Connectivity Management.
1269
+ #
1270
+ # @param [OCI::DataConnectivity::Models::CreateRegistryDetails] create_registry_details Details for the new Data Connectivity Management Registry.
1271
+ # @param [Hash] opts the optional parameters
1272
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1273
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1274
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1275
+ #
1276
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1277
+ # you need to contact Oracle about a particular request,
1278
+ # please provide the request ID.
1279
+ #
1280
+ # @return [Response] A Response object with data of type nil
1281
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_registry.rb.html) to see an example of how to use create_registry API.
1282
+ def create_registry(create_registry_details, opts = {})
1283
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_registry.' if logger
1284
+
1285
+ raise "Missing the required parameter 'create_registry_details' when calling create_registry." if create_registry_details.nil?
1286
+
1287
+ path = '/registries'
1288
+ operation_signing_strategy = :standard
1289
+
1290
+ # rubocop:disable Style/NegatedIf
1291
+ # Query Params
1292
+ query_params = {}
1293
+
1294
+ # Header Params
1295
+ header_params = {}
1296
+ header_params[:accept] = 'application/json'
1297
+ header_params[:'content-type'] = 'application/json'
1298
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1299
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1300
+ # rubocop:enable Style/NegatedIf
1301
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1302
+
1303
+ post_body = @api_client.object_to_http_body(create_registry_details)
1304
+
1305
+ # rubocop:disable Metrics/BlockLength
1306
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_registry') do
1307
+ @api_client.call_api(
1308
+ :POST,
1309
+ path,
1310
+ endpoint,
1311
+ header_params: header_params,
1312
+ query_params: query_params,
1313
+ operation_signing_strategy: operation_signing_strategy,
1314
+ body: post_body
1315
+ )
1316
+ end
1317
+ # rubocop:enable Metrics/BlockLength
1318
+ end
1319
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1320
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1321
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1322
+
1323
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1324
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1325
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1326
+
1327
+
1328
+ # Execute network validation on selected data assets associated with the provided private endpoint
1329
+ # @param [String] registry_id The registry Ocid.
1330
+ # @param [OCI::DataConnectivity::Models::CreateTestNetworkConnectivityDetails] create_test_network_connectivity_details Request body parameters to execute network validation
1331
+ # @param [Hash] opts the optional parameters
1332
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1333
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1334
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1335
+ # you need to contact Oracle about a particular request,
1336
+ # please provide the request ID.
1337
+ #
1338
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1339
+ #
1340
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
1341
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1342
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1343
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1344
+ #
1345
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::TestNetworkConnectivity TestNetworkConnectivity}
1346
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/create_test_network_connectivity.rb.html) to see an example of how to use create_test_network_connectivity API.
1347
+ def create_test_network_connectivity(registry_id, create_test_network_connectivity_details, opts = {})
1348
+ logger.debug 'Calling operation DataConnectivityManagementClient#create_test_network_connectivity.' if logger
1349
+
1350
+ raise "Missing the required parameter 'registry_id' when calling create_test_network_connectivity." if registry_id.nil?
1351
+ raise "Missing the required parameter 'create_test_network_connectivity_details' when calling create_test_network_connectivity." if create_test_network_connectivity_details.nil?
1352
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1353
+
1354
+ path = '/registries/{registryId}/actions/testNetworkConnectivity'.sub('{registryId}', registry_id.to_s)
1355
+ operation_signing_strategy = :standard
1356
+
1357
+ # rubocop:disable Style/NegatedIf
1358
+ # Query Params
1359
+ query_params = {}
1360
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
1361
+
1362
+ # Header Params
1363
+ header_params = {}
1364
+ header_params[:accept] = 'application/json'
1365
+ header_params[:'content-type'] = 'application/json'
1366
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1367
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1368
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1369
+ # rubocop:enable Style/NegatedIf
1370
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1371
+
1372
+ post_body = @api_client.object_to_http_body(create_test_network_connectivity_details)
1373
+
1374
+ # rubocop:disable Metrics/BlockLength
1375
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#create_test_network_connectivity') do
1376
+ @api_client.call_api(
1377
+ :POST,
1378
+ path,
1379
+ endpoint,
1380
+ header_params: header_params,
1381
+ query_params: query_params,
1382
+ operation_signing_strategy: operation_signing_strategy,
1383
+ body: post_body,
1384
+ return_type: 'OCI::DataConnectivity::Models::TestNetworkConnectivity'
1385
+ )
1386
+ end
1387
+ # rubocop:enable Metrics/BlockLength
1388
+ end
1389
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1390
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1391
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1392
+
1393
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1394
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1395
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1396
+
1397
+
1398
+ # Removes a connection using the specified identifier.
1399
+ # @param [String] registry_id The registry Ocid.
1400
+ # @param [String] connection_key The connection key.
1401
+ # @param [Hash] opts the optional parameters
1402
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1403
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1404
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1405
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1406
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1407
+ #
1408
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1409
+ # you need to contact Oracle about a particular request,
1410
+ # please provide the request ID.
1411
+ #
1412
+ # @return [Response] A Response object with data of type nil
1413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_connection.rb.html) to see an example of how to use delete_connection API.
1414
+ def delete_connection(registry_id, connection_key, opts = {})
1415
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_connection.' if logger
1416
+
1417
+ raise "Missing the required parameter 'registry_id' when calling delete_connection." if registry_id.nil?
1418
+ raise "Missing the required parameter 'connection_key' when calling delete_connection." if connection_key.nil?
1419
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1420
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
1421
+
1422
+ path = '/registries/{registryId}/connections/{connectionKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s)
1423
+ operation_signing_strategy = :standard
1424
+
1425
+ # rubocop:disable Style/NegatedIf
1426
+ # Query Params
1427
+ query_params = {}
1428
+
1429
+ # Header Params
1430
+ header_params = {}
1431
+ header_params[:accept] = 'application/json'
1432
+ header_params[:'content-type'] = 'application/json'
1433
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1434
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1435
+ # rubocop:enable Style/NegatedIf
1436
+
1437
+ post_body = nil
1438
+
1439
+ # rubocop:disable Metrics/BlockLength
1440
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_connection') do
1441
+ @api_client.call_api(
1442
+ :DELETE,
1443
+ path,
1444
+ endpoint,
1445
+ header_params: header_params,
1446
+ query_params: query_params,
1447
+ operation_signing_strategy: operation_signing_strategy,
1448
+ body: post_body
1449
+ )
1450
+ end
1451
+ # rubocop:enable Metrics/BlockLength
1452
+ end
1453
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1454
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1455
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1456
+
1457
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1458
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1459
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1460
+
1461
+
1462
+ # Deletes a connection validation.
1463
+ # @param [String] registry_id The registry Ocid.
1464
+ # @param [String] connection_validation_key The key of the connection validation.
1465
+ # @param [Hash] opts the optional parameters
1466
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1467
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1468
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1469
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1470
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1471
+ #
1472
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1473
+ # you need to contact Oracle about a particular request,
1474
+ # please provide the request ID.
1475
+ #
1476
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
1477
+ # @return [Response] A Response object with data of type nil
1478
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_connection_validation.rb.html) to see an example of how to use delete_connection_validation API.
1479
+ def delete_connection_validation(registry_id, connection_validation_key, opts = {})
1480
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_connection_validation.' if logger
1481
+
1482
+ raise "Missing the required parameter 'registry_id' when calling delete_connection_validation." if registry_id.nil?
1483
+ raise "Missing the required parameter 'connection_validation_key' when calling delete_connection_validation." if connection_validation_key.nil?
1484
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1485
+ raise "Parameter value for 'connection_validation_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_validation_key)
1486
+
1487
+ path = '/registries/{registryId}/connectionValidations/{connectionValidationKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionValidationKey}', connection_validation_key.to_s)
1488
+ operation_signing_strategy = :standard
1489
+
1490
+ # rubocop:disable Style/NegatedIf
1491
+ # Query Params
1492
+ query_params = {}
1493
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
1494
+
1495
+ # Header Params
1496
+ header_params = {}
1497
+ header_params[:accept] = 'application/json'
1498
+ header_params[:'content-type'] = 'application/json'
1499
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1500
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1501
+ # rubocop:enable Style/NegatedIf
1502
+
1503
+ post_body = nil
1504
+
1505
+ # rubocop:disable Metrics/BlockLength
1506
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_connection_validation') do
1507
+ @api_client.call_api(
1508
+ :DELETE,
1509
+ path,
1510
+ endpoint,
1511
+ header_params: header_params,
1512
+ query_params: query_params,
1513
+ operation_signing_strategy: operation_signing_strategy,
1514
+ body: post_body
1515
+ )
1516
+ end
1517
+ # rubocop:enable Metrics/BlockLength
1518
+ end
1519
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1520
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1521
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1522
+
1523
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1524
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1525
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1526
+
1527
+
1528
+ # Removes a data asset using the specified identifier.
1529
+ # @param [String] registry_id The registry Ocid.
1530
+ # @param [String] data_asset_key The data asset key.
1531
+ # @param [Hash] opts the optional parameters
1532
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1533
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1534
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1535
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1536
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1537
+ #
1538
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1539
+ # you need to contact Oracle about a particular request,
1540
+ # please provide the request ID.
1541
+ #
1542
+ # @return [Response] A Response object with data of type nil
1543
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_data_asset.rb.html) to see an example of how to use delete_data_asset API.
1544
+ def delete_data_asset(registry_id, data_asset_key, opts = {})
1545
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_data_asset.' if logger
1546
+
1547
+ raise "Missing the required parameter 'registry_id' when calling delete_data_asset." if registry_id.nil?
1548
+ raise "Missing the required parameter 'data_asset_key' when calling delete_data_asset." if data_asset_key.nil?
1549
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1550
+ raise "Parameter value for 'data_asset_key' must not be blank" if OCI::Internal::Util.blank_string?(data_asset_key)
1551
+
1552
+ path = '/registries/{registryId}/dataAssets/{dataAssetKey}'.sub('{registryId}', registry_id.to_s).sub('{dataAssetKey}', data_asset_key.to_s)
1553
+ operation_signing_strategy = :standard
1554
+
1555
+ # rubocop:disable Style/NegatedIf
1556
+ # Query Params
1557
+ query_params = {}
1558
+
1559
+ # Header Params
1560
+ header_params = {}
1561
+ header_params[:accept] = 'application/json'
1562
+ header_params[:'content-type'] = 'application/json'
1563
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1564
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1565
+ # rubocop:enable Style/NegatedIf
1566
+
1567
+ post_body = nil
1568
+
1569
+ # rubocop:disable Metrics/BlockLength
1570
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_data_asset') do
1571
+ @api_client.call_api(
1572
+ :DELETE,
1573
+ path,
1574
+ endpoint,
1575
+ header_params: header_params,
1576
+ query_params: query_params,
1577
+ operation_signing_strategy: operation_signing_strategy,
1578
+ body: post_body
1579
+ )
1580
+ end
1581
+ # rubocop:enable Metrics/BlockLength
1582
+ end
1583
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1584
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1585
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1586
+
1587
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1588
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1589
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1590
+
1591
+
1592
+ # Deletes a Data Connectivity Management Endpoint resource by identifier
1593
+ # @param [String] endpoint_id DCMS Endpoint id
1594
+ # @param [Hash] opts the optional parameters
1595
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1596
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1597
+ # @option opts [String] :registry_id DCMS registry id
1598
+ # @option opts [BOOLEAN] :is_force_operation Try to delete forcefully after drain timeout. (default to false)
1599
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1600
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1601
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1602
+ #
1603
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1604
+ # you need to contact Oracle about a particular request,
1605
+ # please provide the request ID.
1606
+ #
1607
+ # @return [Response] A Response object with data of type nil
1608
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_endpoint.rb.html) to see an example of how to use delete_endpoint API.
1609
+ def delete_endpoint(endpoint_id, opts = {})
1610
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_endpoint.' if logger
1611
+
1612
+ raise "Missing the required parameter 'endpoint_id' when calling delete_endpoint." if endpoint_id.nil?
1613
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
1614
+
1615
+ path = '/endpoints/{endpointId}'.sub('{endpointId}', endpoint_id.to_s)
1616
+ operation_signing_strategy = :standard
1617
+
1618
+ # rubocop:disable Style/NegatedIf
1619
+ # Query Params
1620
+ query_params = {}
1621
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
1622
+ query_params[:isForceOperation] = opts[:is_force_operation] if !opts[:is_force_operation].nil?
1623
+
1624
+ # Header Params
1625
+ header_params = {}
1626
+ header_params[:accept] = 'application/json'
1627
+ header_params[:'content-type'] = 'application/json'
1628
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1629
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1630
+ # rubocop:enable Style/NegatedIf
1631
+
1632
+ post_body = nil
1633
+
1634
+ # rubocop:disable Metrics/BlockLength
1635
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_endpoint') do
1636
+ @api_client.call_api(
1637
+ :DELETE,
1638
+ path,
1639
+ endpoint,
1640
+ header_params: header_params,
1641
+ query_params: query_params,
1642
+ operation_signing_strategy: operation_signing_strategy,
1643
+ body: post_body
1644
+ )
1645
+ end
1646
+ # rubocop:enable Metrics/BlockLength
1647
+ end
1648
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1649
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1650
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1651
+
1652
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1653
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1654
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1655
+
1656
+
1657
+ # Removes a folder using the specified identifier.
1658
+ # @param [String] registry_id The registry Ocid.
1659
+ # @param [String] folder_key The folder ID.
1660
+ # @param [Hash] opts the optional parameters
1661
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1662
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1663
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1664
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1665
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1666
+ #
1667
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1668
+ # you need to contact Oracle about a particular request,
1669
+ # please provide the request ID.
1670
+ #
1671
+ # @return [Response] A Response object with data of type nil
1672
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_folder.rb.html) to see an example of how to use delete_folder API.
1673
+ def delete_folder(registry_id, folder_key, opts = {})
1674
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_folder.' if logger
1675
+
1676
+ raise "Missing the required parameter 'registry_id' when calling delete_folder." if registry_id.nil?
1677
+ raise "Missing the required parameter 'folder_key' when calling delete_folder." if folder_key.nil?
1678
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1679
+ raise "Parameter value for 'folder_key' must not be blank" if OCI::Internal::Util.blank_string?(folder_key)
1680
+
1681
+ path = '/registries/{registryId}/folders/{folderKey}'.sub('{registryId}', registry_id.to_s).sub('{folderKey}', folder_key.to_s)
1682
+ operation_signing_strategy = :standard
1683
+
1684
+ # rubocop:disable Style/NegatedIf
1685
+ # Query Params
1686
+ query_params = {}
1687
+
1688
+ # Header Params
1689
+ header_params = {}
1690
+ header_params[:accept] = 'application/json'
1691
+ header_params[:'content-type'] = 'application/json'
1692
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1693
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1694
+ # rubocop:enable Style/NegatedIf
1695
+
1696
+ post_body = nil
1697
+
1698
+ # rubocop:disable Metrics/BlockLength
1699
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_folder') do
1700
+ @api_client.call_api(
1701
+ :DELETE,
1702
+ path,
1703
+ endpoint,
1704
+ header_params: header_params,
1705
+ query_params: query_params,
1706
+ operation_signing_strategy: operation_signing_strategy,
1707
+ body: post_body
1708
+ )
1709
+ end
1710
+ # rubocop:enable Metrics/BlockLength
1711
+ end
1712
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1713
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1714
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1715
+
1716
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1717
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1718
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1719
+
1720
+
1721
+ # This api is used to delete a persisted NetworkValidationStatus by its key
1722
+ # @param [String] registry_id The registry Ocid.
1723
+ # @param [String] network_validation_status_key NetworkValidationStatus key.
1724
+ # @param [Hash] opts the optional parameters
1725
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1726
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1727
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1728
+ # you need to contact Oracle about a particular request,
1729
+ # please provide the request ID.
1730
+ #
1731
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1732
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1733
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1734
+ #
1735
+ # @return [Response] A Response object with data of type nil
1736
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_network_connectivity_status.rb.html) to see an example of how to use delete_network_connectivity_status API.
1737
+ def delete_network_connectivity_status(registry_id, network_validation_status_key, opts = {})
1738
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_network_connectivity_status.' if logger
1739
+
1740
+ raise "Missing the required parameter 'registry_id' when calling delete_network_connectivity_status." if registry_id.nil?
1741
+ raise "Missing the required parameter 'network_validation_status_key' when calling delete_network_connectivity_status." if network_validation_status_key.nil?
1742
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1743
+ raise "Parameter value for 'network_validation_status_key' must not be blank" if OCI::Internal::Util.blank_string?(network_validation_status_key)
1744
+
1745
+ path = '/registries/{registryId}/networkConnectivityStatus/{networkValidationStatusKey}'.sub('{registryId}', registry_id.to_s).sub('{networkValidationStatusKey}', network_validation_status_key.to_s)
1746
+ operation_signing_strategy = :standard
1747
+
1748
+ # rubocop:disable Style/NegatedIf
1749
+ # Query Params
1750
+ query_params = {}
1751
+
1752
+ # Header Params
1753
+ header_params = {}
1754
+ header_params[:accept] = 'application/json'
1755
+ header_params[:'content-type'] = 'application/json'
1756
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1757
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1758
+ # rubocop:enable Style/NegatedIf
1759
+
1760
+ post_body = nil
1761
+
1762
+ # rubocop:disable Metrics/BlockLength
1763
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_network_connectivity_status') do
1764
+ @api_client.call_api(
1765
+ :DELETE,
1766
+ path,
1767
+ endpoint,
1768
+ header_params: header_params,
1769
+ query_params: query_params,
1770
+ operation_signing_strategy: operation_signing_strategy,
1771
+ body: post_body
1772
+ )
1773
+ end
1774
+ # rubocop:enable Metrics/BlockLength
1775
+ end
1776
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1777
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1778
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1779
+
1780
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1781
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1782
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1783
+
1784
+
1785
+ # Deletes a Data Connectivity Management Registry resource by identifier
1786
+ # @param [String] registry_id The registry Ocid.
1787
+ # @param [Hash] opts the optional parameters
1788
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1789
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1790
+ # @option opts [BOOLEAN] :is_force_operation Try to delete forcefully after drain timeout. (default to false)
1791
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
1792
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
1793
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
1794
+ #
1795
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1796
+ # you need to contact Oracle about a particular request,
1797
+ # please provide the request ID.
1798
+ #
1799
+ # @return [Response] A Response object with data of type nil
1800
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/delete_registry.rb.html) to see an example of how to use delete_registry API.
1801
+ def delete_registry(registry_id, opts = {})
1802
+ logger.debug 'Calling operation DataConnectivityManagementClient#delete_registry.' if logger
1803
+
1804
+ raise "Missing the required parameter 'registry_id' when calling delete_registry." if registry_id.nil?
1805
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1806
+
1807
+ path = '/registries/{registryId}'.sub('{registryId}', registry_id.to_s)
1808
+ operation_signing_strategy = :standard
1809
+
1810
+ # rubocop:disable Style/NegatedIf
1811
+ # Query Params
1812
+ query_params = {}
1813
+ query_params[:isForceOperation] = opts[:is_force_operation] if !opts[:is_force_operation].nil?
1814
+
1815
+ # Header Params
1816
+ header_params = {}
1817
+ header_params[:accept] = 'application/json'
1818
+ header_params[:'content-type'] = 'application/json'
1819
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1820
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1821
+ # rubocop:enable Style/NegatedIf
1822
+
1823
+ post_body = nil
1824
+
1825
+ # rubocop:disable Metrics/BlockLength
1826
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#delete_registry') do
1827
+ @api_client.call_api(
1828
+ :DELETE,
1829
+ path,
1830
+ endpoint,
1831
+ header_params: header_params,
1832
+ query_params: query_params,
1833
+ operation_signing_strategy: operation_signing_strategy,
1834
+ body: post_body
1835
+ )
1836
+ end
1837
+ # rubocop:enable Metrics/BlockLength
1838
+ end
1839
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1840
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1841
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1842
+
1843
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1844
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1845
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1846
+
1847
+
1848
+ # Retrieves the connection details using the specified identifier.
1849
+ # @param [String] registry_id The registry Ocid.
1850
+ # @param [String] connection_key The connection key.
1851
+ # @param [Hash] opts the optional parameters
1852
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1853
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1854
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1855
+ # you need to contact Oracle about a particular request,
1856
+ # please provide the request ID.
1857
+ #
1858
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Connection Connection}
1859
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_connection.rb.html) to see an example of how to use get_connection API.
1860
+ def get_connection(registry_id, connection_key, opts = {})
1861
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_connection.' if logger
1862
+
1863
+ raise "Missing the required parameter 'registry_id' when calling get_connection." if registry_id.nil?
1864
+ raise "Missing the required parameter 'connection_key' when calling get_connection." if connection_key.nil?
1865
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1866
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
1867
+
1868
+ path = '/registries/{registryId}/connections/{connectionKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s)
1869
+ operation_signing_strategy = :standard
1870
+
1871
+ # rubocop:disable Style/NegatedIf
1872
+ # Query Params
1873
+ query_params = {}
1874
+
1875
+ # Header Params
1876
+ header_params = {}
1877
+ header_params[:accept] = 'application/json'
1878
+ header_params[:'content-type'] = 'application/json'
1879
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1880
+ # rubocop:enable Style/NegatedIf
1881
+
1882
+ post_body = nil
1883
+
1884
+ # rubocop:disable Metrics/BlockLength
1885
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_connection') do
1886
+ @api_client.call_api(
1887
+ :GET,
1888
+ path,
1889
+ endpoint,
1890
+ header_params: header_params,
1891
+ query_params: query_params,
1892
+ operation_signing_strategy: operation_signing_strategy,
1893
+ body: post_body,
1894
+ return_type: 'OCI::DataConnectivity::Models::Connection'
1895
+ )
1896
+ end
1897
+ # rubocop:enable Metrics/BlockLength
1898
+ end
1899
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1900
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1901
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1902
+
1903
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1904
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1905
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1906
+
1907
+
1908
+ # Retrieves a connection validation using the specified identifier.
1909
+ # @param [String] registry_id The registry Ocid.
1910
+ # @param [String] connection_validation_key The key of the connection validation.
1911
+ # @param [Hash] opts the optional parameters
1912
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1913
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1914
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1915
+ # you need to contact Oracle about a particular request,
1916
+ # please provide the request ID.
1917
+ #
1918
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
1919
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ConnectionValidation ConnectionValidation}
1920
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_connection_validation.rb.html) to see an example of how to use get_connection_validation API.
1921
+ def get_connection_validation(registry_id, connection_validation_key, opts = {})
1922
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_connection_validation.' if logger
1923
+
1924
+ raise "Missing the required parameter 'registry_id' when calling get_connection_validation." if registry_id.nil?
1925
+ raise "Missing the required parameter 'connection_validation_key' when calling get_connection_validation." if connection_validation_key.nil?
1926
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1927
+ raise "Parameter value for 'connection_validation_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_validation_key)
1928
+
1929
+ path = '/registries/{registryId}/connectionValidations/{connectionValidationKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionValidationKey}', connection_validation_key.to_s)
1930
+ operation_signing_strategy = :standard
1931
+
1932
+ # rubocop:disable Style/NegatedIf
1933
+ # Query Params
1934
+ query_params = {}
1935
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
1936
+
1937
+ # Header Params
1938
+ header_params = {}
1939
+ header_params[:accept] = 'application/json'
1940
+ header_params[:'content-type'] = 'application/json'
1941
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1942
+ # rubocop:enable Style/NegatedIf
1943
+
1944
+ post_body = nil
1945
+
1946
+ # rubocop:disable Metrics/BlockLength
1947
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_connection_validation') do
1948
+ @api_client.call_api(
1949
+ :GET,
1950
+ path,
1951
+ endpoint,
1952
+ header_params: header_params,
1953
+ query_params: query_params,
1954
+ operation_signing_strategy: operation_signing_strategy,
1955
+ body: post_body,
1956
+ return_type: 'OCI::DataConnectivity::Models::ConnectionValidation'
1957
+ )
1958
+ end
1959
+ # rubocop:enable Metrics/BlockLength
1960
+ end
1961
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1962
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1963
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1964
+
1965
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1966
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1967
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1968
+
1969
+
1970
+ # Retrieves details of a data asset using the specified identifier.
1971
+ # @param [String] registry_id The registry Ocid.
1972
+ # @param [String] data_asset_key The data asset key.
1973
+ # @param [Hash] opts the optional parameters
1974
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1975
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1976
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
1977
+ # you need to contact Oracle about a particular request,
1978
+ # please provide the request ID.
1979
+ #
1980
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataAsset DataAsset}
1981
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_data_asset.rb.html) to see an example of how to use get_data_asset API.
1982
+ def get_data_asset(registry_id, data_asset_key, opts = {})
1983
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_data_asset.' if logger
1984
+
1985
+ raise "Missing the required parameter 'registry_id' when calling get_data_asset." if registry_id.nil?
1986
+ raise "Missing the required parameter 'data_asset_key' when calling get_data_asset." if data_asset_key.nil?
1987
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
1988
+ raise "Parameter value for 'data_asset_key' must not be blank" if OCI::Internal::Util.blank_string?(data_asset_key)
1989
+
1990
+ path = '/registries/{registryId}/dataAssets/{dataAssetKey}'.sub('{registryId}', registry_id.to_s).sub('{dataAssetKey}', data_asset_key.to_s)
1991
+ operation_signing_strategy = :standard
1992
+
1993
+ # rubocop:disable Style/NegatedIf
1994
+ # Query Params
1995
+ query_params = {}
1996
+
1997
+ # Header Params
1998
+ header_params = {}
1999
+ header_params[:accept] = 'application/json'
2000
+ header_params[:'content-type'] = 'application/json'
2001
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2002
+ # rubocop:enable Style/NegatedIf
2003
+
2004
+ post_body = nil
2005
+
2006
+ # rubocop:disable Metrics/BlockLength
2007
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_data_asset') do
2008
+ @api_client.call_api(
2009
+ :GET,
2010
+ path,
2011
+ endpoint,
2012
+ header_params: header_params,
2013
+ query_params: query_params,
2014
+ operation_signing_strategy: operation_signing_strategy,
2015
+ body: post_body,
2016
+ return_type: 'OCI::DataConnectivity::Models::DataAsset'
2017
+ )
2018
+ end
2019
+ # rubocop:enable Metrics/BlockLength
2020
+ end
2021
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2022
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2023
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2024
+
2025
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2026
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2027
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2028
+
2029
+
2030
+ # Retrieves the data entity details with the given name from live schema.
2031
+ # @param [String] registry_id The registry Ocid.
2032
+ # @param [String] connection_key The connection key.
2033
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
2034
+ # @param [String] data_entity_key The key of the data entity.
2035
+ # @param [Hash] opts the optional parameters
2036
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2037
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2038
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2039
+ # you need to contact Oracle about a particular request,
2040
+ # please provide the request ID.
2041
+ #
2042
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2043
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataEntity DataEntity}
2044
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_data_entity.rb.html) to see an example of how to use get_data_entity API.
2045
+ def get_data_entity(registry_id, connection_key, schema_resource_name, data_entity_key, opts = {})
2046
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_data_entity.' if logger
2047
+
2048
+ raise "Missing the required parameter 'registry_id' when calling get_data_entity." if registry_id.nil?
2049
+ raise "Missing the required parameter 'connection_key' when calling get_data_entity." if connection_key.nil?
2050
+ raise "Missing the required parameter 'schema_resource_name' when calling get_data_entity." if schema_resource_name.nil?
2051
+ raise "Missing the required parameter 'data_entity_key' when calling get_data_entity." if data_entity_key.nil?
2052
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2053
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
2054
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
2055
+ raise "Parameter value for 'data_entity_key' must not be blank" if OCI::Internal::Util.blank_string?(data_entity_key)
2056
+
2057
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/dataEntities/{dataEntityKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s).sub('{dataEntityKey}', data_entity_key.to_s)
2058
+ operation_signing_strategy = :standard
2059
+
2060
+ # rubocop:disable Style/NegatedIf
2061
+ # Query Params
2062
+ query_params = {}
2063
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2064
+
2065
+ # Header Params
2066
+ header_params = {}
2067
+ header_params[:accept] = 'application/json'
2068
+ header_params[:'content-type'] = 'application/json'
2069
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2070
+ # rubocop:enable Style/NegatedIf
2071
+
2072
+ post_body = nil
2073
+
2074
+ # rubocop:disable Metrics/BlockLength
2075
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_data_entity') do
2076
+ @api_client.call_api(
2077
+ :GET,
2078
+ path,
2079
+ endpoint,
2080
+ header_params: header_params,
2081
+ query_params: query_params,
2082
+ operation_signing_strategy: operation_signing_strategy,
2083
+ body: post_body,
2084
+ return_type: 'OCI::DataConnectivity::Models::DataEntity'
2085
+ )
2086
+ end
2087
+ # rubocop:enable Metrics/BlockLength
2088
+ end
2089
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2090
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2091
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2092
+
2093
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2094
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2095
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2096
+
2097
+
2098
+ # Gets a Data Connectivity Management Endpoint by identifier
2099
+ # @param [String] endpoint_id DCMS Endpoint id
2100
+ # @param [Hash] opts the optional parameters
2101
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2102
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2103
+ # @option opts [String] :registry_id DCMS registry id
2104
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2105
+ # you need to contact Oracle about a particular request,
2106
+ # please provide the request ID.
2107
+ #
2108
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Endpoint Endpoint}
2109
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_endpoint.rb.html) to see an example of how to use get_endpoint API.
2110
+ def get_endpoint(endpoint_id, opts = {})
2111
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_endpoint.' if logger
2112
+
2113
+ raise "Missing the required parameter 'endpoint_id' when calling get_endpoint." if endpoint_id.nil?
2114
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
2115
+
2116
+ path = '/endpoints/{endpointId}'.sub('{endpointId}', endpoint_id.to_s)
2117
+ operation_signing_strategy = :standard
2118
+
2119
+ # rubocop:disable Style/NegatedIf
2120
+ # Query Params
2121
+ query_params = {}
2122
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
2123
+
2124
+ # Header Params
2125
+ header_params = {}
2126
+ header_params[:accept] = 'application/json'
2127
+ header_params[:'content-type'] = 'application/json'
2128
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2129
+ # rubocop:enable Style/NegatedIf
2130
+
2131
+ post_body = nil
2132
+
2133
+ # rubocop:disable Metrics/BlockLength
2134
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_endpoint') do
2135
+ @api_client.call_api(
2136
+ :GET,
2137
+ path,
2138
+ endpoint,
2139
+ header_params: header_params,
2140
+ query_params: query_params,
2141
+ operation_signing_strategy: operation_signing_strategy,
2142
+ body: post_body,
2143
+ return_type: 'OCI::DataConnectivity::Models::Endpoint'
2144
+ )
2145
+ end
2146
+ # rubocop:enable Metrics/BlockLength
2147
+ end
2148
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2149
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2150
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2151
+
2152
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2153
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2154
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2155
+
2156
+
2157
+ # Get the operation status or operation execution result
2158
+ # @param [String] registry_id The registry Ocid.
2159
+ # @param [String] connection_key The connection key.
2160
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
2161
+ # @param [String] execute_operation_job_key Job id returned by execute operation job api
2162
+ # @param [Hash] opts the optional parameters
2163
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2164
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2165
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2166
+ # you need to contact Oracle about a particular request,
2167
+ # please provide the request ID.
2168
+ #
2169
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2170
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ExecuteOperationJob ExecuteOperationJob}
2171
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_execute_operation_job.rb.html) to see an example of how to use get_execute_operation_job API.
2172
+ def get_execute_operation_job(registry_id, connection_key, schema_resource_name, execute_operation_job_key, opts = {})
2173
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_execute_operation_job.' if logger
2174
+
2175
+ raise "Missing the required parameter 'registry_id' when calling get_execute_operation_job." if registry_id.nil?
2176
+ raise "Missing the required parameter 'connection_key' when calling get_execute_operation_job." if connection_key.nil?
2177
+ raise "Missing the required parameter 'schema_resource_name' when calling get_execute_operation_job." if schema_resource_name.nil?
2178
+ raise "Missing the required parameter 'execute_operation_job_key' when calling get_execute_operation_job." if execute_operation_job_key.nil?
2179
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2180
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
2181
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
2182
+ raise "Parameter value for 'execute_operation_job_key' must not be blank" if OCI::Internal::Util.blank_string?(execute_operation_job_key)
2183
+
2184
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/executeOperationJobs/{executeOperationJobKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s).sub('{executeOperationJobKey}', execute_operation_job_key.to_s)
2185
+ operation_signing_strategy = :standard
2186
+
2187
+ # rubocop:disable Style/NegatedIf
2188
+ # Query Params
2189
+ query_params = {}
2190
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2191
+
2192
+ # Header Params
2193
+ header_params = {}
2194
+ header_params[:accept] = 'application/json'
2195
+ header_params[:'content-type'] = 'application/json'
2196
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2197
+ # rubocop:enable Style/NegatedIf
2198
+
2199
+ post_body = nil
2200
+
2201
+ # rubocop:disable Metrics/BlockLength
2202
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_execute_operation_job') do
2203
+ @api_client.call_api(
2204
+ :GET,
2205
+ path,
2206
+ endpoint,
2207
+ header_params: header_params,
2208
+ query_params: query_params,
2209
+ operation_signing_strategy: operation_signing_strategy,
2210
+ body: post_body,
2211
+ return_type: 'OCI::DataConnectivity::Models::ExecuteOperationJob'
2212
+ )
2213
+ end
2214
+ # rubocop:enable Metrics/BlockLength
2215
+ end
2216
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2217
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2218
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2219
+
2220
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2221
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2222
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2223
+
2224
+
2225
+ # Retrieves the folder details using the specified identifier.
2226
+ # @param [String] registry_id The registry Ocid.
2227
+ # @param [String] folder_key The folder ID.
2228
+ # @param [Hash] opts the optional parameters
2229
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2230
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2231
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2232
+ # you need to contact Oracle about a particular request,
2233
+ # please provide the request ID.
2234
+ #
2235
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Folder Folder}
2236
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_folder.rb.html) to see an example of how to use get_folder API.
2237
+ def get_folder(registry_id, folder_key, opts = {})
2238
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_folder.' if logger
2239
+
2240
+ raise "Missing the required parameter 'registry_id' when calling get_folder." if registry_id.nil?
2241
+ raise "Missing the required parameter 'folder_key' when calling get_folder." if folder_key.nil?
2242
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2243
+ raise "Parameter value for 'folder_key' must not be blank" if OCI::Internal::Util.blank_string?(folder_key)
2244
+
2245
+ path = '/registries/{registryId}/folders/{folderKey}'.sub('{registryId}', registry_id.to_s).sub('{folderKey}', folder_key.to_s)
2246
+ operation_signing_strategy = :standard
2247
+
2248
+ # rubocop:disable Style/NegatedIf
2249
+ # Query Params
2250
+ query_params = {}
2251
+
2252
+ # Header Params
2253
+ header_params = {}
2254
+ header_params[:accept] = 'application/json'
2255
+ header_params[:'content-type'] = 'application/json'
2256
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2257
+ # rubocop:enable Style/NegatedIf
2258
+
2259
+ post_body = nil
2260
+
2261
+ # rubocop:disable Metrics/BlockLength
2262
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_folder') do
2263
+ @api_client.call_api(
2264
+ :GET,
2265
+ path,
2266
+ endpoint,
2267
+ header_params: header_params,
2268
+ query_params: query_params,
2269
+ operation_signing_strategy: operation_signing_strategy,
2270
+ body: post_body,
2271
+ return_type: 'OCI::DataConnectivity::Models::Folder'
2272
+ )
2273
+ end
2274
+ # rubocop:enable Metrics/BlockLength
2275
+ end
2276
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2277
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2278
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2279
+
2280
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2281
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2282
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2283
+
2284
+
2285
+ # Get Status of network reachability check, with the timestamp when the status was last checked, for a given PrivateEndpoint-DataAsset pair
2286
+ # @param [String] registry_id The registry Ocid.
2287
+ # @param [String] data_asset_key The data asset key.
2288
+ # @param [Hash] opts the optional parameters
2289
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2290
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2291
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2292
+ # you need to contact Oracle about a particular request,
2293
+ # please provide the request ID.
2294
+ #
2295
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
2296
+ #
2297
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2298
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
2299
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
2300
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
2301
+ #
2302
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::NetworkConnectivityStatus NetworkConnectivityStatus}
2303
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_network_connectivity_status.rb.html) to see an example of how to use get_network_connectivity_status API.
2304
+ def get_network_connectivity_status(registry_id, data_asset_key, opts = {})
2305
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_network_connectivity_status.' if logger
2306
+
2307
+ raise "Missing the required parameter 'registry_id' when calling get_network_connectivity_status." if registry_id.nil?
2308
+ raise "Missing the required parameter 'data_asset_key' when calling get_network_connectivity_status." if data_asset_key.nil?
2309
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2310
+ raise "Parameter value for 'data_asset_key' must not be blank" if OCI::Internal::Util.blank_string?(data_asset_key)
2311
+
2312
+ path = '/registries/{registryId}/dataAssets/{dataAssetKey}/networkConnectivityStatus'.sub('{registryId}', registry_id.to_s).sub('{dataAssetKey}', data_asset_key.to_s)
2313
+ operation_signing_strategy = :standard
2314
+
2315
+ # rubocop:disable Style/NegatedIf
2316
+ # Query Params
2317
+ query_params = {}
2318
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2319
+
2320
+ # Header Params
2321
+ header_params = {}
2322
+ header_params[:accept] = 'application/json'
2323
+ header_params[:'content-type'] = 'application/json'
2324
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2325
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2326
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2327
+ # rubocop:enable Style/NegatedIf
2328
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2329
+
2330
+ post_body = nil
2331
+
2332
+ # rubocop:disable Metrics/BlockLength
2333
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_network_connectivity_status') do
2334
+ @api_client.call_api(
2335
+ :GET,
2336
+ path,
2337
+ endpoint,
2338
+ header_params: header_params,
2339
+ query_params: query_params,
2340
+ operation_signing_strategy: operation_signing_strategy,
2341
+ body: post_body,
2342
+ return_type: 'OCI::DataConnectivity::Models::NetworkConnectivityStatus'
2343
+ )
2344
+ end
2345
+ # rubocop:enable Metrics/BlockLength
2346
+ end
2347
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2348
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2349
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2350
+
2351
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2352
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2353
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2354
+
2355
+
2356
+ # Retrieves the details of operation with given resource name.
2357
+ # @param [String] registry_id The registry Ocid.
2358
+ # @param [String] connection_key The connection key.
2359
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
2360
+ # @param [String] operation_resource_name The opeartion resource name used for retrieving the details of operation.
2361
+ # @param [Hash] opts the optional parameters
2362
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2363
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2364
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2365
+ # you need to contact Oracle about a particular request,
2366
+ # please provide the request ID.
2367
+ #
2368
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2369
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Operation Operation}
2370
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_operation.rb.html) to see an example of how to use get_operation API.
2371
+ def get_operation(registry_id, connection_key, schema_resource_name, operation_resource_name, opts = {})
2372
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_operation.' if logger
2373
+
2374
+ raise "Missing the required parameter 'registry_id' when calling get_operation." if registry_id.nil?
2375
+ raise "Missing the required parameter 'connection_key' when calling get_operation." if connection_key.nil?
2376
+ raise "Missing the required parameter 'schema_resource_name' when calling get_operation." if schema_resource_name.nil?
2377
+ raise "Missing the required parameter 'operation_resource_name' when calling get_operation." if operation_resource_name.nil?
2378
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2379
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
2380
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
2381
+ raise "Parameter value for 'operation_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(operation_resource_name)
2382
+
2383
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/operations/{operationResourceName}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s).sub('{operationResourceName}', operation_resource_name.to_s)
2384
+ operation_signing_strategy = :standard
2385
+
2386
+ # rubocop:disable Style/NegatedIf
2387
+ # Query Params
2388
+ query_params = {}
2389
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2390
+
2391
+ # Header Params
2392
+ header_params = {}
2393
+ header_params[:accept] = 'application/json'
2394
+ header_params[:'content-type'] = 'application/json'
2395
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2396
+ # rubocop:enable Style/NegatedIf
2397
+
2398
+ post_body = nil
2399
+
2400
+ # rubocop:disable Metrics/BlockLength
2401
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_operation') do
2402
+ @api_client.call_api(
2403
+ :GET,
2404
+ path,
2405
+ endpoint,
2406
+ header_params: header_params,
2407
+ query_params: query_params,
2408
+ operation_signing_strategy: operation_signing_strategy,
2409
+ body: post_body,
2410
+ return_type: 'OCI::DataConnectivity::Models::Operation'
2411
+ )
2412
+ end
2413
+ # rubocop:enable Metrics/BlockLength
2414
+ end
2415
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2416
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2417
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2418
+
2419
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2420
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2421
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2422
+
2423
+
2424
+ # Gets a Data Connectivity Management Registry by identifier
2425
+ # @param [String] registry_id The registry Ocid.
2426
+ # @param [Hash] opts the optional parameters
2427
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2428
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2429
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2430
+ # you need to contact Oracle about a particular request,
2431
+ # please provide the request ID.
2432
+ #
2433
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Registry Registry}
2434
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_registry.rb.html) to see an example of how to use get_registry API.
2435
+ def get_registry(registry_id, opts = {})
2436
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_registry.' if logger
2437
+
2438
+ raise "Missing the required parameter 'registry_id' when calling get_registry." if registry_id.nil?
2439
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2440
+
2441
+ path = '/registries/{registryId}'.sub('{registryId}', registry_id.to_s)
2442
+ operation_signing_strategy = :standard
2443
+
2444
+ # rubocop:disable Style/NegatedIf
2445
+ # Query Params
2446
+ query_params = {}
2447
+
2448
+ # Header Params
2449
+ header_params = {}
2450
+ header_params[:accept] = 'application/json'
2451
+ header_params[:'content-type'] = 'application/json'
2452
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2453
+ # rubocop:enable Style/NegatedIf
2454
+
2455
+ post_body = nil
2456
+
2457
+ # rubocop:disable Metrics/BlockLength
2458
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_registry') do
2459
+ @api_client.call_api(
2460
+ :GET,
2461
+ path,
2462
+ endpoint,
2463
+ header_params: header_params,
2464
+ query_params: query_params,
2465
+ operation_signing_strategy: operation_signing_strategy,
2466
+ body: post_body,
2467
+ return_type: 'OCI::DataConnectivity::Models::Registry'
2468
+ )
2469
+ end
2470
+ # rubocop:enable Metrics/BlockLength
2471
+ end
2472
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2473
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2474
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2475
+
2476
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2477
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2478
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2479
+
2480
+
2481
+ # Retrieves a schema that can be accessed using the specified connection.
2482
+ # @param [String] registry_id The registry Ocid.
2483
+ # @param [String] connection_key The connection key.
2484
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
2485
+ # @param [Hash] opts the optional parameters
2486
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2487
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2488
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2489
+ # you need to contact Oracle about a particular request,
2490
+ # please provide the request ID.
2491
+ #
2492
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2493
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Schema Schema}
2494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_schema.rb.html) to see an example of how to use get_schema API.
2495
+ def get_schema(registry_id, connection_key, schema_resource_name, opts = {})
2496
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_schema.' if logger
2497
+
2498
+ raise "Missing the required parameter 'registry_id' when calling get_schema." if registry_id.nil?
2499
+ raise "Missing the required parameter 'connection_key' when calling get_schema." if connection_key.nil?
2500
+ raise "Missing the required parameter 'schema_resource_name' when calling get_schema." if schema_resource_name.nil?
2501
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2502
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
2503
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
2504
+
2505
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s)
2506
+ operation_signing_strategy = :standard
2507
+
2508
+ # rubocop:disable Style/NegatedIf
2509
+ # Query Params
2510
+ query_params = {}
2511
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2512
+
2513
+ # Header Params
2514
+ header_params = {}
2515
+ header_params[:accept] = 'application/json'
2516
+ header_params[:'content-type'] = 'application/json'
2517
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2518
+ # rubocop:enable Style/NegatedIf
2519
+
2520
+ post_body = nil
2521
+
2522
+ # rubocop:disable Metrics/BlockLength
2523
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_schema') do
2524
+ @api_client.call_api(
2525
+ :GET,
2526
+ path,
2527
+ endpoint,
2528
+ header_params: header_params,
2529
+ query_params: query_params,
2530
+ operation_signing_strategy: operation_signing_strategy,
2531
+ body: post_body,
2532
+ return_type: 'OCI::DataConnectivity::Models::Schema'
2533
+ )
2534
+ end
2535
+ # rubocop:enable Metrics/BlockLength
2536
+ end
2537
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2538
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2539
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2540
+
2541
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2542
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2543
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2544
+
2545
+
2546
+ # This endpoint retrieves dataAsset and connection attributes from DataAssetRegistry
2547
+ #
2548
+ # @param [String] registry_id The registry Ocid.
2549
+ # @param [String] type_key key of the a specefic Type.
2550
+ # @param [Hash] opts the optional parameters
2551
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2552
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2553
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2554
+ # you need to contact Oracle about a particular request,
2555
+ # please provide the request ID.
2556
+ #
2557
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
2558
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Type Type}
2559
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_type.rb.html) to see an example of how to use get_type API.
2560
+ def get_type(registry_id, type_key, opts = {})
2561
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_type.' if logger
2562
+
2563
+ raise "Missing the required parameter 'registry_id' when calling get_type." if registry_id.nil?
2564
+ raise "Missing the required parameter 'type_key' when calling get_type." if type_key.nil?
2565
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2566
+ raise "Parameter value for 'type_key' must not be blank" if OCI::Internal::Util.blank_string?(type_key)
2567
+
2568
+ path = '/registries/{registryId}/types/{typeKey}'.sub('{registryId}', registry_id.to_s).sub('{typeKey}', type_key.to_s)
2569
+ operation_signing_strategy = :standard
2570
+
2571
+ # rubocop:disable Style/NegatedIf
2572
+ # Query Params
2573
+ query_params = {}
2574
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
2575
+
2576
+ # Header Params
2577
+ header_params = {}
2578
+ header_params[:accept] = 'application/json'
2579
+ header_params[:'content-type'] = 'application/json'
2580
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2581
+ # rubocop:enable Style/NegatedIf
2582
+
2583
+ post_body = nil
2584
+
2585
+ # rubocop:disable Metrics/BlockLength
2586
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_type') do
2587
+ @api_client.call_api(
2588
+ :GET,
2589
+ path,
2590
+ endpoint,
2591
+ header_params: header_params,
2592
+ query_params: query_params,
2593
+ operation_signing_strategy: operation_signing_strategy,
2594
+ body: post_body,
2595
+ return_type: 'OCI::DataConnectivity::Models::Type'
2596
+ )
2597
+ end
2598
+ # rubocop:enable Metrics/BlockLength
2599
+ end
2600
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2601
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2602
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2603
+
2604
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2605
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2606
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2607
+
2608
+
2609
+ # Gets the status of the work request with the given ID.
2610
+ # @param [String] work_request_id The ID of the asynchronous request.
2611
+ # @param [Hash] opts the optional parameters
2612
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2613
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2614
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2615
+ # you need to contact Oracle about a particular request,
2616
+ # please provide the request ID.
2617
+ #
2618
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::WorkRequest WorkRequest}
2619
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/get_work_request.rb.html) to see an example of how to use get_work_request API.
2620
+ def get_work_request(work_request_id, opts = {})
2621
+ logger.debug 'Calling operation DataConnectivityManagementClient#get_work_request.' if logger
2622
+
2623
+ raise "Missing the required parameter 'work_request_id' when calling get_work_request." if work_request_id.nil?
2624
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
2625
+
2626
+ path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s)
2627
+ operation_signing_strategy = :standard
2628
+
2629
+ # rubocop:disable Style/NegatedIf
2630
+ # Query Params
2631
+ query_params = {}
2632
+
2633
+ # Header Params
2634
+ header_params = {}
2635
+ header_params[:accept] = 'application/json'
2636
+ header_params[:'content-type'] = 'application/json'
2637
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2638
+ # rubocop:enable Style/NegatedIf
2639
+
2640
+ post_body = nil
2641
+
2642
+ # rubocop:disable Metrics/BlockLength
2643
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#get_work_request') do
2644
+ @api_client.call_api(
2645
+ :GET,
2646
+ path,
2647
+ endpoint,
2648
+ header_params: header_params,
2649
+ query_params: query_params,
2650
+ operation_signing_strategy: operation_signing_strategy,
2651
+ body: post_body,
2652
+ return_type: 'OCI::DataConnectivity::Models::WorkRequest'
2653
+ )
2654
+ end
2655
+ # rubocop:enable Metrics/BlockLength
2656
+ end
2657
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2658
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2659
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2660
+
2661
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2662
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2663
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2664
+
2665
+
2666
+ # Retrieves a list of connection validations within the specified registry.
2667
+ # @param [String] registry_id The registry Ocid.
2668
+ # @param [Hash] opts the optional parameters
2669
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2670
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2671
+ # @option opts [String] :key Used to filter by the key of the object.
2672
+ # @option opts [String] :name Used to filter by the name of the object.
2673
+ # @option opts [String] :identifier Used to filter by the identifier of the object.
2674
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
2675
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
2676
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
2677
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
2678
+ # Allowed values are: id, timeCreated, displayName
2679
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
2680
+ # Allowed values are: ASC, DESC
2681
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2682
+ # you need to contact Oracle about a particular request,
2683
+ # please provide the request ID.
2684
+ #
2685
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2686
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ConnectionValidationSummaryCollection ConnectionValidationSummaryCollection}
2687
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_connection_validations.rb.html) to see an example of how to use list_connection_validations API.
2688
+ def list_connection_validations(registry_id, opts = {})
2689
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_connection_validations.' if logger
2690
+
2691
+ raise "Missing the required parameter 'registry_id' when calling list_connection_validations." if registry_id.nil?
2692
+
2693
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
2694
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
2695
+ end
2696
+
2697
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2698
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2699
+ end
2700
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2701
+
2702
+ path = '/registries/{registryId}/connectionValidations'.sub('{registryId}', registry_id.to_s)
2703
+ operation_signing_strategy = :standard
2704
+
2705
+ # rubocop:disable Style/NegatedIf
2706
+ # Query Params
2707
+ query_params = {}
2708
+ query_params[:key] = opts[:key] if opts[:key]
2709
+ query_params[:name] = opts[:name] if opts[:name]
2710
+ query_params[:identifier] = opts[:identifier] if opts[:identifier]
2711
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
2712
+ query_params[:page] = opts[:page] if opts[:page]
2713
+ query_params[:limit] = opts[:limit] if opts[:limit]
2714
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2715
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2716
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
2717
+
2718
+ # Header Params
2719
+ header_params = {}
2720
+ header_params[:accept] = 'application/json'
2721
+ header_params[:'content-type'] = 'application/json'
2722
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2723
+ # rubocop:enable Style/NegatedIf
2724
+
2725
+ post_body = nil
2726
+
2727
+ # rubocop:disable Metrics/BlockLength
2728
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_connection_validations') do
2729
+ @api_client.call_api(
2730
+ :GET,
2731
+ path,
2732
+ endpoint,
2733
+ header_params: header_params,
2734
+ query_params: query_params,
2735
+ operation_signing_strategy: operation_signing_strategy,
2736
+ body: post_body,
2737
+ return_type: 'OCI::DataConnectivity::Models::ConnectionValidationSummaryCollection'
2738
+ )
2739
+ end
2740
+ # rubocop:enable Metrics/BlockLength
2741
+ end
2742
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2743
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2744
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2745
+
2746
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2747
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2748
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2749
+
2750
+
2751
+ # Retrieves a list of all connections.
2752
+ # @param [String] registry_id The registry Ocid.
2753
+ # @param [String] data_asset_key Used to filter by the data asset key of the object.
2754
+ # @param [Hash] opts the optional parameters
2755
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2756
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2757
+ # @option opts [String] :name Used to filter by the name of the object.
2758
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
2759
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
2760
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
2761
+ # @option opts [String] :type Type of the object to filter the results with.
2762
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
2763
+ # Allowed values are: id, timeCreated, displayName
2764
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
2765
+ # Allowed values are: ASC, DESC
2766
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2767
+ # you need to contact Oracle about a particular request,
2768
+ # please provide the request ID.
2769
+ #
2770
+ # @option opts [String] :favorites_query_param If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL. (default to ALL)
2771
+ # Allowed values are: FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL
2772
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ConnectionSummaryCollection ConnectionSummaryCollection}
2773
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_connections.rb.html) to see an example of how to use list_connections API.
2774
+ def list_connections(registry_id, data_asset_key, opts = {})
2775
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_connections.' if logger
2776
+
2777
+ raise "Missing the required parameter 'registry_id' when calling list_connections." if registry_id.nil?
2778
+ raise "Missing the required parameter 'data_asset_key' when calling list_connections." if data_asset_key.nil?
2779
+
2780
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
2781
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
2782
+ end
2783
+
2784
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2785
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2786
+ end
2787
+
2788
+ if opts[:favorites_query_param] && !%w[FAVORITES_ONLY NON_FAVORITES_ONLY ALL].include?(opts[:favorites_query_param])
2789
+ raise 'Invalid value for "favorites_query_param", must be one of FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL.'
2790
+ end
2791
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2792
+
2793
+ path = '/registries/{registryId}/connections'.sub('{registryId}', registry_id.to_s)
2794
+ operation_signing_strategy = :standard
2795
+
2796
+ # rubocop:disable Style/NegatedIf
2797
+ # Query Params
2798
+ query_params = {}
2799
+ query_params[:dataAssetKey] = data_asset_key
2800
+ query_params[:name] = opts[:name] if opts[:name]
2801
+ query_params[:page] = opts[:page] if opts[:page]
2802
+ query_params[:limit] = opts[:limit] if opts[:limit]
2803
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
2804
+ query_params[:type] = opts[:type] if opts[:type]
2805
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2806
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2807
+ query_params[:favoritesQueryParam] = opts[:favorites_query_param] if opts[:favorites_query_param]
2808
+
2809
+ # Header Params
2810
+ header_params = {}
2811
+ header_params[:accept] = 'application/json'
2812
+ header_params[:'content-type'] = 'application/json'
2813
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2814
+ # rubocop:enable Style/NegatedIf
2815
+
2816
+ post_body = nil
2817
+
2818
+ # rubocop:disable Metrics/BlockLength
2819
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_connections') do
2820
+ @api_client.call_api(
2821
+ :GET,
2822
+ path,
2823
+ endpoint,
2824
+ header_params: header_params,
2825
+ query_params: query_params,
2826
+ operation_signing_strategy: operation_signing_strategy,
2827
+ body: post_body,
2828
+ return_type: 'OCI::DataConnectivity::Models::ConnectionSummaryCollection'
2829
+ )
2830
+ end
2831
+ # rubocop:enable Metrics/BlockLength
2832
+ end
2833
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2834
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2835
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2836
+
2837
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2838
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2839
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2840
+
2841
+
2842
+ # Retrieves a list of all data asset summaries.
2843
+ #
2844
+ # @param [String] registry_id The registry Ocid.
2845
+ # @param [Hash] opts the optional parameters
2846
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2847
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2848
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
2849
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
2850
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
2851
+ # @option opts [Array<String>] :include_types DataAsset type which needs to be listed while listing dataAssets
2852
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
2853
+ # Allowed values are: id, timeCreated, displayName
2854
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
2855
+ # Allowed values are: ASC, DESC
2856
+ # @option opts [String] :name Used to filter by the name of the object.
2857
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2858
+ # you need to contact Oracle about a particular request,
2859
+ # please provide the request ID.
2860
+ #
2861
+ # @option opts [Array<String>] :exclude_types Types which wont be listed while listing dataAsset/Connection
2862
+ # @option opts [String] :favorites_query_param If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL. (default to ALL)
2863
+ # Allowed values are: FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL
2864
+ # @option opts [String] :folder_id Unique key of the folder.
2865
+ # @option opts [Array<String>] :endpoint_ids Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
2866
+ # @option opts [Array<String>] :exclude_endpoint_ids Endpoints which will be excluded while listing dataAssets
2867
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataAssetSummaryCollection DataAssetSummaryCollection}
2868
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_data_assets.rb.html) to see an example of how to use list_data_assets API.
2869
+ def list_data_assets(registry_id, opts = {})
2870
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_data_assets.' if logger
2871
+
2872
+ raise "Missing the required parameter 'registry_id' when calling list_data_assets." if registry_id.nil?
2873
+
2874
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
2875
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
2876
+ end
2877
+
2878
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2879
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2880
+ end
2881
+
2882
+ if opts[:favorites_query_param] && !%w[FAVORITES_ONLY NON_FAVORITES_ONLY ALL].include?(opts[:favorites_query_param])
2883
+ raise 'Invalid value for "favorites_query_param", must be one of FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL.'
2884
+ end
2885
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2886
+
2887
+ path = '/registries/{registryId}/dataAssets'.sub('{registryId}', registry_id.to_s)
2888
+ operation_signing_strategy = :standard
2889
+
2890
+ # rubocop:disable Style/NegatedIf
2891
+ # Query Params
2892
+ query_params = {}
2893
+ query_params[:page] = opts[:page] if opts[:page]
2894
+ query_params[:limit] = opts[:limit] if opts[:limit]
2895
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
2896
+ query_params[:includeTypes] = OCI::ApiClient.build_collection_params(opts[:include_types], :multi) if opts[:include_types] && !opts[:include_types].empty?
2897
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2898
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2899
+ query_params[:name] = opts[:name] if opts[:name]
2900
+ query_params[:excludeTypes] = OCI::ApiClient.build_collection_params(opts[:exclude_types], :multi) if opts[:exclude_types] && !opts[:exclude_types].empty?
2901
+ query_params[:favoritesQueryParam] = opts[:favorites_query_param] if opts[:favorites_query_param]
2902
+ query_params[:folderId] = opts[:folder_id] if opts[:folder_id]
2903
+ query_params[:endpointIds] = OCI::ApiClient.build_collection_params(opts[:endpoint_ids], :multi) if opts[:endpoint_ids] && !opts[:endpoint_ids].empty?
2904
+ query_params[:excludeEndpointIds] = OCI::ApiClient.build_collection_params(opts[:exclude_endpoint_ids], :multi) if opts[:exclude_endpoint_ids] && !opts[:exclude_endpoint_ids].empty?
2905
+
2906
+ # Header Params
2907
+ header_params = {}
2908
+ header_params[:accept] = 'application/json'
2909
+ header_params[:'content-type'] = 'application/json'
2910
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2911
+ # rubocop:enable Style/NegatedIf
2912
+
2913
+ post_body = nil
2914
+
2915
+ # rubocop:disable Metrics/BlockLength
2916
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_data_assets') do
2917
+ @api_client.call_api(
2918
+ :GET,
2919
+ path,
2920
+ endpoint,
2921
+ header_params: header_params,
2922
+ query_params: query_params,
2923
+ operation_signing_strategy: operation_signing_strategy,
2924
+ body: post_body,
2925
+ return_type: 'OCI::DataConnectivity::Models::DataAssetSummaryCollection'
2926
+ )
2927
+ end
2928
+ # rubocop:enable Metrics/BlockLength
2929
+ end
2930
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2931
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2932
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2933
+
2934
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2935
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2936
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2937
+
2938
+
2939
+ # Lists a summary of data entities from the data asset using the specified connection.
2940
+ #
2941
+ # @param [String] registry_id The registry Ocid.
2942
+ # @param [String] connection_key The connection key.
2943
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
2944
+ # @param [Hash] opts the optional parameters
2945
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2946
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2947
+ # @option opts [String] :name Used to filter by the name of the object.
2948
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
2949
+ # @option opts [String] :type Type of the object to filter the results with.
2950
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
2951
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
2952
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
2953
+ # Allowed values are: id, timeCreated, displayName
2954
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
2955
+ # Allowed values are: ASC, DESC
2956
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
2957
+ # you need to contact Oracle about a particular request,
2958
+ # please provide the request ID.
2959
+ #
2960
+ # @option opts [String] :api_mode This parameter can be used to set the api response type to preview. (default to ALL)
2961
+ # Allowed values are: PREVIEW, ALL
2962
+ # @option opts [Array<String>] :name_list Used to filter by the name of the object. (default to [])
2963
+ # @option opts [BOOLEAN] :is_pattern This parameter can be used to specify whether entity search type is pattern search or not. (default to false)
2964
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
2965
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataEntitySummaryCollection DataEntitySummaryCollection}
2966
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_data_entities.rb.html) to see an example of how to use list_data_entities API.
2967
+ def list_data_entities(registry_id, connection_key, schema_resource_name, opts = {})
2968
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_data_entities.' if logger
2969
+
2970
+ raise "Missing the required parameter 'registry_id' when calling list_data_entities." if registry_id.nil?
2971
+ raise "Missing the required parameter 'connection_key' when calling list_data_entities." if connection_key.nil?
2972
+ raise "Missing the required parameter 'schema_resource_name' when calling list_data_entities." if schema_resource_name.nil?
2973
+
2974
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
2975
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
2976
+ end
2977
+
2978
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2979
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2980
+ end
2981
+
2982
+ if opts[:api_mode] && !%w[PREVIEW ALL].include?(opts[:api_mode])
2983
+ raise 'Invalid value for "api_mode", must be one of PREVIEW, ALL.'
2984
+ end
2985
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
2986
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
2987
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
2988
+
2989
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/dataEntities'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s)
2990
+ operation_signing_strategy = :standard
2991
+
2992
+ # rubocop:disable Style/NegatedIf
2993
+ # Query Params
2994
+ query_params = {}
2995
+ query_params[:name] = opts[:name] if opts[:name]
2996
+ query_params[:page] = opts[:page] if opts[:page]
2997
+ query_params[:type] = opts[:type] if opts[:type]
2998
+ query_params[:limit] = opts[:limit] if opts[:limit]
2999
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
3000
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3001
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3002
+ query_params[:apiMode] = opts[:api_mode] if opts[:api_mode]
3003
+ query_params[:nameList] = OCI::ApiClient.build_collection_params(opts[:name_list], :multi) if opts[:name_list] && !opts[:name_list].empty?
3004
+ query_params[:isPattern] = opts[:is_pattern] if !opts[:is_pattern].nil?
3005
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
3006
+
3007
+ # Header Params
3008
+ header_params = {}
3009
+ header_params[:accept] = 'application/json'
3010
+ header_params[:'content-type'] = 'application/json'
3011
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3012
+ # rubocop:enable Style/NegatedIf
3013
+
3014
+ post_body = nil
3015
+
3016
+ # rubocop:disable Metrics/BlockLength
3017
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_data_entities') do
3018
+ @api_client.call_api(
3019
+ :GET,
3020
+ path,
3021
+ endpoint,
3022
+ header_params: header_params,
3023
+ query_params: query_params,
3024
+ operation_signing_strategy: operation_signing_strategy,
3025
+ body: post_body,
3026
+ return_type: 'OCI::DataConnectivity::Models::DataEntitySummaryCollection'
3027
+ )
3028
+ end
3029
+ # rubocop:enable Metrics/BlockLength
3030
+ end
3031
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3032
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3033
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3034
+
3035
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3036
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3037
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3038
+
3039
+
3040
+ # Returns a list of Data Connectivity Management Endpoints.
3041
+ #
3042
+ # @param [String] compartment_id The OCID of the compartment containing the resources you want to list.
3043
+ # @param [Hash] opts the optional parameters
3044
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3045
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3046
+ # @option opts [String] :registry_id DCMS registry id
3047
+ # @option opts [String] :name Used to filter by the name of the object.
3048
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3049
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3050
+ # @option opts [String] :lifecycle_state Lifecycle state of the resource.
3051
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3052
+ # Allowed values are: ASC, DESC
3053
+ # @option opts [String] :sort_by This parameter allows users to specify a sort field. Default sort order is the descending order of `timeCreated` (most recently created objects at the top). Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIMECREATED)
3054
+ # Allowed values are: TIMECREATED, DISPLAYNAME, TIMEUPDATED
3055
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3056
+ # you need to contact Oracle about a particular request,
3057
+ # please provide the request ID.
3058
+ #
3059
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::EndpointSummaryCollection EndpointSummaryCollection}
3060
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_endpoints.rb.html) to see an example of how to use list_endpoints API.
3061
+ def list_endpoints(compartment_id, opts = {})
3062
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_endpoints.' if logger
3063
+
3064
+ raise "Missing the required parameter 'compartment_id' when calling list_endpoints." if compartment_id.nil?
3065
+
3066
+ if opts[:lifecycle_state] && !OCI::DataConnectivity::Models::Registry::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
3067
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataConnectivity::Models::Registry::LIFECYCLE_STATE_ENUM.'
3068
+ end
3069
+
3070
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3071
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3072
+ end
3073
+
3074
+ if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME TIMEUPDATED].include?(opts[:sort_by])
3075
+ raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME, TIMEUPDATED.'
3076
+ end
3077
+
3078
+ path = '/endpoints'
3079
+ operation_signing_strategy = :standard
3080
+
3081
+ # rubocop:disable Style/NegatedIf
3082
+ # Query Params
3083
+ query_params = {}
3084
+ query_params[:compartmentId] = compartment_id
3085
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
3086
+ query_params[:name] = opts[:name] if opts[:name]
3087
+ query_params[:limit] = opts[:limit] if opts[:limit]
3088
+ query_params[:page] = opts[:page] if opts[:page]
3089
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
3090
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3091
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3092
+
3093
+ # Header Params
3094
+ header_params = {}
3095
+ header_params[:accept] = 'application/json'
3096
+ header_params[:'content-type'] = 'application/json'
3097
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3098
+ # rubocop:enable Style/NegatedIf
3099
+
3100
+ post_body = nil
3101
+
3102
+ # rubocop:disable Metrics/BlockLength
3103
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_endpoints') do
3104
+ @api_client.call_api(
3105
+ :GET,
3106
+ path,
3107
+ endpoint,
3108
+ header_params: header_params,
3109
+ query_params: query_params,
3110
+ operation_signing_strategy: operation_signing_strategy,
3111
+ body: post_body,
3112
+ return_type: 'OCI::DataConnectivity::Models::EndpointSummaryCollection'
3113
+ )
3114
+ end
3115
+ # rubocop:enable Metrics/BlockLength
3116
+ end
3117
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3118
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3119
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3120
+
3121
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3122
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3123
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3124
+
3125
+
3126
+ # Retrieves a list of all folders.
3127
+ # @param [String] registry_id The registry Ocid.
3128
+ # @param [Hash] opts the optional parameters
3129
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3130
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3131
+ # @option opts [String] :name Used to filter by the name of the object.
3132
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3133
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3134
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
3135
+ # @option opts [String] :type Type of the object to filter the results with.
3136
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
3137
+ # Allowed values are: id, timeCreated, displayName
3138
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3139
+ # Allowed values are: ASC, DESC
3140
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3141
+ # you need to contact Oracle about a particular request,
3142
+ # please provide the request ID.
3143
+ #
3144
+ # @option opts [String] :favorites_query_param If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL. (default to ALL)
3145
+ # Allowed values are: FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL
3146
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::FolderSummaryCollection FolderSummaryCollection}
3147
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_folders.rb.html) to see an example of how to use list_folders API.
3148
+ def list_folders(registry_id, opts = {})
3149
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_folders.' if logger
3150
+
3151
+ raise "Missing the required parameter 'registry_id' when calling list_folders." if registry_id.nil?
3152
+
3153
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
3154
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
3155
+ end
3156
+
3157
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3158
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3159
+ end
3160
+
3161
+ if opts[:favorites_query_param] && !%w[FAVORITES_ONLY NON_FAVORITES_ONLY ALL].include?(opts[:favorites_query_param])
3162
+ raise 'Invalid value for "favorites_query_param", must be one of FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL.'
3163
+ end
3164
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3165
+
3166
+ path = '/registries/{registryId}/folders'.sub('{registryId}', registry_id.to_s)
3167
+ operation_signing_strategy = :standard
3168
+
3169
+ # rubocop:disable Style/NegatedIf
3170
+ # Query Params
3171
+ query_params = {}
3172
+ query_params[:name] = opts[:name] if opts[:name]
3173
+ query_params[:page] = opts[:page] if opts[:page]
3174
+ query_params[:limit] = opts[:limit] if opts[:limit]
3175
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
3176
+ query_params[:type] = opts[:type] if opts[:type]
3177
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3178
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3179
+ query_params[:favoritesQueryParam] = opts[:favorites_query_param] if opts[:favorites_query_param]
3180
+
3181
+ # Header Params
3182
+ header_params = {}
3183
+ header_params[:accept] = 'application/json'
3184
+ header_params[:'content-type'] = 'application/json'
3185
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3186
+ # rubocop:enable Style/NegatedIf
3187
+
3188
+ post_body = nil
3189
+
3190
+ # rubocop:disable Metrics/BlockLength
3191
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_folders') do
3192
+ @api_client.call_api(
3193
+ :GET,
3194
+ path,
3195
+ endpoint,
3196
+ header_params: header_params,
3197
+ query_params: query_params,
3198
+ operation_signing_strategy: operation_signing_strategy,
3199
+ body: post_body,
3200
+ return_type: 'OCI::DataConnectivity::Models::FolderSummaryCollection'
3201
+ )
3202
+ end
3203
+ # rubocop:enable Metrics/BlockLength
3204
+ end
3205
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3206
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3207
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3208
+
3209
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3210
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3211
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3212
+
3213
+
3214
+ # Lists the summary of operations present in the schema identified by schema name.
3215
+ #
3216
+ # @param [String] registry_id The registry Ocid.
3217
+ # @param [String] connection_key The connection key.
3218
+ # @param [String] schema_resource_name The schema resource name used for retrieving schemas.
3219
+ # @param [Hash] opts the optional parameters
3220
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3221
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3222
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3223
+ # you need to contact Oracle about a particular request,
3224
+ # please provide the request ID.
3225
+ #
3226
+ # @option opts [String] :name Used to filter by the name of the object.
3227
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3228
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3229
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
3230
+ # Allowed values are: id, timeCreated, displayName
3231
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3232
+ # Allowed values are: ASC, DESC
3233
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
3234
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::OperationSummaryCollection OperationSummaryCollection}
3235
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_operations.rb.html) to see an example of how to use list_operations API.
3236
+ def list_operations(registry_id, connection_key, schema_resource_name, opts = {})
3237
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_operations.' if logger
3238
+
3239
+ raise "Missing the required parameter 'registry_id' when calling list_operations." if registry_id.nil?
3240
+ raise "Missing the required parameter 'connection_key' when calling list_operations." if connection_key.nil?
3241
+ raise "Missing the required parameter 'schema_resource_name' when calling list_operations." if schema_resource_name.nil?
3242
+
3243
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
3244
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
3245
+ end
3246
+
3247
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3248
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3249
+ end
3250
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3251
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
3252
+ raise "Parameter value for 'schema_resource_name' must not be blank" if OCI::Internal::Util.blank_string?(schema_resource_name)
3253
+
3254
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas/{schemaResourceName}/operations'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s).sub('{schemaResourceName}', schema_resource_name.to_s)
3255
+ operation_signing_strategy = :standard
3256
+
3257
+ # rubocop:disable Style/NegatedIf
3258
+ # Query Params
3259
+ query_params = {}
3260
+ query_params[:name] = opts[:name] if opts[:name]
3261
+ query_params[:page] = opts[:page] if opts[:page]
3262
+ query_params[:limit] = opts[:limit] if opts[:limit]
3263
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3264
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3265
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
3266
+
3267
+ # Header Params
3268
+ header_params = {}
3269
+ header_params[:accept] = 'application/json'
3270
+ header_params[:'content-type'] = 'application/json'
3271
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3272
+ # rubocop:enable Style/NegatedIf
3273
+
3274
+ post_body = nil
3275
+
3276
+ # rubocop:disable Metrics/BlockLength
3277
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_operations') do
3278
+ @api_client.call_api(
3279
+ :GET,
3280
+ path,
3281
+ endpoint,
3282
+ header_params: header_params,
3283
+ query_params: query_params,
3284
+ operation_signing_strategy: operation_signing_strategy,
3285
+ body: post_body,
3286
+ return_type: 'OCI::DataConnectivity::Models::OperationSummaryCollection'
3287
+ )
3288
+ end
3289
+ # rubocop:enable Metrics/BlockLength
3290
+ end
3291
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3292
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3293
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3294
+
3295
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3296
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3297
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3298
+
3299
+
3300
+ # Retrieves a list of all reference info of a dcms artifact.
3301
+ #
3302
+ # @param [String] registry_id The registry Ocid.
3303
+ # @param [String] dcms_artifact_id The ID of a dcms artifact (DataAsset or Endpoint).
3304
+ # @param [Hash] opts the optional parameters
3305
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3306
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3307
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3308
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3309
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
3310
+ # @option opts [String] :type Type of the object to filter the results with.
3311
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
3312
+ # Allowed values are: id, timeCreated, displayName
3313
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3314
+ # Allowed values are: ASC, DESC
3315
+ # @option opts [String] :name Used to filter by the name of the object.
3316
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3317
+ # you need to contact Oracle about a particular request,
3318
+ # please provide the request ID.
3319
+ #
3320
+ # @option opts [Array<String>] :exclude_types Types which wont be listed while listing dataAsset/Connection
3321
+ # @option opts [String] :favorites_query_param If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL. (default to ALL)
3322
+ # Allowed values are: FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL
3323
+ # @option opts [String] :service_artifact_id Unique key of the service.
3324
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::ReferenceArtifactSummaryCollection ReferenceArtifactSummaryCollection}
3325
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_reference_artifacts.rb.html) to see an example of how to use list_reference_artifacts API.
3326
+ def list_reference_artifacts(registry_id, dcms_artifact_id, opts = {})
3327
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_reference_artifacts.' if logger
3328
+
3329
+ raise "Missing the required parameter 'registry_id' when calling list_reference_artifacts." if registry_id.nil?
3330
+ raise "Missing the required parameter 'dcms_artifact_id' when calling list_reference_artifacts." if dcms_artifact_id.nil?
3331
+
3332
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
3333
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
3334
+ end
3335
+
3336
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3337
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3338
+ end
3339
+
3340
+ if opts[:favorites_query_param] && !%w[FAVORITES_ONLY NON_FAVORITES_ONLY ALL].include?(opts[:favorites_query_param])
3341
+ raise 'Invalid value for "favorites_query_param", must be one of FAVORITES_ONLY, NON_FAVORITES_ONLY, ALL.'
3342
+ end
3343
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3344
+ raise "Parameter value for 'dcms_artifact_id' must not be blank" if OCI::Internal::Util.blank_string?(dcms_artifact_id)
3345
+
3346
+ path = '/registries/{registryId}/dcmsArtifacts/{dcmsArtifactId}/referenceArtifacts'.sub('{registryId}', registry_id.to_s).sub('{dcmsArtifactId}', dcms_artifact_id.to_s)
3347
+ operation_signing_strategy = :standard
3348
+
3349
+ # rubocop:disable Style/NegatedIf
3350
+ # Query Params
3351
+ query_params = {}
3352
+ query_params[:page] = opts[:page] if opts[:page]
3353
+ query_params[:limit] = opts[:limit] if opts[:limit]
3354
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
3355
+ query_params[:type] = opts[:type] if opts[:type]
3356
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3357
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3358
+ query_params[:name] = opts[:name] if opts[:name]
3359
+ query_params[:excludeTypes] = OCI::ApiClient.build_collection_params(opts[:exclude_types], :multi) if opts[:exclude_types] && !opts[:exclude_types].empty?
3360
+ query_params[:favoritesQueryParam] = opts[:favorites_query_param] if opts[:favorites_query_param]
3361
+ query_params[:serviceArtifactId] = opts[:service_artifact_id] if opts[:service_artifact_id]
3362
+
3363
+ # Header Params
3364
+ header_params = {}
3365
+ header_params[:accept] = 'application/json'
3366
+ header_params[:'content-type'] = 'application/json'
3367
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3368
+ # rubocop:enable Style/NegatedIf
3369
+
3370
+ post_body = nil
3371
+
3372
+ # rubocop:disable Metrics/BlockLength
3373
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_reference_artifacts') do
3374
+ @api_client.call_api(
3375
+ :GET,
3376
+ path,
3377
+ endpoint,
3378
+ header_params: header_params,
3379
+ query_params: query_params,
3380
+ operation_signing_strategy: operation_signing_strategy,
3381
+ body: post_body,
3382
+ return_type: 'OCI::DataConnectivity::Models::ReferenceArtifactSummaryCollection'
3383
+ )
3384
+ end
3385
+ # rubocop:enable Metrics/BlockLength
3386
+ end
3387
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3388
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3389
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3390
+
3391
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3392
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3393
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3394
+
3395
+
3396
+ # Returns a list of Data Connectivity Management Registries.
3397
+ #
3398
+ # @param [String] compartment_id The OCID of the compartment containing the resources you want to list.
3399
+ # @param [Hash] opts the optional parameters
3400
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3401
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3402
+ # @option opts [String] :name Used to filter by the name of the object.
3403
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3404
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3405
+ # @option opts [BOOLEAN] :is_deep_lookup This parameter allows list registries to deep look at whole tenancy. (default to true)
3406
+ # @option opts [String] :lifecycle_state Lifecycle state of the resource.
3407
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3408
+ # you need to contact Oracle about a particular request,
3409
+ # please provide the request ID.
3410
+ #
3411
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::RegistrySummaryCollection RegistrySummaryCollection}
3412
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_registries.rb.html) to see an example of how to use list_registries API.
3413
+ def list_registries(compartment_id, opts = {})
3414
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_registries.' if logger
3415
+
3416
+ raise "Missing the required parameter 'compartment_id' when calling list_registries." if compartment_id.nil?
3417
+
3418
+ if opts[:lifecycle_state] && !OCI::DataConnectivity::Models::Registry::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
3419
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataConnectivity::Models::Registry::LIFECYCLE_STATE_ENUM.'
3420
+ end
3421
+
3422
+ path = '/registries'
3423
+ operation_signing_strategy = :standard
3424
+
3425
+ # rubocop:disable Style/NegatedIf
3426
+ # Query Params
3427
+ query_params = {}
3428
+ query_params[:compartmentId] = compartment_id
3429
+ query_params[:name] = opts[:name] if opts[:name]
3430
+ query_params[:limit] = opts[:limit] if opts[:limit]
3431
+ query_params[:page] = opts[:page] if opts[:page]
3432
+ query_params[:isDeepLookup] = opts[:is_deep_lookup] if !opts[:is_deep_lookup].nil?
3433
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
3434
+
3435
+ # Header Params
3436
+ header_params = {}
3437
+ header_params[:accept] = 'application/json'
3438
+ header_params[:'content-type'] = 'application/json'
3439
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3440
+ # rubocop:enable Style/NegatedIf
3441
+
3442
+ post_body = nil
3443
+
3444
+ # rubocop:disable Metrics/BlockLength
3445
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_registries') do
3446
+ @api_client.call_api(
3447
+ :GET,
3448
+ path,
3449
+ endpoint,
3450
+ header_params: header_params,
3451
+ query_params: query_params,
3452
+ operation_signing_strategy: operation_signing_strategy,
3453
+ body: post_body,
3454
+ return_type: 'OCI::DataConnectivity::Models::RegistrySummaryCollection'
3455
+ )
3456
+ end
3457
+ # rubocop:enable Metrics/BlockLength
3458
+ end
3459
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3460
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3461
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3462
+
3463
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3464
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3465
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3466
+
3467
+
3468
+ # Retrieves a list of all the schemas that can be accessed using the specified connection.
3469
+ # @param [String] registry_id The registry Ocid.
3470
+ # @param [String] connection_key The connection key.
3471
+ # @param [Hash] opts the optional parameters
3472
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3473
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3474
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3475
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3476
+ # @option opts [Array<String>] :fields Specifies the fields to get for an object. (default to [])
3477
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
3478
+ # Allowed values are: id, timeCreated, displayName
3479
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3480
+ # Allowed values are: ASC, DESC
3481
+ # @option opts [String] :schema_resource_key Schema resource name used for retrieving schemas.
3482
+ # @option opts [String] :name Used to filter by the name of the object.
3483
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3484
+ # you need to contact Oracle about a particular request,
3485
+ # please provide the request ID.
3486
+ #
3487
+ # @option opts [Array<String>] :name_list Used to filter by the name of the object. (default to [])
3488
+ # @option opts [String] :endpoint_id Endpoint Id used for getDataAssetFullDetails.
3489
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::SchemaSummaryCollection SchemaSummaryCollection}
3490
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_schemas.rb.html) to see an example of how to use list_schemas API.
3491
+ def list_schemas(registry_id, connection_key, opts = {})
3492
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_schemas.' if logger
3493
+
3494
+ raise "Missing the required parameter 'registry_id' when calling list_schemas." if registry_id.nil?
3495
+ raise "Missing the required parameter 'connection_key' when calling list_schemas." if connection_key.nil?
3496
+
3497
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
3498
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
3499
+ end
3500
+
3501
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3502
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3503
+ end
3504
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3505
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
3506
+
3507
+ path = '/registries/{registryId}/connections/{connectionKey}/schemas'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s)
3508
+ operation_signing_strategy = :standard
3509
+
3510
+ # rubocop:disable Style/NegatedIf
3511
+ # Query Params
3512
+ query_params = {}
3513
+ query_params[:page] = opts[:page] if opts[:page]
3514
+ query_params[:limit] = opts[:limit] if opts[:limit]
3515
+ query_params[:fields] = OCI::ApiClient.build_collection_params(opts[:fields], :multi) if opts[:fields] && !opts[:fields].empty?
3516
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3517
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3518
+ query_params[:schemaResourceKey] = opts[:schema_resource_key] if opts[:schema_resource_key]
3519
+ query_params[:name] = opts[:name] if opts[:name]
3520
+ query_params[:nameList] = OCI::ApiClient.build_collection_params(opts[:name_list], :multi) if opts[:name_list] && !opts[:name_list].empty?
3521
+ query_params[:endpointId] = opts[:endpoint_id] if opts[:endpoint_id]
3522
+
3523
+ # Header Params
3524
+ header_params = {}
3525
+ header_params[:accept] = 'application/json'
3526
+ header_params[:'content-type'] = 'application/json'
3527
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3528
+ # rubocop:enable Style/NegatedIf
3529
+
3530
+ post_body = nil
3531
+
3532
+ # rubocop:disable Metrics/BlockLength
3533
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_schemas') do
3534
+ @api_client.call_api(
3535
+ :GET,
3536
+ path,
3537
+ endpoint,
3538
+ header_params: header_params,
3539
+ query_params: query_params,
3540
+ operation_signing_strategy: operation_signing_strategy,
3541
+ body: post_body,
3542
+ return_type: 'OCI::DataConnectivity::Models::SchemaSummaryCollection'
3543
+ )
3544
+ end
3545
+ # rubocop:enable Metrics/BlockLength
3546
+ end
3547
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3548
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3549
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3550
+
3551
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3552
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3553
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3554
+
3555
+
3556
+ # This endpoint retrieves list of all the supported connector types
3557
+ #
3558
+ # @param [String] registry_id The registry Ocid.
3559
+ # @param [Hash] opts the optional parameters
3560
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3561
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3562
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3563
+ # you need to contact Oracle about a particular request,
3564
+ # please provide the request ID.
3565
+ #
3566
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3567
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3568
+ # @option opts [String] :type Type of the object to filter the results with.
3569
+ # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to timeCreated)
3570
+ # Allowed values are: id, timeCreated, displayName
3571
+ # @option opts [String] :sort_order Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending). (default to DESC)
3572
+ # Allowed values are: ASC, DESC
3573
+ # @option opts [String] :name Used to filter by the name of the object.
3574
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::TypesSummaryCollection TypesSummaryCollection}
3575
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_types.rb.html) to see an example of how to use list_types API.
3576
+ def list_types(registry_id, opts = {})
3577
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_types.' if logger
3578
+
3579
+ raise "Missing the required parameter 'registry_id' when calling list_types." if registry_id.nil?
3580
+
3581
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
3582
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
3583
+ end
3584
+
3585
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
3586
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
3587
+ end
3588
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3589
+
3590
+ path = '/registries/{registryId}/types'.sub('{registryId}', registry_id.to_s)
3591
+ operation_signing_strategy = :standard
3592
+
3593
+ # rubocop:disable Style/NegatedIf
3594
+ # Query Params
3595
+ query_params = {}
3596
+ query_params[:page] = opts[:page] if opts[:page]
3597
+ query_params[:limit] = opts[:limit] if opts[:limit]
3598
+ query_params[:type] = opts[:type] if opts[:type]
3599
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
3600
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
3601
+ query_params[:name] = opts[:name] if opts[:name]
3602
+
3603
+ # Header Params
3604
+ header_params = {}
3605
+ header_params[:accept] = 'application/json'
3606
+ header_params[:'content-type'] = 'application/json'
3607
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3608
+ # rubocop:enable Style/NegatedIf
3609
+
3610
+ post_body = nil
3611
+
3612
+ # rubocop:disable Metrics/BlockLength
3613
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_types') do
3614
+ @api_client.call_api(
3615
+ :GET,
3616
+ path,
3617
+ endpoint,
3618
+ header_params: header_params,
3619
+ query_params: query_params,
3620
+ operation_signing_strategy: operation_signing_strategy,
3621
+ body: post_body,
3622
+ return_type: 'OCI::DataConnectivity::Models::TypesSummaryCollection'
3623
+ )
3624
+ end
3625
+ # rubocop:enable Metrics/BlockLength
3626
+ end
3627
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3628
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3629
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3630
+
3631
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3632
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3633
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3634
+
3635
+
3636
+ # Return a (paginated) list of errors for a given work request.
3637
+ #
3638
+ # @param [String] work_request_id The ID of the asynchronous request.
3639
+ # @param [Hash] opts the optional parameters
3640
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3641
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3642
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3643
+ # you need to contact Oracle about a particular request,
3644
+ # please provide the request ID.
3645
+ #
3646
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3647
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3648
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
3649
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
3650
+ def list_work_request_errors(work_request_id, opts = {})
3651
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_work_request_errors.' if logger
3652
+
3653
+ raise "Missing the required parameter 'work_request_id' when calling list_work_request_errors." if work_request_id.nil?
3654
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
3655
+
3656
+ path = '/workRequests/{workRequestId}/workRequestErrors'.sub('{workRequestId}', work_request_id.to_s)
3657
+ operation_signing_strategy = :standard
3658
+
3659
+ # rubocop:disable Style/NegatedIf
3660
+ # Query Params
3661
+ query_params = {}
3662
+ query_params[:page] = opts[:page] if opts[:page]
3663
+ query_params[:limit] = opts[:limit] if opts[:limit]
3664
+
3665
+ # Header Params
3666
+ header_params = {}
3667
+ header_params[:accept] = 'application/json'
3668
+ header_params[:'content-type'] = 'application/json'
3669
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3670
+ # rubocop:enable Style/NegatedIf
3671
+
3672
+ post_body = nil
3673
+
3674
+ # rubocop:disable Metrics/BlockLength
3675
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_work_request_errors') do
3676
+ @api_client.call_api(
3677
+ :GET,
3678
+ path,
3679
+ endpoint,
3680
+ header_params: header_params,
3681
+ query_params: query_params,
3682
+ operation_signing_strategy: operation_signing_strategy,
3683
+ body: post_body,
3684
+ return_type: 'OCI::DataConnectivity::Models::WorkRequestErrorCollection'
3685
+ )
3686
+ end
3687
+ # rubocop:enable Metrics/BlockLength
3688
+ end
3689
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3690
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3691
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3692
+
3693
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3694
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3695
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3696
+
3697
+
3698
+ # Return a (paginated) list of logs for a given work request.
3699
+ #
3700
+ # @param [String] work_request_id The ID of the asynchronous request.
3701
+ # @param [Hash] opts the optional parameters
3702
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3703
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3704
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3705
+ # you need to contact Oracle about a particular request,
3706
+ # please provide the request ID.
3707
+ #
3708
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3709
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3710
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::WorkRequestLogCollection WorkRequestLogCollection}
3711
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
3712
+ def list_work_request_logs(work_request_id, opts = {})
3713
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_work_request_logs.' if logger
3714
+
3715
+ raise "Missing the required parameter 'work_request_id' when calling list_work_request_logs." if work_request_id.nil?
3716
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
3717
+
3718
+ path = '/workRequests/{workRequestId}/logs'.sub('{workRequestId}', work_request_id.to_s)
3719
+ operation_signing_strategy = :standard
3720
+
3721
+ # rubocop:disable Style/NegatedIf
3722
+ # Query Params
3723
+ query_params = {}
3724
+ query_params[:page] = opts[:page] if opts[:page]
3725
+ query_params[:limit] = opts[:limit] if opts[:limit]
3726
+
3727
+ # Header Params
3728
+ header_params = {}
3729
+ header_params[:accept] = 'application/json'
3730
+ header_params[:'content-type'] = 'application/json'
3731
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3732
+ # rubocop:enable Style/NegatedIf
3733
+
3734
+ post_body = nil
3735
+
3736
+ # rubocop:disable Metrics/BlockLength
3737
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_work_request_logs') do
3738
+ @api_client.call_api(
3739
+ :GET,
3740
+ path,
3741
+ endpoint,
3742
+ header_params: header_params,
3743
+ query_params: query_params,
3744
+ operation_signing_strategy: operation_signing_strategy,
3745
+ body: post_body,
3746
+ return_type: 'OCI::DataConnectivity::Models::WorkRequestLogCollection'
3747
+ )
3748
+ end
3749
+ # rubocop:enable Metrics/BlockLength
3750
+ end
3751
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3752
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3753
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3754
+
3755
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3756
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3757
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3758
+
3759
+
3760
+ # Lists the work requests in a compartment.
3761
+ #
3762
+ # @param [String] compartment_id The OCID of the compartment containing the resources you want to list.
3763
+ # @param [Hash] opts the optional parameters
3764
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3765
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3766
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3767
+ # you need to contact Oracle about a particular request,
3768
+ # please provide the request ID.
3769
+ #
3770
+ # @option opts [String] :resource_id DCMS registry or endpoint id
3771
+ # @option opts [String] :work_request_status Work Request status.
3772
+ # Allowed values are: ACCEPTED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELING, CANCELED
3773
+ # @option opts [String] :page For list pagination. The value for this parameter is the `opc-next-page` or the `opc-prev-page` response header from the previous `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
3774
+ # @option opts [Integer] :limit Sets the maximum number of results per page, or items to return in a paginated `List` call. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). (default to 100)
3775
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::WorkRequestSummaryCollection WorkRequestSummaryCollection}
3776
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
3777
+ def list_work_requests(compartment_id, opts = {})
3778
+ logger.debug 'Calling operation DataConnectivityManagementClient#list_work_requests.' if logger
3779
+
3780
+ raise "Missing the required parameter 'compartment_id' when calling list_work_requests." if compartment_id.nil?
3781
+
3782
+ if opts[:work_request_status] && !%w[ACCEPTED IN_PROGRESS FAILED SUCCEEDED CANCELING CANCELED].include?(opts[:work_request_status])
3783
+ raise 'Invalid value for "work_request_status", must be one of ACCEPTED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELING, CANCELED.'
3784
+ end
3785
+
3786
+ path = '/workRequests'
3787
+ operation_signing_strategy = :standard
3788
+
3789
+ # rubocop:disable Style/NegatedIf
3790
+ # Query Params
3791
+ query_params = {}
3792
+ query_params[:compartmentId] = compartment_id
3793
+ query_params[:resourceId] = opts[:resource_id] if opts[:resource_id]
3794
+ query_params[:workRequestStatus] = opts[:work_request_status] if opts[:work_request_status]
3795
+ query_params[:page] = opts[:page] if opts[:page]
3796
+ query_params[:limit] = opts[:limit] if opts[:limit]
3797
+
3798
+ # Header Params
3799
+ header_params = {}
3800
+ header_params[:accept] = 'application/json'
3801
+ header_params[:'content-type'] = 'application/json'
3802
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3803
+ # rubocop:enable Style/NegatedIf
3804
+
3805
+ post_body = nil
3806
+
3807
+ # rubocop:disable Metrics/BlockLength
3808
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#list_work_requests') do
3809
+ @api_client.call_api(
3810
+ :GET,
3811
+ path,
3812
+ endpoint,
3813
+ header_params: header_params,
3814
+ query_params: query_params,
3815
+ operation_signing_strategy: operation_signing_strategy,
3816
+ body: post_body,
3817
+ return_type: 'OCI::DataConnectivity::Models::WorkRequestSummaryCollection'
3818
+ )
3819
+ end
3820
+ # rubocop:enable Metrics/BlockLength
3821
+ end
3822
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3823
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3824
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3825
+
3826
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3827
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3828
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3829
+
3830
+
3831
+ # Updates a connection under a data asset.
3832
+ # @param [String] registry_id The registry Ocid.
3833
+ # @param [String] connection_key The connection key.
3834
+ # @param [OCI::DataConnectivity::Models::UpdateConnectionDetails] update_connection_details The information needed to update a connection.
3835
+ # @param [Hash] opts the optional parameters
3836
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3837
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3838
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3839
+ # you need to contact Oracle about a particular request,
3840
+ # please provide the request ID.
3841
+ #
3842
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
3843
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
3844
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
3845
+ #
3846
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Connection Connection}
3847
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/update_connection.rb.html) to see an example of how to use update_connection API.
3848
+ def update_connection(registry_id, connection_key, update_connection_details, opts = {})
3849
+ logger.debug 'Calling operation DataConnectivityManagementClient#update_connection.' if logger
3850
+
3851
+ raise "Missing the required parameter 'registry_id' when calling update_connection." if registry_id.nil?
3852
+ raise "Missing the required parameter 'connection_key' when calling update_connection." if connection_key.nil?
3853
+ raise "Missing the required parameter 'update_connection_details' when calling update_connection." if update_connection_details.nil?
3854
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3855
+ raise "Parameter value for 'connection_key' must not be blank" if OCI::Internal::Util.blank_string?(connection_key)
3856
+
3857
+ path = '/registries/{registryId}/connections/{connectionKey}'.sub('{registryId}', registry_id.to_s).sub('{connectionKey}', connection_key.to_s)
3858
+ operation_signing_strategy = :standard
3859
+
3860
+ # rubocop:disable Style/NegatedIf
3861
+ # Query Params
3862
+ query_params = {}
3863
+
3864
+ # Header Params
3865
+ header_params = {}
3866
+ header_params[:accept] = 'application/json'
3867
+ header_params[:'content-type'] = 'application/json'
3868
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3869
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3870
+ # rubocop:enable Style/NegatedIf
3871
+
3872
+ post_body = @api_client.object_to_http_body(update_connection_details)
3873
+
3874
+ # rubocop:disable Metrics/BlockLength
3875
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#update_connection') do
3876
+ @api_client.call_api(
3877
+ :PUT,
3878
+ path,
3879
+ endpoint,
3880
+ header_params: header_params,
3881
+ query_params: query_params,
3882
+ operation_signing_strategy: operation_signing_strategy,
3883
+ body: post_body,
3884
+ return_type: 'OCI::DataConnectivity::Models::Connection'
3885
+ )
3886
+ end
3887
+ # rubocop:enable Metrics/BlockLength
3888
+ end
3889
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3890
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3891
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3892
+
3893
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3894
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3895
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3896
+
3897
+
3898
+ # Updates a specific data asset with default connection.
3899
+ # @param [String] registry_id The registry Ocid.
3900
+ # @param [String] data_asset_key The data asset key.
3901
+ # @param [OCI::DataConnectivity::Models::UpdateDataAssetDetails] update_data_asset_details The information needed to update a data asset.
3902
+ # @param [Hash] opts the optional parameters
3903
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3904
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3905
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3906
+ # you need to contact Oracle about a particular request,
3907
+ # please provide the request ID.
3908
+ #
3909
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
3910
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
3911
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
3912
+ #
3913
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::DataAsset DataAsset}
3914
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/update_data_asset.rb.html) to see an example of how to use update_data_asset API.
3915
+ def update_data_asset(registry_id, data_asset_key, update_data_asset_details, opts = {})
3916
+ logger.debug 'Calling operation DataConnectivityManagementClient#update_data_asset.' if logger
3917
+
3918
+ raise "Missing the required parameter 'registry_id' when calling update_data_asset." if registry_id.nil?
3919
+ raise "Missing the required parameter 'data_asset_key' when calling update_data_asset." if data_asset_key.nil?
3920
+ raise "Missing the required parameter 'update_data_asset_details' when calling update_data_asset." if update_data_asset_details.nil?
3921
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
3922
+ raise "Parameter value for 'data_asset_key' must not be blank" if OCI::Internal::Util.blank_string?(data_asset_key)
3923
+
3924
+ path = '/registries/{registryId}/dataAssets/{dataAssetKey}'.sub('{registryId}', registry_id.to_s).sub('{dataAssetKey}', data_asset_key.to_s)
3925
+ operation_signing_strategy = :standard
3926
+
3927
+ # rubocop:disable Style/NegatedIf
3928
+ # Query Params
3929
+ query_params = {}
3930
+
3931
+ # Header Params
3932
+ header_params = {}
3933
+ header_params[:accept] = 'application/json'
3934
+ header_params[:'content-type'] = 'application/json'
3935
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3936
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3937
+ # rubocop:enable Style/NegatedIf
3938
+
3939
+ post_body = @api_client.object_to_http_body(update_data_asset_details)
3940
+
3941
+ # rubocop:disable Metrics/BlockLength
3942
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#update_data_asset') do
3943
+ @api_client.call_api(
3944
+ :PUT,
3945
+ path,
3946
+ endpoint,
3947
+ header_params: header_params,
3948
+ query_params: query_params,
3949
+ operation_signing_strategy: operation_signing_strategy,
3950
+ body: post_body,
3951
+ return_type: 'OCI::DataConnectivity::Models::DataAsset'
3952
+ )
3953
+ end
3954
+ # rubocop:enable Metrics/BlockLength
3955
+ end
3956
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3957
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3958
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3959
+
3960
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3961
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3962
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3963
+
3964
+
3965
+ # Updates the Data Connectivity Management Endpoint
3966
+ # @param [String] endpoint_id DCMS Endpoint id
3967
+ # @param [OCI::DataConnectivity::Models::UpdateEndpointDetails] update_endpoint_details The information to be updated.
3968
+ # @param [Hash] opts the optional parameters
3969
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3970
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3971
+ # @option opts [String] :registry_id DCMS registry id
3972
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
3973
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
3974
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
3975
+ #
3976
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
3977
+ # you need to contact Oracle about a particular request,
3978
+ # please provide the request ID.
3979
+ #
3980
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Endpoint Endpoint}
3981
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/update_endpoint.rb.html) to see an example of how to use update_endpoint API.
3982
+ def update_endpoint(endpoint_id, update_endpoint_details, opts = {})
3983
+ logger.debug 'Calling operation DataConnectivityManagementClient#update_endpoint.' if logger
3984
+
3985
+ raise "Missing the required parameter 'endpoint_id' when calling update_endpoint." if endpoint_id.nil?
3986
+ raise "Missing the required parameter 'update_endpoint_details' when calling update_endpoint." if update_endpoint_details.nil?
3987
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
3988
+
3989
+ path = '/endpoints/{endpointId}'.sub('{endpointId}', endpoint_id.to_s)
3990
+ operation_signing_strategy = :standard
3991
+
3992
+ # rubocop:disable Style/NegatedIf
3993
+ # Query Params
3994
+ query_params = {}
3995
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
3996
+
3997
+ # Header Params
3998
+ header_params = {}
3999
+ header_params[:accept] = 'application/json'
4000
+ header_params[:'content-type'] = 'application/json'
4001
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
4002
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4003
+ # rubocop:enable Style/NegatedIf
4004
+
4005
+ post_body = @api_client.object_to_http_body(update_endpoint_details)
4006
+
4007
+ # rubocop:disable Metrics/BlockLength
4008
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#update_endpoint') do
4009
+ @api_client.call_api(
4010
+ :PUT,
4011
+ path,
4012
+ endpoint,
4013
+ header_params: header_params,
4014
+ query_params: query_params,
4015
+ operation_signing_strategy: operation_signing_strategy,
4016
+ body: post_body,
4017
+ return_type: 'OCI::DataConnectivity::Models::Endpoint'
4018
+ )
4019
+ end
4020
+ # rubocop:enable Metrics/BlockLength
4021
+ end
4022
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4023
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4024
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4025
+
4026
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4027
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4028
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4029
+
4030
+
4031
+ # Updates a folder under a specefied registry.
4032
+ # @param [String] registry_id The registry Ocid.
4033
+ # @param [String] folder_key The folder ID.
4034
+ # @param [OCI::DataConnectivity::Models::UpdateFolderDetails] update_folder_details The information needed to update a folder.
4035
+ # @param [Hash] opts the optional parameters
4036
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4037
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4038
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
4039
+ # you need to contact Oracle about a particular request,
4040
+ # please provide the request ID.
4041
+ #
4042
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
4043
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
4044
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
4045
+ #
4046
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Folder Folder}
4047
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/update_folder.rb.html) to see an example of how to use update_folder API.
4048
+ def update_folder(registry_id, folder_key, update_folder_details, opts = {})
4049
+ logger.debug 'Calling operation DataConnectivityManagementClient#update_folder.' if logger
4050
+
4051
+ raise "Missing the required parameter 'registry_id' when calling update_folder." if registry_id.nil?
4052
+ raise "Missing the required parameter 'folder_key' when calling update_folder." if folder_key.nil?
4053
+ raise "Missing the required parameter 'update_folder_details' when calling update_folder." if update_folder_details.nil?
4054
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
4055
+ raise "Parameter value for 'folder_key' must not be blank" if OCI::Internal::Util.blank_string?(folder_key)
4056
+
4057
+ path = '/registries/{registryId}/folders/{folderKey}'.sub('{registryId}', registry_id.to_s).sub('{folderKey}', folder_key.to_s)
4058
+ operation_signing_strategy = :standard
4059
+
4060
+ # rubocop:disable Style/NegatedIf
4061
+ # Query Params
4062
+ query_params = {}
4063
+
4064
+ # Header Params
4065
+ header_params = {}
4066
+ header_params[:accept] = 'application/json'
4067
+ header_params[:'content-type'] = 'application/json'
4068
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4069
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
4070
+ # rubocop:enable Style/NegatedIf
4071
+
4072
+ post_body = @api_client.object_to_http_body(update_folder_details)
4073
+
4074
+ # rubocop:disable Metrics/BlockLength
4075
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#update_folder') do
4076
+ @api_client.call_api(
4077
+ :PUT,
4078
+ path,
4079
+ endpoint,
4080
+ header_params: header_params,
4081
+ query_params: query_params,
4082
+ operation_signing_strategy: operation_signing_strategy,
4083
+ body: post_body,
4084
+ return_type: 'OCI::DataConnectivity::Models::Folder'
4085
+ )
4086
+ end
4087
+ # rubocop:enable Metrics/BlockLength
4088
+ end
4089
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4090
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4091
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4092
+
4093
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4094
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4095
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4096
+
4097
+
4098
+ # Updates the Data Connectivity Management Registry
4099
+ # @param [String] registry_id The registry Ocid.
4100
+ # @param [OCI::DataConnectivity::Models::UpdateRegistryDetails] update_registry_details The information to be updated.
4101
+ # @param [Hash] opts the optional parameters
4102
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4103
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4104
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
4105
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
4106
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
4107
+ #
4108
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
4109
+ # you need to contact Oracle about a particular request,
4110
+ # please provide the request ID.
4111
+ #
4112
+ # @return [Response] A Response object with data of type {OCI::DataConnectivity::Models::Registry Registry}
4113
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/update_registry.rb.html) to see an example of how to use update_registry API.
4114
+ def update_registry(registry_id, update_registry_details, opts = {})
4115
+ logger.debug 'Calling operation DataConnectivityManagementClient#update_registry.' if logger
4116
+
4117
+ raise "Missing the required parameter 'registry_id' when calling update_registry." if registry_id.nil?
4118
+ raise "Missing the required parameter 'update_registry_details' when calling update_registry." if update_registry_details.nil?
4119
+ raise "Parameter value for 'registry_id' must not be blank" if OCI::Internal::Util.blank_string?(registry_id)
4120
+
4121
+ path = '/registries/{registryId}'.sub('{registryId}', registry_id.to_s)
4122
+ operation_signing_strategy = :standard
4123
+
4124
+ # rubocop:disable Style/NegatedIf
4125
+ # Query Params
4126
+ query_params = {}
4127
+
4128
+ # Header Params
4129
+ header_params = {}
4130
+ header_params[:accept] = 'application/json'
4131
+ header_params[:'content-type'] = 'application/json'
4132
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
4133
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4134
+ # rubocop:enable Style/NegatedIf
4135
+
4136
+ post_body = @api_client.object_to_http_body(update_registry_details)
4137
+
4138
+ # rubocop:disable Metrics/BlockLength
4139
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#update_registry') do
4140
+ @api_client.call_api(
4141
+ :PUT,
4142
+ path,
4143
+ endpoint,
4144
+ header_params: header_params,
4145
+ query_params: query_params,
4146
+ operation_signing_strategy: operation_signing_strategy,
4147
+ body: post_body,
4148
+ return_type: 'OCI::DataConnectivity::Models::Registry'
4149
+ )
4150
+ end
4151
+ # rubocop:enable Metrics/BlockLength
4152
+ end
4153
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4154
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4155
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4156
+
4157
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4158
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4159
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4160
+
4161
+
4162
+ # Validates the dataAsset network Reachability.
4163
+ #
4164
+ # @param [String] endpoint_id DCMS Endpoint id
4165
+ # @param [Hash] opts the optional parameters
4166
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4167
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4168
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the `etag` from a previous GET or POST response for that resource.
4169
+ # The resource will be updated or deleted only if the `etag` you provide matches the resource's current `etag` value.
4170
+ # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
4171
+ #
4172
+ # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If
4173
+ # you need to contact Oracle about a particular request,
4174
+ # please provide the request ID.
4175
+ #
4176
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
4177
+ #
4178
+ # @option opts [String] :registry_id DCMS registry id
4179
+ # @return [Response] A Response object with data of type nil
4180
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataconnectivity/validate_data_asset_network_reachablity.rb.html) to see an example of how to use validate_data_asset_network_reachablity API.
4181
+ def validate_data_asset_network_reachablity(endpoint_id, opts = {})
4182
+ logger.debug 'Calling operation DataConnectivityManagementClient#validate_data_asset_network_reachablity.' if logger
4183
+
4184
+ raise "Missing the required parameter 'endpoint_id' when calling validate_data_asset_network_reachablity." if endpoint_id.nil?
4185
+ raise "Parameter value for 'endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(endpoint_id)
4186
+
4187
+ path = '/endpoints/{endpointId}/actions/validateDataAssetNetworkReachablity'.sub('{endpointId}', endpoint_id.to_s)
4188
+ operation_signing_strategy = :standard
4189
+
4190
+ # rubocop:disable Style/NegatedIf
4191
+ # Query Params
4192
+ query_params = {}
4193
+ query_params[:registryId] = opts[:registry_id] if opts[:registry_id]
4194
+
4195
+ # Header Params
4196
+ header_params = {}
4197
+ header_params[:accept] = 'application/json'
4198
+ header_params[:'content-type'] = 'application/json'
4199
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
4200
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4201
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
4202
+ # rubocop:enable Style/NegatedIf
4203
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
4204
+
4205
+ post_body = nil
4206
+
4207
+ # rubocop:disable Metrics/BlockLength
4208
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DataConnectivityManagementClient#validate_data_asset_network_reachablity') do
4209
+ @api_client.call_api(
4210
+ :POST,
4211
+ path,
4212
+ endpoint,
4213
+ header_params: header_params,
4214
+ query_params: query_params,
4215
+ operation_signing_strategy: operation_signing_strategy,
4216
+ body: post_body
4217
+ )
4218
+ end
4219
+ # rubocop:enable Metrics/BlockLength
4220
+ end
4221
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4222
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4223
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4224
+
4225
+ private
4226
+
4227
+ def applicable_retry_config(opts = {})
4228
+ return @retry_config unless opts.key?(:retry_config)
4229
+
4230
+ opts[:retry_config]
4231
+ end
4232
+ end
4233
+ end
4234
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength