oci 2.17.0 → 2.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,3167 @@
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 Service Mesh API to manage mesh, virtual service, access policy and other mesh related items.
10
+ class ServiceMesh::ServiceMeshClient
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 ServiceMeshClient.
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 + '/20210930'
70
+ else
71
+ region ||= config.region
72
+ region ||= signer.region if signer.respond_to?(:region)
73
+ self.region = region
74
+ end
75
+ logger.info "ServiceMeshClient 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://servicemesh.{region}.oci.{secondLevelDomain}') + '/20210930'
88
+ logger.info "ServiceMeshClient 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
+ # Moves an AccessPolicy resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
102
+ # @param [String] access_policy_id Unique AccessPolicy identifier.
103
+ # @param [OCI::ServiceMesh::Models::ChangeAccessPolicyCompartmentDetails] change_access_policy_compartment_details The information to be updated.
104
+ # @param [Hash] opts the optional parameters
105
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
106
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
107
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
108
+ # for a resource, set the `if-match` parameter to the value of the
109
+ # etag from a previous GET or POST response for that resource.
110
+ # The resource will be updated or deleted only if the etag you
111
+ # provide matches the resource's current etag value.
112
+ #
113
+ # @option opts [String] :opc_request_id The client request ID for tracing.
114
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
115
+ # server error without risk of executing that same action again. Retry tokens expire after 24
116
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
117
+ # has been deleted and purged from the system, then a retry of the original creation request
118
+ # might be rejected.
119
+ #
120
+ # @return [Response] A Response object with data of type nil
121
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_access_policy_compartment.rb.html) to see an example of how to use change_access_policy_compartment API.
122
+ def change_access_policy_compartment(access_policy_id, change_access_policy_compartment_details, opts = {})
123
+ logger.debug 'Calling operation ServiceMeshClient#change_access_policy_compartment.' if logger
124
+
125
+ raise "Missing the required parameter 'access_policy_id' when calling change_access_policy_compartment." if access_policy_id.nil?
126
+ raise "Missing the required parameter 'change_access_policy_compartment_details' when calling change_access_policy_compartment." if change_access_policy_compartment_details.nil?
127
+ raise "Parameter value for 'access_policy_id' must not be blank" if OCI::Internal::Util.blank_string?(access_policy_id)
128
+
129
+ path = '/accessPolicies/{accessPolicyId}/actions/changeCompartment'.sub('{accessPolicyId}', access_policy_id.to_s)
130
+ operation_signing_strategy = :standard
131
+
132
+ # rubocop:disable Style/NegatedIf
133
+ # Query Params
134
+ query_params = {}
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_access_policy_compartment_details)
147
+
148
+ # rubocop:disable Metrics/BlockLength
149
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_access_policy_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
+ # Moves a IngressGateway resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
172
+ # @param [String] ingress_gateway_id Unique IngressGateway identifier.
173
+ # @param [OCI::ServiceMesh::Models::ChangeIngressGatewayCompartmentDetails] change_ingress_gateway_compartment_details The information to be updated.
174
+ # @param [Hash] opts the optional parameters
175
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
176
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
177
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
178
+ # for a resource, set the `if-match` parameter to the value of the
179
+ # etag from a previous GET or POST response for that resource.
180
+ # The resource will be updated or deleted only if the etag you
181
+ # provide matches the resource's current etag value.
182
+ #
183
+ # @option opts [String] :opc_request_id The client request ID for tracing.
184
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
185
+ # server error without risk of executing that same action again. Retry tokens expire after 24
186
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
187
+ # has been deleted and purged from the system, then a retry of the original creation request
188
+ # might be rejected.
189
+ #
190
+ # @return [Response] A Response object with data of type nil
191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_ingress_gateway_compartment.rb.html) to see an example of how to use change_ingress_gateway_compartment API.
192
+ def change_ingress_gateway_compartment(ingress_gateway_id, change_ingress_gateway_compartment_details, opts = {})
193
+ logger.debug 'Calling operation ServiceMeshClient#change_ingress_gateway_compartment.' if logger
194
+
195
+ raise "Missing the required parameter 'ingress_gateway_id' when calling change_ingress_gateway_compartment." if ingress_gateway_id.nil?
196
+ raise "Missing the required parameter 'change_ingress_gateway_compartment_details' when calling change_ingress_gateway_compartment." if change_ingress_gateway_compartment_details.nil?
197
+ raise "Parameter value for 'ingress_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_id)
198
+
199
+ path = '/ingressGateways/{ingressGatewayId}/actions/changeCompartment'.sub('{ingressGatewayId}', ingress_gateway_id.to_s)
200
+ operation_signing_strategy = :standard
201
+
202
+ # rubocop:disable Style/NegatedIf
203
+ # Query Params
204
+ query_params = {}
205
+
206
+ # Header Params
207
+ header_params = {}
208
+ header_params[:accept] = 'application/json'
209
+ header_params[:'content-type'] = 'application/json'
210
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
211
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
212
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
213
+ # rubocop:enable Style/NegatedIf
214
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
215
+
216
+ post_body = @api_client.object_to_http_body(change_ingress_gateway_compartment_details)
217
+
218
+ # rubocop:disable Metrics/BlockLength
219
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_ingress_gateway_compartment') do
220
+ @api_client.call_api(
221
+ :POST,
222
+ path,
223
+ endpoint,
224
+ header_params: header_params,
225
+ query_params: query_params,
226
+ operation_signing_strategy: operation_signing_strategy,
227
+ body: post_body
228
+ )
229
+ end
230
+ # rubocop:enable Metrics/BlockLength
231
+ end
232
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
233
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
234
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
235
+
236
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
237
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
238
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
239
+
240
+
241
+ # Moves a IngressGatewayRouteTable resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
242
+ # @param [String] ingress_gateway_route_table_id Unique IngressGatewayRouteTable identifier.
243
+ # @param [OCI::ServiceMesh::Models::ChangeIngressGatewayRouteTableCompartmentDetails] change_ingress_gateway_route_table_compartment_details The information to be updated.
244
+ # @param [Hash] opts the optional parameters
245
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
246
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
247
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
248
+ # for a resource, set the `if-match` parameter to the value of the
249
+ # etag from a previous GET or POST response for that resource.
250
+ # The resource will be updated or deleted only if the etag you
251
+ # provide matches the resource's current etag value.
252
+ #
253
+ # @option opts [String] :opc_request_id The client request ID for tracing.
254
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
255
+ # server error without risk of executing that same action again. Retry tokens expire after 24
256
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
257
+ # has been deleted and purged from the system, then a retry of the original creation request
258
+ # might be rejected.
259
+ #
260
+ # @return [Response] A Response object with data of type nil
261
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_ingress_gateway_route_table_compartment.rb.html) to see an example of how to use change_ingress_gateway_route_table_compartment API.
262
+ def change_ingress_gateway_route_table_compartment(ingress_gateway_route_table_id, change_ingress_gateway_route_table_compartment_details, opts = {})
263
+ logger.debug 'Calling operation ServiceMeshClient#change_ingress_gateway_route_table_compartment.' if logger
264
+
265
+ raise "Missing the required parameter 'ingress_gateway_route_table_id' when calling change_ingress_gateway_route_table_compartment." if ingress_gateway_route_table_id.nil?
266
+ raise "Missing the required parameter 'change_ingress_gateway_route_table_compartment_details' when calling change_ingress_gateway_route_table_compartment." if change_ingress_gateway_route_table_compartment_details.nil?
267
+ raise "Parameter value for 'ingress_gateway_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_route_table_id)
268
+
269
+ path = '/ingressGatewayRouteTables/{ingressGatewayRouteTableId}/actions/changeCompartment'.sub('{ingressGatewayRouteTableId}', ingress_gateway_route_table_id.to_s)
270
+ operation_signing_strategy = :standard
271
+
272
+ # rubocop:disable Style/NegatedIf
273
+ # Query Params
274
+ query_params = {}
275
+
276
+ # Header Params
277
+ header_params = {}
278
+ header_params[:accept] = 'application/json'
279
+ header_params[:'content-type'] = 'application/json'
280
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
281
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
282
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
283
+ # rubocop:enable Style/NegatedIf
284
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
285
+
286
+ post_body = @api_client.object_to_http_body(change_ingress_gateway_route_table_compartment_details)
287
+
288
+ # rubocop:disable Metrics/BlockLength
289
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_ingress_gateway_route_table_compartment') do
290
+ @api_client.call_api(
291
+ :POST,
292
+ path,
293
+ endpoint,
294
+ header_params: header_params,
295
+ query_params: query_params,
296
+ operation_signing_strategy: operation_signing_strategy,
297
+ body: post_body
298
+ )
299
+ end
300
+ # rubocop:enable Metrics/BlockLength
301
+ end
302
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
303
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
304
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
305
+
306
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
307
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
308
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
309
+
310
+
311
+ # Moves a Mesh resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
312
+ # @param [String] mesh_id Unique Mesh identifier.
313
+ # @param [OCI::ServiceMesh::Models::ChangeMeshCompartmentDetails] change_mesh_compartment_details The information to be updated.
314
+ # @param [Hash] opts the optional parameters
315
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
316
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
317
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
318
+ # for a resource, set the `if-match` parameter to the value of the
319
+ # etag from a previous GET or POST response for that resource.
320
+ # The resource will be updated or deleted only if the etag you
321
+ # provide matches the resource's current etag value.
322
+ #
323
+ # @option opts [String] :opc_request_id The client request ID for tracing.
324
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
325
+ # server error without risk of executing that same action again. Retry tokens expire after 24
326
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
327
+ # has been deleted and purged from the system, then a retry of the original creation request
328
+ # might be rejected.
329
+ #
330
+ # @return [Response] A Response object with data of type nil
331
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_mesh_compartment.rb.html) to see an example of how to use change_mesh_compartment API.
332
+ def change_mesh_compartment(mesh_id, change_mesh_compartment_details, opts = {})
333
+ logger.debug 'Calling operation ServiceMeshClient#change_mesh_compartment.' if logger
334
+
335
+ raise "Missing the required parameter 'mesh_id' when calling change_mesh_compartment." if mesh_id.nil?
336
+ raise "Missing the required parameter 'change_mesh_compartment_details' when calling change_mesh_compartment." if change_mesh_compartment_details.nil?
337
+ raise "Parameter value for 'mesh_id' must not be blank" if OCI::Internal::Util.blank_string?(mesh_id)
338
+
339
+ path = '/meshes/{meshId}/actions/changeCompartment'.sub('{meshId}', mesh_id.to_s)
340
+ operation_signing_strategy = :standard
341
+
342
+ # rubocop:disable Style/NegatedIf
343
+ # Query Params
344
+ query_params = {}
345
+
346
+ # Header Params
347
+ header_params = {}
348
+ header_params[:accept] = 'application/json'
349
+ header_params[:'content-type'] = 'application/json'
350
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
351
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
352
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
353
+ # rubocop:enable Style/NegatedIf
354
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
355
+
356
+ post_body = @api_client.object_to_http_body(change_mesh_compartment_details)
357
+
358
+ # rubocop:disable Metrics/BlockLength
359
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_mesh_compartment') do
360
+ @api_client.call_api(
361
+ :POST,
362
+ path,
363
+ endpoint,
364
+ header_params: header_params,
365
+ query_params: query_params,
366
+ operation_signing_strategy: operation_signing_strategy,
367
+ body: post_body
368
+ )
369
+ end
370
+ # rubocop:enable Metrics/BlockLength
371
+ end
372
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
373
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
374
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
375
+
376
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
377
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
378
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
379
+
380
+
381
+ # Moves a VirtualDeployment resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
382
+ # @param [String] virtual_deployment_id Unique VirtualDeployment identifier.
383
+ # @param [OCI::ServiceMesh::Models::ChangeVirtualDeploymentCompartmentDetails] change_virtual_deployment_compartment_details The information to be updated.
384
+ # @param [Hash] opts the optional parameters
385
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
386
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
387
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
388
+ # for a resource, set the `if-match` parameter to the value of the
389
+ # etag from a previous GET or POST response for that resource.
390
+ # The resource will be updated or deleted only if the etag you
391
+ # provide matches the resource's current etag value.
392
+ #
393
+ # @option opts [String] :opc_request_id The client request ID for tracing.
394
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
395
+ # server error without risk of executing that same action again. Retry tokens expire after 24
396
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
397
+ # has been deleted and purged from the system, then a retry of the original creation request
398
+ # might be rejected.
399
+ #
400
+ # @return [Response] A Response object with data of type nil
401
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_virtual_deployment_compartment.rb.html) to see an example of how to use change_virtual_deployment_compartment API.
402
+ def change_virtual_deployment_compartment(virtual_deployment_id, change_virtual_deployment_compartment_details, opts = {})
403
+ logger.debug 'Calling operation ServiceMeshClient#change_virtual_deployment_compartment.' if logger
404
+
405
+ raise "Missing the required parameter 'virtual_deployment_id' when calling change_virtual_deployment_compartment." if virtual_deployment_id.nil?
406
+ raise "Missing the required parameter 'change_virtual_deployment_compartment_details' when calling change_virtual_deployment_compartment." if change_virtual_deployment_compartment_details.nil?
407
+ raise "Parameter value for 'virtual_deployment_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_deployment_id)
408
+
409
+ path = '/virtualDeployments/{virtualDeploymentId}/actions/changeCompartment'.sub('{virtualDeploymentId}', virtual_deployment_id.to_s)
410
+ operation_signing_strategy = :standard
411
+
412
+ # rubocop:disable Style/NegatedIf
413
+ # Query Params
414
+ query_params = {}
415
+
416
+ # Header Params
417
+ header_params = {}
418
+ header_params[:accept] = 'application/json'
419
+ header_params[:'content-type'] = 'application/json'
420
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
421
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
422
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
423
+ # rubocop:enable Style/NegatedIf
424
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
425
+
426
+ post_body = @api_client.object_to_http_body(change_virtual_deployment_compartment_details)
427
+
428
+ # rubocop:disable Metrics/BlockLength
429
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_virtual_deployment_compartment') do
430
+ @api_client.call_api(
431
+ :POST,
432
+ path,
433
+ endpoint,
434
+ header_params: header_params,
435
+ query_params: query_params,
436
+ operation_signing_strategy: operation_signing_strategy,
437
+ body: post_body
438
+ )
439
+ end
440
+ # rubocop:enable Metrics/BlockLength
441
+ end
442
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
443
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
444
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
445
+
446
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
447
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
448
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
449
+
450
+
451
+ # Moves a VirtualService resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
452
+ # @param [String] virtual_service_id Unique VirtualService identifier.
453
+ # @param [OCI::ServiceMesh::Models::ChangeVirtualServiceCompartmentDetails] change_virtual_service_compartment_details The information to be updated.
454
+ # @param [Hash] opts the optional parameters
455
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
456
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
457
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
458
+ # for a resource, set the `if-match` parameter to the value of the
459
+ # etag from a previous GET or POST response for that resource.
460
+ # The resource will be updated or deleted only if the etag you
461
+ # provide matches the resource's current etag value.
462
+ #
463
+ # @option opts [String] :opc_request_id The client request ID for tracing.
464
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
465
+ # server error without risk of executing that same action again. Retry tokens expire after 24
466
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
467
+ # has been deleted and purged from the system, then a retry of the original creation request
468
+ # might be rejected.
469
+ #
470
+ # @return [Response] A Response object with data of type nil
471
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_virtual_service_compartment.rb.html) to see an example of how to use change_virtual_service_compartment API.
472
+ def change_virtual_service_compartment(virtual_service_id, change_virtual_service_compartment_details, opts = {})
473
+ logger.debug 'Calling operation ServiceMeshClient#change_virtual_service_compartment.' if logger
474
+
475
+ raise "Missing the required parameter 'virtual_service_id' when calling change_virtual_service_compartment." if virtual_service_id.nil?
476
+ raise "Missing the required parameter 'change_virtual_service_compartment_details' when calling change_virtual_service_compartment." if change_virtual_service_compartment_details.nil?
477
+ raise "Parameter value for 'virtual_service_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_id)
478
+
479
+ path = '/virtualServices/{virtualServiceId}/actions/changeCompartment'.sub('{virtualServiceId}', virtual_service_id.to_s)
480
+ operation_signing_strategy = :standard
481
+
482
+ # rubocop:disable Style/NegatedIf
483
+ # Query Params
484
+ query_params = {}
485
+
486
+ # Header Params
487
+ header_params = {}
488
+ header_params[:accept] = 'application/json'
489
+ header_params[:'content-type'] = 'application/json'
490
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
491
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
492
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
493
+ # rubocop:enable Style/NegatedIf
494
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
495
+
496
+ post_body = @api_client.object_to_http_body(change_virtual_service_compartment_details)
497
+
498
+ # rubocop:disable Metrics/BlockLength
499
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_virtual_service_compartment') do
500
+ @api_client.call_api(
501
+ :POST,
502
+ path,
503
+ endpoint,
504
+ header_params: header_params,
505
+ query_params: query_params,
506
+ operation_signing_strategy: operation_signing_strategy,
507
+ body: post_body
508
+ )
509
+ end
510
+ # rubocop:enable Metrics/BlockLength
511
+ end
512
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
513
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
514
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
515
+
516
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
517
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
518
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
519
+
520
+
521
+ # Moves a VirtualServiceRouteTable resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
522
+ # @param [String] virtual_service_route_table_id Unique VirtualServiceRouteTable identifier.
523
+ # @param [OCI::ServiceMesh::Models::ChangeVirtualServiceRouteTableCompartmentDetails] change_virtual_service_route_table_compartment_details The information to be updated.
524
+ # @param [Hash] opts the optional parameters
525
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
526
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
527
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
528
+ # for a resource, set the `if-match` parameter to the value of the
529
+ # etag from a previous GET or POST response for that resource.
530
+ # The resource will be updated or deleted only if the etag you
531
+ # provide matches the resource's current etag value.
532
+ #
533
+ # @option opts [String] :opc_request_id The client request ID for tracing.
534
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
535
+ # server error without risk of executing that same action again. Retry tokens expire after 24
536
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
537
+ # has been deleted and purged from the system, then a retry of the original creation request
538
+ # might be rejected.
539
+ #
540
+ # @return [Response] A Response object with data of type nil
541
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/change_virtual_service_route_table_compartment.rb.html) to see an example of how to use change_virtual_service_route_table_compartment API.
542
+ def change_virtual_service_route_table_compartment(virtual_service_route_table_id, change_virtual_service_route_table_compartment_details, opts = {})
543
+ logger.debug 'Calling operation ServiceMeshClient#change_virtual_service_route_table_compartment.' if logger
544
+
545
+ raise "Missing the required parameter 'virtual_service_route_table_id' when calling change_virtual_service_route_table_compartment." if virtual_service_route_table_id.nil?
546
+ raise "Missing the required parameter 'change_virtual_service_route_table_compartment_details' when calling change_virtual_service_route_table_compartment." if change_virtual_service_route_table_compartment_details.nil?
547
+ raise "Parameter value for 'virtual_service_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_route_table_id)
548
+
549
+ path = '/virtualServiceRouteTables/{virtualServiceRouteTableId}/actions/changeCompartment'.sub('{virtualServiceRouteTableId}', virtual_service_route_table_id.to_s)
550
+ operation_signing_strategy = :standard
551
+
552
+ # rubocop:disable Style/NegatedIf
553
+ # Query Params
554
+ query_params = {}
555
+
556
+ # Header Params
557
+ header_params = {}
558
+ header_params[:accept] = 'application/json'
559
+ header_params[:'content-type'] = 'application/json'
560
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
561
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
562
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
563
+ # rubocop:enable Style/NegatedIf
564
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
565
+
566
+ post_body = @api_client.object_to_http_body(change_virtual_service_route_table_compartment_details)
567
+
568
+ # rubocop:disable Metrics/BlockLength
569
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#change_virtual_service_route_table_compartment') do
570
+ @api_client.call_api(
571
+ :POST,
572
+ path,
573
+ endpoint,
574
+ header_params: header_params,
575
+ query_params: query_params,
576
+ operation_signing_strategy: operation_signing_strategy,
577
+ body: post_body
578
+ )
579
+ end
580
+ # rubocop:enable Metrics/BlockLength
581
+ end
582
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
583
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
584
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
585
+
586
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
587
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
588
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
589
+
590
+
591
+ # Creates a new AccessPolicy.
592
+ #
593
+ # @param [OCI::ServiceMesh::Models::CreateAccessPolicyDetails] create_access_policy_details Details for the new AccessPolicy.
594
+ # @param [Hash] opts the optional parameters
595
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
596
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
597
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
598
+ # server error without risk of executing that same action again. Retry tokens expire after 24
599
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
600
+ # has been deleted and purged from the system, then a retry of the original creation request
601
+ # might be rejected.
602
+ #
603
+ # @option opts [String] :opc_request_id The client request ID for tracing.
604
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::AccessPolicy AccessPolicy}
605
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_access_policy.rb.html) to see an example of how to use create_access_policy API.
606
+ def create_access_policy(create_access_policy_details, opts = {})
607
+ logger.debug 'Calling operation ServiceMeshClient#create_access_policy.' if logger
608
+
609
+ raise "Missing the required parameter 'create_access_policy_details' when calling create_access_policy." if create_access_policy_details.nil?
610
+
611
+ path = '/accessPolicies'
612
+ operation_signing_strategy = :standard
613
+
614
+ # rubocop:disable Style/NegatedIf
615
+ # Query Params
616
+ query_params = {}
617
+
618
+ # Header Params
619
+ header_params = {}
620
+ header_params[:accept] = 'application/json'
621
+ header_params[:'content-type'] = 'application/json'
622
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
623
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
624
+ # rubocop:enable Style/NegatedIf
625
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
626
+
627
+ post_body = @api_client.object_to_http_body(create_access_policy_details)
628
+
629
+ # rubocop:disable Metrics/BlockLength
630
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_access_policy') do
631
+ @api_client.call_api(
632
+ :POST,
633
+ path,
634
+ endpoint,
635
+ header_params: header_params,
636
+ query_params: query_params,
637
+ operation_signing_strategy: operation_signing_strategy,
638
+ body: post_body,
639
+ return_type: 'OCI::ServiceMesh::Models::AccessPolicy'
640
+ )
641
+ end
642
+ # rubocop:enable Metrics/BlockLength
643
+ end
644
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
645
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
646
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
647
+
648
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
649
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
650
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
651
+
652
+
653
+ # Creates a new IngressGateway.
654
+ #
655
+ # @param [OCI::ServiceMesh::Models::CreateIngressGatewayDetails] create_ingress_gateway_details Details for the new IngressGateway.
656
+ # @param [Hash] opts the optional parameters
657
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
658
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
659
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
660
+ # server error without risk of executing that same action again. Retry tokens expire after 24
661
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
662
+ # has been deleted and purged from the system, then a retry of the original creation request
663
+ # might be rejected.
664
+ #
665
+ # @option opts [String] :opc_request_id The client request ID for tracing.
666
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGateway IngressGateway}
667
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_ingress_gateway.rb.html) to see an example of how to use create_ingress_gateway API.
668
+ def create_ingress_gateway(create_ingress_gateway_details, opts = {})
669
+ logger.debug 'Calling operation ServiceMeshClient#create_ingress_gateway.' if logger
670
+
671
+ raise "Missing the required parameter 'create_ingress_gateway_details' when calling create_ingress_gateway." if create_ingress_gateway_details.nil?
672
+
673
+ path = '/ingressGateways'
674
+ operation_signing_strategy = :standard
675
+
676
+ # rubocop:disable Style/NegatedIf
677
+ # Query Params
678
+ query_params = {}
679
+
680
+ # Header Params
681
+ header_params = {}
682
+ header_params[:accept] = 'application/json'
683
+ header_params[:'content-type'] = 'application/json'
684
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
685
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
686
+ # rubocop:enable Style/NegatedIf
687
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
688
+
689
+ post_body = @api_client.object_to_http_body(create_ingress_gateway_details)
690
+
691
+ # rubocop:disable Metrics/BlockLength
692
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_ingress_gateway') do
693
+ @api_client.call_api(
694
+ :POST,
695
+ path,
696
+ endpoint,
697
+ header_params: header_params,
698
+ query_params: query_params,
699
+ operation_signing_strategy: operation_signing_strategy,
700
+ body: post_body,
701
+ return_type: 'OCI::ServiceMesh::Models::IngressGateway'
702
+ )
703
+ end
704
+ # rubocop:enable Metrics/BlockLength
705
+ end
706
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
707
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
708
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
709
+
710
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
711
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
712
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
713
+
714
+
715
+ # Creates a new IngressGatewayRouteTable.
716
+ #
717
+ # @param [OCI::ServiceMesh::Models::CreateIngressGatewayRouteTableDetails] create_ingress_gateway_route_table_details Details for the new IngressGatewayRouteTable.
718
+ # @param [Hash] opts the optional parameters
719
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
720
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
721
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
722
+ # server error without risk of executing that same action again. Retry tokens expire after 24
723
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
724
+ # has been deleted and purged from the system, then a retry of the original creation request
725
+ # might be rejected.
726
+ #
727
+ # @option opts [String] :opc_request_id The client request ID for tracing.
728
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGatewayRouteTable IngressGatewayRouteTable}
729
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_ingress_gateway_route_table.rb.html) to see an example of how to use create_ingress_gateway_route_table API.
730
+ def create_ingress_gateway_route_table(create_ingress_gateway_route_table_details, opts = {})
731
+ logger.debug 'Calling operation ServiceMeshClient#create_ingress_gateway_route_table.' if logger
732
+
733
+ raise "Missing the required parameter 'create_ingress_gateway_route_table_details' when calling create_ingress_gateway_route_table." if create_ingress_gateway_route_table_details.nil?
734
+
735
+ path = '/ingressGatewayRouteTables'
736
+ operation_signing_strategy = :standard
737
+
738
+ # rubocop:disable Style/NegatedIf
739
+ # Query Params
740
+ query_params = {}
741
+
742
+ # Header Params
743
+ header_params = {}
744
+ header_params[:accept] = 'application/json'
745
+ header_params[:'content-type'] = 'application/json'
746
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
747
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
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_ingress_gateway_route_table_details)
752
+
753
+ # rubocop:disable Metrics/BlockLength
754
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_ingress_gateway_route_table') 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::ServiceMesh::Models::IngressGatewayRouteTable'
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
+ # Creates a new Mesh.
778
+ #
779
+ # @param [OCI::ServiceMesh::Models::CreateMeshDetails] create_mesh_details Details for the new Mesh.
780
+ # @param [Hash] opts the optional parameters
781
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
782
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
783
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
784
+ # server error without risk of executing that same action again. Retry tokens expire after 24
785
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
786
+ # has been deleted and purged from the system, then a retry of the original creation request
787
+ # might be rejected.
788
+ #
789
+ # @option opts [String] :opc_request_id The client request ID for tracing.
790
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::Mesh Mesh}
791
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_mesh.rb.html) to see an example of how to use create_mesh API.
792
+ def create_mesh(create_mesh_details, opts = {})
793
+ logger.debug 'Calling operation ServiceMeshClient#create_mesh.' if logger
794
+
795
+ raise "Missing the required parameter 'create_mesh_details' when calling create_mesh." if create_mesh_details.nil?
796
+
797
+ path = '/meshes'
798
+ operation_signing_strategy = :standard
799
+
800
+ # rubocop:disable Style/NegatedIf
801
+ # Query Params
802
+ query_params = {}
803
+
804
+ # Header Params
805
+ header_params = {}
806
+ header_params[:accept] = 'application/json'
807
+ header_params[:'content-type'] = 'application/json'
808
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
809
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
810
+ # rubocop:enable Style/NegatedIf
811
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
812
+
813
+ post_body = @api_client.object_to_http_body(create_mesh_details)
814
+
815
+ # rubocop:disable Metrics/BlockLength
816
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_mesh') do
817
+ @api_client.call_api(
818
+ :POST,
819
+ path,
820
+ endpoint,
821
+ header_params: header_params,
822
+ query_params: query_params,
823
+ operation_signing_strategy: operation_signing_strategy,
824
+ body: post_body,
825
+ return_type: 'OCI::ServiceMesh::Models::Mesh'
826
+ )
827
+ end
828
+ # rubocop:enable Metrics/BlockLength
829
+ end
830
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
831
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
832
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
833
+
834
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
835
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
836
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
837
+
838
+
839
+ # Creates a new VirtualDeployment.
840
+ #
841
+ # @param [OCI::ServiceMesh::Models::CreateVirtualDeploymentDetails] create_virtual_deployment_details Details for the new VirtualDeployment.
842
+ # @param [Hash] opts the optional parameters
843
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
844
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
845
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
846
+ # server error without risk of executing that same action again. Retry tokens expire after 24
847
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
848
+ # has been deleted and purged from the system, then a retry of the original creation request
849
+ # might be rejected.
850
+ #
851
+ # @option opts [String] :opc_request_id The client request ID for tracing.
852
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualDeployment VirtualDeployment}
853
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_virtual_deployment.rb.html) to see an example of how to use create_virtual_deployment API.
854
+ def create_virtual_deployment(create_virtual_deployment_details, opts = {})
855
+ logger.debug 'Calling operation ServiceMeshClient#create_virtual_deployment.' if logger
856
+
857
+ raise "Missing the required parameter 'create_virtual_deployment_details' when calling create_virtual_deployment." if create_virtual_deployment_details.nil?
858
+
859
+ path = '/virtualDeployments'
860
+ operation_signing_strategy = :standard
861
+
862
+ # rubocop:disable Style/NegatedIf
863
+ # Query Params
864
+ query_params = {}
865
+
866
+ # Header Params
867
+ header_params = {}
868
+ header_params[:accept] = 'application/json'
869
+ header_params[:'content-type'] = 'application/json'
870
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
871
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
872
+ # rubocop:enable Style/NegatedIf
873
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
874
+
875
+ post_body = @api_client.object_to_http_body(create_virtual_deployment_details)
876
+
877
+ # rubocop:disable Metrics/BlockLength
878
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_virtual_deployment') do
879
+ @api_client.call_api(
880
+ :POST,
881
+ path,
882
+ endpoint,
883
+ header_params: header_params,
884
+ query_params: query_params,
885
+ operation_signing_strategy: operation_signing_strategy,
886
+ body: post_body,
887
+ return_type: 'OCI::ServiceMesh::Models::VirtualDeployment'
888
+ )
889
+ end
890
+ # rubocop:enable Metrics/BlockLength
891
+ end
892
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
893
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
894
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
895
+
896
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
897
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
898
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
899
+
900
+
901
+ # Creates a new VirtualService.
902
+ #
903
+ # @param [OCI::ServiceMesh::Models::CreateVirtualServiceDetails] create_virtual_service_details Details for the new VirtualService.
904
+ # @param [Hash] opts the optional parameters
905
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
906
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
907
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
908
+ # server error without risk of executing that same action again. Retry tokens expire after 24
909
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
910
+ # has been deleted and purged from the system, then a retry of the original creation request
911
+ # might be rejected.
912
+ #
913
+ # @option opts [String] :opc_request_id The client request ID for tracing.
914
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualService VirtualService}
915
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_virtual_service.rb.html) to see an example of how to use create_virtual_service API.
916
+ def create_virtual_service(create_virtual_service_details, opts = {})
917
+ logger.debug 'Calling operation ServiceMeshClient#create_virtual_service.' if logger
918
+
919
+ raise "Missing the required parameter 'create_virtual_service_details' when calling create_virtual_service." if create_virtual_service_details.nil?
920
+
921
+ path = '/virtualServices'
922
+ operation_signing_strategy = :standard
923
+
924
+ # rubocop:disable Style/NegatedIf
925
+ # Query Params
926
+ query_params = {}
927
+
928
+ # Header Params
929
+ header_params = {}
930
+ header_params[:accept] = 'application/json'
931
+ header_params[:'content-type'] = 'application/json'
932
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
933
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
934
+ # rubocop:enable Style/NegatedIf
935
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
936
+
937
+ post_body = @api_client.object_to_http_body(create_virtual_service_details)
938
+
939
+ # rubocop:disable Metrics/BlockLength
940
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_virtual_service') do
941
+ @api_client.call_api(
942
+ :POST,
943
+ path,
944
+ endpoint,
945
+ header_params: header_params,
946
+ query_params: query_params,
947
+ operation_signing_strategy: operation_signing_strategy,
948
+ body: post_body,
949
+ return_type: 'OCI::ServiceMesh::Models::VirtualService'
950
+ )
951
+ end
952
+ # rubocop:enable Metrics/BlockLength
953
+ end
954
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
955
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
956
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
957
+
958
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
959
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
960
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
961
+
962
+
963
+ # Creates a new VirtualServiceRouteTable.
964
+ #
965
+ # @param [OCI::ServiceMesh::Models::CreateVirtualServiceRouteTableDetails] create_virtual_service_route_table_details Details for the new VirtualServiceRouteTable.
966
+ # @param [Hash] opts the optional parameters
967
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
968
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
969
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
970
+ # server error without risk of executing that same action again. Retry tokens expire after 24
971
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
972
+ # has been deleted and purged from the system, then a retry of the original creation request
973
+ # might be rejected.
974
+ #
975
+ # @option opts [String] :opc_request_id The client request ID for tracing.
976
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualServiceRouteTable VirtualServiceRouteTable}
977
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/create_virtual_service_route_table.rb.html) to see an example of how to use create_virtual_service_route_table API.
978
+ def create_virtual_service_route_table(create_virtual_service_route_table_details, opts = {})
979
+ logger.debug 'Calling operation ServiceMeshClient#create_virtual_service_route_table.' if logger
980
+
981
+ raise "Missing the required parameter 'create_virtual_service_route_table_details' when calling create_virtual_service_route_table." if create_virtual_service_route_table_details.nil?
982
+
983
+ path = '/virtualServiceRouteTables'
984
+ operation_signing_strategy = :standard
985
+
986
+ # rubocop:disable Style/NegatedIf
987
+ # Query Params
988
+ query_params = {}
989
+
990
+ # Header Params
991
+ header_params = {}
992
+ header_params[:accept] = 'application/json'
993
+ header_params[:'content-type'] = 'application/json'
994
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
995
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
996
+ # rubocop:enable Style/NegatedIf
997
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
998
+
999
+ post_body = @api_client.object_to_http_body(create_virtual_service_route_table_details)
1000
+
1001
+ # rubocop:disable Metrics/BlockLength
1002
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#create_virtual_service_route_table') do
1003
+ @api_client.call_api(
1004
+ :POST,
1005
+ path,
1006
+ endpoint,
1007
+ header_params: header_params,
1008
+ query_params: query_params,
1009
+ operation_signing_strategy: operation_signing_strategy,
1010
+ body: post_body,
1011
+ return_type: 'OCI::ServiceMesh::Models::VirtualServiceRouteTable'
1012
+ )
1013
+ end
1014
+ # rubocop:enable Metrics/BlockLength
1015
+ end
1016
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1017
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1018
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1019
+
1020
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1021
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1022
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1023
+
1024
+
1025
+ # Deletes an AccessPolicy resource by identifier.
1026
+ # @param [String] access_policy_id Unique AccessPolicy identifier.
1027
+ # @param [Hash] opts the optional parameters
1028
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1029
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1030
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1031
+ # for a resource, set the `if-match` parameter to the value of the
1032
+ # etag from a previous GET or POST response for that resource.
1033
+ # The resource will be updated or deleted only if the etag you
1034
+ # provide matches the resource's current etag value.
1035
+ #
1036
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1037
+ # @return [Response] A Response object with data of type nil
1038
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_access_policy.rb.html) to see an example of how to use delete_access_policy API.
1039
+ def delete_access_policy(access_policy_id, opts = {})
1040
+ logger.debug 'Calling operation ServiceMeshClient#delete_access_policy.' if logger
1041
+
1042
+ raise "Missing the required parameter 'access_policy_id' when calling delete_access_policy." if access_policy_id.nil?
1043
+ raise "Parameter value for 'access_policy_id' must not be blank" if OCI::Internal::Util.blank_string?(access_policy_id)
1044
+
1045
+ path = '/accessPolicies/{accessPolicyId}'.sub('{accessPolicyId}', access_policy_id.to_s)
1046
+ operation_signing_strategy = :standard
1047
+
1048
+ # rubocop:disable Style/NegatedIf
1049
+ # Query Params
1050
+ query_params = {}
1051
+
1052
+ # Header Params
1053
+ header_params = {}
1054
+ header_params[:accept] = 'application/json'
1055
+ header_params[:'content-type'] = 'application/json'
1056
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1057
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1058
+ # rubocop:enable Style/NegatedIf
1059
+
1060
+ post_body = nil
1061
+
1062
+ # rubocop:disable Metrics/BlockLength
1063
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_access_policy') do
1064
+ @api_client.call_api(
1065
+ :DELETE,
1066
+ path,
1067
+ endpoint,
1068
+ header_params: header_params,
1069
+ query_params: query_params,
1070
+ operation_signing_strategy: operation_signing_strategy,
1071
+ body: post_body
1072
+ )
1073
+ end
1074
+ # rubocop:enable Metrics/BlockLength
1075
+ end
1076
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1077
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1078
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1079
+
1080
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1081
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1082
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1083
+
1084
+
1085
+ # Deletes an IngressGateway resource by identifier.
1086
+ # @param [String] ingress_gateway_id Unique IngressGateway identifier.
1087
+ # @param [Hash] opts the optional parameters
1088
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1089
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1090
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1091
+ # for a resource, set the `if-match` parameter to the value of the
1092
+ # etag from a previous GET or POST response for that resource.
1093
+ # The resource will be updated or deleted only if the etag you
1094
+ # provide matches the resource's current etag value.
1095
+ #
1096
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1097
+ # @return [Response] A Response object with data of type nil
1098
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_ingress_gateway.rb.html) to see an example of how to use delete_ingress_gateway API.
1099
+ def delete_ingress_gateway(ingress_gateway_id, opts = {})
1100
+ logger.debug 'Calling operation ServiceMeshClient#delete_ingress_gateway.' if logger
1101
+
1102
+ raise "Missing the required parameter 'ingress_gateway_id' when calling delete_ingress_gateway." if ingress_gateway_id.nil?
1103
+ raise "Parameter value for 'ingress_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_id)
1104
+
1105
+ path = '/ingressGateways/{ingressGatewayId}'.sub('{ingressGatewayId}', ingress_gateway_id.to_s)
1106
+ operation_signing_strategy = :standard
1107
+
1108
+ # rubocop:disable Style/NegatedIf
1109
+ # Query Params
1110
+ query_params = {}
1111
+
1112
+ # Header Params
1113
+ header_params = {}
1114
+ header_params[:accept] = 'application/json'
1115
+ header_params[:'content-type'] = 'application/json'
1116
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1117
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1118
+ # rubocop:enable Style/NegatedIf
1119
+
1120
+ post_body = nil
1121
+
1122
+ # rubocop:disable Metrics/BlockLength
1123
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_ingress_gateway') do
1124
+ @api_client.call_api(
1125
+ :DELETE,
1126
+ path,
1127
+ endpoint,
1128
+ header_params: header_params,
1129
+ query_params: query_params,
1130
+ operation_signing_strategy: operation_signing_strategy,
1131
+ body: post_body
1132
+ )
1133
+ end
1134
+ # rubocop:enable Metrics/BlockLength
1135
+ end
1136
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1137
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1138
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1139
+
1140
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1141
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1142
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1143
+
1144
+
1145
+ # Deletes a IngressGatewayRouteTable resource by identifier.
1146
+ # @param [String] ingress_gateway_route_table_id Unique IngressGatewayRouteTable identifier.
1147
+ # @param [Hash] opts the optional parameters
1148
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1149
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1150
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1151
+ # for a resource, set the `if-match` parameter to the value of the
1152
+ # etag from a previous GET or POST response for that resource.
1153
+ # The resource will be updated or deleted only if the etag you
1154
+ # provide matches the resource's current etag value.
1155
+ #
1156
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1157
+ # @return [Response] A Response object with data of type nil
1158
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_ingress_gateway_route_table.rb.html) to see an example of how to use delete_ingress_gateway_route_table API.
1159
+ def delete_ingress_gateway_route_table(ingress_gateway_route_table_id, opts = {})
1160
+ logger.debug 'Calling operation ServiceMeshClient#delete_ingress_gateway_route_table.' if logger
1161
+
1162
+ raise "Missing the required parameter 'ingress_gateway_route_table_id' when calling delete_ingress_gateway_route_table." if ingress_gateway_route_table_id.nil?
1163
+ raise "Parameter value for 'ingress_gateway_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_route_table_id)
1164
+
1165
+ path = '/ingressGatewayRouteTables/{ingressGatewayRouteTableId}'.sub('{ingressGatewayRouteTableId}', ingress_gateway_route_table_id.to_s)
1166
+ operation_signing_strategy = :standard
1167
+
1168
+ # rubocop:disable Style/NegatedIf
1169
+ # Query Params
1170
+ query_params = {}
1171
+
1172
+ # Header Params
1173
+ header_params = {}
1174
+ header_params[:accept] = 'application/json'
1175
+ header_params[:'content-type'] = 'application/json'
1176
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1177
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1178
+ # rubocop:enable Style/NegatedIf
1179
+
1180
+ post_body = nil
1181
+
1182
+ # rubocop:disable Metrics/BlockLength
1183
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_ingress_gateway_route_table') do
1184
+ @api_client.call_api(
1185
+ :DELETE,
1186
+ path,
1187
+ endpoint,
1188
+ header_params: header_params,
1189
+ query_params: query_params,
1190
+ operation_signing_strategy: operation_signing_strategy,
1191
+ body: post_body
1192
+ )
1193
+ end
1194
+ # rubocop:enable Metrics/BlockLength
1195
+ end
1196
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1197
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1198
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1199
+
1200
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1201
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1202
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1203
+
1204
+
1205
+ # Deletes a Mesh resource by identifier.
1206
+ # @param [String] mesh_id Unique Mesh identifier.
1207
+ # @param [Hash] opts the optional parameters
1208
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1209
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1210
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1211
+ # for a resource, set the `if-match` parameter to the value of the
1212
+ # etag from a previous GET or POST response for that resource.
1213
+ # The resource will be updated or deleted only if the etag you
1214
+ # provide matches the resource's current etag value.
1215
+ #
1216
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1217
+ # @return [Response] A Response object with data of type nil
1218
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_mesh.rb.html) to see an example of how to use delete_mesh API.
1219
+ def delete_mesh(mesh_id, opts = {})
1220
+ logger.debug 'Calling operation ServiceMeshClient#delete_mesh.' if logger
1221
+
1222
+ raise "Missing the required parameter 'mesh_id' when calling delete_mesh." if mesh_id.nil?
1223
+ raise "Parameter value for 'mesh_id' must not be blank" if OCI::Internal::Util.blank_string?(mesh_id)
1224
+
1225
+ path = '/meshes/{meshId}'.sub('{meshId}', mesh_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[:'if-match'] = opts[:if_match] if opts[:if_match]
1237
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1238
+ # rubocop:enable Style/NegatedIf
1239
+
1240
+ post_body = nil
1241
+
1242
+ # rubocop:disable Metrics/BlockLength
1243
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_mesh') do
1244
+ @api_client.call_api(
1245
+ :DELETE,
1246
+ path,
1247
+ endpoint,
1248
+ header_params: header_params,
1249
+ query_params: query_params,
1250
+ operation_signing_strategy: operation_signing_strategy,
1251
+ body: post_body
1252
+ )
1253
+ end
1254
+ # rubocop:enable Metrics/BlockLength
1255
+ end
1256
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1257
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1258
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1259
+
1260
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1261
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1262
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1263
+
1264
+
1265
+ # Deletes a VirtualDeployment resource by identifier.
1266
+ # @param [String] virtual_deployment_id Unique VirtualDeployment identifier.
1267
+ # @param [Hash] opts the optional parameters
1268
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1269
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1270
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1271
+ # for a resource, set the `if-match` parameter to the value of the
1272
+ # etag from a previous GET or POST response for that resource.
1273
+ # The resource will be updated or deleted only if the etag you
1274
+ # provide matches the resource's current etag value.
1275
+ #
1276
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1277
+ # @return [Response] A Response object with data of type nil
1278
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_virtual_deployment.rb.html) to see an example of how to use delete_virtual_deployment API.
1279
+ def delete_virtual_deployment(virtual_deployment_id, opts = {})
1280
+ logger.debug 'Calling operation ServiceMeshClient#delete_virtual_deployment.' if logger
1281
+
1282
+ raise "Missing the required parameter 'virtual_deployment_id' when calling delete_virtual_deployment." if virtual_deployment_id.nil?
1283
+ raise "Parameter value for 'virtual_deployment_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_deployment_id)
1284
+
1285
+ path = '/virtualDeployments/{virtualDeploymentId}'.sub('{virtualDeploymentId}', virtual_deployment_id.to_s)
1286
+ operation_signing_strategy = :standard
1287
+
1288
+ # rubocop:disable Style/NegatedIf
1289
+ # Query Params
1290
+ query_params = {}
1291
+
1292
+ # Header Params
1293
+ header_params = {}
1294
+ header_params[:accept] = 'application/json'
1295
+ header_params[:'content-type'] = 'application/json'
1296
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1297
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1298
+ # rubocop:enable Style/NegatedIf
1299
+
1300
+ post_body = nil
1301
+
1302
+ # rubocop:disable Metrics/BlockLength
1303
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_virtual_deployment') do
1304
+ @api_client.call_api(
1305
+ :DELETE,
1306
+ path,
1307
+ endpoint,
1308
+ header_params: header_params,
1309
+ query_params: query_params,
1310
+ operation_signing_strategy: operation_signing_strategy,
1311
+ body: post_body
1312
+ )
1313
+ end
1314
+ # rubocop:enable Metrics/BlockLength
1315
+ end
1316
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1317
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1318
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1319
+
1320
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1321
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1322
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1323
+
1324
+
1325
+ # Deletes a VirtualService resource by identifier
1326
+ # @param [String] virtual_service_id Unique VirtualService identifier.
1327
+ # @param [Hash] opts the optional parameters
1328
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1329
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1330
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1331
+ # for a resource, set the `if-match` parameter to the value of the
1332
+ # etag from a previous GET or POST response for that resource.
1333
+ # The resource will be updated or deleted only if the etag you
1334
+ # provide matches the resource's current etag value.
1335
+ #
1336
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1337
+ # @return [Response] A Response object with data of type nil
1338
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_virtual_service.rb.html) to see an example of how to use delete_virtual_service API.
1339
+ def delete_virtual_service(virtual_service_id, opts = {})
1340
+ logger.debug 'Calling operation ServiceMeshClient#delete_virtual_service.' if logger
1341
+
1342
+ raise "Missing the required parameter 'virtual_service_id' when calling delete_virtual_service." if virtual_service_id.nil?
1343
+ raise "Parameter value for 'virtual_service_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_id)
1344
+
1345
+ path = '/virtualServices/{virtualServiceId}'.sub('{virtualServiceId}', virtual_service_id.to_s)
1346
+ operation_signing_strategy = :standard
1347
+
1348
+ # rubocop:disable Style/NegatedIf
1349
+ # Query Params
1350
+ query_params = {}
1351
+
1352
+ # Header Params
1353
+ header_params = {}
1354
+ header_params[:accept] = 'application/json'
1355
+ header_params[:'content-type'] = 'application/json'
1356
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1357
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1358
+ # rubocop:enable Style/NegatedIf
1359
+
1360
+ post_body = nil
1361
+
1362
+ # rubocop:disable Metrics/BlockLength
1363
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_virtual_service') do
1364
+ @api_client.call_api(
1365
+ :DELETE,
1366
+ path,
1367
+ endpoint,
1368
+ header_params: header_params,
1369
+ query_params: query_params,
1370
+ operation_signing_strategy: operation_signing_strategy,
1371
+ body: post_body
1372
+ )
1373
+ end
1374
+ # rubocop:enable Metrics/BlockLength
1375
+ end
1376
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1377
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1378
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1379
+
1380
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1381
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1382
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1383
+
1384
+
1385
+ # Deletes a VirtualServiceRouteTable resource by identifier.
1386
+ # @param [String] virtual_service_route_table_id Unique VirtualServiceRouteTable identifier.
1387
+ # @param [Hash] opts the optional parameters
1388
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1389
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1390
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
1391
+ # for a resource, set the `if-match` parameter to the value of the
1392
+ # etag from a previous GET or POST response for that resource.
1393
+ # The resource will be updated or deleted only if the etag you
1394
+ # provide matches the resource's current etag value.
1395
+ #
1396
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1397
+ # @return [Response] A Response object with data of type nil
1398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/delete_virtual_service_route_table.rb.html) to see an example of how to use delete_virtual_service_route_table API.
1399
+ def delete_virtual_service_route_table(virtual_service_route_table_id, opts = {})
1400
+ logger.debug 'Calling operation ServiceMeshClient#delete_virtual_service_route_table.' if logger
1401
+
1402
+ raise "Missing the required parameter 'virtual_service_route_table_id' when calling delete_virtual_service_route_table." if virtual_service_route_table_id.nil?
1403
+ raise "Parameter value for 'virtual_service_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_route_table_id)
1404
+
1405
+ path = '/virtualServiceRouteTables/{virtualServiceRouteTableId}'.sub('{virtualServiceRouteTableId}', virtual_service_route_table_id.to_s)
1406
+ operation_signing_strategy = :standard
1407
+
1408
+ # rubocop:disable Style/NegatedIf
1409
+ # Query Params
1410
+ query_params = {}
1411
+
1412
+ # Header Params
1413
+ header_params = {}
1414
+ header_params[:accept] = 'application/json'
1415
+ header_params[:'content-type'] = 'application/json'
1416
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1417
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1418
+ # rubocop:enable Style/NegatedIf
1419
+
1420
+ post_body = nil
1421
+
1422
+ # rubocop:disable Metrics/BlockLength
1423
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#delete_virtual_service_route_table') do
1424
+ @api_client.call_api(
1425
+ :DELETE,
1426
+ path,
1427
+ endpoint,
1428
+ header_params: header_params,
1429
+ query_params: query_params,
1430
+ operation_signing_strategy: operation_signing_strategy,
1431
+ body: post_body
1432
+ )
1433
+ end
1434
+ # rubocop:enable Metrics/BlockLength
1435
+ end
1436
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1437
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1438
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1439
+
1440
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1441
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1442
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1443
+
1444
+
1445
+ # Get an AccessPolicy by identifier.
1446
+ # @param [String] access_policy_id Unique AccessPolicy identifier.
1447
+ # @param [Hash] opts the optional parameters
1448
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1449
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1450
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1451
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::AccessPolicy AccessPolicy}
1452
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_access_policy.rb.html) to see an example of how to use get_access_policy API.
1453
+ def get_access_policy(access_policy_id, opts = {})
1454
+ logger.debug 'Calling operation ServiceMeshClient#get_access_policy.' if logger
1455
+
1456
+ raise "Missing the required parameter 'access_policy_id' when calling get_access_policy." if access_policy_id.nil?
1457
+ raise "Parameter value for 'access_policy_id' must not be blank" if OCI::Internal::Util.blank_string?(access_policy_id)
1458
+
1459
+ path = '/accessPolicies/{accessPolicyId}'.sub('{accessPolicyId}', access_policy_id.to_s)
1460
+ operation_signing_strategy = :standard
1461
+
1462
+ # rubocop:disable Style/NegatedIf
1463
+ # Query Params
1464
+ query_params = {}
1465
+
1466
+ # Header Params
1467
+ header_params = {}
1468
+ header_params[:accept] = 'application/json'
1469
+ header_params[:'content-type'] = 'application/json'
1470
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1471
+ # rubocop:enable Style/NegatedIf
1472
+
1473
+ post_body = nil
1474
+
1475
+ # rubocop:disable Metrics/BlockLength
1476
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_access_policy') do
1477
+ @api_client.call_api(
1478
+ :GET,
1479
+ path,
1480
+ endpoint,
1481
+ header_params: header_params,
1482
+ query_params: query_params,
1483
+ operation_signing_strategy: operation_signing_strategy,
1484
+ body: post_body,
1485
+ return_type: 'OCI::ServiceMesh::Models::AccessPolicy'
1486
+ )
1487
+ end
1488
+ # rubocop:enable Metrics/BlockLength
1489
+ end
1490
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1491
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1492
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1493
+
1494
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1495
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1496
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1497
+
1498
+
1499
+ # Gets an IngressGateway by identifier.
1500
+ # @param [String] ingress_gateway_id Unique IngressGateway identifier.
1501
+ # @param [Hash] opts the optional parameters
1502
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1503
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1504
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1505
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGateway IngressGateway}
1506
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_ingress_gateway.rb.html) to see an example of how to use get_ingress_gateway API.
1507
+ def get_ingress_gateway(ingress_gateway_id, opts = {})
1508
+ logger.debug 'Calling operation ServiceMeshClient#get_ingress_gateway.' if logger
1509
+
1510
+ raise "Missing the required parameter 'ingress_gateway_id' when calling get_ingress_gateway." if ingress_gateway_id.nil?
1511
+ raise "Parameter value for 'ingress_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_id)
1512
+
1513
+ path = '/ingressGateways/{ingressGatewayId}'.sub('{ingressGatewayId}', ingress_gateway_id.to_s)
1514
+ operation_signing_strategy = :standard
1515
+
1516
+ # rubocop:disable Style/NegatedIf
1517
+ # Query Params
1518
+ query_params = {}
1519
+
1520
+ # Header Params
1521
+ header_params = {}
1522
+ header_params[:accept] = 'application/json'
1523
+ header_params[:'content-type'] = 'application/json'
1524
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1525
+ # rubocop:enable Style/NegatedIf
1526
+
1527
+ post_body = nil
1528
+
1529
+ # rubocop:disable Metrics/BlockLength
1530
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_ingress_gateway') do
1531
+ @api_client.call_api(
1532
+ :GET,
1533
+ path,
1534
+ endpoint,
1535
+ header_params: header_params,
1536
+ query_params: query_params,
1537
+ operation_signing_strategy: operation_signing_strategy,
1538
+ body: post_body,
1539
+ return_type: 'OCI::ServiceMesh::Models::IngressGateway'
1540
+ )
1541
+ end
1542
+ # rubocop:enable Metrics/BlockLength
1543
+ end
1544
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1545
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1546
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1547
+
1548
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1549
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1550
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1551
+
1552
+
1553
+ # Gets a IngressGatewayRouteTable by identifier.
1554
+ # @param [String] ingress_gateway_route_table_id Unique IngressGatewayRouteTable identifier.
1555
+ # @param [Hash] opts the optional parameters
1556
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1557
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1558
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1559
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGatewayRouteTable IngressGatewayRouteTable}
1560
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_ingress_gateway_route_table.rb.html) to see an example of how to use get_ingress_gateway_route_table API.
1561
+ def get_ingress_gateway_route_table(ingress_gateway_route_table_id, opts = {})
1562
+ logger.debug 'Calling operation ServiceMeshClient#get_ingress_gateway_route_table.' if logger
1563
+
1564
+ raise "Missing the required parameter 'ingress_gateway_route_table_id' when calling get_ingress_gateway_route_table." if ingress_gateway_route_table_id.nil?
1565
+ raise "Parameter value for 'ingress_gateway_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_route_table_id)
1566
+
1567
+ path = '/ingressGatewayRouteTables/{ingressGatewayRouteTableId}'.sub('{ingressGatewayRouteTableId}', ingress_gateway_route_table_id.to_s)
1568
+ operation_signing_strategy = :standard
1569
+
1570
+ # rubocop:disable Style/NegatedIf
1571
+ # Query Params
1572
+ query_params = {}
1573
+
1574
+ # Header Params
1575
+ header_params = {}
1576
+ header_params[:accept] = 'application/json'
1577
+ header_params[:'content-type'] = 'application/json'
1578
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1579
+ # rubocop:enable Style/NegatedIf
1580
+
1581
+ post_body = nil
1582
+
1583
+ # rubocop:disable Metrics/BlockLength
1584
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_ingress_gateway_route_table') do
1585
+ @api_client.call_api(
1586
+ :GET,
1587
+ path,
1588
+ endpoint,
1589
+ header_params: header_params,
1590
+ query_params: query_params,
1591
+ operation_signing_strategy: operation_signing_strategy,
1592
+ body: post_body,
1593
+ return_type: 'OCI::ServiceMesh::Models::IngressGatewayRouteTable'
1594
+ )
1595
+ end
1596
+ # rubocop:enable Metrics/BlockLength
1597
+ end
1598
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1599
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1600
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1601
+
1602
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1603
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1604
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1605
+
1606
+
1607
+ # Gets a Mesh by identifier.
1608
+ # @param [String] mesh_id Unique Mesh identifier.
1609
+ # @param [Hash] opts the optional parameters
1610
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1611
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1612
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1613
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::Mesh Mesh}
1614
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_mesh.rb.html) to see an example of how to use get_mesh API.
1615
+ def get_mesh(mesh_id, opts = {})
1616
+ logger.debug 'Calling operation ServiceMeshClient#get_mesh.' if logger
1617
+
1618
+ raise "Missing the required parameter 'mesh_id' when calling get_mesh." if mesh_id.nil?
1619
+ raise "Parameter value for 'mesh_id' must not be blank" if OCI::Internal::Util.blank_string?(mesh_id)
1620
+
1621
+ path = '/meshes/{meshId}'.sub('{meshId}', mesh_id.to_s)
1622
+ operation_signing_strategy = :standard
1623
+
1624
+ # rubocop:disable Style/NegatedIf
1625
+ # Query Params
1626
+ query_params = {}
1627
+
1628
+ # Header Params
1629
+ header_params = {}
1630
+ header_params[:accept] = 'application/json'
1631
+ header_params[:'content-type'] = 'application/json'
1632
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1633
+ # rubocop:enable Style/NegatedIf
1634
+
1635
+ post_body = nil
1636
+
1637
+ # rubocop:disable Metrics/BlockLength
1638
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_mesh') do
1639
+ @api_client.call_api(
1640
+ :GET,
1641
+ path,
1642
+ endpoint,
1643
+ header_params: header_params,
1644
+ query_params: query_params,
1645
+ operation_signing_strategy: operation_signing_strategy,
1646
+ body: post_body,
1647
+ return_type: 'OCI::ServiceMesh::Models::Mesh'
1648
+ )
1649
+ end
1650
+ # rubocop:enable Metrics/BlockLength
1651
+ end
1652
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1653
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1654
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1655
+
1656
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1657
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1658
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1659
+
1660
+
1661
+ # Returns the attributes of the Proxy such as proxy image version.
1662
+ #
1663
+ # @param [Hash] opts the optional parameters
1664
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1665
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1666
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1667
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::ProxyDetails ProxyDetails}
1668
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_proxy_details.rb.html) to see an example of how to use get_proxy_details API.
1669
+ def get_proxy_details(opts = {})
1670
+ logger.debug 'Calling operation ServiceMeshClient#get_proxy_details.' if logger
1671
+
1672
+
1673
+ path = '/proxyDetails'
1674
+ operation_signing_strategy = :standard
1675
+
1676
+ # rubocop:disable Style/NegatedIf
1677
+ # Query Params
1678
+ query_params = {}
1679
+
1680
+ # Header Params
1681
+ header_params = {}
1682
+ header_params[:accept] = 'application/json'
1683
+ header_params[:'content-type'] = 'application/json'
1684
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1685
+ # rubocop:enable Style/NegatedIf
1686
+
1687
+ post_body = nil
1688
+
1689
+ # rubocop:disable Metrics/BlockLength
1690
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_proxy_details') do
1691
+ @api_client.call_api(
1692
+ :GET,
1693
+ path,
1694
+ endpoint,
1695
+ header_params: header_params,
1696
+ query_params: query_params,
1697
+ operation_signing_strategy: operation_signing_strategy,
1698
+ body: post_body,
1699
+ return_type: 'OCI::ServiceMesh::Models::ProxyDetails'
1700
+ )
1701
+ end
1702
+ # rubocop:enable Metrics/BlockLength
1703
+ end
1704
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1705
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1706
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1707
+
1708
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1709
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1710
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1711
+
1712
+
1713
+ # Gets a VirtualDeployment by identifier.
1714
+ # @param [String] virtual_deployment_id Unique VirtualDeployment identifier.
1715
+ # @param [Hash] opts the optional parameters
1716
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1717
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1718
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1719
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualDeployment VirtualDeployment}
1720
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_virtual_deployment.rb.html) to see an example of how to use get_virtual_deployment API.
1721
+ def get_virtual_deployment(virtual_deployment_id, opts = {})
1722
+ logger.debug 'Calling operation ServiceMeshClient#get_virtual_deployment.' if logger
1723
+
1724
+ raise "Missing the required parameter 'virtual_deployment_id' when calling get_virtual_deployment." if virtual_deployment_id.nil?
1725
+ raise "Parameter value for 'virtual_deployment_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_deployment_id)
1726
+
1727
+ path = '/virtualDeployments/{virtualDeploymentId}'.sub('{virtualDeploymentId}', virtual_deployment_id.to_s)
1728
+ operation_signing_strategy = :standard
1729
+
1730
+ # rubocop:disable Style/NegatedIf
1731
+ # Query Params
1732
+ query_params = {}
1733
+
1734
+ # Header Params
1735
+ header_params = {}
1736
+ header_params[:accept] = 'application/json'
1737
+ header_params[:'content-type'] = 'application/json'
1738
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1739
+ # rubocop:enable Style/NegatedIf
1740
+
1741
+ post_body = nil
1742
+
1743
+ # rubocop:disable Metrics/BlockLength
1744
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_virtual_deployment') do
1745
+ @api_client.call_api(
1746
+ :GET,
1747
+ path,
1748
+ endpoint,
1749
+ header_params: header_params,
1750
+ query_params: query_params,
1751
+ operation_signing_strategy: operation_signing_strategy,
1752
+ body: post_body,
1753
+ return_type: 'OCI::ServiceMesh::Models::VirtualDeployment'
1754
+ )
1755
+ end
1756
+ # rubocop:enable Metrics/BlockLength
1757
+ end
1758
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1759
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1760
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1761
+
1762
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1763
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1764
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1765
+
1766
+
1767
+ # Gets a VirtualService by identifier.
1768
+ # @param [String] virtual_service_id Unique VirtualService identifier.
1769
+ # @param [Hash] opts the optional parameters
1770
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1771
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1772
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1773
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualService VirtualService}
1774
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_virtual_service.rb.html) to see an example of how to use get_virtual_service API.
1775
+ def get_virtual_service(virtual_service_id, opts = {})
1776
+ logger.debug 'Calling operation ServiceMeshClient#get_virtual_service.' if logger
1777
+
1778
+ raise "Missing the required parameter 'virtual_service_id' when calling get_virtual_service." if virtual_service_id.nil?
1779
+ raise "Parameter value for 'virtual_service_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_id)
1780
+
1781
+ path = '/virtualServices/{virtualServiceId}'.sub('{virtualServiceId}', virtual_service_id.to_s)
1782
+ operation_signing_strategy = :standard
1783
+
1784
+ # rubocop:disable Style/NegatedIf
1785
+ # Query Params
1786
+ query_params = {}
1787
+
1788
+ # Header Params
1789
+ header_params = {}
1790
+ header_params[:accept] = 'application/json'
1791
+ header_params[:'content-type'] = 'application/json'
1792
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1793
+ # rubocop:enable Style/NegatedIf
1794
+
1795
+ post_body = nil
1796
+
1797
+ # rubocop:disable Metrics/BlockLength
1798
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_virtual_service') do
1799
+ @api_client.call_api(
1800
+ :GET,
1801
+ path,
1802
+ endpoint,
1803
+ header_params: header_params,
1804
+ query_params: query_params,
1805
+ operation_signing_strategy: operation_signing_strategy,
1806
+ body: post_body,
1807
+ return_type: 'OCI::ServiceMesh::Models::VirtualService'
1808
+ )
1809
+ end
1810
+ # rubocop:enable Metrics/BlockLength
1811
+ end
1812
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1813
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1814
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1815
+
1816
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1817
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1818
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1819
+
1820
+
1821
+ # Gets a VirtualServiceRouteTable by identifier.
1822
+ # @param [String] virtual_service_route_table_id Unique VirtualServiceRouteTable identifier.
1823
+ # @param [Hash] opts the optional parameters
1824
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1825
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1826
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1827
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualServiceRouteTable VirtualServiceRouteTable}
1828
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_virtual_service_route_table.rb.html) to see an example of how to use get_virtual_service_route_table API.
1829
+ def get_virtual_service_route_table(virtual_service_route_table_id, opts = {})
1830
+ logger.debug 'Calling operation ServiceMeshClient#get_virtual_service_route_table.' if logger
1831
+
1832
+ raise "Missing the required parameter 'virtual_service_route_table_id' when calling get_virtual_service_route_table." if virtual_service_route_table_id.nil?
1833
+ raise "Parameter value for 'virtual_service_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_route_table_id)
1834
+
1835
+ path = '/virtualServiceRouteTables/{virtualServiceRouteTableId}'.sub('{virtualServiceRouteTableId}', virtual_service_route_table_id.to_s)
1836
+ operation_signing_strategy = :standard
1837
+
1838
+ # rubocop:disable Style/NegatedIf
1839
+ # Query Params
1840
+ query_params = {}
1841
+
1842
+ # Header Params
1843
+ header_params = {}
1844
+ header_params[:accept] = 'application/json'
1845
+ header_params[:'content-type'] = 'application/json'
1846
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1847
+ # rubocop:enable Style/NegatedIf
1848
+
1849
+ post_body = nil
1850
+
1851
+ # rubocop:disable Metrics/BlockLength
1852
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_virtual_service_route_table') do
1853
+ @api_client.call_api(
1854
+ :GET,
1855
+ path,
1856
+ endpoint,
1857
+ header_params: header_params,
1858
+ query_params: query_params,
1859
+ operation_signing_strategy: operation_signing_strategy,
1860
+ body: post_body,
1861
+ return_type: 'OCI::ServiceMesh::Models::VirtualServiceRouteTable'
1862
+ )
1863
+ end
1864
+ # rubocop:enable Metrics/BlockLength
1865
+ end
1866
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1867
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1868
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1869
+
1870
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1871
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1872
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1873
+
1874
+
1875
+ # Gets the status of the work request with the given ID.
1876
+ # @param [String] work_request_id The ID of the asynchronous request.
1877
+ # @param [Hash] opts the optional parameters
1878
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1879
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1880
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1881
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::WorkRequest WorkRequest}
1882
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/get_work_request.rb.html) to see an example of how to use get_work_request API.
1883
+ def get_work_request(work_request_id, opts = {})
1884
+ logger.debug 'Calling operation ServiceMeshClient#get_work_request.' if logger
1885
+
1886
+ raise "Missing the required parameter 'work_request_id' when calling get_work_request." if work_request_id.nil?
1887
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
1888
+
1889
+ path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s)
1890
+ operation_signing_strategy = :standard
1891
+
1892
+ # rubocop:disable Style/NegatedIf
1893
+ # Query Params
1894
+ query_params = {}
1895
+
1896
+ # Header Params
1897
+ header_params = {}
1898
+ header_params[:accept] = 'application/json'
1899
+ header_params[:'content-type'] = 'application/json'
1900
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1901
+ # rubocop:enable Style/NegatedIf
1902
+
1903
+ post_body = nil
1904
+
1905
+ # rubocop:disable Metrics/BlockLength
1906
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#get_work_request') do
1907
+ @api_client.call_api(
1908
+ :GET,
1909
+ path,
1910
+ endpoint,
1911
+ header_params: header_params,
1912
+ query_params: query_params,
1913
+ operation_signing_strategy: operation_signing_strategy,
1914
+ body: post_body,
1915
+ return_type: 'OCI::ServiceMesh::Models::WorkRequest'
1916
+ )
1917
+ end
1918
+ # rubocop:enable Metrics/BlockLength
1919
+ end
1920
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1921
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1922
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1923
+
1924
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1925
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1926
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1927
+
1928
+
1929
+ # Returns a list of AccessPolicy objects.
1930
+ #
1931
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
1932
+ # @param [Hash] opts the optional parameters
1933
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1934
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1935
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
1936
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
1937
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
1938
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
1939
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
1940
+ # (default to timeCreated)
1941
+ # Allowed values are: id, timeCreated, name
1942
+ # @option opts [String] :opc_request_id The client request ID for tracing.
1943
+ # @option opts [String] :mesh_id Unique Mesh identifier.
1944
+ # @option opts [String] :id Unique AccessPolicy identifier.
1945
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
1946
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::AccessPolicyCollection AccessPolicyCollection}
1947
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_access_policies.rb.html) to see an example of how to use list_access_policies API.
1948
+ def list_access_policies(compartment_id, opts = {})
1949
+ logger.debug 'Calling operation ServiceMeshClient#list_access_policies.' if logger
1950
+
1951
+ raise "Missing the required parameter 'compartment_id' when calling list_access_policies." if compartment_id.nil?
1952
+
1953
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
1954
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
1955
+ end
1956
+
1957
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
1958
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
1959
+ end
1960
+
1961
+ path = '/accessPolicies'
1962
+ operation_signing_strategy = :standard
1963
+
1964
+ # rubocop:disable Style/NegatedIf
1965
+ # Query Params
1966
+ query_params = {}
1967
+ query_params[:compartmentId] = compartment_id
1968
+ query_params[:name] = opts[:name] if opts[:name]
1969
+ query_params[:limit] = opts[:limit] if opts[:limit]
1970
+ query_params[:page] = opts[:page] if opts[:page]
1971
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
1972
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
1973
+ query_params[:meshId] = opts[:mesh_id] if opts[:mesh_id]
1974
+ query_params[:id] = opts[:id] if opts[:id]
1975
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
1976
+
1977
+ # Header Params
1978
+ header_params = {}
1979
+ header_params[:accept] = 'application/json'
1980
+ header_params[:'content-type'] = 'application/json'
1981
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1982
+ # rubocop:enable Style/NegatedIf
1983
+
1984
+ post_body = nil
1985
+
1986
+ # rubocop:disable Metrics/BlockLength
1987
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_access_policies') do
1988
+ @api_client.call_api(
1989
+ :GET,
1990
+ path,
1991
+ endpoint,
1992
+ header_params: header_params,
1993
+ query_params: query_params,
1994
+ operation_signing_strategy: operation_signing_strategy,
1995
+ body: post_body,
1996
+ return_type: 'OCI::ServiceMesh::Models::AccessPolicyCollection'
1997
+ )
1998
+ end
1999
+ # rubocop:enable Metrics/BlockLength
2000
+ end
2001
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2002
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2003
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2004
+
2005
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2006
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2007
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2008
+
2009
+
2010
+ # Returns a list of IngressGatewayRouteTable objects.
2011
+ #
2012
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2013
+ # @param [Hash] opts the optional parameters
2014
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2015
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2016
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
2017
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2018
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2019
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2020
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
2021
+ # (default to timeCreated)
2022
+ # Allowed values are: id, timeCreated, name
2023
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2024
+ # @option opts [String] :ingress_gateway_id Unique IngressGateway identifier.
2025
+ # @option opts [String] :id Unique IngressGatewayRouteTable identifier.
2026
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2027
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGatewayRouteTableCollection IngressGatewayRouteTableCollection}
2028
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_ingress_gateway_route_tables.rb.html) to see an example of how to use list_ingress_gateway_route_tables API.
2029
+ def list_ingress_gateway_route_tables(compartment_id, opts = {})
2030
+ logger.debug 'Calling operation ServiceMeshClient#list_ingress_gateway_route_tables.' if logger
2031
+
2032
+ raise "Missing the required parameter 'compartment_id' when calling list_ingress_gateway_route_tables." if compartment_id.nil?
2033
+
2034
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2035
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2036
+ end
2037
+
2038
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
2039
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
2040
+ end
2041
+
2042
+ path = '/ingressGatewayRouteTables'
2043
+ operation_signing_strategy = :standard
2044
+
2045
+ # rubocop:disable Style/NegatedIf
2046
+ # Query Params
2047
+ query_params = {}
2048
+ query_params[:compartmentId] = compartment_id
2049
+ query_params[:name] = opts[:name] if opts[:name]
2050
+ query_params[:limit] = opts[:limit] if opts[:limit]
2051
+ query_params[:page] = opts[:page] if opts[:page]
2052
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2053
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2054
+ query_params[:ingressGatewayId] = opts[:ingress_gateway_id] if opts[:ingress_gateway_id]
2055
+ query_params[:id] = opts[:id] if opts[:id]
2056
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2057
+
2058
+ # Header Params
2059
+ header_params = {}
2060
+ header_params[:accept] = 'application/json'
2061
+ header_params[:'content-type'] = 'application/json'
2062
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2063
+ # rubocop:enable Style/NegatedIf
2064
+
2065
+ post_body = nil
2066
+
2067
+ # rubocop:disable Metrics/BlockLength
2068
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_ingress_gateway_route_tables') do
2069
+ @api_client.call_api(
2070
+ :GET,
2071
+ path,
2072
+ endpoint,
2073
+ header_params: header_params,
2074
+ query_params: query_params,
2075
+ operation_signing_strategy: operation_signing_strategy,
2076
+ body: post_body,
2077
+ return_type: 'OCI::ServiceMesh::Models::IngressGatewayRouteTableCollection'
2078
+ )
2079
+ end
2080
+ # rubocop:enable Metrics/BlockLength
2081
+ end
2082
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2083
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2084
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2085
+
2086
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2087
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2088
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2089
+
2090
+
2091
+ # Returns a list of IngressGateway objects.
2092
+ #
2093
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2094
+ # @param [Hash] opts the optional parameters
2095
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2096
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2097
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
2098
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2099
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2100
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2101
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
2102
+ # (default to timeCreated)
2103
+ # Allowed values are: id, timeCreated, name
2104
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2105
+ # @option opts [String] :mesh_id Unique Mesh identifier.
2106
+ # @option opts [String] :id Unique IngressGateway identifier.
2107
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2108
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::IngressGatewayCollection IngressGatewayCollection}
2109
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_ingress_gateways.rb.html) to see an example of how to use list_ingress_gateways API.
2110
+ def list_ingress_gateways(compartment_id, opts = {})
2111
+ logger.debug 'Calling operation ServiceMeshClient#list_ingress_gateways.' if logger
2112
+
2113
+ raise "Missing the required parameter 'compartment_id' when calling list_ingress_gateways." if compartment_id.nil?
2114
+
2115
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2116
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2117
+ end
2118
+
2119
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
2120
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
2121
+ end
2122
+
2123
+ path = '/ingressGateways'
2124
+ operation_signing_strategy = :standard
2125
+
2126
+ # rubocop:disable Style/NegatedIf
2127
+ # Query Params
2128
+ query_params = {}
2129
+ query_params[:compartmentId] = compartment_id
2130
+ query_params[:name] = opts[:name] if opts[:name]
2131
+ query_params[:limit] = opts[:limit] if opts[:limit]
2132
+ query_params[:page] = opts[:page] if opts[:page]
2133
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2134
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2135
+ query_params[:meshId] = opts[:mesh_id] if opts[:mesh_id]
2136
+ query_params[:id] = opts[:id] if opts[:id]
2137
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2138
+
2139
+ # Header Params
2140
+ header_params = {}
2141
+ header_params[:accept] = 'application/json'
2142
+ header_params[:'content-type'] = 'application/json'
2143
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2144
+ # rubocop:enable Style/NegatedIf
2145
+
2146
+ post_body = nil
2147
+
2148
+ # rubocop:disable Metrics/BlockLength
2149
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_ingress_gateways') do
2150
+ @api_client.call_api(
2151
+ :GET,
2152
+ path,
2153
+ endpoint,
2154
+ header_params: header_params,
2155
+ query_params: query_params,
2156
+ operation_signing_strategy: operation_signing_strategy,
2157
+ body: post_body,
2158
+ return_type: 'OCI::ServiceMesh::Models::IngressGatewayCollection'
2159
+ )
2160
+ end
2161
+ # rubocop:enable Metrics/BlockLength
2162
+ end
2163
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2164
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2165
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2166
+
2167
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2168
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2169
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2170
+
2171
+
2172
+ # Returns a list of Mesh objects.
2173
+ #
2174
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2175
+ # @param [Hash] opts the optional parameters
2176
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2177
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2178
+ # @option opts [String] :display_name A filter to return only resources that match the entire displayName given.
2179
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2180
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2181
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2182
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
2183
+ # (default to timeCreated)
2184
+ # Allowed values are: id, timeCreated, displayName
2185
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2186
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2187
+ # @option opts [String] :id Unique Mesh identifier.
2188
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::MeshCollection MeshCollection}
2189
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_meshes.rb.html) to see an example of how to use list_meshes API.
2190
+ def list_meshes(compartment_id, opts = {})
2191
+ logger.debug 'Calling operation ServiceMeshClient#list_meshes.' if logger
2192
+
2193
+ raise "Missing the required parameter 'compartment_id' when calling list_meshes." if compartment_id.nil?
2194
+
2195
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2196
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2197
+ end
2198
+
2199
+ if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by])
2200
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.'
2201
+ end
2202
+
2203
+ path = '/meshes'
2204
+ operation_signing_strategy = :standard
2205
+
2206
+ # rubocop:disable Style/NegatedIf
2207
+ # Query Params
2208
+ query_params = {}
2209
+ query_params[:compartmentId] = compartment_id
2210
+ query_params[:displayName] = opts[:display_name] if opts[:display_name]
2211
+ query_params[:limit] = opts[:limit] if opts[:limit]
2212
+ query_params[:page] = opts[:page] if opts[:page]
2213
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2214
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2215
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2216
+ query_params[:id] = opts[:id] if opts[:id]
2217
+
2218
+ # Header Params
2219
+ header_params = {}
2220
+ header_params[:accept] = 'application/json'
2221
+ header_params[:'content-type'] = 'application/json'
2222
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2223
+ # rubocop:enable Style/NegatedIf
2224
+
2225
+ post_body = nil
2226
+
2227
+ # rubocop:disable Metrics/BlockLength
2228
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_meshes') do
2229
+ @api_client.call_api(
2230
+ :GET,
2231
+ path,
2232
+ endpoint,
2233
+ header_params: header_params,
2234
+ query_params: query_params,
2235
+ operation_signing_strategy: operation_signing_strategy,
2236
+ body: post_body,
2237
+ return_type: 'OCI::ServiceMesh::Models::MeshCollection'
2238
+ )
2239
+ end
2240
+ # rubocop:enable Metrics/BlockLength
2241
+ end
2242
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2243
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2244
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2245
+
2246
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2247
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2248
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2249
+
2250
+
2251
+ # Returns a list of VirtualDeployments.
2252
+ #
2253
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2254
+ # @param [Hash] opts the optional parameters
2255
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2256
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2257
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
2258
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2259
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2260
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2261
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
2262
+ # (default to timeCreated)
2263
+ # Allowed values are: id, timeCreated, name
2264
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2265
+ # @option opts [String] :virtual_service_id Unique VirtualService identifier.
2266
+ # @option opts [String] :id Unique VirtualDeployment identifier.
2267
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2268
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualDeploymentCollection VirtualDeploymentCollection}
2269
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_virtual_deployments.rb.html) to see an example of how to use list_virtual_deployments API.
2270
+ def list_virtual_deployments(compartment_id, opts = {})
2271
+ logger.debug 'Calling operation ServiceMeshClient#list_virtual_deployments.' if logger
2272
+
2273
+ raise "Missing the required parameter 'compartment_id' when calling list_virtual_deployments." if compartment_id.nil?
2274
+
2275
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2276
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2277
+ end
2278
+
2279
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
2280
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
2281
+ end
2282
+
2283
+ path = '/virtualDeployments'
2284
+ operation_signing_strategy = :standard
2285
+
2286
+ # rubocop:disable Style/NegatedIf
2287
+ # Query Params
2288
+ query_params = {}
2289
+ query_params[:compartmentId] = compartment_id
2290
+ query_params[:name] = opts[:name] if opts[:name]
2291
+ query_params[:limit] = opts[:limit] if opts[:limit]
2292
+ query_params[:page] = opts[:page] if opts[:page]
2293
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2294
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2295
+ query_params[:virtualServiceId] = opts[:virtual_service_id] if opts[:virtual_service_id]
2296
+ query_params[:id] = opts[:id] if opts[:id]
2297
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2298
+
2299
+ # Header Params
2300
+ header_params = {}
2301
+ header_params[:accept] = 'application/json'
2302
+ header_params[:'content-type'] = 'application/json'
2303
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2304
+ # rubocop:enable Style/NegatedIf
2305
+
2306
+ post_body = nil
2307
+
2308
+ # rubocop:disable Metrics/BlockLength
2309
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_virtual_deployments') do
2310
+ @api_client.call_api(
2311
+ :GET,
2312
+ path,
2313
+ endpoint,
2314
+ header_params: header_params,
2315
+ query_params: query_params,
2316
+ operation_signing_strategy: operation_signing_strategy,
2317
+ body: post_body,
2318
+ return_type: 'OCI::ServiceMesh::Models::VirtualDeploymentCollection'
2319
+ )
2320
+ end
2321
+ # rubocop:enable Metrics/BlockLength
2322
+ end
2323
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2324
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2325
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2326
+
2327
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2328
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2329
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2330
+
2331
+
2332
+ # Returns a list of VirtualServiceRouteTable objects.
2333
+ #
2334
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2335
+ # @param [Hash] opts the optional parameters
2336
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2337
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2338
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
2339
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2340
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2341
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2342
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
2343
+ # (default to timeCreated)
2344
+ # Allowed values are: id, timeCreated, name
2345
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2346
+ # @option opts [String] :virtual_service_id Unique VirtualService identifier.
2347
+ # @option opts [String] :id Unique VirtualServiceRouteTable identifier.
2348
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2349
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualServiceRouteTableCollection VirtualServiceRouteTableCollection}
2350
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_virtual_service_route_tables.rb.html) to see an example of how to use list_virtual_service_route_tables API.
2351
+ def list_virtual_service_route_tables(compartment_id, opts = {})
2352
+ logger.debug 'Calling operation ServiceMeshClient#list_virtual_service_route_tables.' if logger
2353
+
2354
+ raise "Missing the required parameter 'compartment_id' when calling list_virtual_service_route_tables." if compartment_id.nil?
2355
+
2356
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2357
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2358
+ end
2359
+
2360
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
2361
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
2362
+ end
2363
+
2364
+ path = '/virtualServiceRouteTables'
2365
+ operation_signing_strategy = :standard
2366
+
2367
+ # rubocop:disable Style/NegatedIf
2368
+ # Query Params
2369
+ query_params = {}
2370
+ query_params[:compartmentId] = compartment_id
2371
+ query_params[:name] = opts[:name] if opts[:name]
2372
+ query_params[:limit] = opts[:limit] if opts[:limit]
2373
+ query_params[:page] = opts[:page] if opts[:page]
2374
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2375
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2376
+ query_params[:virtualServiceId] = opts[:virtual_service_id] if opts[:virtual_service_id]
2377
+ query_params[:id] = opts[:id] if opts[:id]
2378
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2379
+
2380
+ # Header Params
2381
+ header_params = {}
2382
+ header_params[:accept] = 'application/json'
2383
+ header_params[:'content-type'] = 'application/json'
2384
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2385
+ # rubocop:enable Style/NegatedIf
2386
+
2387
+ post_body = nil
2388
+
2389
+ # rubocop:disable Metrics/BlockLength
2390
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_virtual_service_route_tables') do
2391
+ @api_client.call_api(
2392
+ :GET,
2393
+ path,
2394
+ endpoint,
2395
+ header_params: header_params,
2396
+ query_params: query_params,
2397
+ operation_signing_strategy: operation_signing_strategy,
2398
+ body: post_body,
2399
+ return_type: 'OCI::ServiceMesh::Models::VirtualServiceRouteTableCollection'
2400
+ )
2401
+ end
2402
+ # rubocop:enable Metrics/BlockLength
2403
+ end
2404
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2405
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2406
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2407
+
2408
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2409
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2410
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2411
+
2412
+
2413
+ # Returns a list of VirtualService objects.
2414
+ #
2415
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2416
+ # @param [Hash] opts the optional parameters
2417
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2418
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2419
+ # @option opts [String] :name A filter to return only resources that match the entire name given.
2420
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2421
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2422
+ # @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
2423
+ # @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for 'timeCreated' is descending. Default order for 'name' is ascending.
2424
+ # (default to timeCreated)
2425
+ # Allowed values are: id, timeCreated, name
2426
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2427
+ # @option opts [String] :mesh_id Unique Mesh identifier.
2428
+ # @option opts [String] :id Unique VirtualService identifier.
2429
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the life cycle state given.
2430
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::VirtualServiceCollection VirtualServiceCollection}
2431
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_virtual_services.rb.html) to see an example of how to use list_virtual_services API.
2432
+ def list_virtual_services(compartment_id, opts = {})
2433
+ logger.debug 'Calling operation ServiceMeshClient#list_virtual_services.' if logger
2434
+
2435
+ raise "Missing the required parameter 'compartment_id' when calling list_virtual_services." if compartment_id.nil?
2436
+
2437
+ if opts[:sort_order] && !OCI::ServiceMesh::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
2438
+ raise 'Invalid value for "sort_order", must be one of the values in OCI::ServiceMesh::Models::SORT_ORDER_ENUM.'
2439
+ end
2440
+
2441
+ if opts[:sort_by] && !%w[id timeCreated name].include?(opts[:sort_by])
2442
+ raise 'Invalid value for "sort_by", must be one of id, timeCreated, name.'
2443
+ end
2444
+
2445
+ path = '/virtualServices'
2446
+ operation_signing_strategy = :standard
2447
+
2448
+ # rubocop:disable Style/NegatedIf
2449
+ # Query Params
2450
+ query_params = {}
2451
+ query_params[:compartmentId] = compartment_id
2452
+ query_params[:name] = opts[:name] if opts[:name]
2453
+ query_params[:limit] = opts[:limit] if opts[:limit]
2454
+ query_params[:page] = opts[:page] if opts[:page]
2455
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2456
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2457
+ query_params[:meshId] = opts[:mesh_id] if opts[:mesh_id]
2458
+ query_params[:id] = opts[:id] if opts[:id]
2459
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2460
+
2461
+ # Header Params
2462
+ header_params = {}
2463
+ header_params[:accept] = 'application/json'
2464
+ header_params[:'content-type'] = 'application/json'
2465
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2466
+ # rubocop:enable Style/NegatedIf
2467
+
2468
+ post_body = nil
2469
+
2470
+ # rubocop:disable Metrics/BlockLength
2471
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_virtual_services') do
2472
+ @api_client.call_api(
2473
+ :GET,
2474
+ path,
2475
+ endpoint,
2476
+ header_params: header_params,
2477
+ query_params: query_params,
2478
+ operation_signing_strategy: operation_signing_strategy,
2479
+ body: post_body,
2480
+ return_type: 'OCI::ServiceMesh::Models::VirtualServiceCollection'
2481
+ )
2482
+ end
2483
+ # rubocop:enable Metrics/BlockLength
2484
+ end
2485
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2486
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2487
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2488
+
2489
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2490
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2491
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2492
+
2493
+
2494
+ # Return a (paginated) list of errors for a given work request.
2495
+ #
2496
+ # @param [String] work_request_id The ID of the asynchronous request.
2497
+ # @param [Hash] opts the optional parameters
2498
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2499
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2500
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2501
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2502
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2503
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
2504
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
2505
+ def list_work_request_errors(work_request_id, opts = {})
2506
+ logger.debug 'Calling operation ServiceMeshClient#list_work_request_errors.' if logger
2507
+
2508
+ raise "Missing the required parameter 'work_request_id' when calling list_work_request_errors." if work_request_id.nil?
2509
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
2510
+
2511
+ path = '/workRequests/{workRequestId}/errors'.sub('{workRequestId}', work_request_id.to_s)
2512
+ operation_signing_strategy = :standard
2513
+
2514
+ # rubocop:disable Style/NegatedIf
2515
+ # Query Params
2516
+ query_params = {}
2517
+ query_params[:page] = opts[:page] if opts[:page]
2518
+ query_params[:limit] = opts[:limit] if opts[:limit]
2519
+
2520
+ # Header Params
2521
+ header_params = {}
2522
+ header_params[:accept] = 'application/json'
2523
+ header_params[:'content-type'] = 'application/json'
2524
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2525
+ # rubocop:enable Style/NegatedIf
2526
+
2527
+ post_body = nil
2528
+
2529
+ # rubocop:disable Metrics/BlockLength
2530
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_work_request_errors') do
2531
+ @api_client.call_api(
2532
+ :GET,
2533
+ path,
2534
+ endpoint,
2535
+ header_params: header_params,
2536
+ query_params: query_params,
2537
+ operation_signing_strategy: operation_signing_strategy,
2538
+ body: post_body,
2539
+ return_type: 'OCI::ServiceMesh::Models::WorkRequestErrorCollection'
2540
+ )
2541
+ end
2542
+ # rubocop:enable Metrics/BlockLength
2543
+ end
2544
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2545
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2546
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2547
+
2548
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2549
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2550
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2551
+
2552
+
2553
+ # Return a (paginated) list of logs for a given work request.
2554
+ #
2555
+ # @param [String] work_request_id The ID of the asynchronous request.
2556
+ # @param [Hash] opts the optional parameters
2557
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2558
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2559
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2560
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2561
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2562
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
2563
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
2564
+ def list_work_request_logs(work_request_id, opts = {})
2565
+ logger.debug 'Calling operation ServiceMeshClient#list_work_request_logs.' if logger
2566
+
2567
+ raise "Missing the required parameter 'work_request_id' when calling list_work_request_logs." if work_request_id.nil?
2568
+ raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
2569
+
2570
+ path = '/workRequests/{workRequestId}/logs'.sub('{workRequestId}', work_request_id.to_s)
2571
+ operation_signing_strategy = :standard
2572
+
2573
+ # rubocop:disable Style/NegatedIf
2574
+ # Query Params
2575
+ query_params = {}
2576
+ query_params[:page] = opts[:page] if opts[:page]
2577
+ query_params[:limit] = opts[:limit] if opts[:limit]
2578
+
2579
+ # Header Params
2580
+ header_params = {}
2581
+ header_params[:accept] = 'application/json'
2582
+ header_params[:'content-type'] = 'application/json'
2583
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2584
+ # rubocop:enable Style/NegatedIf
2585
+
2586
+ post_body = nil
2587
+
2588
+ # rubocop:disable Metrics/BlockLength
2589
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_work_request_logs') do
2590
+ @api_client.call_api(
2591
+ :GET,
2592
+ path,
2593
+ endpoint,
2594
+ header_params: header_params,
2595
+ query_params: query_params,
2596
+ operation_signing_strategy: operation_signing_strategy,
2597
+ body: post_body,
2598
+ return_type: 'OCI::ServiceMesh::Models::WorkRequestLogEntryCollection'
2599
+ )
2600
+ end
2601
+ # rubocop:enable Metrics/BlockLength
2602
+ end
2603
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2604
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2605
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2606
+
2607
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2608
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2609
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2610
+
2611
+
2612
+ # Lists the work requests in a compartment.
2613
+ #
2614
+ # @param [String] compartment_id The ID of the compartment in which to list resources.
2615
+ # @param [Hash] opts the optional parameters
2616
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2617
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2618
+ # @option opts [String] :work_request_id The ID of the asynchronous work request.
2619
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2620
+ # @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
2621
+ # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
2622
+ # @return [Response] A Response object with data of type {OCI::ServiceMesh::Models::WorkRequestCollection WorkRequestCollection}
2623
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
2624
+ def list_work_requests(compartment_id, opts = {})
2625
+ logger.debug 'Calling operation ServiceMeshClient#list_work_requests.' if logger
2626
+
2627
+ raise "Missing the required parameter 'compartment_id' when calling list_work_requests." if compartment_id.nil?
2628
+
2629
+ path = '/workRequests'
2630
+ operation_signing_strategy = :standard
2631
+
2632
+ # rubocop:disable Style/NegatedIf
2633
+ # Query Params
2634
+ query_params = {}
2635
+ query_params[:compartmentId] = compartment_id
2636
+ query_params[:workRequestId] = opts[:work_request_id] if opts[:work_request_id]
2637
+ query_params[:page] = opts[:page] if opts[:page]
2638
+ query_params[:limit] = opts[:limit] if opts[:limit]
2639
+
2640
+ # Header Params
2641
+ header_params = {}
2642
+ header_params[:accept] = 'application/json'
2643
+ header_params[:'content-type'] = 'application/json'
2644
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2645
+ # rubocop:enable Style/NegatedIf
2646
+
2647
+ post_body = nil
2648
+
2649
+ # rubocop:disable Metrics/BlockLength
2650
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#list_work_requests') do
2651
+ @api_client.call_api(
2652
+ :GET,
2653
+ path,
2654
+ endpoint,
2655
+ header_params: header_params,
2656
+ query_params: query_params,
2657
+ operation_signing_strategy: operation_signing_strategy,
2658
+ body: post_body,
2659
+ return_type: 'OCI::ServiceMesh::Models::WorkRequestCollection'
2660
+ )
2661
+ end
2662
+ # rubocop:enable Metrics/BlockLength
2663
+ end
2664
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2665
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2666
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2667
+
2668
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2669
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2670
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2671
+
2672
+
2673
+ # Updates the AccessPolicy.
2674
+ # @param [String] access_policy_id Unique AccessPolicy identifier.
2675
+ # @param [OCI::ServiceMesh::Models::UpdateAccessPolicyDetails] update_access_policy_details The information to be updated.
2676
+ # @param [Hash] opts the optional parameters
2677
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2678
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2679
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
2680
+ # for a resource, set the `if-match` parameter to the value of the
2681
+ # etag from a previous GET or POST response for that resource.
2682
+ # The resource will be updated or deleted only if the etag you
2683
+ # provide matches the resource's current etag value.
2684
+ #
2685
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2686
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2687
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
2688
+ # has been deleted and purged from the system, then a retry of the original creation request
2689
+ # might be rejected.
2690
+ #
2691
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2692
+ # @return [Response] A Response object with data of type nil
2693
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_access_policy.rb.html) to see an example of how to use update_access_policy API.
2694
+ def update_access_policy(access_policy_id, update_access_policy_details, opts = {})
2695
+ logger.debug 'Calling operation ServiceMeshClient#update_access_policy.' if logger
2696
+
2697
+ raise "Missing the required parameter 'access_policy_id' when calling update_access_policy." if access_policy_id.nil?
2698
+ raise "Missing the required parameter 'update_access_policy_details' when calling update_access_policy." if update_access_policy_details.nil?
2699
+ raise "Parameter value for 'access_policy_id' must not be blank" if OCI::Internal::Util.blank_string?(access_policy_id)
2700
+
2701
+ path = '/accessPolicies/{accessPolicyId}'.sub('{accessPolicyId}', access_policy_id.to_s)
2702
+ operation_signing_strategy = :standard
2703
+
2704
+ # rubocop:disable Style/NegatedIf
2705
+ # Query Params
2706
+ query_params = {}
2707
+
2708
+ # Header Params
2709
+ header_params = {}
2710
+ header_params[:accept] = 'application/json'
2711
+ header_params[:'content-type'] = 'application/json'
2712
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2713
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2714
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2715
+ # rubocop:enable Style/NegatedIf
2716
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2717
+
2718
+ post_body = @api_client.object_to_http_body(update_access_policy_details)
2719
+
2720
+ # rubocop:disable Metrics/BlockLength
2721
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_access_policy') do
2722
+ @api_client.call_api(
2723
+ :PUT,
2724
+ path,
2725
+ endpoint,
2726
+ header_params: header_params,
2727
+ query_params: query_params,
2728
+ operation_signing_strategy: operation_signing_strategy,
2729
+ body: post_body
2730
+ )
2731
+ end
2732
+ # rubocop:enable Metrics/BlockLength
2733
+ end
2734
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2735
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2736
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2737
+
2738
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2739
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2740
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2741
+
2742
+
2743
+ # Updates the IngressGateway.
2744
+ # @param [String] ingress_gateway_id Unique IngressGateway identifier.
2745
+ # @param [OCI::ServiceMesh::Models::UpdateIngressGatewayDetails] update_ingress_gateway_details The information to be updated.
2746
+ # @param [Hash] opts the optional parameters
2747
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2748
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2749
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
2750
+ # for a resource, set the `if-match` parameter to the value of the
2751
+ # etag from a previous GET or POST response for that resource.
2752
+ # The resource will be updated or deleted only if the etag you
2753
+ # provide matches the resource's current etag value.
2754
+ #
2755
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2756
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2757
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
2758
+ # has been deleted and purged from the system, then a retry of the original creation request
2759
+ # might be rejected.
2760
+ #
2761
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2762
+ # @return [Response] A Response object with data of type nil
2763
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_ingress_gateway.rb.html) to see an example of how to use update_ingress_gateway API.
2764
+ def update_ingress_gateway(ingress_gateway_id, update_ingress_gateway_details, opts = {})
2765
+ logger.debug 'Calling operation ServiceMeshClient#update_ingress_gateway.' if logger
2766
+
2767
+ raise "Missing the required parameter 'ingress_gateway_id' when calling update_ingress_gateway." if ingress_gateway_id.nil?
2768
+ raise "Missing the required parameter 'update_ingress_gateway_details' when calling update_ingress_gateway." if update_ingress_gateway_details.nil?
2769
+ raise "Parameter value for 'ingress_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_id)
2770
+
2771
+ path = '/ingressGateways/{ingressGatewayId}'.sub('{ingressGatewayId}', ingress_gateway_id.to_s)
2772
+ operation_signing_strategy = :standard
2773
+
2774
+ # rubocop:disable Style/NegatedIf
2775
+ # Query Params
2776
+ query_params = {}
2777
+
2778
+ # Header Params
2779
+ header_params = {}
2780
+ header_params[:accept] = 'application/json'
2781
+ header_params[:'content-type'] = 'application/json'
2782
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2783
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2784
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2785
+ # rubocop:enable Style/NegatedIf
2786
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2787
+
2788
+ post_body = @api_client.object_to_http_body(update_ingress_gateway_details)
2789
+
2790
+ # rubocop:disable Metrics/BlockLength
2791
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_ingress_gateway') do
2792
+ @api_client.call_api(
2793
+ :PUT,
2794
+ path,
2795
+ endpoint,
2796
+ header_params: header_params,
2797
+ query_params: query_params,
2798
+ operation_signing_strategy: operation_signing_strategy,
2799
+ body: post_body
2800
+ )
2801
+ end
2802
+ # rubocop:enable Metrics/BlockLength
2803
+ end
2804
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2805
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2806
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2807
+
2808
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2809
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2810
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2811
+
2812
+
2813
+ # Updates the IngressGatewayRouteTable.
2814
+ # @param [String] ingress_gateway_route_table_id Unique IngressGatewayRouteTable identifier.
2815
+ # @param [OCI::ServiceMesh::Models::UpdateIngressGatewayRouteTableDetails] update_ingress_gateway_route_table_details The information to be updated.
2816
+ # @param [Hash] opts the optional parameters
2817
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2818
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2819
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
2820
+ # for a resource, set the `if-match` parameter to the value of the
2821
+ # etag from a previous GET or POST response for that resource.
2822
+ # The resource will be updated or deleted only if the etag you
2823
+ # provide matches the resource's current etag value.
2824
+ #
2825
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2826
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2827
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
2828
+ # has been deleted and purged from the system, then a retry of the original creation request
2829
+ # might be rejected.
2830
+ #
2831
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2832
+ # @return [Response] A Response object with data of type nil
2833
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_ingress_gateway_route_table.rb.html) to see an example of how to use update_ingress_gateway_route_table API.
2834
+ def update_ingress_gateway_route_table(ingress_gateway_route_table_id, update_ingress_gateway_route_table_details, opts = {})
2835
+ logger.debug 'Calling operation ServiceMeshClient#update_ingress_gateway_route_table.' if logger
2836
+
2837
+ raise "Missing the required parameter 'ingress_gateway_route_table_id' when calling update_ingress_gateway_route_table." if ingress_gateway_route_table_id.nil?
2838
+ raise "Missing the required parameter 'update_ingress_gateway_route_table_details' when calling update_ingress_gateway_route_table." if update_ingress_gateway_route_table_details.nil?
2839
+ raise "Parameter value for 'ingress_gateway_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(ingress_gateway_route_table_id)
2840
+
2841
+ path = '/ingressGatewayRouteTables/{ingressGatewayRouteTableId}'.sub('{ingressGatewayRouteTableId}', ingress_gateway_route_table_id.to_s)
2842
+ operation_signing_strategy = :standard
2843
+
2844
+ # rubocop:disable Style/NegatedIf
2845
+ # Query Params
2846
+ query_params = {}
2847
+
2848
+ # Header Params
2849
+ header_params = {}
2850
+ header_params[:accept] = 'application/json'
2851
+ header_params[:'content-type'] = 'application/json'
2852
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2853
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2854
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2855
+ # rubocop:enable Style/NegatedIf
2856
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2857
+
2858
+ post_body = @api_client.object_to_http_body(update_ingress_gateway_route_table_details)
2859
+
2860
+ # rubocop:disable Metrics/BlockLength
2861
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_ingress_gateway_route_table') do
2862
+ @api_client.call_api(
2863
+ :PUT,
2864
+ path,
2865
+ endpoint,
2866
+ header_params: header_params,
2867
+ query_params: query_params,
2868
+ operation_signing_strategy: operation_signing_strategy,
2869
+ body: post_body
2870
+ )
2871
+ end
2872
+ # rubocop:enable Metrics/BlockLength
2873
+ end
2874
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2875
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2876
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2877
+
2878
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2879
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2880
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2881
+
2882
+
2883
+ # Updates the Mesh.
2884
+ # @param [String] mesh_id Unique Mesh identifier.
2885
+ # @param [OCI::ServiceMesh::Models::UpdateMeshDetails] update_mesh_details The information to be updated.
2886
+ # @param [Hash] opts the optional parameters
2887
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2888
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2889
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
2890
+ # for a resource, set the `if-match` parameter to the value of the
2891
+ # etag from a previous GET or POST response for that resource.
2892
+ # The resource will be updated or deleted only if the etag you
2893
+ # provide matches the resource's current etag value.
2894
+ #
2895
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2896
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2897
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
2898
+ # has been deleted and purged from the system, then a retry of the original creation request
2899
+ # might be rejected.
2900
+ #
2901
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2902
+ # @return [Response] A Response object with data of type nil
2903
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_mesh.rb.html) to see an example of how to use update_mesh API.
2904
+ def update_mesh(mesh_id, update_mesh_details, opts = {})
2905
+ logger.debug 'Calling operation ServiceMeshClient#update_mesh.' if logger
2906
+
2907
+ raise "Missing the required parameter 'mesh_id' when calling update_mesh." if mesh_id.nil?
2908
+ raise "Missing the required parameter 'update_mesh_details' when calling update_mesh." if update_mesh_details.nil?
2909
+ raise "Parameter value for 'mesh_id' must not be blank" if OCI::Internal::Util.blank_string?(mesh_id)
2910
+
2911
+ path = '/meshes/{meshId}'.sub('{meshId}', mesh_id.to_s)
2912
+ operation_signing_strategy = :standard
2913
+
2914
+ # rubocop:disable Style/NegatedIf
2915
+ # Query Params
2916
+ query_params = {}
2917
+
2918
+ # Header Params
2919
+ header_params = {}
2920
+ header_params[:accept] = 'application/json'
2921
+ header_params[:'content-type'] = 'application/json'
2922
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2923
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2924
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2925
+ # rubocop:enable Style/NegatedIf
2926
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2927
+
2928
+ post_body = @api_client.object_to_http_body(update_mesh_details)
2929
+
2930
+ # rubocop:disable Metrics/BlockLength
2931
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_mesh') do
2932
+ @api_client.call_api(
2933
+ :PUT,
2934
+ path,
2935
+ endpoint,
2936
+ header_params: header_params,
2937
+ query_params: query_params,
2938
+ operation_signing_strategy: operation_signing_strategy,
2939
+ body: post_body
2940
+ )
2941
+ end
2942
+ # rubocop:enable Metrics/BlockLength
2943
+ end
2944
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2945
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2946
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2947
+
2948
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2949
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2950
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2951
+
2952
+
2953
+ # Updates the VirtualDeployment.
2954
+ # @param [String] virtual_deployment_id Unique VirtualDeployment identifier.
2955
+ # @param [OCI::ServiceMesh::Models::UpdateVirtualDeploymentDetails] update_virtual_deployment_details The information to be updated.
2956
+ # @param [Hash] opts the optional parameters
2957
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2958
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2959
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
2960
+ # for a resource, set the `if-match` parameter to the value of the
2961
+ # etag from a previous GET or POST response for that resource.
2962
+ # The resource will be updated or deleted only if the etag you
2963
+ # provide matches the resource's current etag value.
2964
+ #
2965
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2966
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2967
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
2968
+ # has been deleted and purged from the system, then a retry of the original creation request
2969
+ # might be rejected.
2970
+ #
2971
+ # @option opts [String] :opc_request_id The client request ID for tracing.
2972
+ # @return [Response] A Response object with data of type nil
2973
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_virtual_deployment.rb.html) to see an example of how to use update_virtual_deployment API.
2974
+ def update_virtual_deployment(virtual_deployment_id, update_virtual_deployment_details, opts = {})
2975
+ logger.debug 'Calling operation ServiceMeshClient#update_virtual_deployment.' if logger
2976
+
2977
+ raise "Missing the required parameter 'virtual_deployment_id' when calling update_virtual_deployment." if virtual_deployment_id.nil?
2978
+ raise "Missing the required parameter 'update_virtual_deployment_details' when calling update_virtual_deployment." if update_virtual_deployment_details.nil?
2979
+ raise "Parameter value for 'virtual_deployment_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_deployment_id)
2980
+
2981
+ path = '/virtualDeployments/{virtualDeploymentId}'.sub('{virtualDeploymentId}', virtual_deployment_id.to_s)
2982
+ operation_signing_strategy = :standard
2983
+
2984
+ # rubocop:disable Style/NegatedIf
2985
+ # Query Params
2986
+ query_params = {}
2987
+
2988
+ # Header Params
2989
+ header_params = {}
2990
+ header_params[:accept] = 'application/json'
2991
+ header_params[:'content-type'] = 'application/json'
2992
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2993
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2994
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2995
+ # rubocop:enable Style/NegatedIf
2996
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2997
+
2998
+ post_body = @api_client.object_to_http_body(update_virtual_deployment_details)
2999
+
3000
+ # rubocop:disable Metrics/BlockLength
3001
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_virtual_deployment') do
3002
+ @api_client.call_api(
3003
+ :PUT,
3004
+ path,
3005
+ endpoint,
3006
+ header_params: header_params,
3007
+ query_params: query_params,
3008
+ operation_signing_strategy: operation_signing_strategy,
3009
+ body: post_body
3010
+ )
3011
+ end
3012
+ # rubocop:enable Metrics/BlockLength
3013
+ end
3014
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3015
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3016
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3017
+
3018
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3019
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3020
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3021
+
3022
+
3023
+ # Updates the VirtualService.
3024
+ # @param [String] virtual_service_id Unique VirtualService identifier.
3025
+ # @param [OCI::ServiceMesh::Models::UpdateVirtualServiceDetails] update_virtual_service_details The information to be updated.
3026
+ # @param [Hash] opts the optional parameters
3027
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3028
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3029
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
3030
+ # for a resource, set the `if-match` parameter to the value of the
3031
+ # etag from a previous GET or POST response for that resource.
3032
+ # The resource will be updated or deleted only if the etag you
3033
+ # provide matches the resource's current etag value.
3034
+ #
3035
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
3036
+ # server error without risk of executing that same action again. Retry tokens expire after 24
3037
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
3038
+ # has been deleted and purged from the system, then a retry of the original creation request
3039
+ # might be rejected.
3040
+ #
3041
+ # @option opts [String] :opc_request_id The client request ID for tracing.
3042
+ # @return [Response] A Response object with data of type nil
3043
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_virtual_service.rb.html) to see an example of how to use update_virtual_service API.
3044
+ def update_virtual_service(virtual_service_id, update_virtual_service_details, opts = {})
3045
+ logger.debug 'Calling operation ServiceMeshClient#update_virtual_service.' if logger
3046
+
3047
+ raise "Missing the required parameter 'virtual_service_id' when calling update_virtual_service." if virtual_service_id.nil?
3048
+ raise "Missing the required parameter 'update_virtual_service_details' when calling update_virtual_service." if update_virtual_service_details.nil?
3049
+ raise "Parameter value for 'virtual_service_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_id)
3050
+
3051
+ path = '/virtualServices/{virtualServiceId}'.sub('{virtualServiceId}', virtual_service_id.to_s)
3052
+ operation_signing_strategy = :standard
3053
+
3054
+ # rubocop:disable Style/NegatedIf
3055
+ # Query Params
3056
+ query_params = {}
3057
+
3058
+ # Header Params
3059
+ header_params = {}
3060
+ header_params[:accept] = 'application/json'
3061
+ header_params[:'content-type'] = 'application/json'
3062
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3063
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
3064
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3065
+ # rubocop:enable Style/NegatedIf
3066
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
3067
+
3068
+ post_body = @api_client.object_to_http_body(update_virtual_service_details)
3069
+
3070
+ # rubocop:disable Metrics/BlockLength
3071
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_virtual_service') do
3072
+ @api_client.call_api(
3073
+ :PUT,
3074
+ path,
3075
+ endpoint,
3076
+ header_params: header_params,
3077
+ query_params: query_params,
3078
+ operation_signing_strategy: operation_signing_strategy,
3079
+ body: post_body
3080
+ )
3081
+ end
3082
+ # rubocop:enable Metrics/BlockLength
3083
+ end
3084
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3085
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3086
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3087
+
3088
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3089
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3090
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3091
+
3092
+
3093
+ # Updates the VirtualServiceRouteTable.
3094
+ # @param [String] virtual_service_route_table_id Unique VirtualServiceRouteTable identifier.
3095
+ # @param [OCI::ServiceMesh::Models::UpdateVirtualServiceRouteTableDetails] update_virtual_service_route_table_details The information to be updated.
3096
+ # @param [Hash] opts the optional parameters
3097
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3098
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3099
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
3100
+ # for a resource, set the `if-match` parameter to the value of the
3101
+ # etag from a previous GET or POST response for that resource.
3102
+ # The resource will be updated or deleted only if the etag you
3103
+ # provide matches the resource's current etag value.
3104
+ #
3105
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
3106
+ # server error without risk of executing that same action again. Retry tokens expire after 24
3107
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
3108
+ # has been deleted and purged from the system, then a retry of the original creation request
3109
+ # might be rejected.
3110
+ #
3111
+ # @option opts [String] :opc_request_id The client request ID for tracing.
3112
+ # @return [Response] A Response object with data of type nil
3113
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/servicemesh/update_virtual_service_route_table.rb.html) to see an example of how to use update_virtual_service_route_table API.
3114
+ def update_virtual_service_route_table(virtual_service_route_table_id, update_virtual_service_route_table_details, opts = {})
3115
+ logger.debug 'Calling operation ServiceMeshClient#update_virtual_service_route_table.' if logger
3116
+
3117
+ raise "Missing the required parameter 'virtual_service_route_table_id' when calling update_virtual_service_route_table." if virtual_service_route_table_id.nil?
3118
+ raise "Missing the required parameter 'update_virtual_service_route_table_details' when calling update_virtual_service_route_table." if update_virtual_service_route_table_details.nil?
3119
+ raise "Parameter value for 'virtual_service_route_table_id' must not be blank" if OCI::Internal::Util.blank_string?(virtual_service_route_table_id)
3120
+
3121
+ path = '/virtualServiceRouteTables/{virtualServiceRouteTableId}'.sub('{virtualServiceRouteTableId}', virtual_service_route_table_id.to_s)
3122
+ operation_signing_strategy = :standard
3123
+
3124
+ # rubocop:disable Style/NegatedIf
3125
+ # Query Params
3126
+ query_params = {}
3127
+
3128
+ # Header Params
3129
+ header_params = {}
3130
+ header_params[:accept] = 'application/json'
3131
+ header_params[:'content-type'] = 'application/json'
3132
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3133
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
3134
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3135
+ # rubocop:enable Style/NegatedIf
3136
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
3137
+
3138
+ post_body = @api_client.object_to_http_body(update_virtual_service_route_table_details)
3139
+
3140
+ # rubocop:disable Metrics/BlockLength
3141
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ServiceMeshClient#update_virtual_service_route_table') do
3142
+ @api_client.call_api(
3143
+ :PUT,
3144
+ path,
3145
+ endpoint,
3146
+ header_params: header_params,
3147
+ query_params: query_params,
3148
+ operation_signing_strategy: operation_signing_strategy,
3149
+ body: post_body
3150
+ )
3151
+ end
3152
+ # rubocop:enable Metrics/BlockLength
3153
+ end
3154
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3155
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3156
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3157
+
3158
+ private
3159
+
3160
+ def applicable_retry_config(opts = {})
3161
+ return @retry_config unless opts.key?(:retry_config)
3162
+
3163
+ opts[:retry_config]
3164
+ end
3165
+ end
3166
+ end
3167
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength