oci 2.12.0 → 2.13.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 (4293) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/oci.rb +9 -1
  4. data/lib/oci/analytics/analytics.rb +8 -1
  5. data/lib/oci/analytics/analytics_client.rb +504 -2
  6. data/lib/oci/analytics/analytics_client_composite_operations.rb +317 -1
  7. data/lib/oci/analytics/models/analytics_instance.rb +32 -2
  8. data/lib/oci/analytics/models/analytics_instance_lifecycle_state.rb +1 -1
  9. data/lib/oci/analytics/models/analytics_instance_summary.rb +1 -1
  10. data/lib/oci/analytics/models/capacity.rb +1 -1
  11. data/lib/oci/analytics/models/capacity_type.rb +1 -1
  12. data/lib/oci/analytics/models/change_analytics_instance_network_endpoint_details.rb +1 -1
  13. data/lib/oci/analytics/models/change_compartment_details.rb +1 -1
  14. data/lib/oci/analytics/models/create_analytics_instance_details.rb +1 -1
  15. data/lib/oci/analytics/models/create_private_access_channel_details.rb +203 -0
  16. data/lib/oci/analytics/models/create_vanity_url_details.rb +219 -0
  17. data/lib/oci/analytics/models/feature_set.rb +1 -1
  18. data/lib/oci/analytics/models/license_type.rb +1 -1
  19. data/lib/oci/analytics/models/network_endpoint_details.rb +1 -1
  20. data/lib/oci/analytics/models/network_endpoint_type.rb +1 -1
  21. data/lib/oci/analytics/models/private_access_channel.rb +245 -0
  22. data/lib/oci/analytics/models/private_endpoint_details.rb +1 -1
  23. data/lib/oci/analytics/models/private_source_dns_zone.rb +167 -0
  24. data/lib/oci/analytics/models/public_endpoint_details.rb +1 -1
  25. data/lib/oci/analytics/models/scale_analytics_instance_details.rb +1 -1
  26. data/lib/oci/analytics/models/sort_by.rb +1 -1
  27. data/lib/oci/analytics/models/sort_order.rb +1 -1
  28. data/lib/oci/analytics/models/update_analytics_instance_details.rb +1 -1
  29. data/lib/oci/analytics/models/update_private_access_channel_details.rb +203 -0
  30. data/lib/oci/analytics/models/update_vanity_url_details.rb +197 -0
  31. data/lib/oci/analytics/models/vanity_url_details.rb +200 -0
  32. data/lib/oci/analytics/models/virtual_cloud_network.rb +1 -1
  33. data/lib/oci/analytics/models/work_request.rb +7 -1
  34. data/lib/oci/analytics/models/work_request_action_result.rb +7 -1
  35. data/lib/oci/analytics/models/work_request_error.rb +1 -1
  36. data/lib/oci/analytics/models/work_request_log.rb +1 -1
  37. data/lib/oci/analytics/models/work_request_operation_type.rb +8 -2
  38. data/lib/oci/analytics/models/work_request_resource.rb +7 -1
  39. data/lib/oci/analytics/models/work_request_resource_type.rb +1 -1
  40. data/lib/oci/analytics/models/work_request_sort_by.rb +1 -1
  41. data/lib/oci/analytics/models/work_request_status.rb +1 -1
  42. data/lib/oci/analytics/models/work_request_summary.rb +7 -1
  43. data/lib/oci/analytics/util.rb +1 -1
  44. data/lib/oci/announcements_service/announcement_client.rb +2 -2
  45. data/lib/oci/announcements_service/announcement_client_composite_operations.rb +1 -1
  46. data/lib/oci/announcements_service/announcements_preferences_client.rb +345 -0
  47. data/lib/oci/announcements_service/announcements_preferences_client_composite_operations.rb +25 -0
  48. data/lib/oci/announcements_service/announcements_service.rb +9 -1
  49. data/lib/oci/announcements_service/models/affected_resource.rb +19 -5
  50. data/lib/oci/announcements_service/models/announcement.rb +10 -2
  51. data/lib/oci/announcements_service/models/announcement_summary.rb +11 -3
  52. data/lib/oci/announcements_service/models/announcement_user_status_details.rb +1 -1
  53. data/lib/oci/announcements_service/models/announcements_collection.rb +1 -1
  54. data/lib/oci/announcements_service/models/announcements_preferences.rb +169 -0
  55. data/lib/oci/announcements_service/models/announcements_preferences_summary.rb +169 -0
  56. data/lib/oci/announcements_service/models/base_announcement.rb +69 -7
  57. data/lib/oci/{compute_instance_agent/models/instance_agent_command_content_info.rb → announcements_service/models/base_announcements_preferences.rb} +69 -54
  58. data/lib/oci/announcements_service/models/base_create_announcements_preferences_details.rb +228 -0
  59. data/lib/oci/announcements_service/models/create_announcements_preferences_details.rb +157 -0
  60. data/lib/oci/announcements_service/models/property.rb +161 -0
  61. data/lib/oci/announcements_service/models/update_announcements_preferences_details.rb +157 -0
  62. data/lib/oci/announcements_service/util.rb +1 -1
  63. data/lib/oci/api_client.rb +4 -2
  64. data/lib/oci/api_client_proxy_settings.rb +1 -1
  65. data/lib/oci/apigateway/api_gateway_client.rb +410 -1
  66. data/lib/oci/apigateway/api_gateway_client_composite_operations.rb +99 -1
  67. data/lib/oci/apigateway/apigateway.rb +11 -1
  68. data/lib/oci/apigateway/deployment_client.rb +1 -1
  69. data/lib/oci/apigateway/deployment_client_composite_operations.rb +1 -1
  70. data/lib/oci/apigateway/gateway_client.rb +1 -1
  71. data/lib/oci/apigateway/gateway_client_composite_operations.rb +1 -1
  72. data/lib/oci/apigateway/models/access_log_policy.rb +1 -1
  73. data/lib/oci/apigateway/models/anonymous_route_authorization_policy.rb +1 -1
  74. data/lib/oci/apigateway/models/any_of_route_authorization_policy.rb +1 -1
  75. data/lib/oci/apigateway/models/api.rb +1 -1
  76. data/lib/oci/apigateway/models/api_collection.rb +1 -1
  77. data/lib/oci/apigateway/models/api_specification.rb +1 -1
  78. data/lib/oci/apigateway/models/api_specification_logging_policies.rb +1 -1
  79. data/lib/oci/apigateway/models/api_specification_request_policies.rb +1 -1
  80. data/lib/oci/apigateway/models/api_specification_route.rb +1 -1
  81. data/lib/oci/apigateway/models/api_specification_route_backend.rb +1 -1
  82. data/lib/oci/apigateway/models/api_specification_route_request_policies.rb +1 -1
  83. data/lib/oci/apigateway/models/api_specification_route_response_policies.rb +1 -1
  84. data/lib/oci/apigateway/models/api_summary.rb +1 -1
  85. data/lib/oci/apigateway/models/api_validation_detail.rb +1 -1
  86. data/lib/oci/apigateway/models/api_validation_details.rb +1 -1
  87. data/lib/oci/apigateway/models/api_validation_result.rb +1 -1
  88. data/lib/oci/apigateway/models/api_validations.rb +1 -1
  89. data/lib/oci/apigateway/models/authentication_only_route_authorization_policy.rb +1 -1
  90. data/lib/oci/apigateway/models/authentication_policy.rb +1 -1
  91. data/lib/oci/apigateway/models/certificate.rb +1 -1
  92. data/lib/oci/apigateway/models/certificate_collection.rb +1 -1
  93. data/lib/oci/apigateway/models/certificate_summary.rb +1 -1
  94. data/lib/oci/apigateway/models/change_api_compartment_details.rb +1 -1
  95. data/lib/oci/apigateway/models/change_certificate_compartment_details.rb +1 -1
  96. data/lib/oci/apigateway/models/change_deployment_compartment_details.rb +1 -1
  97. data/lib/oci/apigateway/models/change_gateway_compartment_details.rb +1 -1
  98. data/lib/oci/apigateway/models/cors_policy.rb +1 -1
  99. data/lib/oci/apigateway/models/create_api_details.rb +1 -1
  100. data/lib/oci/apigateway/models/create_certificate_details.rb +1 -1
  101. data/lib/oci/apigateway/models/create_deployment_details.rb +1 -2
  102. data/lib/oci/apigateway/models/create_gateway_details.rb +1 -1
  103. data/lib/oci/apigateway/models/create_sdk_details.rb +240 -0
  104. data/lib/oci/apigateway/models/custom_authentication_policy.rb +1 -1
  105. data/lib/oci/apigateway/models/deployment.rb +1 -2
  106. data/lib/oci/apigateway/models/deployment_collection.rb +1 -1
  107. data/lib/oci/apigateway/models/deployment_summary.rb +1 -1
  108. data/lib/oci/apigateway/models/execution_log_policy.rb +1 -1
  109. data/lib/oci/apigateway/models/filter_header_policy.rb +1 -1
  110. data/lib/oci/apigateway/models/filter_header_policy_item.rb +1 -1
  111. data/lib/oci/apigateway/models/filter_query_parameter_policy.rb +1 -1
  112. data/lib/oci/apigateway/models/filter_query_parameter_policy_item.rb +1 -1
  113. data/lib/oci/apigateway/models/gateway.rb +1 -1
  114. data/lib/oci/apigateway/models/gateway_collection.rb +1 -1
  115. data/lib/oci/apigateway/models/gateway_summary.rb +1 -1
  116. data/lib/oci/apigateway/models/header_field_specification.rb +1 -1
  117. data/lib/oci/apigateway/models/header_transformation_policy.rb +1 -1
  118. data/lib/oci/apigateway/models/http_backend.rb +1 -1
  119. data/lib/oci/apigateway/models/ip_address.rb +1 -1
  120. data/lib/oci/apigateway/models/json_web_key.rb +1 -1
  121. data/lib/oci/apigateway/models/json_web_token_claim.rb +1 -1
  122. data/lib/oci/apigateway/models/jwt_authentication_policy.rb +1 -1
  123. data/lib/oci/apigateway/models/oracle_function_backend.rb +1 -1
  124. data/lib/oci/apigateway/models/pem_encoded_public_key.rb +1 -1
  125. data/lib/oci/apigateway/models/public_key_set.rb +1 -1
  126. data/lib/oci/apigateway/models/query_parameter_transformation_policy.rb +1 -1
  127. data/lib/oci/apigateway/models/rate_limiting_policy.rb +1 -1
  128. data/lib/oci/apigateway/models/remote_json_web_key_set.rb +1 -1
  129. data/lib/oci/apigateway/models/rename_header_policy.rb +1 -1
  130. data/lib/oci/apigateway/models/rename_header_policy_item.rb +1 -1
  131. data/lib/oci/apigateway/models/rename_query_parameter_policy.rb +1 -1
  132. data/lib/oci/apigateway/models/rename_query_parameter_policy_item.rb +1 -1
  133. data/lib/oci/apigateway/models/route_authorization_policy.rb +1 -1
  134. data/lib/oci/apigateway/models/sdk.rb +383 -0
  135. data/lib/oci/apigateway/models/sdk_collection.rb +150 -0
  136. data/lib/oci/apigateway/models/sdk_language_optional_parameters.rb +270 -0
  137. data/lib/oci/apigateway/models/sdk_language_optional_parameters_allowed_value.rb +162 -0
  138. data/lib/oci/apigateway/models/sdk_language_type_collection.rb +150 -0
  139. data/lib/oci/apigateway/models/sdk_language_type_summary.rb +199 -0
  140. data/lib/oci/apigateway/models/sdk_language_types.rb +197 -0
  141. data/lib/oci/apigateway/models/sdk_summary.rb +280 -0
  142. data/lib/oci/apigateway/models/set_header_policy.rb +1 -1
  143. data/lib/oci/apigateway/models/set_header_policy_item.rb +1 -1
  144. data/lib/oci/apigateway/models/set_query_parameter_policy.rb +1 -1
  145. data/lib/oci/apigateway/models/set_query_parameter_policy_item.rb +1 -1
  146. data/lib/oci/apigateway/models/static_public_key.rb +1 -1
  147. data/lib/oci/apigateway/models/static_public_key_set.rb +1 -1
  148. data/lib/oci/apigateway/models/stock_response_backend.rb +1 -1
  149. data/lib/oci/apigateway/models/update_api_details.rb +1 -1
  150. data/lib/oci/apigateway/models/update_certificate_details.rb +1 -1
  151. data/lib/oci/apigateway/models/update_deployment_details.rb +1 -1
  152. data/lib/oci/apigateway/models/update_gateway_details.rb +1 -1
  153. data/lib/oci/apigateway/models/update_sdk_details.rb +196 -0
  154. data/lib/oci/apigateway/models/work_request.rb +3 -1
  155. data/lib/oci/apigateway/models/work_request_collection.rb +1 -1
  156. data/lib/oci/apigateway/models/work_request_error.rb +1 -1
  157. data/lib/oci/apigateway/models/work_request_error_collection.rb +1 -1
  158. data/lib/oci/apigateway/models/work_request_log.rb +1 -1
  159. data/lib/oci/apigateway/models/work_request_log_collection.rb +1 -1
  160. data/lib/oci/apigateway/models/work_request_resource.rb +1 -1
  161. data/lib/oci/apigateway/models/work_request_summary.rb +1 -1
  162. data/lib/oci/apigateway/util.rb +1 -1
  163. data/lib/oci/apigateway/work_requests_client.rb +1 -1
  164. data/lib/oci/apigateway/work_requests_client_composite_operations.rb +1 -1
  165. data/lib/oci/apm_control_plane/apm_control_plane.rb +41 -0
  166. data/lib/oci/apm_control_plane/apm_domain_client.rb +973 -0
  167. data/lib/oci/apm_control_plane/apm_domain_client_composite_operations.rb +323 -0
  168. data/lib/oci/apm_control_plane/models/action_types.rb +14 -0
  169. data/lib/oci/apm_control_plane/models/apm_domain.rb +313 -0
  170. data/lib/oci/apm_control_plane/models/apm_domain_summary.rb +296 -0
  171. data/lib/oci/apm_control_plane/models/base_domain_details.rb +292 -0
  172. data/lib/oci/apm_control_plane/models/base_key_details.rb +174 -0
  173. data/lib/oci/apm_control_plane/models/change_apm_domain_compartment_details.rb +154 -0
  174. data/lib/oci/apm_control_plane/models/create_apm_domain_details.rb +226 -0
  175. data/lib/oci/apm_control_plane/models/data_key.rb +184 -0
  176. data/lib/oci/apm_control_plane/models/data_key_summary.rb +188 -0
  177. data/lib/oci/apm_control_plane/models/data_key_types.rb +11 -0
  178. data/lib/oci/apm_control_plane/models/generate_data_key_details.rb +171 -0
  179. data/lib/oci/apm_control_plane/models/lifecycle_states.rb +14 -0
  180. data/lib/oci/apm_control_plane/models/operation_status.rb +15 -0
  181. data/lib/oci/apm_control_plane/models/operation_types.rb +14 -0
  182. data/lib/oci/apm_control_plane/models/remove_data_key_details.rb +151 -0
  183. data/lib/oci/apm_control_plane/models/sort_orders.rb +11 -0
  184. data/lib/oci/apm_control_plane/models/update_apm_domain_details.rb +196 -0
  185. data/lib/oci/apm_control_plane/models/work_request.rb +307 -0
  186. data/lib/oci/apm_control_plane/models/work_request_error.rb +173 -0
  187. data/lib/oci/apm_control_plane/models/work_request_log_entry.rb +160 -0
  188. data/lib/oci/apm_control_plane/models/work_request_resource.rb +219 -0
  189. data/lib/oci/apm_control_plane/util.rb +3 -0
  190. data/lib/oci/apm_synthetics/apm_synthetic_client.rb +983 -0
  191. data/lib/oci/apm_synthetics/apm_synthetic_client_composite_operations.rb +25 -0
  192. data/lib/oci/apm_synthetics/apm_synthetics.rb +56 -0
  193. data/lib/oci/apm_synthetics/models/browser_monitor_configuration.rb +184 -0
  194. data/lib/oci/apm_synthetics/models/content_types.rb +11 -0
  195. data/lib/oci/apm_synthetics/models/create_monitor_details.rb +346 -0
  196. data/lib/oci/apm_synthetics/models/create_script_details.rb +259 -0
  197. data/lib/oci/apm_synthetics/models/geo_summary.rb +218 -0
  198. data/lib/oci/apm_synthetics/models/header.rb +169 -0
  199. data/lib/oci/apm_synthetics/models/monitor.rb +424 -0
  200. data/lib/oci/apm_synthetics/models/monitor_collection.rb +150 -0
  201. data/lib/oci/apm_synthetics/models/monitor_configuration.rb +211 -0
  202. data/lib/oci/apm_synthetics/models/monitor_result.rb +228 -0
  203. data/lib/oci/apm_synthetics/models/monitor_result_data.rb +195 -0
  204. data/lib/oci/apm_synthetics/models/monitor_script_parameter.rb +169 -0
  205. data/lib/oci/apm_synthetics/models/monitor_script_parameter_info.rb +188 -0
  206. data/lib/oci/apm_synthetics/models/monitor_status.rb +12 -0
  207. data/lib/oci/apm_synthetics/models/monitor_status_count_map.rb +182 -0
  208. data/lib/oci/apm_synthetics/models/monitor_summary.rb +401 -0
  209. data/lib/oci/apm_synthetics/models/monitor_types.rb +13 -0
  210. data/lib/oci/apm_synthetics/models/o_auth_schemes.rb +11 -0
  211. data/lib/oci/apm_synthetics/models/public_vantage_point_collection.rb +150 -0
  212. data/lib/oci/apm_synthetics/models/public_vantage_point_summary.rb +173 -0
  213. data/lib/oci/apm_synthetics/models/request_authentication_details.rb +296 -0
  214. data/lib/oci/apm_synthetics/models/request_authentication_schemes.rb +13 -0
  215. data/lib/oci/apm_synthetics/models/request_methods.rb +11 -0
  216. data/lib/oci/apm_synthetics/models/request_query_param.rb +169 -0
  217. data/lib/oci/apm_synthetics/models/rest_monitor_configuration.rb +345 -0
  218. data/lib/oci/apm_synthetics/models/script.rb +350 -0
  219. data/lib/oci/apm_synthetics/models/script_collection.rb +150 -0
  220. data/lib/oci/apm_synthetics/models/script_parameter.rb +186 -0
  221. data/lib/oci/apm_synthetics/models/script_parameter_info.rb +171 -0
  222. data/lib/oci/apm_synthetics/models/script_summary.rb +280 -0
  223. data/lib/oci/apm_synthetics/models/scripted_browser_monitor_configuration.rb +168 -0
  224. data/lib/oci/apm_synthetics/models/scripted_rest_monitor_configuration.rb +149 -0
  225. data/lib/oci/apm_synthetics/models/sort_orders.rb +11 -0
  226. data/lib/oci/apm_synthetics/models/update_monitor_details.rb +315 -0
  227. data/lib/oci/apm_synthetics/models/update_script_details.rb +257 -0
  228. data/lib/oci/apm_synthetics/models/vantage_point_info.rb +164 -0
  229. data/lib/oci/apm_synthetics/models/verify_text.rb +150 -0
  230. data/lib/oci/apm_synthetics/util.rb +3 -0
  231. data/lib/oci/apm_traces/apm_traces.rb +35 -0
  232. data/lib/oci/apm_traces/models/query_details.rb +156 -0
  233. data/lib/oci/apm_traces/models/query_result_metadata_summary.rb +219 -0
  234. data/lib/oci/apm_traces/models/query_result_response.rb +174 -0
  235. data/lib/oci/apm_traces/models/query_result_row.rb +182 -0
  236. data/lib/oci/apm_traces/models/query_result_row_type_summary.rb +209 -0
  237. data/lib/oci/apm_traces/models/query_results_grouped_by_summary.rb +156 -0
  238. data/lib/oci/apm_traces/models/query_results_ordered_by_summary.rb +171 -0
  239. data/lib/oci/apm_traces/models/quick_pick_summary.rb +171 -0
  240. data/lib/oci/apm_traces/models/span.rb +307 -0
  241. data/lib/oci/apm_traces/models/span_log.rb +171 -0
  242. data/lib/oci/apm_traces/models/span_log_collection.rb +171 -0
  243. data/lib/oci/apm_traces/models/tag.rb +172 -0
  244. data/lib/oci/apm_traces/models/trace.rb +413 -0
  245. data/lib/oci/apm_traces/models/trace_service_summary.rb +186 -0
  246. data/lib/oci/apm_traces/models/trace_span_summary.rb +390 -0
  247. data/lib/oci/apm_traces/query_client.rb +331 -0
  248. data/lib/oci/apm_traces/query_client_composite_operations.rb +25 -0
  249. data/lib/oci/apm_traces/trace_client.rb +233 -0
  250. data/lib/oci/apm_traces/trace_client_composite_operations.rb +25 -0
  251. data/lib/oci/apm_traces/util.rb +3 -0
  252. data/lib/oci/application_migration/application_migration.rb +5 -1
  253. data/lib/oci/application_migration/application_migration_client.rb +1 -1
  254. data/lib/oci/application_migration/application_migration_client_composite_operations.rb +1 -1
  255. data/lib/oci/application_migration/models/authorization_details.rb +6 -2
  256. data/lib/oci/application_migration/models/change_compartment_details.rb +1 -1
  257. data/lib/oci/application_migration/models/configuration_field.rb +17 -2
  258. data/lib/oci/application_migration/models/create_migration_details.rb +20 -3
  259. data/lib/oci/application_migration/models/create_source_details.rb +1 -1
  260. data/lib/oci/application_migration/models/discovery_details.rb +1 -1
  261. data/lib/oci/application_migration/models/ics_discovery_details.rb +1 -1
  262. data/lib/oci/application_migration/models/internal_authorization_details.rb +1 -1
  263. data/lib/oci/application_migration/models/internal_source_details.rb +1 -1
  264. data/lib/oci/application_migration/models/jcs_discovery_details.rb +1 -1
  265. data/lib/oci/application_migration/models/migration.rb +20 -3
  266. data/lib/oci/application_migration/models/migration_lifecycle_states.rb +1 -1
  267. data/lib/oci/application_migration/models/migration_states.rb +1 -1
  268. data/lib/oci/application_migration/models/migration_summary.rb +1 -1
  269. data/lib/oci/application_migration/models/migration_types.rb +1 -1
  270. data/lib/oci/application_migration/models/oac_discovery_details.rb +1 -1
  271. data/lib/oci/application_migration/models/occ_authorization_details.rb +169 -0
  272. data/lib/oci/application_migration/models/occ_source_details.rb +166 -0
  273. data/lib/oci/application_migration/models/ocic_authorization_details.rb +1 -1
  274. data/lib/oci/application_migration/models/ocic_authorization_token_details.rb +177 -0
  275. data/lib/oci/application_migration/models/ocic_source_details.rb +2 -2
  276. data/lib/oci/application_migration/models/oic_discovery_details.rb +1 -1
  277. data/lib/oci/application_migration/models/operation_status.rb +1 -1
  278. data/lib/oci/application_migration/models/operation_types.rb +1 -1
  279. data/lib/oci/application_migration/models/pcs_discovery_details.rb +1 -1
  280. data/lib/oci/application_migration/models/resource_field.rb +180 -0
  281. data/lib/oci/application_migration/models/soacs_discovery_details.rb +1 -1
  282. data/lib/oci/application_migration/models/sort_orders.rb +1 -1
  283. data/lib/oci/application_migration/models/source.rb +1 -1
  284. data/lib/oci/application_migration/models/source_application.rb +1 -1
  285. data/lib/oci/application_migration/models/source_application_summary.rb +1 -1
  286. data/lib/oci/application_migration/models/source_details.rb +6 -1
  287. data/lib/oci/application_migration/models/source_lifecycle_states.rb +1 -1
  288. data/lib/oci/application_migration/models/source_summary.rb +3 -1
  289. data/lib/oci/application_migration/models/source_types.rb +4 -2
  290. data/lib/oci/application_migration/models/target_database_types.rb +1 -1
  291. data/lib/oci/application_migration/models/update_migration_details.rb +17 -2
  292. data/lib/oci/application_migration/models/update_source_details.rb +1 -1
  293. data/lib/oci/application_migration/models/work_request.rb +1 -1
  294. data/lib/oci/application_migration/models/work_request_error.rb +1 -1
  295. data/lib/oci/application_migration/models/work_request_log_entry.rb +1 -1
  296. data/lib/oci/application_migration/models/work_request_resource.rb +1 -1
  297. data/lib/oci/application_migration/models/work_request_summary.rb +1 -1
  298. data/lib/oci/application_migration/util.rb +1 -1
  299. data/lib/oci/artifacts/artifacts.rb +40 -0
  300. data/lib/oci/artifacts/artifacts_client.rb +1382 -0
  301. data/lib/oci/artifacts/artifacts_client_composite_operations.rb +279 -0
  302. data/lib/oci/artifacts/models/change_container_repository_compartment_details.rb +155 -0
  303. data/lib/oci/artifacts/models/container_configuration.rb +166 -0
  304. data/lib/oci/artifacts/models/container_image.rb +373 -0
  305. data/lib/oci/artifacts/models/container_image_collection.rb +164 -0
  306. data/lib/oci/artifacts/models/container_image_layer.rb +178 -0
  307. data/lib/oci/artifacts/models/container_image_signature.rb +319 -0
  308. data/lib/oci/artifacts/models/container_image_signature_collection.rb +164 -0
  309. data/lib/oci/artifacts/models/container_image_signature_summary.rb +305 -0
  310. data/lib/oci/artifacts/models/container_image_summary.rb +262 -0
  311. data/lib/oci/artifacts/models/container_repository.rb +337 -0
  312. data/lib/oci/artifacts/models/container_repository_collection.rb +220 -0
  313. data/lib/oci/artifacts/models/container_repository_readme.rb +180 -0
  314. data/lib/oci/artifacts/models/container_repository_summary.rb +265 -0
  315. data/lib/oci/artifacts/models/container_version.rb +178 -0
  316. data/lib/oci/artifacts/models/create_container_image_signature_details.rb +254 -0
  317. data/lib/oci/artifacts/models/create_container_repository_details.rb +206 -0
  318. data/lib/oci/artifacts/models/remove_container_version_details.rb +150 -0
  319. data/lib/oci/artifacts/models/restore_container_image_details.rb +150 -0
  320. data/lib/oci/artifacts/models/update_container_configuration_details.rb +156 -0
  321. data/lib/oci/artifacts/models/update_container_repository_details.rb +177 -0
  322. data/lib/oci/artifacts/util.rb +3 -0
  323. data/lib/oci/audit/audit.rb +1 -1
  324. data/lib/oci/audit/audit_client.rb +1 -1
  325. data/lib/oci/audit/audit_client_composite_operations.rb +1 -1
  326. data/lib/oci/audit/models/audit_event.rb +1 -1
  327. data/lib/oci/audit/models/configuration.rb +1 -1
  328. data/lib/oci/audit/models/data.rb +1 -1
  329. data/lib/oci/audit/models/identity.rb +1 -1
  330. data/lib/oci/audit/models/request.rb +1 -1
  331. data/lib/oci/audit/models/response.rb +1 -1
  332. data/lib/oci/audit/models/state_change.rb +1 -1
  333. data/lib/oci/audit/models/update_configuration_details.rb +1 -1
  334. data/lib/oci/audit/util.rb +1 -1
  335. data/lib/oci/auth/auth.rb +1 -1
  336. data/lib/oci/auth/federation_client.rb +1 -1
  337. data/lib/oci/auth/internal/auth_token_request_signer.rb +1 -1
  338. data/lib/oci/auth/security_token_container.rb +1 -1
  339. data/lib/oci/auth/session_key_supplier.rb +1 -1
  340. data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +38 -32
  341. data/lib/oci/auth/signers/instance_principals_delegation_token_signer.rb +1 -1
  342. data/lib/oci/auth/signers/instance_principals_security_token_signer.rb +1 -1
  343. data/lib/oci/auth/signers/resource_principal_token_path_provider/default_rpt_path_provider.rb +1 -1
  344. data/lib/oci/auth/signers/resource_principal_token_path_provider/env_rpt_path_provider.rb +1 -1
  345. data/lib/oci/auth/signers/resource_principal_token_path_provider/imds_rpt_path_provider.rb +1 -1
  346. data/lib/oci/auth/signers/resource_principal_token_path_provider/rpt_path_provider.rb +1 -1
  347. data/lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb +1 -1
  348. data/lib/oci/auth/signers/resource_principals_federation_signer.rb +1 -1
  349. data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
  350. data/lib/oci/auth/signers/security_token_signer.rb +1 -1
  351. data/lib/oci/auth/signers/x509_federation_client_based_security_token_signer.rb +1 -1
  352. data/lib/oci/auth/url_based_certificate_retriever.rb +1 -1
  353. data/lib/oci/auth/util.rb +1 -1
  354. data/lib/oci/autoscaling/auto_scaling_client.rb +10 -2
  355. data/lib/oci/autoscaling/auto_scaling_client_composite_operations.rb +1 -1
  356. data/lib/oci/autoscaling/autoscaling.rb +3 -1
  357. data/lib/oci/autoscaling/models/action.rb +1 -1
  358. data/lib/oci/autoscaling/models/auto_scaling_configuration.rb +8 -7
  359. data/lib/oci/autoscaling/models/auto_scaling_configuration_summary.rb +7 -4
  360. data/lib/oci/autoscaling/models/auto_scaling_policy.rb +8 -3
  361. data/lib/oci/autoscaling/models/auto_scaling_policy_summary.rb +2 -2
  362. data/lib/oci/autoscaling/models/capacity.rb +18 -6
  363. data/lib/oci/autoscaling/models/change_auto_scaling_compartment_details.rb +1 -1
  364. data/lib/oci/autoscaling/models/condition.rb +1 -1
  365. data/lib/oci/autoscaling/models/create_auto_scaling_configuration_details.rb +6 -3
  366. data/lib/oci/autoscaling/models/create_auto_scaling_policy_details.rb +9 -7
  367. data/lib/oci/autoscaling/models/create_condition_details.rb +1 -1
  368. data/lib/oci/autoscaling/models/create_scheduled_policy_details.rb +19 -6
  369. data/lib/oci/autoscaling/models/create_threshold_policy_details.rb +1 -1
  370. data/lib/oci/autoscaling/models/cron_execution_schedule.rb +11 -3
  371. data/lib/oci/autoscaling/models/execution_schedule.rb +4 -4
  372. data/lib/oci/autoscaling/models/instance_pool_resource.rb +1 -1
  373. data/lib/oci/autoscaling/models/metric.rb +1 -1
  374. data/lib/oci/autoscaling/models/resource.rb +2 -2
  375. data/lib/oci/autoscaling/models/resource_action.rb +170 -0
  376. data/lib/oci/autoscaling/models/resource_power_action.rb +180 -0
  377. data/lib/oci/autoscaling/models/scheduled_policy.rb +19 -6
  378. data/lib/oci/autoscaling/models/threshold.rb +1 -1
  379. data/lib/oci/autoscaling/models/threshold_policy.rb +1 -1
  380. data/lib/oci/autoscaling/models/update_auto_scaling_configuration_details.rb +1 -4
  381. data/lib/oci/autoscaling/models/update_auto_scaling_policy_details.rb +2 -2
  382. data/lib/oci/autoscaling/models/update_condition_details.rb +1 -1
  383. data/lib/oci/autoscaling/models/update_scheduled_policy_details.rb +19 -5
  384. data/lib/oci/autoscaling/models/update_threshold_policy_details.rb +1 -1
  385. data/lib/oci/autoscaling/util.rb +1 -1
  386. data/lib/oci/base_signer.rb +1 -1
  387. data/lib/oci/bds/bds.rb +10 -1
  388. data/lib/oci/bds/bds_client.rb +371 -2
  389. data/lib/oci/bds/bds_client_composite_operations.rb +154 -2
  390. data/lib/oci/bds/models/action_types.rb +1 -1
  391. data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +206 -0
  392. data/lib/oci/bds/models/add_block_storage_details.rb +1 -1
  393. data/lib/oci/bds/models/add_cloud_sql_details.rb +1 -1
  394. data/lib/oci/bds/models/add_worker_nodes_details.rb +1 -1
  395. data/lib/oci/bds/models/auto_scale_policy.rb +184 -0
  396. data/lib/oci/bds/models/auto_scale_policy_metric_rule.rb +183 -0
  397. data/lib/oci/bds/models/auto_scale_policy_rule.rb +180 -0
  398. data/lib/oci/bds/models/auto_scaling_configuration.rb +256 -0
  399. data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +232 -0
  400. data/lib/oci/bds/models/bds_instance.rb +1 -5
  401. data/lib/oci/bds/models/bds_instance_summary.rb +1 -1
  402. data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +1 -1
  403. data/lib/oci/bds/models/change_shape_details.rb +3 -3
  404. data/lib/oci/bds/models/change_shape_nodes.rb +6 -6
  405. data/lib/oci/bds/models/cloud_sql_details.rb +1 -1
  406. data/lib/oci/bds/models/cluster_details.rb +1 -1
  407. data/lib/oci/bds/models/create_bds_instance_details.rb +1 -2
  408. data/lib/oci/bds/models/create_node_details.rb +1 -1
  409. data/lib/oci/bds/models/default_error.rb +1 -1
  410. data/lib/oci/bds/models/kerberos_details.rb +1 -1
  411. data/lib/oci/bds/models/metric_threshold_rule.rb +194 -0
  412. data/lib/oci/bds/models/network_config.rb +1 -1
  413. data/lib/oci/bds/models/node.rb +1 -3
  414. data/lib/oci/bds/models/operation_status.rb +1 -1
  415. data/lib/oci/bds/models/operation_types.rb +4 -2
  416. data/lib/oci/bds/models/remove_auto_scaling_configuration_details.rb +154 -0
  417. data/lib/oci/bds/models/remove_cloud_sql_details.rb +1 -1
  418. data/lib/oci/bds/models/restart_node_details.rb +1 -1
  419. data/lib/oci/bds/models/sort_orders.rb +1 -1
  420. data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +191 -0
  421. data/lib/oci/bds/models/update_bds_instance_details.rb +1 -1
  422. data/lib/oci/bds/models/volume_attachment_detail.rb +1 -1
  423. data/lib/oci/bds/models/work_request.rb +3 -1
  424. data/lib/oci/bds/models/work_request_error.rb +1 -1
  425. data/lib/oci/bds/models/work_request_log_entry.rb +1 -1
  426. data/lib/oci/bds/models/work_request_resource.rb +1 -1
  427. data/lib/oci/bds/util.rb +1 -1
  428. data/lib/oci/blockchain/blockchain.rb +1 -1
  429. data/lib/oci/blockchain/blockchain_platform_client.rb +1 -1
  430. data/lib/oci/blockchain/blockchain_platform_client_composite_operations.rb +1 -1
  431. data/lib/oci/blockchain/models/availability_domain.rb +1 -1
  432. data/lib/oci/blockchain/models/blockchain_platform.rb +35 -2
  433. data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
  434. data/lib/oci/blockchain/models/blockchain_platform_collection.rb +1 -1
  435. data/lib/oci/blockchain/models/blockchain_platform_component_details.rb +1 -1
  436. data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
  437. data/lib/oci/blockchain/models/change_blockchain_platform_compartment_details.rb +1 -1
  438. data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
  439. data/lib/oci/blockchain/models/create_osn_details.rb +1 -1
  440. data/lib/oci/blockchain/models/create_peer_details.rb +1 -1
  441. data/lib/oci/blockchain/models/metadata_details.rb +1 -1
  442. data/lib/oci/blockchain/models/modify_peer_details.rb +1 -1
  443. data/lib/oci/blockchain/models/ocpu_allocation_number_param.rb +1 -1
  444. data/lib/oci/blockchain/models/ocpu_utilization_info.rb +1 -1
  445. data/lib/oci/blockchain/models/osn.rb +1 -1
  446. data/lib/oci/blockchain/models/osn_collection.rb +1 -1
  447. data/lib/oci/blockchain/models/osn_summary.rb +1 -1
  448. data/lib/oci/blockchain/models/peer.rb +1 -1
  449. data/lib/oci/blockchain/models/peer_collection.rb +1 -1
  450. data/lib/oci/blockchain/models/peer_role.rb +1 -1
  451. data/lib/oci/blockchain/models/peer_summary.rb +1 -1
  452. data/lib/oci/blockchain/models/replica_details.rb +2 -1
  453. data/lib/oci/blockchain/models/scale_blockchain_platform_details.rb +1 -1
  454. data/lib/oci/blockchain/models/scale_storage_details.rb +1 -1
  455. data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
  456. data/lib/oci/blockchain/models/scaled_platform_metering_preview.rb +1 -1
  457. data/lib/oci/blockchain/models/update_blockchain_platform_details.rb +16 -2
  458. data/lib/oci/blockchain/models/update_osn_details.rb +1 -1
  459. data/lib/oci/blockchain/models/update_peer_details.rb +1 -1
  460. data/lib/oci/blockchain/models/work_request.rb +1 -1
  461. data/lib/oci/blockchain/models/work_request_collection.rb +1 -1
  462. data/lib/oci/blockchain/models/work_request_error.rb +1 -1
  463. data/lib/oci/blockchain/models/work_request_error_collection.rb +1 -1
  464. data/lib/oci/blockchain/models/work_request_log_entry.rb +1 -1
  465. data/lib/oci/blockchain/models/work_request_log_entry_collection.rb +1 -1
  466. data/lib/oci/blockchain/models/work_request_resource.rb +1 -1
  467. data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +1 -1
  468. data/lib/oci/blockchain/models/work_request_summary.rb +1 -1
  469. data/lib/oci/blockchain/util.rb +1 -1
  470. data/lib/oci/budget/budget.rb +1 -1
  471. data/lib/oci/budget/budget_client.rb +1 -1
  472. data/lib/oci/budget/budget_client_composite_operations.rb +1 -1
  473. data/lib/oci/budget/models/alert_rule.rb +1 -1
  474. data/lib/oci/budget/models/alert_rule_summary.rb +1 -1
  475. data/lib/oci/budget/models/alert_type.rb +1 -1
  476. data/lib/oci/budget/models/budget.rb +16 -2
  477. data/lib/oci/budget/models/budget_summary.rb +16 -2
  478. data/lib/oci/budget/models/create_alert_rule_details.rb +1 -1
  479. data/lib/oci/budget/models/create_budget_details.rb +16 -2
  480. data/lib/oci/budget/models/lifecycle_state.rb +1 -1
  481. data/lib/oci/budget/models/reset_period.rb +1 -1
  482. data/lib/oci/budget/models/sort_by.rb +1 -1
  483. data/lib/oci/budget/models/sort_order.rb +1 -1
  484. data/lib/oci/budget/models/target_type.rb +1 -1
  485. data/lib/oci/budget/models/threshold_type.rb +1 -1
  486. data/lib/oci/budget/models/update_alert_rule_details.rb +1 -1
  487. data/lib/oci/budget/models/update_budget_details.rb +16 -2
  488. data/lib/oci/budget/util.rb +1 -1
  489. data/lib/oci/cims/cims.rb +1 -1
  490. data/lib/oci/cims/incident_client.rb +1 -1
  491. data/lib/oci/cims/incident_client_composite_operations.rb +1 -1
  492. data/lib/oci/cims/models/activity_item.rb +1 -1
  493. data/lib/oci/cims/models/availability_domain.rb +1 -1
  494. data/lib/oci/cims/models/category.rb +1 -1
  495. data/lib/oci/cims/models/classifier.rb +1 -1
  496. data/lib/oci/cims/models/contact.rb +1 -1
  497. data/lib/oci/cims/models/contact_list.rb +1 -1
  498. data/lib/oci/cims/models/contextual_data.rb +1 -1
  499. data/lib/oci/cims/models/create_category_details.rb +1 -1
  500. data/lib/oci/cims/models/create_incident.rb +1 -1
  501. data/lib/oci/cims/models/create_issue_type_details.rb +1 -1
  502. data/lib/oci/cims/models/create_item_details.rb +1 -1
  503. data/lib/oci/cims/models/create_limit_item_details.rb +1 -1
  504. data/lib/oci/cims/models/create_resource_details.rb +1 -1
  505. data/lib/oci/cims/models/create_sub_category_details.rb +1 -1
  506. data/lib/oci/cims/models/create_tech_support_item_details.rb +1 -1
  507. data/lib/oci/cims/models/create_ticket_details.rb +1 -1
  508. data/lib/oci/cims/models/create_user_details.rb +1 -1
  509. data/lib/oci/cims/models/error_code.rb +1 -1
  510. data/lib/oci/cims/models/incident.rb +1 -1
  511. data/lib/oci/cims/models/incident_resource_type.rb +1 -1
  512. data/lib/oci/cims/models/incident_summary.rb +1 -1
  513. data/lib/oci/cims/models/incident_type.rb +1 -1
  514. data/lib/oci/cims/models/issue_type.rb +1 -1
  515. data/lib/oci/cims/models/item.rb +1 -1
  516. data/lib/oci/cims/models/lifecycle_details.rb +1 -1
  517. data/lib/oci/cims/models/lifecycle_state.rb +1 -1
  518. data/lib/oci/cims/models/limit_item.rb +1 -1
  519. data/lib/oci/cims/models/problem_type.rb +1 -1
  520. data/lib/oci/cims/models/region.rb +1 -1
  521. data/lib/oci/cims/models/resource.rb +1 -1
  522. data/lib/oci/cims/models/scope.rb +1 -1
  523. data/lib/oci/cims/models/service_category.rb +1 -1
  524. data/lib/oci/cims/models/sort_by.rb +1 -1
  525. data/lib/oci/cims/models/sort_order.rb +1 -1
  526. data/lib/oci/cims/models/status.rb +1 -1
  527. data/lib/oci/cims/models/sub_category.rb +1 -1
  528. data/lib/oci/cims/models/tech_support_item.rb +1 -1
  529. data/lib/oci/cims/models/tenancy_information.rb +1 -1
  530. data/lib/oci/cims/models/ticket.rb +1 -1
  531. data/lib/oci/cims/models/time_zone.rb +1 -1
  532. data/lib/oci/cims/models/unit.rb +1 -1
  533. data/lib/oci/cims/models/update_activity_item_details.rb +1 -1
  534. data/lib/oci/cims/models/update_incident.rb +1 -1
  535. data/lib/oci/cims/models/update_item_details.rb +1 -1
  536. data/lib/oci/cims/models/update_resource_details.rb +1 -1
  537. data/lib/oci/cims/models/update_ticket_details.rb +1 -1
  538. data/lib/oci/cims/models/user.rb +1 -1
  539. data/lib/oci/cims/models/validation_response.rb +1 -1
  540. data/lib/oci/cims/user_client.rb +1 -1
  541. data/lib/oci/cims/user_client_composite_operations.rb +1 -1
  542. data/lib/oci/cims/util.rb +1 -1
  543. data/lib/oci/cloud_guard/cloud_guard.rb +1 -1
  544. data/lib/oci/cloud_guard/cloud_guard_client.rb +1 -1
  545. data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +1 -1
  546. data/lib/oci/cloud_guard/models/activity_problem_aggregation.rb +1 -1
  547. data/lib/oci/cloud_guard/models/activity_problem_aggregation_collection.rb +1 -1
  548. data/lib/oci/cloud_guard/models/actor_type.rb +1 -1
  549. data/lib/oci/cloud_guard/models/attach_target_detector_recipe_details.rb +1 -1
  550. data/lib/oci/cloud_guard/models/attach_target_responder_recipe_details.rb +1 -1
  551. data/lib/oci/cloud_guard/models/candidate_responder_rule.rb +1 -1
  552. data/lib/oci/cloud_guard/models/change_detector_recipe_compartment_details.rb +1 -1
  553. data/lib/oci/cloud_guard/models/change_managed_list_compartment_details.rb +1 -1
  554. data/lib/oci/cloud_guard/models/change_responder_recipe_compartment_details.rb +1 -1
  555. data/lib/oci/cloud_guard/models/cloud_guard_status.rb +1 -1
  556. data/lib/oci/cloud_guard/models/composite_condition.rb +1 -1
  557. data/lib/oci/cloud_guard/models/condition.rb +1 -1
  558. data/lib/oci/cloud_guard/models/condition_filter_type.rb +1 -1
  559. data/lib/oci/cloud_guard/models/condition_group.rb +1 -1
  560. data/lib/oci/cloud_guard/models/condition_metadata_type.rb +1 -1
  561. data/lib/oci/cloud_guard/models/condition_metadata_type_collection.rb +1 -1
  562. data/lib/oci/cloud_guard/models/condition_metadata_type_summary.rb +1 -1
  563. data/lib/oci/cloud_guard/models/condition_operator.rb +1 -1
  564. data/lib/oci/cloud_guard/models/condition_operator_name.rb +1 -1
  565. data/lib/oci/cloud_guard/models/condition_type_enum.rb +1 -1
  566. data/lib/oci/cloud_guard/models/condition_value_type.rb +1 -1
  567. data/lib/oci/cloud_guard/models/config_value.rb +1 -1
  568. data/lib/oci/cloud_guard/models/configuration.rb +1 -1
  569. data/lib/oci/cloud_guard/models/configuration_list_item_type.rb +1 -1
  570. data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +1 -1
  571. data/lib/oci/cloud_guard/models/create_managed_list_details.rb +1 -1
  572. data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +1 -1
  573. data/lib/oci/cloud_guard/models/create_target_details.rb +1 -1
  574. data/lib/oci/cloud_guard/models/create_target_detector_recipe_details.rb +1 -1
  575. data/lib/oci/cloud_guard/models/create_target_responder_recipe_details.rb +1 -1
  576. data/lib/oci/cloud_guard/models/detector.rb +1 -1
  577. data/lib/oci/cloud_guard/models/detector_collection.rb +1 -1
  578. data/lib/oci/cloud_guard/models/detector_configuration.rb +1 -1
  579. data/lib/oci/cloud_guard/models/detector_details.rb +1 -1
  580. data/lib/oci/cloud_guard/models/detector_enum.rb +1 -1
  581. data/lib/oci/cloud_guard/models/detector_recipe.rb +1 -1
  582. data/lib/oci/cloud_guard/models/detector_recipe_collection.rb +1 -1
  583. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +1 -1
  584. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_collection.rb +1 -1
  585. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -1
  586. data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +1 -1
  587. data/lib/oci/cloud_guard/models/detector_rule.rb +1 -1
  588. data/lib/oci/cloud_guard/models/detector_rule_collection.rb +1 -1
  589. data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -1
  590. data/lib/oci/cloud_guard/models/detector_summary.rb +1 -1
  591. data/lib/oci/cloud_guard/models/event_status.rb +1 -1
  592. data/lib/oci/cloud_guard/models/execute_responder_execution_details.rb +1 -1
  593. data/lib/oci/cloud_guard/models/feed_provider_type.rb +1 -1
  594. data/lib/oci/cloud_guard/models/geographical_location.rb +1 -1
  595. data/lib/oci/cloud_guard/models/impacted_resource_collection.rb +1 -1
  596. data/lib/oci/cloud_guard/models/impacted_resource_summary.rb +1 -1
  597. data/lib/oci/cloud_guard/models/lifecycle_state.rb +1 -1
  598. data/lib/oci/cloud_guard/models/managed_list.rb +1 -1
  599. data/lib/oci/cloud_guard/models/managed_list_collection.rb +1 -1
  600. data/lib/oci/cloud_guard/models/managed_list_summary.rb +1 -1
  601. data/lib/oci/cloud_guard/models/managed_list_type.rb +1 -1
  602. data/lib/oci/cloud_guard/models/managed_list_type_collection.rb +1 -1
  603. data/lib/oci/cloud_guard/models/managed_list_type_summary.rb +1 -1
  604. data/lib/oci/cloud_guard/models/operator_summary.rb +1 -1
  605. data/lib/oci/cloud_guard/models/operator_type.rb +1 -1
  606. data/lib/oci/cloud_guard/models/owner_type.rb +1 -1
  607. data/lib/oci/cloud_guard/models/political_location.rb +1 -1
  608. data/lib/oci/cloud_guard/models/problem.rb +1 -1
  609. data/lib/oci/cloud_guard/models/problem_aggregation.rb +1 -1
  610. data/lib/oci/cloud_guard/models/problem_aggregation_collection.rb +1 -1
  611. data/lib/oci/cloud_guard/models/problem_collection.rb +1 -1
  612. data/lib/oci/cloud_guard/models/problem_dimension.rb +1 -1
  613. data/lib/oci/cloud_guard/models/problem_history_collection.rb +1 -1
  614. data/lib/oci/cloud_guard/models/problem_history_summary.rb +1 -1
  615. data/lib/oci/cloud_guard/models/problem_lifecycle_detail.rb +1 -1
  616. data/lib/oci/cloud_guard/models/problem_lifecycle_state.rb +1 -1
  617. data/lib/oci/cloud_guard/models/problem_summary.rb +1 -1
  618. data/lib/oci/cloud_guard/models/problem_trend_aggregation.rb +1 -1
  619. data/lib/oci/cloud_guard/models/problem_trend_aggregation_collection.rb +1 -1
  620. data/lib/oci/cloud_guard/models/recommendation_lifecycle_detail.rb +1 -1
  621. data/lib/oci/cloud_guard/models/recommendation_summary.rb +1 -1
  622. data/lib/oci/cloud_guard/models/recommendation_summary_collection.rb +1 -1
  623. data/lib/oci/cloud_guard/models/recommendation_type.rb +1 -1
  624. data/lib/oci/cloud_guard/models/resource_type_collection.rb +1 -1
  625. data/lib/oci/cloud_guard/models/resource_type_summary.rb +1 -1
  626. data/lib/oci/cloud_guard/models/responder_activity_collection.rb +1 -1
  627. data/lib/oci/cloud_guard/models/responder_activity_summary.rb +1 -1
  628. data/lib/oci/cloud_guard/models/responder_activity_type.rb +1 -1
  629. data/lib/oci/cloud_guard/models/responder_configuration.rb +1 -1
  630. data/lib/oci/cloud_guard/models/responder_dimension.rb +1 -1
  631. data/lib/oci/cloud_guard/models/responder_execution.rb +1 -1
  632. data/lib/oci/cloud_guard/models/responder_execution_aggregation.rb +1 -1
  633. data/lib/oci/cloud_guard/models/responder_execution_aggregation_collection.rb +1 -1
  634. data/lib/oci/cloud_guard/models/responder_execution_collection.rb +1 -1
  635. data/lib/oci/cloud_guard/models/responder_execution_modes.rb +1 -1
  636. data/lib/oci/cloud_guard/models/responder_execution_states.rb +1 -1
  637. data/lib/oci/cloud_guard/models/responder_execution_status.rb +1 -1
  638. data/lib/oci/cloud_guard/models/responder_execution_summary.rb +1 -1
  639. data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation.rb +1 -1
  640. data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation_collection.rb +1 -1
  641. data/lib/oci/cloud_guard/models/responder_mode_types.rb +1 -1
  642. data/lib/oci/cloud_guard/models/responder_recipe.rb +1 -1
  643. data/lib/oci/cloud_guard/models/responder_recipe_collection.rb +1 -1
  644. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +1 -1
  645. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_collection.rb +1 -1
  646. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_summary.rb +1 -1
  647. data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +1 -1
  648. data/lib/oci/cloud_guard/models/responder_rule.rb +1 -1
  649. data/lib/oci/cloud_guard/models/responder_rule_collection.rb +1 -1
  650. data/lib/oci/cloud_guard/models/responder_rule_details.rb +1 -1
  651. data/lib/oci/cloud_guard/models/responder_rule_execution_details.rb +1 -1
  652. data/lib/oci/cloud_guard/models/responder_rule_summary.rb +1 -1
  653. data/lib/oci/cloud_guard/models/responder_type.rb +1 -1
  654. data/lib/oci/cloud_guard/models/risk_level.rb +1 -1
  655. data/lib/oci/cloud_guard/models/risk_score_aggregation.rb +1 -1
  656. data/lib/oci/cloud_guard/models/risk_score_aggregation_collection.rb +1 -1
  657. data/lib/oci/cloud_guard/models/rule_summary.rb +1 -1
  658. data/lib/oci/cloud_guard/models/security_rating.rb +1 -1
  659. data/lib/oci/cloud_guard/models/security_score_aggregation.rb +1 -1
  660. data/lib/oci/cloud_guard/models/security_score_aggregation_collection.rb +1 -1
  661. data/lib/oci/cloud_guard/models/security_score_trend_aggregation.rb +1 -1
  662. data/lib/oci/cloud_guard/models/security_score_trend_aggregation_collection.rb +1 -1
  663. data/lib/oci/cloud_guard/models/service_type_summary.rb +1 -1
  664. data/lib/oci/cloud_guard/models/simple_condition.rb +1 -1
  665. data/lib/oci/cloud_guard/models/skip_bulk_responder_execution_details.rb +1 -1
  666. data/lib/oci/cloud_guard/models/sort_orders.rb +1 -1
  667. data/lib/oci/cloud_guard/models/target.rb +1 -1
  668. data/lib/oci/cloud_guard/models/target_collection.rb +1 -1
  669. data/lib/oci/cloud_guard/models/target_detector_details.rb +1 -1
  670. data/lib/oci/cloud_guard/models/target_detector_recipe.rb +1 -1
  671. data/lib/oci/cloud_guard/models/target_detector_recipe_collection.rb +1 -1
  672. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +1 -1
  673. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.rb +1 -1
  674. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -1
  675. data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +1 -1
  676. data/lib/oci/cloud_guard/models/target_resource_type.rb +1 -1
  677. data/lib/oci/cloud_guard/models/target_responder_recipe.rb +1 -1
  678. data/lib/oci/cloud_guard/models/target_responder_recipe_collection.rb +1 -1
  679. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +1 -1
  680. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.rb +1 -1
  681. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.rb +1 -1
  682. data/lib/oci/cloud_guard/models/target_responder_recipe_summary.rb +1 -1
  683. data/lib/oci/cloud_guard/models/target_summary.rb +1 -1
  684. data/lib/oci/cloud_guard/models/trigger_responder_details.rb +1 -1
  685. data/lib/oci/cloud_guard/models/update_bulk_problem_status_details.rb +1 -1
  686. data/lib/oci/cloud_guard/models/update_configuration_details.rb +1 -1
  687. data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +1 -1
  688. data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule.rb +1 -1
  689. data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule_details.rb +1 -1
  690. data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +1 -1
  691. data/lib/oci/cloud_guard/models/update_managed_list_details.rb +1 -1
  692. data/lib/oci/cloud_guard/models/update_problem_status_details.rb +1 -1
  693. data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +1 -1
  694. data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule.rb +1 -1
  695. data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule_details.rb +1 -1
  696. data/lib/oci/cloud_guard/models/update_responder_rule_details.rb +1 -1
  697. data/lib/oci/cloud_guard/models/update_target_details.rb +1 -1
  698. data/lib/oci/cloud_guard/models/update_target_detector_recipe.rb +1 -1
  699. data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +1 -1
  700. data/lib/oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.rb +1 -1
  701. data/lib/oci/cloud_guard/models/update_target_detector_rule_details.rb +1 -1
  702. data/lib/oci/cloud_guard/models/update_target_recipe_detector_rule_details.rb +1 -1
  703. data/lib/oci/cloud_guard/models/update_target_recipe_responder_rule_details.rb +1 -1
  704. data/lib/oci/cloud_guard/models/update_target_responder_recipe.rb +1 -1
  705. data/lib/oci/cloud_guard/models/update_target_responder_recipe_details.rb +1 -1
  706. data/lib/oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.rb +1 -1
  707. data/lib/oci/cloud_guard/models/update_target_responder_rule_details.rb +1 -1
  708. data/lib/oci/cloud_guard/util.rb +1 -1
  709. data/lib/oci/compute_instance_agent/compute_instance_agent.rb +7 -2
  710. data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +52 -34
  711. data/lib/oci/compute_instance_agent/compute_instance_agent_client_composite_operations.rb +1 -1
  712. data/lib/oci/compute_instance_agent/models/available_plugin_summary.rb +188 -0
  713. data/lib/oci/compute_instance_agent/models/create_instance_agent_command_details.rb +10 -7
  714. data/lib/oci/compute_instance_agent/models/instance_agent_command.rb +16 -10
  715. data/lib/oci/compute_instance_agent/models/instance_agent_command_content.rb +4 -3
  716. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution.rb +1 -1
  717. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_content.rb +13 -5
  718. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_tuple_details.rb +3 -3
  719. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_uri_details.rb +3 -3
  720. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_text_details.rb +4 -4
  721. data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_summary.rb +26 -22
  722. data/lib/oci/compute_instance_agent/models/instance_agent_command_output_details.rb +10 -4
  723. data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_tuple_details.rb +3 -3
  724. data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_uri_details.rb +3 -3
  725. data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_text_details.rb +2 -2
  726. data/lib/oci/compute_instance_agent/models/instance_agent_command_source_details.rb +10 -4
  727. data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_tuple_details.rb +3 -3
  728. data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_uri_details.rb +3 -3
  729. data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_text_details.rb +3 -3
  730. data/lib/oci/compute_instance_agent/models/instance_agent_command_summary.rb +12 -8
  731. data/lib/oci/compute_instance_agent/models/instance_agent_command_target.rb +3 -3
  732. data/lib/oci/compute_instance_agent/models/instance_agent_plugin.rb +206 -0
  733. data/lib/oci/compute_instance_agent/models/instance_agent_plugin_summary.rb +196 -0
  734. data/lib/oci/compute_instance_agent/models/plugin.rb +194 -0
  735. data/lib/oci/compute_instance_agent/plugin_client.rb +269 -0
  736. data/lib/oci/compute_instance_agent/plugin_client_composite_operations.rb +25 -0
  737. data/lib/oci/compute_instance_agent/pluginconfig_client.rb +209 -0
  738. data/lib/oci/compute_instance_agent/pluginconfig_client_composite_operations.rb +25 -0
  739. data/lib/oci/compute_instance_agent/util.rb +1 -1
  740. data/lib/oci/config.rb +1 -1
  741. data/lib/oci/config_file_loader.rb +1 -1
  742. data/lib/oci/container_engine/container_engine.rb +8 -1
  743. data/lib/oci/container_engine/container_engine_client.rb +64 -2
  744. data/lib/oci/container_engine/container_engine_client_composite_operations.rb +51 -1
  745. data/lib/oci/container_engine/models/add_on_options.rb +1 -1
  746. data/lib/oci/container_engine/models/admission_controller_options.rb +1 -1
  747. data/lib/oci/container_engine/models/cluster.rb +35 -5
  748. data/lib/oci/container_engine/models/cluster_create_options.rb +1 -1
  749. data/lib/oci/container_engine/models/cluster_endpoint_config.rb +185 -0
  750. data/lib/oci/container_engine/models/cluster_endpoints.rb +34 -6
  751. data/lib/oci/container_engine/models/cluster_lifecycle_state.rb +1 -1
  752. data/lib/oci/container_engine/models/cluster_metadata.rb +1 -1
  753. data/lib/oci/container_engine/models/cluster_options.rb +1 -1
  754. data/lib/oci/container_engine/models/cluster_summary.rb +35 -5
  755. data/lib/oci/container_engine/models/create_cluster_details.rb +37 -5
  756. data/lib/oci/container_engine/models/create_cluster_endpoint_config_details.rb +182 -0
  757. data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +29 -5
  758. data/lib/oci/container_engine/models/create_image_policy_config_details.rb +167 -0
  759. data/lib/oci/container_engine/models/create_node_pool_details.rb +1 -1
  760. data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +1 -1
  761. data/lib/oci/container_engine/models/create_node_shape_config_details.rb +1 -1
  762. data/lib/oci/container_engine/models/image_policy_config.rb +170 -0
  763. data/lib/oci/container_engine/models/key_details.rb +155 -0
  764. data/lib/oci/container_engine/models/key_value.rb +1 -1
  765. data/lib/oci/container_engine/models/kubernetes_network_config.rb +1 -1
  766. data/lib/oci/container_engine/models/node.rb +1 -1
  767. data/lib/oci/container_engine/models/node_error.rb +1 -1
  768. data/lib/oci/container_engine/models/node_pool.rb +1 -1
  769. data/lib/oci/container_engine/models/node_pool_node_config_details.rb +1 -1
  770. data/lib/oci/container_engine/models/node_pool_options.rb +1 -1
  771. data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +1 -1
  772. data/lib/oci/container_engine/models/node_pool_summary.rb +1 -1
  773. data/lib/oci/container_engine/models/node_shape_config.rb +1 -1
  774. data/lib/oci/container_engine/models/node_source_details.rb +1 -1
  775. data/lib/oci/container_engine/models/node_source_option.rb +1 -1
  776. data/lib/oci/container_engine/models/node_source_type.rb +1 -1
  777. data/lib/oci/container_engine/models/node_source_via_image_details.rb +1 -1
  778. data/lib/oci/container_engine/models/node_source_via_image_option.rb +1 -1
  779. data/lib/oci/container_engine/models/sort_order.rb +1 -1
  780. data/lib/oci/container_engine/models/update_cluster_details.rb +22 -5
  781. data/lib/oci/container_engine/models/update_cluster_endpoint_config_details.rb +171 -0
  782. data/lib/oci/container_engine/models/update_cluster_options_details.rb +1 -1
  783. data/lib/oci/container_engine/models/update_image_policy_config_details.rb +167 -0
  784. data/lib/oci/container_engine/models/update_node_pool_details.rb +1 -1
  785. data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +1 -1
  786. data/lib/oci/container_engine/models/update_node_shape_config_details.rb +1 -1
  787. data/lib/oci/container_engine/models/work_request.rb +1 -1
  788. data/lib/oci/container_engine/models/work_request_error.rb +1 -1
  789. data/lib/oci/container_engine/models/work_request_log_entry.rb +1 -1
  790. data/lib/oci/container_engine/models/work_request_operation_type.rb +1 -1
  791. data/lib/oci/container_engine/models/work_request_resource.rb +4 -1
  792. data/lib/oci/container_engine/models/work_request_status.rb +1 -1
  793. data/lib/oci/container_engine/models/work_request_summary.rb +1 -1
  794. data/lib/oci/container_engine/util.rb +1 -1
  795. data/lib/oci/core/blockstorage_client.rb +387 -58
  796. data/lib/oci/core/blockstorage_client_composite_operations.rb +3 -1
  797. data/lib/oci/core/compute_client.rb +752 -92
  798. data/lib/oci/core/compute_client_composite_operations.rb +316 -15
  799. data/lib/oci/core/compute_management_client.rb +224 -36
  800. data/lib/oci/core/compute_management_client_composite_operations.rb +119 -20
  801. data/lib/oci/core/core.rb +32 -1
  802. data/lib/oci/core/models/add_image_shape_compatibility_entry_details.rb +1 -1
  803. data/lib/oci/core/models/add_network_security_group_security_rules_details.rb +1 -1
  804. data/lib/oci/core/models/add_public_ip_pool_capacity_details.rb +4 -4
  805. data/lib/oci/core/models/add_security_rule_details.rb +6 -21
  806. data/lib/oci/core/models/add_vcn_cidr_details.rb +3 -3
  807. data/lib/oci/core/models/added_network_security_group_security_rules.rb +1 -1
  808. data/lib/oci/core/models/amd_milan_bm_launch_instance_platform_config.rb +182 -0
  809. data/lib/oci/core/models/amd_milan_bm_platform_config.rb +189 -0
  810. data/lib/oci/core/models/app_catalog_listing.rb +1 -1
  811. data/lib/oci/core/models/app_catalog_listing_resource_version.rb +1 -1
  812. data/lib/oci/core/models/app_catalog_listing_resource_version_agreements.rb +1 -1
  813. data/lib/oci/core/models/app_catalog_listing_resource_version_summary.rb +1 -1
  814. data/lib/oci/core/models/app_catalog_listing_summary.rb +1 -1
  815. data/lib/oci/core/models/app_catalog_subscription.rb +1 -1
  816. data/lib/oci/core/models/app_catalog_subscription_summary.rb +1 -1
  817. data/lib/oci/core/models/attach_boot_volume_details.rb +1 -1
  818. data/lib/oci/core/models/attach_emulated_volume_details.rb +1 -1
  819. data/lib/oci/core/models/attach_i_scsi_volume_details.rb +2 -1
  820. data/lib/oci/core/models/attach_instance_pool_instance_details.rb +155 -0
  821. data/lib/oci/core/models/attach_load_balancer_details.rb +6 -3
  822. data/lib/oci/core/models/attach_paravirtualized_volume_details.rb +1 -1
  823. data/lib/oci/core/models/attach_service_determined_volume_details.rb +1 -1
  824. data/lib/oci/core/models/attach_vnic_details.rb +3 -4
  825. data/lib/oci/core/models/attach_volume_details.rb +2 -1
  826. data/lib/oci/core/models/bgp_session_info.rb +1 -1
  827. data/lib/oci/core/models/block_volume_replica.rb +342 -0
  828. data/lib/oci/core/models/block_volume_replica_details.rb +173 -0
  829. data/lib/oci/core/models/block_volume_replica_info.rb +186 -0
  830. data/lib/oci/core/models/boolean_image_capability_schema_descriptor.rb +1 -1
  831. data/lib/oci/core/models/boot_volume.rb +27 -14
  832. data/lib/oci/core/models/boot_volume_attachment.rb +1 -1
  833. data/lib/oci/core/models/boot_volume_backup.rb +9 -7
  834. data/lib/oci/core/models/boot_volume_kms_key.rb +1 -1
  835. data/lib/oci/core/models/boot_volume_replica.rb +357 -0
  836. data/lib/oci/core/models/boot_volume_replica_details.rb +173 -0
  837. data/lib/oci/core/models/boot_volume_replica_info.rb +186 -0
  838. data/lib/oci/core/models/boot_volume_source_details.rb +2 -1
  839. data/lib/oci/core/models/boot_volume_source_from_boot_volume_backup_details.rb +1 -1
  840. data/lib/oci/core/models/boot_volume_source_from_boot_volume_details.rb +1 -1
  841. data/lib/oci/core/models/boot_volume_source_from_boot_volume_replica_details.rb +161 -0
  842. data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +1 -1
  843. data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +2 -1
  844. data/lib/oci/core/models/byoip_allocated_range_collection.rb +3 -3
  845. data/lib/oci/core/models/byoip_allocated_range_summary.rb +4 -4
  846. data/lib/oci/core/models/byoip_range.rb +17 -14
  847. data/lib/oci/core/models/byoip_range_collection.rb +3 -3
  848. data/lib/oci/core/models/byoip_range_summary.rb +9 -9
  849. data/lib/oci/core/models/capacity_reservation_instance_summary.rb +219 -0
  850. data/lib/oci/core/models/capture_console_history_details.rb +3 -3
  851. data/lib/oci/core/models/change_boot_volume_backup_compartment_details.rb +2 -2
  852. data/lib/oci/core/models/change_boot_volume_compartment_details.rb +2 -2
  853. data/lib/oci/core/models/change_byoip_range_compartment_details.rb +2 -3
  854. data/lib/oci/core/models/change_cluster_network_compartment_details.rb +1 -1
  855. data/lib/oci/core/models/change_compute_capacity_reservation_compartment_details.rb +156 -0
  856. data/lib/oci/core/models/change_compute_image_capability_schema_compartment_details.rb +1 -1
  857. data/lib/oci/core/models/change_cpe_compartment_details.rb +2 -2
  858. data/lib/oci/core/models/change_cross_connect_compartment_details.rb +2 -2
  859. data/lib/oci/core/models/change_cross_connect_group_compartment_details.rb +2 -2
  860. data/lib/oci/core/models/change_dedicated_vm_host_compartment_details.rb +2 -2
  861. data/lib/oci/core/models/change_dhcp_options_compartment_details.rb +2 -2
  862. data/lib/oci/core/models/change_drg_compartment_details.rb +2 -2
  863. data/lib/oci/core/models/change_image_compartment_details.rb +1 -1
  864. data/lib/oci/core/models/change_instance_compartment_details.rb +1 -1
  865. data/lib/oci/core/models/change_instance_configuration_compartment_details.rb +1 -1
  866. data/lib/oci/core/models/change_instance_pool_compartment_details.rb +1 -1
  867. data/lib/oci/core/models/change_internet_gateway_compartment_details.rb +2 -2
  868. data/lib/oci/core/models/change_ip_sec_connection_compartment_details.rb +2 -2
  869. data/lib/oci/core/models/change_local_peering_gateway_compartment_details.rb +2 -2
  870. data/lib/oci/core/models/change_nat_gateway_compartment_details.rb +3 -2
  871. data/lib/oci/core/models/change_network_security_group_compartment_details.rb +2 -2
  872. data/lib/oci/core/models/change_public_ip_compartment_details.rb +2 -2
  873. data/lib/oci/core/models/change_public_ip_pool_compartment_details.rb +2 -3
  874. data/lib/oci/core/models/change_remote_peering_connection_compartment_details.rb +2 -2
  875. data/lib/oci/core/models/change_route_table_compartment_details.rb +2 -2
  876. data/lib/oci/core/models/change_security_list_compartment_details.rb +2 -2
  877. data/lib/oci/core/models/change_service_gateway_compartment_details.rb +2 -2
  878. data/lib/oci/core/models/change_subnet_compartment_details.rb +2 -2
  879. data/lib/oci/core/models/change_vcn_compartment_details.rb +2 -2
  880. data/lib/oci/core/models/change_virtual_circuit_compartment_details.rb +2 -2
  881. data/lib/oci/core/models/change_vlan_compartment_details.rb +2 -2
  882. data/lib/oci/core/models/change_volume_backup_compartment_details.rb +2 -2
  883. data/lib/oci/core/models/change_volume_compartment_details.rb +2 -2
  884. data/lib/oci/core/models/change_volume_group_backup_compartment_details.rb +2 -2
  885. data/lib/oci/core/models/change_volume_group_compartment_details.rb +2 -2
  886. data/lib/oci/core/models/cluster_network.rb +3 -5
  887. data/lib/oci/core/models/cluster_network_placement_configuration_details.rb +1 -1
  888. data/lib/oci/core/models/cluster_network_summary.rb +3 -3
  889. data/lib/oci/core/models/compute_capacity_reservation.rb +380 -0
  890. data/lib/oci/core/models/compute_capacity_reservation_instance_shape_summary.rb +171 -0
  891. data/lib/oci/core/models/compute_capacity_reservation_summary.rb +317 -0
  892. data/lib/oci/core/models/compute_global_image_capability_schema.rb +3 -3
  893. data/lib/oci/core/models/compute_global_image_capability_schema_summary.rb +4 -4
  894. data/lib/oci/core/models/compute_global_image_capability_schema_version.rb +1 -1
  895. data/lib/oci/core/models/compute_global_image_capability_schema_version_summary.rb +1 -1
  896. data/lib/oci/core/models/compute_image_capability_schema.rb +3 -3
  897. data/lib/oci/core/models/compute_image_capability_schema_summary.rb +4 -4
  898. data/lib/oci/core/models/compute_instance_details.rb +1 -1
  899. data/lib/oci/core/models/connect_local_peering_gateways_details.rb +1 -1
  900. data/lib/oci/core/models/connect_remote_peering_connections_details.rb +1 -1
  901. data/lib/oci/core/models/console_history.rb +3 -3
  902. data/lib/oci/core/models/copy_boot_volume_backup_details.rb +3 -3
  903. data/lib/oci/core/models/copy_volume_backup_details.rb +3 -3
  904. data/lib/oci/core/models/cpe.rb +6 -9
  905. data/lib/oci/core/models/cpe_device_config_answer.rb +1 -1
  906. data/lib/oci/core/models/cpe_device_config_question.rb +2 -1
  907. data/lib/oci/core/models/cpe_device_info.rb +1 -1
  908. data/lib/oci/core/models/cpe_device_shape_detail.rb +2 -3
  909. data/lib/oci/core/models/cpe_device_shape_summary.rb +2 -3
  910. data/lib/oci/core/models/create_app_catalog_subscription_details.rb +1 -1
  911. data/lib/oci/core/models/create_boot_volume_backup_details.rb +3 -3
  912. data/lib/oci/core/models/create_boot_volume_details.rb +25 -11
  913. data/lib/oci/core/models/create_byoip_range_details.rb +6 -6
  914. data/lib/oci/core/models/create_cluster_network_details.rb +4 -4
  915. data/lib/oci/core/models/create_cluster_network_instance_pool_details.rb +3 -9
  916. data/lib/oci/core/models/create_compute_capacity_reservation_details.rb +261 -0
  917. data/lib/oci/core/models/create_compute_image_capability_schema_details.rb +3 -3
  918. data/lib/oci/core/models/create_cpe_details.rb +7 -5
  919. data/lib/oci/core/models/create_cross_connect_details.rb +4 -3
  920. data/lib/oci/core/models/create_cross_connect_group_details.rb +3 -3
  921. data/lib/oci/core/models/create_dedicated_vm_host_details.rb +3 -3
  922. data/lib/oci/core/models/create_dhcp_details.rb +6 -4
  923. data/lib/oci/core/models/create_drg_attachment_details.rb +7 -5
  924. data/lib/oci/core/models/create_drg_details.rb +6 -4
  925. data/lib/oci/core/models/create_image_details.rb +5 -4
  926. data/lib/oci/core/models/create_instance_configuration_base.rb +22 -6
  927. data/lib/oci/core/models/create_instance_configuration_details.rb +1 -1
  928. data/lib/oci/core/models/create_instance_configuration_from_instance_details.rb +1 -1
  929. data/lib/oci/core/models/create_instance_console_connection_details.rb +3 -3
  930. data/lib/oci/core/models/create_instance_pool_details.rb +5 -5
  931. data/lib/oci/core/models/create_instance_pool_placement_configuration_details.rb +2 -2
  932. data/lib/oci/core/models/create_internet_gateway_details.rb +6 -4
  933. data/lib/oci/core/models/create_ip_sec_connection_details.rb +8 -6
  934. data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +20 -13
  935. data/lib/oci/core/models/create_ip_sec_tunnel_bgp_session_details.rb +1 -1
  936. data/lib/oci/core/models/create_ip_sec_tunnel_encryption_domain_details.rb +171 -0
  937. data/lib/oci/core/models/create_ipv6_details.rb +4 -4
  938. data/lib/oci/core/models/create_local_peering_gateway_details.rb +5 -4
  939. data/lib/oci/core/models/create_nat_gateway_details.rb +6 -6
  940. data/lib/oci/core/models/create_network_security_group_details.rb +5 -5
  941. data/lib/oci/core/models/create_private_ip_details.rb +4 -4
  942. data/lib/oci/core/models/create_public_ip_details.rb +5 -5
  943. data/lib/oci/core/models/create_public_ip_pool_details.rb +5 -5
  944. data/lib/oci/core/models/create_remote_peering_connection_details.rb +3 -3
  945. data/lib/oci/core/models/create_route_table_details.rb +7 -4
  946. data/lib/oci/core/models/create_security_list_details.rb +6 -4
  947. data/lib/oci/core/models/create_service_gateway_details.rb +6 -5
  948. data/lib/oci/core/models/create_subnet_details.rb +8 -6
  949. data/lib/oci/core/models/create_vcn_details.rb +16 -16
  950. data/lib/oci/core/models/create_virtual_circuit_details.rb +45 -5
  951. data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +1 -1
  952. data/lib/oci/core/models/create_vlan_details.rb +6 -4
  953. data/lib/oci/core/models/create_vnic_details.rb +11 -11
  954. data/lib/oci/core/models/create_volume_backup_details.rb +3 -3
  955. data/lib/oci/core/models/create_volume_backup_policy_assignment_details.rb +1 -1
  956. data/lib/oci/core/models/create_volume_backup_policy_details.rb +3 -3
  957. data/lib/oci/core/models/create_volume_details.rb +24 -12
  958. data/lib/oci/core/models/create_volume_group_backup_details.rb +7 -4
  959. data/lib/oci/core/models/create_volume_group_details.rb +24 -8
  960. data/lib/oci/core/models/cross_connect.rb +7 -8
  961. data/lib/oci/core/models/cross_connect_group.rb +5 -8
  962. data/lib/oci/core/models/cross_connect_location.rb +1 -1
  963. data/lib/oci/core/models/cross_connect_mapping.rb +4 -4
  964. data/lib/oci/core/models/cross_connect_port_speed_shape.rb +1 -1
  965. data/lib/oci/core/models/cross_connect_status.rb +1 -1
  966. data/lib/oci/core/models/dedicated_vm_host.rb +40 -10
  967. data/lib/oci/core/models/dedicated_vm_host_instance_shape_summary.rb +1 -1
  968. data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +1 -1
  969. data/lib/oci/core/models/dedicated_vm_host_shape_summary.rb +2 -2
  970. data/lib/oci/core/models/dedicated_vm_host_summary.rb +37 -7
  971. data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +2 -1
  972. data/lib/oci/core/models/detach_instance_pool_instance_details.rb +192 -0
  973. data/lib/oci/core/models/detach_load_balancer_details.rb +1 -1
  974. data/lib/oci/core/models/device.rb +1 -1
  975. data/lib/oci/core/models/dhcp_dns_option.rb +3 -3
  976. data/lib/oci/core/models/dhcp_option.rb +3 -3
  977. data/lib/oci/core/models/dhcp_options.rb +6 -9
  978. data/lib/oci/core/models/dhcp_search_domain_option.rb +2 -2
  979. data/lib/oci/core/models/drg.rb +5 -8
  980. data/lib/oci/core/models/drg_attachment.rb +23 -25
  981. data/lib/oci/core/models/drg_redundancy_status.rb +2 -2
  982. data/lib/oci/core/models/egress_security_rule.rb +2 -20
  983. data/lib/oci/core/models/emulated_volume_attachment.rb +1 -1
  984. data/lib/oci/core/models/encryption_domain_config.rb +168 -0
  985. data/lib/oci/core/models/enum_integer_image_capability_descriptor.rb +1 -1
  986. data/lib/oci/core/models/enum_string_image_capability_schema_descriptor.rb +1 -1
  987. data/lib/oci/core/models/export_image_details.rb +45 -5
  988. data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +6 -2
  989. data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +10 -4
  990. data/lib/oci/core/models/fast_connect_provider_service.rb +2 -2
  991. data/lib/oci/core/models/fast_connect_provider_service_key.rb +2 -2
  992. data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +1 -1
  993. data/lib/oci/core/models/get_public_ip_by_private_ip_id_details.rb +1 -1
  994. data/lib/oci/core/models/i_scsi_volume_attachment.rb +7 -5
  995. data/lib/oci/core/models/icmp_options.rb +11 -8
  996. data/lib/oci/core/models/image.rb +40 -7
  997. data/lib/oci/core/models/image_capability_schema_descriptor.rb +1 -1
  998. data/lib/oci/core/models/image_memory_constraints.rb +1 -1
  999. data/lib/oci/core/models/image_ocpu_constraints.rb +1 -1
  1000. data/lib/oci/core/models/image_shape_compatibility_entry.rb +1 -1
  1001. data/lib/oci/core/models/image_shape_compatibility_summary.rb +2 -2
  1002. data/lib/oci/core/models/image_source_details.rb +2 -2
  1003. data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +1 -1
  1004. data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +1 -1
  1005. data/lib/oci/core/models/ingress_security_rule.rb +2 -20
  1006. data/lib/oci/core/models/instance.rb +40 -15
  1007. data/lib/oci/core/models/instance_agent_config.rb +68 -8
  1008. data/lib/oci/core/models/instance_agent_features.rb +4 -4
  1009. data/lib/oci/core/models/instance_agent_plugin_config_details.rb +192 -0
  1010. data/lib/oci/core/models/instance_availability_config.rb +1 -1
  1011. data/lib/oci/core/models/instance_configuration.rb +4 -4
  1012. data/lib/oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.rb +189 -0
  1013. data/lib/oci/core/models/instance_configuration_attach_vnic_details.rb +2 -4
  1014. data/lib/oci/core/models/instance_configuration_attach_volume_details.rb +1 -1
  1015. data/lib/oci/core/models/instance_configuration_availability_config.rb +1 -1
  1016. data/lib/oci/core/models/instance_configuration_block_volume_details.rb +1 -1
  1017. data/lib/oci/core/models/instance_configuration_create_vnic_details.rb +4 -4
  1018. data/lib/oci/core/models/instance_configuration_create_volume_details.rb +4 -8
  1019. data/lib/oci/core/models/instance_configuration_instance_details.rb +1 -1
  1020. data/lib/oci/core/models/instance_configuration_instance_options.rb +1 -1
  1021. data/lib/oci/core/models/instance_configuration_instance_source_details.rb +1 -1
  1022. data/lib/oci/core/models/instance_configuration_instance_source_via_boot_volume_details.rb +1 -1
  1023. data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +4 -2
  1024. data/lib/oci/core/models/instance_configuration_iscsi_attach_volume_details.rb +2 -1
  1025. data/lib/oci/core/models/instance_configuration_launch_instance_agent_config_details.rb +71 -10
  1026. data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +32 -15
  1027. data/lib/oci/core/models/instance_configuration_launch_instance_platform_config.rb +195 -0
  1028. data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +2 -5
  1029. data/lib/oci/core/models/instance_configuration_launch_options.rb +7 -7
  1030. data/lib/oci/core/models/instance_configuration_paravirtualized_attach_volume_details.rb +1 -1
  1031. data/lib/oci/core/models/instance_configuration_summary.rb +3 -3
  1032. data/lib/oci/core/models/instance_configuration_volume_source_details.rb +1 -1
  1033. data/lib/oci/core/models/instance_configuration_volume_source_from_volume_backup_details.rb +1 -1
  1034. data/lib/oci/core/models/instance_configuration_volume_source_from_volume_details.rb +1 -1
  1035. data/lib/oci/core/models/instance_console_connection.rb +4 -5
  1036. data/lib/oci/core/models/instance_credentials.rb +1 -1
  1037. data/lib/oci/core/models/instance_options.rb +1 -1
  1038. data/lib/oci/core/models/instance_pool.rb +9 -9
  1039. data/lib/oci/core/models/instance_pool_instance.rb +336 -0
  1040. data/lib/oci/core/models/instance_pool_instance_load_balancer_backend.rb +1 -1
  1041. data/lib/oci/core/models/instance_pool_load_balancer_attachment.rb +8 -5
  1042. data/lib/oci/core/models/instance_pool_placement_configuration.rb +2 -2
  1043. data/lib/oci/core/models/instance_pool_placement_secondary_vnic_subnet.rb +2 -2
  1044. data/lib/oci/core/models/instance_pool_summary.rb +4 -4
  1045. data/lib/oci/core/models/instance_reservation_config.rb +216 -0
  1046. data/lib/oci/core/models/instance_reservation_config_details.rb +210 -0
  1047. data/lib/oci/core/models/instance_reservation_shape_config_details.rb +177 -0
  1048. data/lib/oci/core/models/instance_shape_config.rb +1 -1
  1049. data/lib/oci/core/models/instance_source_details.rb +1 -1
  1050. data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +1 -1
  1051. data/lib/oci/core/models/instance_source_via_image_details.rb +2 -1
  1052. data/lib/oci/core/models/instance_summary.rb +2 -2
  1053. data/lib/oci/core/models/internet_gateway.rb +5 -8
  1054. data/lib/oci/core/models/ip_sec_connection.rb +7 -10
  1055. data/lib/oci/core/models/ip_sec_connection_device_config.rb +1 -1
  1056. data/lib/oci/core/models/ip_sec_connection_device_status.rb +1 -1
  1057. data/lib/oci/core/models/ip_sec_connection_tunnel.rb +19 -6
  1058. data/lib/oci/core/models/ip_sec_connection_tunnel_shared_secret.rb +1 -1
  1059. data/lib/oci/core/models/ipv6.rb +9 -9
  1060. data/lib/oci/core/models/launch_instance_agent_config_details.rb +71 -10
  1061. data/lib/oci/core/models/launch_instance_availability_config_details.rb +1 -1
  1062. data/lib/oci/core/models/launch_instance_details.rb +39 -20
  1063. data/lib/oci/core/models/launch_instance_platform_config.rb +188 -0
  1064. data/lib/oci/core/models/launch_instance_shape_config_details.rb +1 -4
  1065. data/lib/oci/core/models/launch_options.rb +7 -7
  1066. data/lib/oci/core/models/letter_of_authority.rb +1 -1
  1067. data/lib/oci/core/models/local_peering_gateway.rb +7 -10
  1068. data/lib/oci/core/models/modify_vcn_cidr_details.rb +4 -5
  1069. data/lib/oci/core/models/nat_gateway.rb +11 -12
  1070. data/lib/oci/core/models/network_security_group.rb +7 -10
  1071. data/lib/oci/core/models/network_security_group_vnic.rb +3 -3
  1072. data/lib/oci/core/models/paravirtualized_volume_attachment.rb +1 -1
  1073. data/lib/oci/core/models/peer_region_for_remote_peering.rb +4 -2
  1074. data/lib/oci/core/models/platform_config.rb +188 -0
  1075. data/lib/oci/core/models/port_range.rb +2 -1
  1076. data/lib/oci/core/models/private_ip.rb +6 -10
  1077. data/lib/oci/core/models/public_ip.rb +6 -9
  1078. data/lib/oci/core/models/public_ip_pool.rb +9 -9
  1079. data/lib/oci/core/models/public_ip_pool_collection.rb +3 -3
  1080. data/lib/oci/core/models/public_ip_pool_summary.rb +8 -8
  1081. data/lib/oci/core/models/remote_peering_connection.rb +5 -8
  1082. data/lib/oci/core/models/remove_network_security_group_security_rules_details.rb +1 -1
  1083. data/lib/oci/core/models/remove_public_ip_pool_capacity_details.rb +3 -3
  1084. data/lib/oci/core/models/remove_vcn_cidr_details.rb +3 -3
  1085. data/lib/oci/core/models/route_rule.rb +3 -3
  1086. data/lib/oci/core/models/route_table.rb +6 -8
  1087. data/lib/oci/core/models/security_list.rb +5 -8
  1088. data/lib/oci/core/models/security_rule.rb +6 -21
  1089. data/lib/oci/core/models/service.rb +3 -3
  1090. data/lib/oci/core/models/service_gateway.rb +9 -12
  1091. data/lib/oci/core/models/service_id_request_details.rb +2 -2
  1092. data/lib/oci/core/models/service_id_response_details.rb +2 -2
  1093. data/lib/oci/core/models/shape.rb +3 -3
  1094. data/lib/oci/core/models/shape_max_vnic_attachment_options.rb +1 -1
  1095. data/lib/oci/core/models/shape_memory_options.rb +1 -1
  1096. data/lib/oci/core/models/shape_networking_bandwidth_options.rb +1 -1
  1097. data/lib/oci/core/models/shape_ocpu_options.rb +1 -1
  1098. data/lib/oci/core/models/subnet.rb +9 -12
  1099. data/lib/oci/core/models/tcp_options.rb +3 -9
  1100. data/lib/oci/core/models/tunnel_config.rb +1 -1
  1101. data/lib/oci/core/models/tunnel_cpe_device_config.rb +1 -1
  1102. data/lib/oci/core/models/tunnel_status.rb +2 -1
  1103. data/lib/oci/core/models/udp_options.rb +3 -9
  1104. data/lib/oci/core/models/update_boot_volume_backup_details.rb +3 -3
  1105. data/lib/oci/core/models/update_boot_volume_details.rb +24 -8
  1106. data/lib/oci/core/models/update_boot_volume_kms_key_details.rb +1 -1
  1107. data/lib/oci/core/models/update_byoip_range_details.rb +4 -4
  1108. data/lib/oci/core/models/update_cluster_network_details.rb +3 -3
  1109. data/lib/oci/core/models/update_compute_capacity_reservation_details.rb +227 -0
  1110. data/lib/oci/core/models/update_compute_image_capability_schema_details.rb +3 -3
  1111. data/lib/oci/core/models/update_console_history_details.rb +3 -3
  1112. data/lib/oci/core/models/update_cpe_details.rb +4 -4
  1113. data/lib/oci/core/models/update_cross_connect_details.rb +3 -3
  1114. data/lib/oci/core/models/update_cross_connect_group_details.rb +3 -3
  1115. data/lib/oci/core/models/update_dedicated_vm_host_details.rb +3 -3
  1116. data/lib/oci/core/models/update_dhcp_details.rb +3 -3
  1117. data/lib/oci/core/models/update_drg_attachment_details.rb +3 -3
  1118. data/lib/oci/core/models/update_drg_details.rb +3 -3
  1119. data/lib/oci/core/models/update_image_details.rb +3 -3
  1120. data/lib/oci/core/models/update_instance_agent_config_details.rb +70 -8
  1121. data/lib/oci/core/models/update_instance_availability_config_details.rb +1 -1
  1122. data/lib/oci/core/models/update_instance_configuration_details.rb +3 -3
  1123. data/lib/oci/core/models/update_instance_console_connection_details.rb +3 -3
  1124. data/lib/oci/core/models/update_instance_details.rb +21 -10
  1125. data/lib/oci/core/models/update_instance_pool_details.rb +4 -4
  1126. data/lib/oci/core/models/update_instance_pool_placement_configuration_details.rb +1 -1
  1127. data/lib/oci/core/models/update_instance_shape_config_details.rb +1 -1
  1128. data/lib/oci/core/models/update_internet_gateway_details.rb +3 -3
  1129. data/lib/oci/core/models/update_ip_sec_connection_details.rb +5 -5
  1130. data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +20 -8
  1131. data/lib/oci/core/models/update_ip_sec_connection_tunnel_shared_secret_details.rb +1 -1
  1132. data/lib/oci/core/models/update_ip_sec_tunnel_bgp_session_details.rb +1 -1
  1133. data/lib/oci/core/models/update_ip_sec_tunnel_encryption_domain_details.rb +171 -0
  1134. data/lib/oci/core/models/update_ipv6_details.rb +4 -4
  1135. data/lib/oci/core/models/update_launch_options.rb +6 -5
  1136. data/lib/oci/core/models/update_local_peering_gateway_details.rb +4 -4
  1137. data/lib/oci/core/models/update_nat_gateway_details.rb +3 -3
  1138. data/lib/oci/core/models/update_network_security_group_details.rb +3 -3
  1139. data/lib/oci/core/models/update_network_security_group_security_rules_details.rb +1 -1
  1140. data/lib/oci/core/models/update_private_ip_details.rb +4 -4
  1141. data/lib/oci/core/models/update_public_ip_details.rb +3 -3
  1142. data/lib/oci/core/models/update_public_ip_pool_details.rb +4 -4
  1143. data/lib/oci/core/models/update_remote_peering_connection_details.rb +3 -3
  1144. data/lib/oci/core/models/update_route_table_details.rb +4 -3
  1145. data/lib/oci/core/models/update_security_list_details.rb +3 -3
  1146. data/lib/oci/core/models/update_security_rule_details.rb +3 -20
  1147. data/lib/oci/core/models/update_service_gateway_details.rb +4 -4
  1148. data/lib/oci/core/models/update_subnet_details.rb +11 -9
  1149. data/lib/oci/core/models/update_tunnel_cpe_device_config_details.rb +1 -1
  1150. data/lib/oci/core/models/update_vcn_details.rb +3 -3
  1151. data/lib/oci/core/models/update_virtual_circuit_details.rb +45 -5
  1152. data/lib/oci/core/models/update_vlan_details.rb +11 -9
  1153. data/lib/oci/core/models/update_vnic_details.rb +5 -5
  1154. data/lib/oci/core/models/update_volume_backup_details.rb +3 -3
  1155. data/lib/oci/core/models/update_volume_backup_policy_details.rb +3 -3
  1156. data/lib/oci/core/models/update_volume_details.rb +24 -8
  1157. data/lib/oci/core/models/update_volume_group_backup_details.rb +3 -3
  1158. data/lib/oci/core/models/update_volume_group_details.rb +3 -3
  1159. data/lib/oci/core/models/update_volume_kms_key_details.rb +1 -1
  1160. data/lib/oci/core/models/updated_network_security_group_security_rules.rb +1 -1
  1161. data/lib/oci/core/models/vcn.rb +8 -12
  1162. data/lib/oci/core/models/vcn_dns_resolver_association.rb +1 -1
  1163. data/lib/oci/core/models/virtual_circuit.rb +55 -12
  1164. data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +1 -1
  1165. data/lib/oci/core/models/virtual_circuit_public_prefix.rb +2 -2
  1166. data/lib/oci/core/models/vlan.rb +3 -3
  1167. data/lib/oci/core/models/vnic.rb +8 -11
  1168. data/lib/oci/core/models/vnic_attachment.rb +4 -3
  1169. data/lib/oci/core/models/volume.rb +29 -14
  1170. data/lib/oci/core/models/volume_attachment.rb +7 -3
  1171. data/lib/oci/core/models/volume_backup.rb +8 -7
  1172. data/lib/oci/core/models/volume_backup_policy.rb +3 -3
  1173. data/lib/oci/core/models/volume_backup_policy_assignment.rb +4 -2
  1174. data/lib/oci/core/models/volume_backup_schedule.rb +19 -7
  1175. data/lib/oci/core/models/volume_group.rb +10 -9
  1176. data/lib/oci/core/models/volume_group_backup.rb +86 -14
  1177. data/lib/oci/core/models/volume_group_source_details.rb +1 -1
  1178. data/lib/oci/core/models/volume_group_source_from_volume_group_backup_details.rb +1 -1
  1179. data/lib/oci/core/models/volume_group_source_from_volume_group_details.rb +1 -1
  1180. data/lib/oci/core/models/volume_group_source_from_volumes_details.rb +1 -1
  1181. data/lib/oci/core/models/volume_kms_key.rb +1 -1
  1182. data/lib/oci/core/models/volume_source_details.rb +6 -2
  1183. data/lib/oci/core/models/volume_source_from_block_volume_replica_details.rb +161 -0
  1184. data/lib/oci/core/models/volume_source_from_volume_backup_details.rb +1 -1
  1185. data/lib/oci/core/models/volume_source_from_volume_details.rb +1 -1
  1186. data/lib/oci/core/util.rb +1 -1
  1187. data/lib/oci/core/virtual_network_client.rb +311 -296
  1188. data/lib/oci/core/virtual_network_client_composite_operations.rb +444 -36
  1189. data/lib/oci/data_catalog/data_catalog.rb +7 -1
  1190. data/lib/oci/data_catalog/data_catalog_client.rb +153 -4
  1191. data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +1 -1
  1192. data/lib/oci/data_catalog/models/attach_catalog_private_endpoint_details.rb +1 -1
  1193. data/lib/oci/data_catalog/models/attribute.rb +1 -1
  1194. data/lib/oci/data_catalog/models/attribute_collection.rb +1 -1
  1195. data/lib/oci/data_catalog/models/attribute_summary.rb +22 -2
  1196. data/lib/oci/data_catalog/models/attribute_tag.rb +1 -1
  1197. data/lib/oci/data_catalog/models/attribute_tag_collection.rb +1 -1
  1198. data/lib/oci/data_catalog/models/attribute_tag_summary.rb +1 -1
  1199. data/lib/oci/data_catalog/models/base_permissions_summary.rb +1 -1
  1200. data/lib/oci/data_catalog/models/base_tag.rb +1 -1
  1201. data/lib/oci/data_catalog/models/base_tag_summary.rb +1 -1
  1202. data/lib/oci/data_catalog/models/catalog.rb +1 -1
  1203. data/lib/oci/data_catalog/models/catalog_permissions_summary.rb +1 -1
  1204. data/lib/oci/data_catalog/models/catalog_private_endpoint.rb +1 -1
  1205. data/lib/oci/data_catalog/models/catalog_private_endpoint_summary.rb +1 -1
  1206. data/lib/oci/data_catalog/models/catalog_summary.rb +1 -1
  1207. data/lib/oci/data_catalog/models/change_catalog_compartment_details.rb +1 -1
  1208. data/lib/oci/data_catalog/models/change_catalog_private_endpoint_compartment_details.rb +1 -1
  1209. data/lib/oci/data_catalog/models/connection.rb +1 -1
  1210. data/lib/oci/data_catalog/models/connection_alias_summary.rb +1 -1
  1211. data/lib/oci/data_catalog/models/connection_collection.rb +1 -1
  1212. data/lib/oci/data_catalog/models/connection_result.rb +1 -1
  1213. data/lib/oci/data_catalog/models/connection_summary.rb +1 -1
  1214. data/lib/oci/data_catalog/models/create_attribute_details.rb +1 -1
  1215. data/lib/oci/data_catalog/models/create_catalog_details.rb +1 -1
  1216. data/lib/oci/data_catalog/models/create_catalog_private_endpoint_details.rb +1 -1
  1217. data/lib/oci/data_catalog/models/create_connection_details.rb +1 -1
  1218. data/lib/oci/data_catalog/models/create_custom_property_details.rb +1 -1
  1219. data/lib/oci/data_catalog/models/create_data_asset_details.rb +1 -1
  1220. data/lib/oci/data_catalog/models/create_entity_details.rb +1 -1
  1221. data/lib/oci/data_catalog/models/create_folder_details.rb +1 -1
  1222. data/lib/oci/data_catalog/models/create_glossary_details.rb +1 -1
  1223. data/lib/oci/data_catalog/models/create_job_definition_details.rb +3 -2
  1224. data/lib/oci/data_catalog/models/create_job_details.rb +1 -1
  1225. data/lib/oci/data_catalog/models/create_job_execution_details.rb +5 -3
  1226. data/lib/oci/data_catalog/models/create_namespace_details.rb +1 -1
  1227. data/lib/oci/data_catalog/models/create_pattern_details.rb +1 -1
  1228. data/lib/oci/data_catalog/models/create_tag_details.rb +1 -1
  1229. data/lib/oci/data_catalog/models/create_term_details.rb +1 -1
  1230. data/lib/oci/data_catalog/models/create_term_relationship_details.rb +1 -1
  1231. data/lib/oci/data_catalog/models/custom_property.rb +1 -1
  1232. data/lib/oci/data_catalog/models/custom_property_collection.rb +1 -1
  1233. data/lib/oci/data_catalog/models/custom_property_data_type.rb +1 -1
  1234. data/lib/oci/data_catalog/models/custom_property_get_usage.rb +1 -1
  1235. data/lib/oci/data_catalog/models/custom_property_set_usage.rb +1 -1
  1236. data/lib/oci/data_catalog/models/custom_property_summary.rb +1 -1
  1237. data/lib/oci/data_catalog/models/custom_property_type_usage.rb +1 -1
  1238. data/lib/oci/data_catalog/models/data_asset.rb +1 -1
  1239. data/lib/oci/data_catalog/models/data_asset_collection.rb +1 -1
  1240. data/lib/oci/data_catalog/models/data_asset_permissions_summary.rb +1 -1
  1241. data/lib/oci/data_catalog/models/data_asset_summary.rb +1 -1
  1242. data/lib/oci/data_catalog/models/data_asset_tag.rb +1 -1
  1243. data/lib/oci/data_catalog/models/data_asset_tag_collection.rb +1 -1
  1244. data/lib/oci/data_catalog/models/data_asset_tag_summary.rb +1 -1
  1245. data/lib/oci/data_catalog/models/data_selector_pattern_details.rb +1 -1
  1246. data/lib/oci/data_catalog/models/derived_logical_entities.rb +1 -1
  1247. data/lib/oci/data_catalog/models/detach_catalog_private_endpoint_details.rb +1 -1
  1248. data/lib/oci/data_catalog/models/entity.rb +1 -1
  1249. data/lib/oci/data_catalog/models/entity_collection.rb +1 -1
  1250. data/lib/oci/data_catalog/models/entity_summary.rb +1 -1
  1251. data/lib/oci/data_catalog/models/entity_tag.rb +1 -1
  1252. data/lib/oci/data_catalog/models/entity_tag_collection.rb +1 -1
  1253. data/lib/oci/data_catalog/models/entity_tag_summary.rb +1 -1
  1254. data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +1 -1
  1255. data/lib/oci/data_catalog/models/faceted_search_custom_property.rb +1 -1
  1256. data/lib/oci/data_catalog/models/faceted_search_date_filter_request.rb +1 -1
  1257. data/lib/oci/data_catalog/models/faceted_search_filter_request.rb +1 -1
  1258. data/lib/oci/data_catalog/models/faceted_search_sort_request.rb +1 -1
  1259. data/lib/oci/data_catalog/models/faceted_search_string_filter_request.rb +1 -1
  1260. data/lib/oci/data_catalog/models/folder.rb +1 -1
  1261. data/lib/oci/data_catalog/models/folder_collection.rb +1 -1
  1262. data/lib/oci/data_catalog/models/folder_summary.rb +1 -1
  1263. data/lib/oci/data_catalog/models/folder_tag.rb +1 -1
  1264. data/lib/oci/data_catalog/models/folder_tag_collection.rb +1 -1
  1265. data/lib/oci/data_catalog/models/folder_tag_summary.rb +1 -1
  1266. data/lib/oci/data_catalog/models/glossary.rb +1 -1
  1267. data/lib/oci/data_catalog/models/glossary_collection.rb +1 -1
  1268. data/lib/oci/data_catalog/models/glossary_permissions_summary.rb +1 -1
  1269. data/lib/oci/data_catalog/models/glossary_summary.rb +1 -1
  1270. data/lib/oci/data_catalog/models/glossary_tree_element.rb +1 -1
  1271. data/lib/oci/data_catalog/models/harvest_status.rb +1 -1
  1272. data/lib/oci/data_catalog/models/import_connection_details.rb +1 -1
  1273. data/lib/oci/data_catalog/models/import_glossary_details.rb +1 -1
  1274. data/lib/oci/data_catalog/models/job.rb +2 -1
  1275. data/lib/oci/data_catalog/models/job_collection.rb +1 -1
  1276. data/lib/oci/data_catalog/models/job_definition.rb +3 -1
  1277. data/lib/oci/data_catalog/models/job_definition_collection.rb +1 -1
  1278. data/lib/oci/data_catalog/models/job_definition_permissions_summary.rb +1 -1
  1279. data/lib/oci/data_catalog/models/job_definition_scope.rb +1 -1
  1280. data/lib/oci/data_catalog/models/job_definition_summary.rb +3 -1
  1281. data/lib/oci/data_catalog/models/job_execution.rb +3 -1
  1282. data/lib/oci/data_catalog/models/job_execution_collection.rb +1 -1
  1283. data/lib/oci/data_catalog/models/job_execution_state.rb +3 -2
  1284. data/lib/oci/data_catalog/models/job_execution_summary.rb +3 -1
  1285. data/lib/oci/data_catalog/models/job_lifecycle_state.rb +1 -1
  1286. data/lib/oci/data_catalog/models/job_log.rb +1 -1
  1287. data/lib/oci/data_catalog/models/job_log_collection.rb +1 -1
  1288. data/lib/oci/data_catalog/models/job_log_summary.rb +1 -1
  1289. data/lib/oci/data_catalog/models/job_metric.rb +1 -1
  1290. data/lib/oci/data_catalog/models/job_metric_collection.rb +1 -1
  1291. data/lib/oci/data_catalog/models/job_metric_summary.rb +1 -1
  1292. data/lib/oci/data_catalog/models/job_schedule_type.rb +1 -1
  1293. data/lib/oci/data_catalog/models/job_summary.rb +2 -1
  1294. data/lib/oci/data_catalog/models/job_type.rb +3 -2
  1295. data/lib/oci/data_catalog/models/lifecycle_state.rb +1 -1
  1296. data/lib/oci/data_catalog/models/namespace.rb +1 -1
  1297. data/lib/oci/data_catalog/models/namespace_collection.rb +1 -1
  1298. data/lib/oci/data_catalog/models/namespace_summary.rb +1 -1
  1299. data/lib/oci/data_catalog/models/parse_connection_details.rb +1 -1
  1300. data/lib/oci/data_catalog/models/pattern.rb +1 -1
  1301. data/lib/oci/data_catalog/models/pattern_collection.rb +1 -1
  1302. data/lib/oci/data_catalog/models/pattern_summary.rb +1 -1
  1303. data/lib/oci/data_catalog/models/process_recommendation_details.rb +210 -0
  1304. data/lib/oci/data_catalog/models/property_definition.rb +1 -1
  1305. data/lib/oci/data_catalog/models/recommendation_collection.rb +161 -0
  1306. data/lib/oci/data_catalog/models/recommendation_details.rb +382 -0
  1307. data/lib/oci/data_catalog/models/recommendation_resource_type.rb +13 -0
  1308. data/lib/oci/data_catalog/models/recommendation_status.rb +12 -0
  1309. data/lib/oci/data_catalog/models/recommendation_type.rb +10 -0
  1310. data/lib/oci/data_catalog/models/rule_attribute.rb +1 -1
  1311. data/lib/oci/data_catalog/models/rule_collection.rb +1 -1
  1312. data/lib/oci/data_catalog/models/rule_origin_type.rb +1 -1
  1313. data/lib/oci/data_catalog/models/rule_summary.rb +1 -1
  1314. data/lib/oci/data_catalog/models/rule_type.rb +1 -1
  1315. data/lib/oci/data_catalog/models/search_criteria.rb +1 -1
  1316. data/lib/oci/data_catalog/models/search_result.rb +1 -1
  1317. data/lib/oci/data_catalog/models/search_result_collection.rb +1 -1
  1318. data/lib/oci/data_catalog/models/search_tag_summary.rb +1 -1
  1319. data/lib/oci/data_catalog/models/search_term_summary.rb +1 -1
  1320. data/lib/oci/data_catalog/models/term.rb +1 -1
  1321. data/lib/oci/data_catalog/models/term_associated_object.rb +1 -1
  1322. data/lib/oci/data_catalog/models/term_collection.rb +1 -1
  1323. data/lib/oci/data_catalog/models/term_relationship.rb +1 -1
  1324. data/lib/oci/data_catalog/models/term_relationship_collection.rb +1 -1
  1325. data/lib/oci/data_catalog/models/term_relationship_summary.rb +1 -1
  1326. data/lib/oci/data_catalog/models/term_summary.rb +1 -1
  1327. data/lib/oci/data_catalog/models/term_workflow_status.rb +1 -1
  1328. data/lib/oci/data_catalog/models/type.rb +1 -1
  1329. data/lib/oci/data_catalog/models/type_collection.rb +1 -1
  1330. data/lib/oci/data_catalog/models/type_custom_property_details.rb +1 -1
  1331. data/lib/oci/data_catalog/models/type_summary.rb +1 -1
  1332. data/lib/oci/data_catalog/models/update_attribute_details.rb +1 -1
  1333. data/lib/oci/data_catalog/models/update_catalog_details.rb +1 -1
  1334. data/lib/oci/data_catalog/models/update_catalog_private_endpoint_details.rb +1 -1
  1335. data/lib/oci/data_catalog/models/update_connection_details.rb +1 -1
  1336. data/lib/oci/data_catalog/models/update_custom_property_details.rb +1 -1
  1337. data/lib/oci/data_catalog/models/update_data_asset_details.rb +1 -1
  1338. data/lib/oci/data_catalog/models/update_entity_details.rb +1 -1
  1339. data/lib/oci/data_catalog/models/update_folder_details.rb +1 -1
  1340. data/lib/oci/data_catalog/models/update_glossary_details.rb +1 -1
  1341. data/lib/oci/data_catalog/models/update_job_definition_details.rb +1 -1
  1342. data/lib/oci/data_catalog/models/update_job_details.rb +1 -1
  1343. data/lib/oci/data_catalog/models/update_namespace_details.rb +1 -1
  1344. data/lib/oci/data_catalog/models/update_pattern_details.rb +1 -1
  1345. data/lib/oci/data_catalog/models/update_term_details.rb +1 -1
  1346. data/lib/oci/data_catalog/models/update_term_relationship_details.rb +1 -1
  1347. data/lib/oci/data_catalog/models/upload_credentials_details.rb +1 -1
  1348. data/lib/oci/data_catalog/models/validate_connection_details.rb +1 -1
  1349. data/lib/oci/data_catalog/models/validate_connection_result.rb +1 -1
  1350. data/lib/oci/data_catalog/models/validate_pattern_details.rb +1 -1
  1351. data/lib/oci/data_catalog/models/validate_pattern_result.rb +1 -1
  1352. data/lib/oci/data_catalog/models/work_request.rb +1 -1
  1353. data/lib/oci/data_catalog/models/work_request_error.rb +1 -1
  1354. data/lib/oci/data_catalog/models/work_request_log.rb +1 -1
  1355. data/lib/oci/data_catalog/models/work_request_resource.rb +1 -1
  1356. data/lib/oci/data_catalog/util.rb +1 -1
  1357. data/lib/oci/data_flow/data_flow.rb +1 -1
  1358. data/lib/oci/data_flow/data_flow_client.rb +1 -1
  1359. data/lib/oci/data_flow/data_flow_client_composite_operations.rb +1 -1
  1360. data/lib/oci/data_flow/models/application.rb +1 -1
  1361. data/lib/oci/data_flow/models/application_language.rb +1 -1
  1362. data/lib/oci/data_flow/models/application_lifecycle_state.rb +1 -1
  1363. data/lib/oci/data_flow/models/application_parameter.rb +1 -1
  1364. data/lib/oci/data_flow/models/application_summary.rb +1 -1
  1365. data/lib/oci/data_flow/models/change_application_compartment_details.rb +1 -1
  1366. data/lib/oci/data_flow/models/change_private_endpoint_compartment_details.rb +1 -1
  1367. data/lib/oci/data_flow/models/change_run_compartment_details.rb +1 -1
  1368. data/lib/oci/data_flow/models/create_application_details.rb +1 -1
  1369. data/lib/oci/data_flow/models/create_private_endpoint_details.rb +1 -1
  1370. data/lib/oci/data_flow/models/create_run_details.rb +1 -1
  1371. data/lib/oci/data_flow/models/private_endpoint.rb +1 -1
  1372. data/lib/oci/data_flow/models/private_endpoint_collection.rb +1 -1
  1373. data/lib/oci/data_flow/models/private_endpoint_lifecycle_state.rb +1 -1
  1374. data/lib/oci/data_flow/models/private_endpoint_summary.rb +1 -1
  1375. data/lib/oci/data_flow/models/run.rb +1 -1
  1376. data/lib/oci/data_flow/models/run_lifecycle_state.rb +1 -1
  1377. data/lib/oci/data_flow/models/run_log_summary.rb +1 -1
  1378. data/lib/oci/data_flow/models/run_summary.rb +1 -1
  1379. data/lib/oci/data_flow/models/update_application_details.rb +1 -1
  1380. data/lib/oci/data_flow/models/update_private_endpoint_details.rb +1 -1
  1381. data/lib/oci/data_flow/models/update_run_details.rb +1 -1
  1382. data/lib/oci/data_flow/models/work_request.rb +1 -1
  1383. data/lib/oci/data_flow/models/work_request_collection.rb +1 -1
  1384. data/lib/oci/data_flow/models/work_request_error.rb +1 -1
  1385. data/lib/oci/data_flow/models/work_request_error_collection.rb +1 -1
  1386. data/lib/oci/data_flow/models/work_request_log.rb +1 -1
  1387. data/lib/oci/data_flow/models/work_request_log_collection.rb +1 -1
  1388. data/lib/oci/data_flow/models/work_request_operation.rb +1 -1
  1389. data/lib/oci/data_flow/models/work_request_resource.rb +1 -1
  1390. data/lib/oci/data_flow/models/work_request_status.rb +1 -1
  1391. data/lib/oci/data_flow/models/work_request_summary.rb +1 -1
  1392. data/lib/oci/data_flow/util.rb +1 -1
  1393. data/lib/oci/data_integration/data_integration.rb +39 -1
  1394. data/lib/oci/data_integration/data_integration_client.rb +660 -36
  1395. data/lib/oci/data_integration/data_integration_client_composite_operations.rb +1 -1
  1396. data/lib/oci/data_integration/models/abstract_data_operation_config.rb +1 -1
  1397. data/lib/oci/data_integration/models/abstract_field.rb +1 -1
  1398. data/lib/oci/data_integration/models/abstract_format_attribute.rb +1 -1
  1399. data/lib/oci/data_integration/models/abstract_frequency_details.rb +223 -0
  1400. data/lib/oci/data_integration/models/abstract_read_attribute.rb +1 -1
  1401. data/lib/oci/data_integration/models/abstract_write_attribute.rb +1 -1
  1402. data/lib/oci/data_integration/models/aggregator.rb +1 -1
  1403. data/lib/oci/data_integration/models/aggregator_summary.rb +190 -0
  1404. data/lib/oci/data_integration/models/application.rb +1 -1
  1405. data/lib/oci/data_integration/models/application_details.rb +1 -1
  1406. data/lib/oci/data_integration/models/application_summary.rb +1 -1
  1407. data/lib/oci/data_integration/models/application_summary_collection.rb +1 -1
  1408. data/lib/oci/data_integration/models/avro_format_attribute.rb +1 -1
  1409. data/lib/oci/data_integration/models/base_type.rb +2 -1
  1410. data/lib/oci/data_integration/models/change_compartment_details.rb +1 -1
  1411. data/lib/oci/data_integration/models/child_reference.rb +1 -1
  1412. data/lib/oci/data_integration/models/child_reference_detail.rb +1 -1
  1413. data/lib/oci/data_integration/models/composite_field_map.rb +1 -1
  1414. data/lib/oci/data_integration/models/composite_type.rb +1 -1
  1415. data/lib/oci/data_integration/models/compression.rb +176 -0
  1416. data/lib/oci/data_integration/models/conditional_input_link.rb +1 -1
  1417. data/lib/oci/data_integration/models/config_definition.rb +1 -1
  1418. data/lib/oci/data_integration/models/config_parameter_definition.rb +1 -1
  1419. data/lib/oci/data_integration/models/config_parameter_value.rb +16 -2
  1420. data/lib/oci/data_integration/models/config_provider.rb +1 -1
  1421. data/lib/oci/data_integration/models/config_values.rb +1 -1
  1422. data/lib/oci/data_integration/models/configuration_details.rb +1 -1
  1423. data/lib/oci/data_integration/models/configured_type.rb +1 -1
  1424. data/lib/oci/data_integration/models/connection.rb +1 -1
  1425. data/lib/oci/data_integration/models/connection_details.rb +1 -1
  1426. data/lib/oci/data_integration/models/connection_from_adwc.rb +18 -5
  1427. data/lib/oci/data_integration/models/connection_from_adwc_details.rb +18 -5
  1428. data/lib/oci/data_integration/models/connection_from_atp.rb +18 -5
  1429. data/lib/oci/data_integration/models/connection_from_atp_details.rb +18 -5
  1430. data/lib/oci/data_integration/models/connection_from_jdbc.rb +1 -1
  1431. data/lib/oci/data_integration/models/connection_from_jdbc_details.rb +1 -1
  1432. data/lib/oci/data_integration/models/connection_from_my_sql.rb +1 -1
  1433. data/lib/oci/data_integration/models/connection_from_my_sql_details.rb +1 -1
  1434. data/lib/oci/data_integration/models/connection_from_object_storage.rb +1 -1
  1435. data/lib/oci/data_integration/models/connection_from_object_storage_details.rb +1 -1
  1436. data/lib/oci/data_integration/models/connection_from_oracle.rb +18 -5
  1437. data/lib/oci/data_integration/models/connection_from_oracle_details.rb +18 -5
  1438. data/lib/oci/data_integration/models/connection_property.rb +1 -1
  1439. data/lib/oci/data_integration/models/connection_summary.rb +1 -1
  1440. data/lib/oci/data_integration/models/connection_summary_collection.rb +1 -1
  1441. data/lib/oci/data_integration/models/connection_summary_from_adwc.rb +18 -5
  1442. data/lib/oci/data_integration/models/connection_summary_from_atp.rb +18 -5
  1443. data/lib/oci/data_integration/models/connection_summary_from_jdbc.rb +1 -1
  1444. data/lib/oci/data_integration/models/connection_summary_from_my_sql.rb +1 -1
  1445. data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +1 -1
  1446. data/lib/oci/data_integration/models/connection_summary_from_oracle.rb +18 -5
  1447. data/lib/oci/data_integration/models/connection_validation.rb +1 -1
  1448. data/lib/oci/data_integration/models/connection_validation_summary.rb +1 -1
  1449. data/lib/oci/data_integration/models/connection_validation_summary_collection.rb +1 -1
  1450. data/lib/oci/data_integration/models/count_statistic.rb +1 -1
  1451. data/lib/oci/data_integration/models/count_statistic_summary.rb +1 -1
  1452. data/lib/oci/data_integration/models/create_application_details.rb +1 -1
  1453. data/lib/oci/data_integration/models/create_config_provider.rb +1 -1
  1454. data/lib/oci/data_integration/models/create_connection_details.rb +1 -1
  1455. data/lib/oci/data_integration/models/create_connection_from_adwc.rb +18 -5
  1456. data/lib/oci/data_integration/models/create_connection_from_atp.rb +18 -5
  1457. data/lib/oci/data_integration/models/create_connection_from_jdbc.rb +18 -5
  1458. data/lib/oci/data_integration/models/create_connection_from_my_sql.rb +18 -5
  1459. data/lib/oci/data_integration/models/create_connection_from_object_storage.rb +1 -1
  1460. data/lib/oci/data_integration/models/create_connection_from_oracle.rb +18 -5
  1461. data/lib/oci/data_integration/models/create_connection_validation_details.rb +1 -1
  1462. data/lib/oci/data_integration/models/create_data_asset_details.rb +1 -1
  1463. data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +28 -2
  1464. data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +28 -2
  1465. data/lib/oci/data_integration/models/create_data_asset_from_jdbc.rb +1 -1
  1466. data/lib/oci/data_integration/models/create_data_asset_from_my_sql.rb +1 -1
  1467. data/lib/oci/data_integration/models/create_data_asset_from_object_storage.rb +1 -1
  1468. data/lib/oci/data_integration/models/create_data_asset_from_oracle.rb +28 -2
  1469. data/lib/oci/data_integration/models/create_data_flow_details.rb +1 -1
  1470. data/lib/oci/data_integration/models/create_data_flow_validation_details.rb +1 -1
  1471. data/lib/oci/data_integration/models/create_entity_shape_details.rb +1 -1
  1472. data/lib/oci/data_integration/models/create_entity_shape_from_file.rb +1 -1
  1473. data/lib/oci/data_integration/models/create_external_publication_details.rb +1 -1
  1474. data/lib/oci/data_integration/models/create_external_publication_validation_details.rb +1 -1
  1475. data/lib/oci/data_integration/models/create_folder_details.rb +1 -1
  1476. data/lib/oci/data_integration/models/create_patch_details.rb +1 -1
  1477. data/lib/oci/data_integration/models/create_pipeline_details.rb +306 -0
  1478. data/lib/oci/data_integration/models/create_pipeline_validation_details.rb +298 -0
  1479. data/lib/oci/data_integration/models/create_project_details.rb +1 -1
  1480. data/lib/oci/data_integration/models/create_source_application_info.rb +1 -1
  1481. data/lib/oci/data_integration/models/create_task_details.rb +4 -2
  1482. data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +1 -1
  1483. data/lib/oci/data_integration/models/create_task_from_integration_task.rb +1 -1
  1484. data/lib/oci/data_integration/models/create_task_from_pipeline_task.rb +209 -0
  1485. data/lib/oci/data_integration/models/create_task_run_details.rb +1 -1
  1486. data/lib/oci/data_integration/models/create_task_validation_details.rb +4 -2
  1487. data/lib/oci/data_integration/models/create_task_validation_from_data_loader_task.rb +1 -1
  1488. data/lib/oci/data_integration/models/create_task_validation_from_integration_task.rb +1 -1
  1489. data/lib/oci/data_integration/models/create_task_validation_from_pipeline_task.rb +213 -0
  1490. data/lib/oci/data_integration/models/create_workspace_details.rb +1 -1
  1491. data/lib/oci/data_integration/models/csv_format_attribute.rb +1 -1
  1492. data/lib/oci/data_integration/models/daily_frequency_details.rb +171 -0
  1493. data/lib/oci/data_integration/models/data_asset.rb +1 -1
  1494. data/lib/oci/data_integration/models/data_asset_from_adwc_details.rb +1 -1
  1495. data/lib/oci/data_integration/models/data_asset_from_atp_details.rb +1 -1
  1496. data/lib/oci/data_integration/models/data_asset_from_jdbc.rb +1 -1
  1497. data/lib/oci/data_integration/models/data_asset_from_my_sql.rb +1 -1
  1498. data/lib/oci/data_integration/models/data_asset_from_object_storage_details.rb +1 -1
  1499. data/lib/oci/data_integration/models/data_asset_from_oracle_details.rb +28 -2
  1500. data/lib/oci/data_integration/models/data_asset_summary.rb +1 -1
  1501. data/lib/oci/data_integration/models/data_asset_summary_collection.rb +1 -1
  1502. data/lib/oci/data_integration/models/data_asset_summary_from_adwc.rb +1 -1
  1503. data/lib/oci/data_integration/models/data_asset_summary_from_atp.rb +1 -1
  1504. data/lib/oci/data_integration/models/data_asset_summary_from_jdbc.rb +1 -1
  1505. data/lib/oci/data_integration/models/data_asset_summary_from_my_sql.rb +1 -1
  1506. data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +1 -1
  1507. data/lib/oci/data_integration/models/data_asset_summary_from_oracle.rb +28 -2
  1508. data/lib/oci/data_integration/models/data_entity.rb +1 -1
  1509. data/lib/oci/data_integration/models/data_entity_details.rb +1 -1
  1510. data/lib/oci/data_integration/models/data_entity_from_file.rb +1 -1
  1511. data/lib/oci/data_integration/models/data_entity_from_file_entity_details.rb +1 -1
  1512. data/lib/oci/data_integration/models/data_entity_from_table.rb +1 -1
  1513. data/lib/oci/data_integration/models/data_entity_from_table_entity_details.rb +1 -1
  1514. data/lib/oci/data_integration/models/data_entity_from_view.rb +1 -1
  1515. data/lib/oci/data_integration/models/data_entity_from_view_entity_details.rb +1 -1
  1516. data/lib/oci/data_integration/models/data_entity_summary.rb +1 -1
  1517. data/lib/oci/data_integration/models/data_entity_summary_collection.rb +1 -1
  1518. data/lib/oci/data_integration/models/data_entity_summary_from_file.rb +1 -1
  1519. data/lib/oci/data_integration/models/data_entity_summary_from_table.rb +1 -1
  1520. data/lib/oci/data_integration/models/data_entity_summary_from_view.rb +1 -1
  1521. data/lib/oci/data_integration/models/data_flow.rb +1 -1
  1522. data/lib/oci/data_integration/models/data_flow_details.rb +1 -1
  1523. data/lib/oci/data_integration/models/data_flow_summary.rb +1 -1
  1524. data/lib/oci/data_integration/models/data_flow_summary_collection.rb +1 -1
  1525. data/lib/oci/data_integration/models/data_flow_validation.rb +1 -1
  1526. data/lib/oci/data_integration/models/data_flow_validation_summary.rb +1 -1
  1527. data/lib/oci/data_integration/models/data_flow_validation_summary_collection.rb +1 -1
  1528. data/lib/oci/data_integration/models/data_format.rb +18 -5
  1529. data/lib/oci/data_integration/models/data_type.rb +1 -1
  1530. data/lib/oci/data_integration/models/dependent_object.rb +1 -1
  1531. data/lib/oci/data_integration/models/dependent_object_summary.rb +11 -2
  1532. data/lib/oci/data_integration/models/dependent_object_summary_collection.rb +1 -1
  1533. data/lib/oci/data_integration/models/derived_field.rb +1 -1
  1534. data/lib/oci/data_integration/models/derived_type.rb +1 -1
  1535. data/lib/oci/data_integration/models/direct_field_map.rb +1 -1
  1536. data/lib/oci/data_integration/models/direct_named_field_map.rb +1 -1
  1537. data/lib/oci/data_integration/models/distinct.rb +1 -1
  1538. data/lib/oci/data_integration/models/dynamic_input_field.rb +1 -1
  1539. data/lib/oci/data_integration/models/dynamic_proxy_field.rb +1 -1
  1540. data/lib/oci/data_integration/models/dynamic_type.rb +1 -1
  1541. data/lib/oci/data_integration/models/dynamic_type_handler.rb +1 -1
  1542. data/lib/oci/data_integration/models/end_operator.rb +237 -0
  1543. data/lib/oci/data_integration/models/enriched_entity.rb +1 -1
  1544. data/lib/oci/data_integration/models/entity_shape.rb +1 -1
  1545. data/lib/oci/data_integration/models/entity_shape_from_file.rb +1 -1
  1546. data/lib/oci/data_integration/models/error_details.rb +1 -1
  1547. data/lib/oci/data_integration/models/expression.rb +1 -1
  1548. data/lib/oci/data_integration/models/external_publication.rb +1 -1
  1549. data/lib/oci/data_integration/models/external_publication_summary.rb +1 -1
  1550. data/lib/oci/data_integration/models/external_publication_summary_collection.rb +1 -1
  1551. data/lib/oci/data_integration/models/external_publication_validation.rb +1 -1
  1552. data/lib/oci/data_integration/models/external_publication_validation_summary.rb +1 -1
  1553. data/lib/oci/data_integration/models/external_publication_validation_summary_collection.rb +1 -1
  1554. data/lib/oci/data_integration/models/field_map.rb +1 -1
  1555. data/lib/oci/data_integration/models/filter.rb +1 -1
  1556. data/lib/oci/data_integration/models/filter_push.rb +1 -1
  1557. data/lib/oci/data_integration/models/flow_node.rb +1 -1
  1558. data/lib/oci/data_integration/models/flow_port.rb +1 -1
  1559. data/lib/oci/data_integration/models/flow_port_link.rb +1 -1
  1560. data/lib/oci/data_integration/models/folder.rb +1 -1
  1561. data/lib/oci/data_integration/models/folder_details.rb +1 -1
  1562. data/lib/oci/data_integration/models/folder_summary.rb +1 -1
  1563. data/lib/oci/data_integration/models/folder_summary_collection.rb +1 -1
  1564. data/lib/oci/data_integration/models/foreign_key.rb +2 -1
  1565. data/lib/oci/data_integration/models/hourly_frequency_details.rb +171 -0
  1566. data/lib/oci/data_integration/models/input_field.rb +1 -1
  1567. data/lib/oci/data_integration/models/input_link.rb +1 -1
  1568. data/lib/oci/data_integration/models/input_port.rb +1 -1
  1569. data/lib/oci/data_integration/models/intersect.rb +246 -0
  1570. data/lib/oci/data_integration/models/java_type.rb +1 -1
  1571. data/lib/oci/data_integration/models/join.rb +1 -1
  1572. data/lib/oci/data_integration/models/joiner.rb +1 -1
  1573. data/lib/oci/data_integration/models/json_format_attribute.rb +1 -1
  1574. data/lib/oci/data_integration/models/key.rb +1 -4
  1575. data/lib/oci/data_integration/models/key_attribute.rb +1 -1
  1576. data/lib/oci/data_integration/models/key_range.rb +1 -1
  1577. data/lib/oci/data_integration/models/key_range_partition_config.rb +1 -1
  1578. data/lib/oci/data_integration/models/last_run_details.rb +263 -0
  1579. data/lib/oci/data_integration/models/macro_field.rb +1 -1
  1580. data/lib/oci/data_integration/models/merge_operator.rb +241 -0
  1581. data/lib/oci/data_integration/models/message.rb +1 -1
  1582. data/lib/oci/data_integration/models/minus.rb +246 -0
  1583. data/lib/oci/data_integration/models/monthly_frequency_details.rb +181 -0
  1584. data/lib/oci/data_integration/models/name_list_rule.rb +1 -1
  1585. data/lib/oci/data_integration/models/name_pattern_rule.rb +1 -1
  1586. data/lib/oci/data_integration/models/native_shape_field.rb +1 -1
  1587. data/lib/oci/data_integration/models/object_metadata.rb +11 -2
  1588. data/lib/oci/data_integration/models/oci_vault_secret_config.rb +162 -0
  1589. data/lib/oci/data_integration/models/operator.rb +20 -4
  1590. data/lib/oci/data_integration/models/oracle_adwc_write_attribute.rb +1 -1
  1591. data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +1 -1
  1592. data/lib/oci/data_integration/models/oracle_atp_write_attribute.rb +1 -1
  1593. data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +1 -1
  1594. data/lib/oci/data_integration/models/oracle_read_attribute.rb +1 -1
  1595. data/lib/oci/data_integration/models/oracle_read_attributes.rb +1 -1
  1596. data/lib/oci/data_integration/models/oracle_write_attribute.rb +1 -1
  1597. data/lib/oci/data_integration/models/oracle_write_attributes.rb +1 -1
  1598. data/lib/oci/data_integration/models/output_field.rb +1 -1
  1599. data/lib/oci/data_integration/models/output_link.rb +1 -1
  1600. data/lib/oci/data_integration/models/output_port.rb +1 -1
  1601. data/lib/oci/data_integration/models/parameter.rb +1 -1
  1602. data/lib/oci/data_integration/models/parameter_value.rb +1 -1
  1603. data/lib/oci/data_integration/models/parent_reference.rb +1 -1
  1604. data/lib/oci/data_integration/models/partition_config.rb +1 -1
  1605. data/lib/oci/data_integration/models/patch.rb +1 -1
  1606. data/lib/oci/data_integration/models/patch_change_summary.rb +2 -1
  1607. data/lib/oci/data_integration/models/patch_change_summary_collection.rb +1 -1
  1608. data/lib/oci/data_integration/models/patch_object_metadata.rb +2 -1
  1609. data/lib/oci/data_integration/models/patch_summary.rb +1 -1
  1610. data/lib/oci/data_integration/models/patch_summary_collection.rb +1 -1
  1611. data/lib/oci/data_integration/models/pipeline.rb +301 -0
  1612. data/lib/oci/data_integration/models/pipeline_summary.rb +298 -0
  1613. data/lib/oci/data_integration/models/pipeline_summary_collection.rb +150 -0
  1614. data/lib/oci/data_integration/models/pipeline_validation.rb +328 -0
  1615. data/lib/oci/data_integration/models/pipeline_validation_summary.rb +325 -0
  1616. data/lib/oci/data_integration/models/pipeline_validation_summary_collection.rb +150 -0
  1617. data/lib/oci/data_integration/models/primary_key.rb +15 -58
  1618. data/lib/oci/data_integration/models/project.rb +1 -1
  1619. data/lib/oci/data_integration/models/project_details.rb +1 -1
  1620. data/lib/oci/data_integration/models/project_summary.rb +1 -1
  1621. data/lib/oci/data_integration/models/project_summary_collection.rb +1 -1
  1622. data/lib/oci/data_integration/models/projection.rb +1 -1
  1623. data/lib/oci/data_integration/models/projection_rule.rb +1 -1
  1624. data/lib/oci/data_integration/models/proxy_field.rb +1 -1
  1625. data/lib/oci/data_integration/models/published_object.rb +3 -1
  1626. data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +1 -1
  1627. data/lib/oci/data_integration/models/published_object_from_integration_task.rb +1 -1
  1628. data/lib/oci/data_integration/models/published_object_from_pipeline_task.rb +253 -0
  1629. data/lib/oci/data_integration/models/published_object_from_pipeline_task_summary.rb +257 -0
  1630. data/lib/oci/data_integration/models/published_object_summary.rb +3 -1
  1631. data/lib/oci/data_integration/models/published_object_summary_collection.rb +1 -1
  1632. data/lib/oci/data_integration/models/published_object_summary_from_data_loader_task.rb +1 -1
  1633. data/lib/oci/data_integration/models/published_object_summary_from_integration_task.rb +1 -1
  1634. data/lib/oci/data_integration/models/push_down_operation.rb +1 -1
  1635. data/lib/oci/data_integration/models/query.rb +1 -1
  1636. data/lib/oci/data_integration/models/read_operation_config.rb +1 -1
  1637. data/lib/oci/data_integration/models/reference.rb +1 -1
  1638. data/lib/oci/data_integration/models/reference_summary.rb +1 -1
  1639. data/lib/oci/data_integration/models/reference_summary_collection.rb +1 -1
  1640. data/lib/oci/data_integration/models/reference_used_by.rb +1 -1
  1641. data/lib/oci/data_integration/models/registry_metadata.rb +1 -1
  1642. data/lib/oci/data_integration/models/rename_rule.rb +1 -1
  1643. data/lib/oci/data_integration/models/resource_configuration.rb +1 -1
  1644. data/lib/oci/data_integration/models/root_object.rb +1 -1
  1645. data/lib/oci/data_integration/models/rule_based_field_map.rb +1 -1
  1646. data/lib/oci/data_integration/models/rule_type_config.rb +1 -1
  1647. data/lib/oci/data_integration/models/schedule.rb +295 -0
  1648. data/lib/oci/data_integration/models/schema.rb +1 -1
  1649. data/lib/oci/data_integration/models/schema_drift_config.rb +265 -0
  1650. data/lib/oci/data_integration/models/schema_summary.rb +1 -1
  1651. data/lib/oci/data_integration/models/schema_summary_collection.rb +1 -1
  1652. data/lib/oci/data_integration/models/secret_config.rb +189 -0
  1653. data/lib/oci/data_integration/models/select.rb +1 -1
  1654. data/lib/oci/data_integration/models/sensitive_attribute.rb +163 -0
  1655. data/lib/oci/data_integration/models/shape.rb +1 -1
  1656. data/lib/oci/data_integration/models/shape_field.rb +1 -1
  1657. data/lib/oci/data_integration/models/sort.rb +1 -1
  1658. data/lib/oci/data_integration/models/sort_clause.rb +1 -1
  1659. data/lib/oci/data_integration/models/sort_key.rb +1 -1
  1660. data/lib/oci/data_integration/models/sort_key_rule.rb +1 -1
  1661. data/lib/oci/data_integration/models/sort_oper.rb +1 -1
  1662. data/lib/oci/data_integration/models/source.rb +28 -2
  1663. data/lib/oci/data_integration/models/source_application_info.rb +1 -1
  1664. data/lib/oci/data_integration/models/start_operator.rb +193 -0
  1665. data/lib/oci/data_integration/models/structured_type.rb +1 -1
  1666. data/lib/oci/data_integration/models/target.rb +28 -2
  1667. data/lib/oci/data_integration/models/task.rb +3 -1
  1668. data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +1 -1
  1669. data/lib/oci/data_integration/models/task_from_integration_task_details.rb +1 -1
  1670. data/lib/oci/data_integration/models/task_from_pipeline_task_details.rb +217 -0
  1671. data/lib/oci/data_integration/models/task_operator.rb +405 -0
  1672. data/lib/oci/data_integration/models/task_run.rb +131 -2
  1673. data/lib/oci/data_integration/models/task_run_details.rb +2 -1
  1674. data/lib/oci/data_integration/models/task_run_log_summary.rb +1 -1
  1675. data/lib/oci/data_integration/models/task_run_summary.rb +2 -1
  1676. data/lib/oci/data_integration/models/task_run_summary_collection.rb +1 -1
  1677. data/lib/oci/data_integration/models/task_schedule.rb +518 -0
  1678. data/lib/oci/data_integration/models/task_summary.rb +3 -1
  1679. data/lib/oci/data_integration/models/task_summary_collection.rb +1 -1
  1680. data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +1 -1
  1681. data/lib/oci/data_integration/models/task_summary_from_integration_task.rb +1 -1
  1682. data/lib/oci/data_integration/models/task_summary_from_pipeline_task.rb +217 -0
  1683. data/lib/oci/data_integration/models/task_validation.rb +1 -1
  1684. data/lib/oci/data_integration/models/task_validation_summary.rb +1 -1
  1685. data/lib/oci/data_integration/models/task_validation_summary_collection.rb +1 -1
  1686. data/lib/oci/data_integration/models/time.rb +170 -0
  1687. data/lib/oci/data_integration/models/type_library.rb +1 -1
  1688. data/lib/oci/data_integration/models/type_list_rule.rb +1 -1
  1689. data/lib/oci/data_integration/models/type_system.rb +1 -1
  1690. data/lib/oci/data_integration/models/typed_name_pattern_rule.rb +1 -1
  1691. data/lib/oci/data_integration/models/typed_object.rb +1 -1
  1692. data/lib/oci/data_integration/models/ui_properties.rb +1 -1
  1693. data/lib/oci/data_integration/models/union.rb +246 -0
  1694. data/lib/oci/data_integration/models/unique_key.rb +48 -7
  1695. data/lib/oci/data_integration/models/update_application_details.rb +1 -1
  1696. data/lib/oci/data_integration/models/update_connection_details.rb +1 -1
  1697. data/lib/oci/data_integration/models/update_connection_from_adwc.rb +18 -5
  1698. data/lib/oci/data_integration/models/update_connection_from_atp.rb +18 -5
  1699. data/lib/oci/data_integration/models/update_connection_from_jdbc.rb +18 -5
  1700. data/lib/oci/data_integration/models/update_connection_from_my_sql.rb +18 -5
  1701. data/lib/oci/data_integration/models/update_connection_from_object_storage.rb +1 -1
  1702. data/lib/oci/data_integration/models/update_connection_from_oracle.rb +18 -5
  1703. data/lib/oci/data_integration/models/update_data_asset_details.rb +1 -1
  1704. data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +28 -2
  1705. data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +28 -2
  1706. data/lib/oci/data_integration/models/update_data_asset_from_jdbc.rb +1 -1
  1707. data/lib/oci/data_integration/models/update_data_asset_from_my_sql.rb +1 -1
  1708. data/lib/oci/data_integration/models/update_data_asset_from_object_storage.rb +1 -1
  1709. data/lib/oci/data_integration/models/update_data_asset_from_oracle.rb +28 -2
  1710. data/lib/oci/data_integration/models/update_data_flow_details.rb +1 -1
  1711. data/lib/oci/data_integration/models/update_external_publication_details.rb +1 -1
  1712. data/lib/oci/data_integration/models/update_folder_details.rb +1 -1
  1713. data/lib/oci/data_integration/models/update_pipeline_details.rb +305 -0
  1714. data/lib/oci/data_integration/models/update_project_details.rb +1 -1
  1715. data/lib/oci/data_integration/models/update_reference_details.rb +1 -1
  1716. data/lib/oci/data_integration/models/update_task_details.rb +4 -2
  1717. data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +1 -1
  1718. data/lib/oci/data_integration/models/update_task_from_integration_task.rb +1 -1
  1719. data/lib/oci/data_integration/models/update_task_from_pipeline_task.rb +213 -0
  1720. data/lib/oci/data_integration/models/update_task_run_details.rb +1 -1
  1721. data/lib/oci/data_integration/models/update_workspace_details.rb +1 -1
  1722. data/lib/oci/data_integration/models/validation_message.rb +1 -1
  1723. data/lib/oci/data_integration/models/variable.rb +298 -0
  1724. data/lib/oci/data_integration/models/work_request.rb +1 -1
  1725. data/lib/oci/data_integration/models/work_request_error.rb +1 -1
  1726. data/lib/oci/data_integration/models/work_request_log_entry.rb +1 -1
  1727. data/lib/oci/data_integration/models/work_request_resource.rb +1 -1
  1728. data/lib/oci/data_integration/models/work_request_summary.rb +1 -1
  1729. data/lib/oci/data_integration/models/workspace.rb +1 -1
  1730. data/lib/oci/data_integration/models/workspace_summary.rb +1 -1
  1731. data/lib/oci/data_integration/models/write_operation_config.rb +1 -1
  1732. data/lib/oci/data_integration/util.rb +1 -1
  1733. data/lib/oci/data_safe/data_safe.rb +1 -1
  1734. data/lib/oci/data_safe/data_safe_client.rb +1 -1
  1735. data/lib/oci/data_safe/data_safe_client_composite_operations.rb +1 -1
  1736. data/lib/oci/data_safe/models/change_data_safe_private_endpoint_compartment_details.rb +1 -1
  1737. data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +1 -1
  1738. data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
  1739. data/lib/oci/data_safe/models/create_on_prem_connector_details.rb +1 -1
  1740. data/lib/oci/data_safe/models/data_safe_configuration.rb +1 -1
  1741. data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +1 -1
  1742. data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
  1743. data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +1 -1
  1744. data/lib/oci/data_safe/models/generate_on_prem_connector_configuration_details.rb +1 -1
  1745. data/lib/oci/data_safe/models/lifecycle_state.rb +1 -1
  1746. data/lib/oci/data_safe/models/on_prem_connector.rb +1 -1
  1747. data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +1 -1
  1748. data/lib/oci/data_safe/models/on_prem_connector_summary.rb +1 -1
  1749. data/lib/oci/data_safe/models/service_list.rb +1 -1
  1750. data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
  1751. data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +1 -1
  1752. data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +1 -1
  1753. data/lib/oci/data_safe/models/work_request.rb +1 -1
  1754. data/lib/oci/data_safe/models/work_request_error.rb +1 -1
  1755. data/lib/oci/data_safe/models/work_request_log_entry.rb +1 -1
  1756. data/lib/oci/data_safe/models/work_request_resource.rb +1 -1
  1757. data/lib/oci/data_safe/models/work_request_summary.rb +1 -1
  1758. data/lib/oci/data_safe/util.rb +1 -1
  1759. data/lib/oci/data_science/data_science.rb +21 -1
  1760. data/lib/oci/data_science/data_science_client.rb +725 -117
  1761. data/lib/oci/data_science/data_science_client_composite_operations.rb +261 -12
  1762. data/lib/oci/data_science/models/category_log_details.rb +158 -0
  1763. data/lib/oci/data_science/models/change_model_compartment_details.rb +1 -1
  1764. data/lib/oci/data_science/models/change_model_deployment_compartment_details.rb +155 -0
  1765. data/lib/oci/data_science/models/change_notebook_session_compartment_details.rb +1 -1
  1766. data/lib/oci/data_science/models/change_project_compartment_details.rb +1 -1
  1767. data/lib/oci/data_science/models/create_model_deployment_details.rb +254 -0
  1768. data/lib/oci/data_science/models/create_model_details.rb +5 -5
  1769. data/lib/oci/data_science/models/create_model_provenance_details.rb +1 -1
  1770. data/lib/oci/data_science/models/create_notebook_session_details.rb +4 -4
  1771. data/lib/oci/data_science/models/create_project_details.rb +4 -4
  1772. data/lib/oci/data_science/models/fixed_size_scaling_policy.rb +162 -0
  1773. data/lib/oci/data_science/models/instance_configuration.rb +154 -0
  1774. data/lib/oci/data_science/models/log_details.rb +168 -0
  1775. data/lib/oci/data_science/models/model.rb +8 -8
  1776. data/lib/oci/data_science/models/model_configuration_details.rb +195 -0
  1777. data/lib/oci/data_science/models/model_deployment.rb +361 -0
  1778. data/lib/oci/data_science/models/model_deployment_configuration_details.rb +189 -0
  1779. data/lib/oci/data_science/models/model_deployment_lifecycle_state.rb +17 -0
  1780. data/lib/oci/data_science/models/model_deployment_shape_summary.rb +182 -0
  1781. data/lib/oci/data_science/models/model_deployment_summary.rb +346 -0
  1782. data/lib/oci/data_science/models/model_deployment_type.rb +10 -0
  1783. data/lib/oci/data_science/models/model_lifecycle_state.rb +1 -1
  1784. data/lib/oci/data_science/models/model_provenance.rb +1 -1
  1785. data/lib/oci/data_science/models/model_summary.rb +7 -7
  1786. data/lib/oci/data_science/models/notebook_session.rb +7 -7
  1787. data/lib/oci/data_science/models/notebook_session_configuration_details.rb +3 -3
  1788. data/lib/oci/data_science/models/notebook_session_lifecycle_state.rb +1 -1
  1789. data/lib/oci/data_science/models/notebook_session_shape_summary.rb +1 -1
  1790. data/lib/oci/data_science/models/notebook_session_summary.rb +7 -7
  1791. data/lib/oci/data_science/models/project.rb +7 -7
  1792. data/lib/oci/data_science/models/project_lifecycle_state.rb +1 -1
  1793. data/lib/oci/data_science/models/project_summary.rb +7 -7
  1794. data/lib/oci/data_science/models/scaling_policy.rb +189 -0
  1795. data/lib/oci/data_science/models/single_model_deployment_configuration_details.rb +162 -0
  1796. data/lib/oci/data_science/models/update_category_log_details.rb +158 -0
  1797. data/lib/oci/data_science/models/update_model_configuration_details.rb +194 -0
  1798. data/lib/oci/data_science/models/update_model_deployment_configuration_details.rb +182 -0
  1799. data/lib/oci/data_science/models/update_model_deployment_details.rb +227 -0
  1800. data/lib/oci/data_science/models/update_model_details.rb +3 -3
  1801. data/lib/oci/data_science/models/update_model_provenance_details.rb +1 -1
  1802. data/lib/oci/data_science/models/update_notebook_session_details.rb +3 -3
  1803. data/lib/oci/data_science/models/update_project_details.rb +3 -3
  1804. data/lib/oci/data_science/models/update_single_model_deployment_configuration_details.rb +161 -0
  1805. data/lib/oci/data_science/models/work_request.rb +11 -6
  1806. data/lib/oci/data_science/models/work_request_error.rb +2 -2
  1807. data/lib/oci/data_science/models/work_request_log_entry.rb +1 -1
  1808. data/lib/oci/data_science/models/work_request_operation_type.rb +6 -1
  1809. data/lib/oci/data_science/models/work_request_resource.rb +2 -2
  1810. data/lib/oci/data_science/models/work_request_status.rb +1 -1
  1811. data/lib/oci/data_science/models/work_request_summary.rb +11 -6
  1812. data/lib/oci/data_science/util.rb +1 -1
  1813. data/lib/oci/database/database.rb +33 -1
  1814. data/lib/oci/database/database_client.rb +3868 -1705
  1815. data/lib/oci/database/database_client_composite_operations.rb +1201 -120
  1816. data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +1 -1
  1817. data/lib/oci/database/models/associated_database_details.rb +1 -1
  1818. data/lib/oci/database/models/automated_mount_details.rb +1 -1
  1819. data/lib/oci/database/models/autonomous_container_database.rb +2 -1
  1820. data/lib/oci/database/models/autonomous_container_database_backup_config.rb +1 -1
  1821. data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +3 -1
  1822. data/lib/oci/database/models/autonomous_container_database_summary.rb +2 -1
  1823. data/lib/oci/database/models/autonomous_data_warehouse.rb +1 -1
  1824. data/lib/oci/database/models/autonomous_data_warehouse_connection_strings.rb +1 -1
  1825. data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +1 -1
  1826. data/lib/oci/database/models/autonomous_database.rb +45 -4
  1827. data/lib/oci/database/models/autonomous_database_apex.rb +3 -3
  1828. data/lib/oci/database/models/autonomous_database_backup.rb +1 -1
  1829. data/lib/oci/database/models/autonomous_database_backup_config.rb +1 -1
  1830. data/lib/oci/database/models/autonomous_database_backup_summary.rb +1 -1
  1831. data/lib/oci/database/models/autonomous_database_connection_strings.rb +1 -1
  1832. data/lib/oci/database/models/autonomous_database_connection_urls.rb +1 -1
  1833. data/lib/oci/database/models/autonomous_database_console_token_details.rb +1 -1
  1834. data/lib/oci/database/models/autonomous_database_dataguard_association.rb +3 -1
  1835. data/lib/oci/database/models/autonomous_database_manual_refresh_details.rb +1 -1
  1836. data/lib/oci/database/models/autonomous_database_standby_summary.rb +1 -1
  1837. data/lib/oci/database/models/autonomous_database_summary.rb +45 -4
  1838. data/lib/oci/database/models/autonomous_database_wallet.rb +1 -1
  1839. data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -2
  1840. data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -2
  1841. data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +35 -5
  1842. data/lib/oci/database/models/autonomous_exadata_infrastructure_shape_summary.rb +1 -1
  1843. data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +35 -5
  1844. data/lib/oci/database/models/autonomous_patch.rb +1 -1
  1845. data/lib/oci/database/models/autonomous_patch_summary.rb +1 -1
  1846. data/lib/oci/database/models/autonomous_vm_cluster.rb +1 -1
  1847. data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +1 -1
  1848. data/lib/oci/database/models/backup.rb +1 -1
  1849. data/lib/oci/database/models/backup_destination.rb +1 -1
  1850. data/lib/oci/database/models/backup_destination_details.rb +1 -1
  1851. data/lib/oci/database/models/backup_destination_summary.rb +1 -1
  1852. data/lib/oci/database/models/backup_summary.rb +1 -1
  1853. data/lib/oci/database/models/change_autonomous_vm_cluster_compartment_details.rb +1 -1
  1854. data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
  1855. data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
  1856. data/lib/oci/database/models/change_compartment_details.rb +1 -1
  1857. data/lib/oci/database/models/change_exadata_infrastructure_compartment_details.rb +1 -1
  1858. data/lib/oci/database/models/change_key_store_compartment_details.rb +1 -1
  1859. data/lib/oci/database/models/change_vm_cluster_compartment_details.rb +1 -1
  1860. data/lib/oci/database/models/cloud_exadata_infrastructure.rb +1 -1
  1861. data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +1 -1
  1862. data/lib/oci/database/models/cloud_vm_cluster.rb +35 -5
  1863. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +35 -5
  1864. data/lib/oci/database/models/complete_external_backup_job_details.rb +1 -1
  1865. data/lib/oci/database/models/console_connection.rb +1 -1
  1866. data/lib/oci/database/models/console_connection_summary.rb +1 -1
  1867. data/lib/oci/database/models/create_autonomous_container_database_details.rb +16 -2
  1868. data/lib/oci/database/models/create_autonomous_database_backup_details.rb +1 -1
  1869. data/lib/oci/database/models/create_autonomous_database_base.rb +44 -3
  1870. data/lib/oci/database/models/create_autonomous_database_clone_details.rb +10 -2
  1871. data/lib/oci/database/models/create_autonomous_database_details.rb +10 -2
  1872. data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +10 -2
  1873. data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +10 -2
  1874. data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +1 -1
  1875. data/lib/oci/database/models/create_backup_destination_details.rb +1 -1
  1876. data/lib/oci/database/models/create_backup_details.rb +1 -1
  1877. data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
  1878. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +1 -1
  1879. data/lib/oci/database/models/create_console_connection_details.rb +1 -1
  1880. data/lib/oci/database/models/create_data_guard_association_details.rb +1 -1
  1881. data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +1 -1
  1882. data/lib/oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.rb +1 -1
  1883. data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +1 -1
  1884. data/lib/oci/database/models/create_database_base.rb +1 -1
  1885. data/lib/oci/database/models/create_database_details.rb +1 -1
  1886. data/lib/oci/database/models/create_database_from_another_database_details.rb +1 -1
  1887. data/lib/oci/database/models/create_database_from_backup.rb +1 -1
  1888. data/lib/oci/database/models/create_database_from_backup_details.rb +1 -1
  1889. data/lib/oci/database/models/create_database_from_db_system_details.rb +1 -1
  1890. data/lib/oci/database/models/create_database_software_image_details.rb +4 -3
  1891. data/lib/oci/database/models/create_db_home_base.rb +1 -1
  1892. data/lib/oci/database/models/create_db_home_details.rb +2 -2
  1893. data/lib/oci/database/models/create_db_home_from_backup_details.rb +1 -1
  1894. data/lib/oci/database/models/create_db_home_from_database_details.rb +1 -1
  1895. data/lib/oci/database/models/create_db_home_from_db_system_details.rb +1 -1
  1896. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +1 -1
  1897. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +1 -1
  1898. data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +1 -1
  1899. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +1 -1
  1900. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +1 -1
  1901. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +1 -1
  1902. data/lib/oci/database/models/create_external_backup_job_details.rb +1 -1
  1903. data/lib/oci/database/models/create_external_container_database_details.rb +200 -0
  1904. data/lib/oci/database/models/create_external_database_connector_details.rb +250 -0
  1905. data/lib/oci/database/models/create_external_database_details_base.rb +202 -0
  1906. data/lib/oci/database/models/create_external_macs_connector_details.rb +210 -0
  1907. data/lib/oci/database/models/create_external_non_container_database_details.rb +200 -0
  1908. data/lib/oci/database/models/create_external_pluggable_database_details.rb +236 -0
  1909. data/lib/oci/database/models/create_key_store_details.rb +1 -1
  1910. data/lib/oci/database/models/create_new_database_details.rb +1 -1
  1911. data/lib/oci/database/models/create_nfs_backup_destination_details.rb +1 -1
  1912. data/lib/oci/database/models/create_recovery_appliance_backup_destination_details.rb +1 -1
  1913. data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +10 -2
  1914. data/lib/oci/database/models/create_vm_cluster_details.rb +1 -1
  1915. data/lib/oci/database/models/data_guard_association.rb +1 -1
  1916. data/lib/oci/database/models/data_guard_association_summary.rb +1 -1
  1917. data/lib/oci/database/models/database.rb +1 -1
  1918. data/lib/oci/database/models/database_connection_credentails_by_name.rb +172 -0
  1919. data/lib/oci/database/models/database_connection_credentials.rb +194 -0
  1920. data/lib/oci/database/models/database_connection_credentials_by_details.rb +223 -0
  1921. data/lib/oci/database/models/database_connection_string.rb +200 -0
  1922. data/lib/oci/database/models/database_connection_strings.rb +1 -1
  1923. data/lib/oci/database/models/database_management_config.rb +228 -0
  1924. data/lib/oci/database/models/database_software_image.rb +2 -1
  1925. data/lib/oci/database/models/database_software_image_summary.rb +3 -3
  1926. data/lib/oci/database/models/database_summary.rb +1 -1
  1927. data/lib/oci/database/models/database_upgrade_history_entry.rb +22 -10
  1928. data/lib/oci/database/models/database_upgrade_history_entry_summary.rb +22 -10
  1929. data/lib/oci/database/models/database_upgrade_source_base.rb +22 -11
  1930. data/lib/oci/database/models/database_upgrade_with_database_software_image_details.rb +8 -5
  1931. data/lib/oci/database/models/database_upgrade_with_db_home_details.rb +7 -4
  1932. data/lib/oci/database/models/database_upgrade_with_db_version_details.rb +7 -4
  1933. data/lib/oci/database/models/day_of_week.rb +1 -1
  1934. data/lib/oci/database/models/db_backup_config.rb +1 -1
  1935. data/lib/oci/database/models/db_home.rb +1 -1
  1936. data/lib/oci/database/models/db_home_summary.rb +1 -1
  1937. data/lib/oci/database/models/db_iorm_config.rb +1 -1
  1938. data/lib/oci/database/models/db_iorm_config_update_detail.rb +1 -1
  1939. data/lib/oci/database/models/db_node.rb +1 -1
  1940. data/lib/oci/database/models/db_node_summary.rb +1 -1
  1941. data/lib/oci/database/models/db_system.rb +32 -2
  1942. data/lib/oci/database/models/db_system_options.rb +1 -1
  1943. data/lib/oci/database/models/db_system_shape_summary.rb +1 -1
  1944. data/lib/oci/database/models/db_system_summary.rb +40 -5
  1945. data/lib/oci/database/models/db_version_summary.rb +1 -1
  1946. data/lib/oci/database/models/deregister_autonomous_database_data_safe_details.rb +1 -1
  1947. data/lib/oci/database/models/enable_external_container_database_database_management_details.rb +185 -0
  1948. data/lib/oci/database/models/enable_external_database_management_details_base.rb +157 -0
  1949. data/lib/oci/database/models/enable_external_non_container_database_database_management_details.rb +185 -0
  1950. data/lib/oci/database/models/enable_external_pluggable_database_database_management_details.rb +154 -0
  1951. data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
  1952. data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
  1953. data/lib/oci/database/models/exadata_infrastructure.rb +35 -2
  1954. data/lib/oci/database/models/exadata_infrastructure_contact.rb +20 -6
  1955. data/lib/oci/database/models/exadata_infrastructure_summary.rb +35 -2
  1956. data/lib/oci/database/models/exadata_iorm_config.rb +1 -1
  1957. data/lib/oci/database/models/exadata_iorm_config_update_details.rb +1 -1
  1958. data/lib/oci/database/models/external_backup_job.rb +1 -1
  1959. data/lib/oci/database/models/external_container_database.rb +429 -0
  1960. data/lib/oci/database/models/external_container_database_summary.rb +429 -0
  1961. data/lib/oci/database/models/external_database_base.rb +419 -0
  1962. data/lib/oci/database/models/external_database_connector.rb +378 -0
  1963. data/lib/oci/database/models/external_database_connector_summary.rb +355 -0
  1964. data/lib/oci/database/models/external_macs_connector.rb +237 -0
  1965. data/lib/oci/database/models/external_macs_connector_summary.rb +237 -0
  1966. data/lib/oci/database/models/external_non_container_database.rb +428 -0
  1967. data/lib/oci/database/models/external_non_container_database_summary.rb +430 -0
  1968. data/lib/oci/database/models/external_pluggable_database.rb +464 -0
  1969. data/lib/oci/database/models/external_pluggable_database_summary.rb +465 -0
  1970. data/lib/oci/database/models/failover_data_guard_association_details.rb +1 -1
  1971. data/lib/oci/database/models/flex_component_collection.rb +1 -1
  1972. data/lib/oci/database/models/flex_component_summary.rb +1 -1
  1973. data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +1 -1
  1974. data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
  1975. data/lib/oci/database/models/gi_version_summary.rb +1 -1
  1976. data/lib/oci/database/models/info_for_network_gen_details.rb +1 -1
  1977. data/lib/oci/database/models/key_store.rb +1 -1
  1978. data/lib/oci/database/models/key_store_associated_database_details.rb +1 -1
  1979. data/lib/oci/database/models/key_store_summary.rb +1 -1
  1980. data/lib/oci/database/models/key_store_type_details.rb +1 -1
  1981. data/lib/oci/database/models/key_store_type_from_oracle_key_vault_details.rb +1 -1
  1982. data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +1 -1
  1983. data/lib/oci/database/models/launch_db_system_base.rb +1 -1
  1984. data/lib/oci/database/models/launch_db_system_details.rb +1 -1
  1985. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +1 -1
  1986. data/lib/oci/database/models/launch_db_system_from_database_details.rb +1 -1
  1987. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +1 -1
  1988. data/lib/oci/database/models/maintenance_run.rb +9 -3
  1989. data/lib/oci/database/models/maintenance_run_summary.rb +9 -3
  1990. data/lib/oci/database/models/maintenance_window.rb +1 -1
  1991. data/lib/oci/database/models/migrate_vault_key_details.rb +1 -1
  1992. data/lib/oci/database/models/month.rb +1 -1
  1993. data/lib/oci/database/models/mount_type_details.rb +1 -1
  1994. data/lib/oci/database/models/node_details.rb +1 -1
  1995. data/lib/oci/database/models/ocp_us.rb +1 -1
  1996. data/lib/oci/database/models/patch.rb +1 -1
  1997. data/lib/oci/database/models/patch_details.rb +1 -1
  1998. data/lib/oci/database/models/patch_history_entry.rb +1 -1
  1999. data/lib/oci/database/models/patch_history_entry_summary.rb +1 -1
  2000. data/lib/oci/database/models/patch_summary.rb +1 -1
  2001. data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +1 -1
  2002. data/lib/oci/database/models/register_autonomous_database_data_safe_details.rb +1 -1
  2003. data/lib/oci/database/models/reinstate_data_guard_association_details.rb +1 -1
  2004. data/lib/oci/database/models/restore_autonomous_database_details.rb +1 -1
  2005. data/lib/oci/database/models/restore_database_details.rb +1 -1
  2006. data/lib/oci/database/models/scan_details.rb +1 -1
  2007. data/lib/oci/database/models/self_mount_details.rb +1 -1
  2008. data/lib/oci/database/models/switchover_data_guard_association_details.rb +1 -1
  2009. data/lib/oci/database/models/update.rb +4 -1
  2010. data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
  2011. data/lib/oci/database/models/update_autonomous_database_details.rb +45 -3
  2012. data/lib/oci/database/models/update_autonomous_database_wallet_details.rb +1 -1
  2013. data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +1 -1
  2014. data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +1 -1
  2015. data/lib/oci/database/models/update_backup_destination_details.rb +1 -1
  2016. data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
  2017. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +1 -1
  2018. data/lib/oci/database/models/update_database_details.rb +1 -1
  2019. data/lib/oci/database/models/update_database_software_image_details.rb +1 -1
  2020. data/lib/oci/database/models/update_db_home_details.rb +1 -1
  2021. data/lib/oci/database/models/update_db_system_details.rb +1 -1
  2022. data/lib/oci/database/models/update_details.rb +3 -2
  2023. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +1 -1
  2024. data/lib/oci/database/models/update_external_container_database_details.rb +186 -0
  2025. data/lib/oci/database/models/update_external_database_connector_details.rb +236 -0
  2026. data/lib/oci/database/models/update_external_database_details_base.rb +189 -0
  2027. data/lib/oci/database/models/update_external_macs_connector_details.rb +187 -0
  2028. data/lib/oci/database/models/update_external_non_container_database_details.rb +186 -0
  2029. data/lib/oci/database/models/update_external_pluggable_database_details.rb +186 -0
  2030. data/lib/oci/database/models/update_history_entry.rb +3 -1
  2031. data/lib/oci/database/models/update_history_entry_summary.rb +3 -1
  2032. data/lib/oci/database/models/update_key_store_details.rb +1 -1
  2033. data/lib/oci/database/models/update_maintenance_run_details.rb +1 -1
  2034. data/lib/oci/database/models/update_summary.rb +4 -1
  2035. data/lib/oci/database/models/update_vm_cluster_details.rb +1 -1
  2036. data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
  2037. data/lib/oci/database/models/upgrade_database_details.rb +3 -4
  2038. data/lib/oci/database/models/vm_cluster.rb +1 -1
  2039. data/lib/oci/database/models/vm_cluster_network.rb +1 -1
  2040. data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
  2041. data/lib/oci/database/models/vm_cluster_network_summary.rb +1 -1
  2042. data/lib/oci/database/models/vm_cluster_summary.rb +1 -1
  2043. data/lib/oci/database/models/vm_network_details.rb +1 -1
  2044. data/lib/oci/database/models/workload_type.rb +1 -1
  2045. data/lib/oci/database/util.rb +1 -1
  2046. data/lib/oci/database_management/database_management.rb +87 -0
  2047. data/lib/oci/database_management/db_management_client.rb +1869 -0
  2048. data/lib/oci/database_management/db_management_client_composite_operations.rb +223 -0
  2049. data/lib/oci/database_management/models/activity_time_series_metrics.rb +202 -0
  2050. data/lib/oci/database_management/models/add_managed_database_to_managed_database_group_details.rb +155 -0
  2051. data/lib/oci/database_management/models/allowed_parameter_value.rb +174 -0
  2052. data/lib/oci/database_management/models/change_database_parameter_details.rb +176 -0
  2053. data/lib/oci/database_management/models/change_database_parameters_details.rb +192 -0
  2054. data/lib/oci/database_management/models/change_job_compartment_details.rb +156 -0
  2055. data/lib/oci/database_management/models/change_managed_database_group_compartment_details.rb +156 -0
  2056. data/lib/oci/database_management/models/child_database.rb +256 -0
  2057. data/lib/oci/database_management/models/compare_type.rb +11 -0
  2058. data/lib/oci/database_management/models/create_job_details.rb +312 -0
  2059. data/lib/oci/database_management/models/create_managed_database_group_details.rb +180 -0
  2060. data/lib/oci/database_management/models/create_sql_job_details.rb +262 -0
  2061. data/lib/oci/database_management/models/database_credentials.rb +189 -0
  2062. data/lib/oci/database_management/models/database_fleet_health_metrics.rb +234 -0
  2063. data/lib/oci/database_management/models/database_home_metric_definition.rb +210 -0
  2064. data/lib/oci/database_management/models/database_home_metrics.rb +154 -0
  2065. data/lib/oci/database_management/models/database_io_aggregate_metrics.rb +164 -0
  2066. data/lib/oci/database_management/models/database_parameter_summary.rb +532 -0
  2067. data/lib/oci/database_management/models/database_parameter_update_status.rb +202 -0
  2068. data/lib/oci/database_management/models/database_parameters_collection.rb +248 -0
  2069. data/lib/oci/database_management/models/database_status.rb +12 -0
  2070. data/lib/oci/database_management/models/database_storage_aggregate_metrics.rb +180 -0
  2071. data/lib/oci/database_management/models/database_sub_type.rb +12 -0
  2072. data/lib/oci/database_management/models/database_time_aggregate_metrics.rb +192 -0
  2073. data/lib/oci/database_management/models/database_type.rb +11 -0
  2074. data/lib/oci/database_management/models/database_usage_metrics.rb +274 -0
  2075. data/lib/oci/database_management/models/datafile.rb +423 -0
  2076. data/lib/oci/database_management/models/fleet_metric_definition.rb +226 -0
  2077. data/lib/oci/database_management/models/fleet_metric_summary_definition.rb +216 -0
  2078. data/lib/oci/database_management/models/fleet_status_by_category.rb +222 -0
  2079. data/lib/oci/database_management/models/fleet_summary.rb +166 -0
  2080. data/lib/oci/database_management/models/job.rb +439 -0
  2081. data/lib/oci/database_management/models/job_collection.rb +150 -0
  2082. data/lib/oci/database_management/models/job_database.rb +160 -0
  2083. data/lib/oci/database_management/models/job_execution.rb +346 -0
  2084. data/lib/oci/database_management/models/job_execution_collection.rb +150 -0
  2085. data/lib/oci/database_management/models/job_execution_result_details.rb +185 -0
  2086. data/lib/oci/database_management/models/job_execution_result_location.rb +185 -0
  2087. data/lib/oci/database_management/models/job_execution_summary.rb +283 -0
  2088. data/lib/oci/database_management/models/job_run.rb +293 -0
  2089. data/lib/oci/database_management/models/job_run_collection.rb +150 -0
  2090. data/lib/oci/database_management/models/job_run_summary.rb +272 -0
  2091. data/lib/oci/database_management/models/job_summary.rb +359 -0
  2092. data/lib/oci/database_management/models/job_types.rb +10 -0
  2093. data/lib/oci/database_management/models/lifecycle_states.rb +15 -0
  2094. data/lib/oci/database_management/models/managed_database.rb +352 -0
  2095. data/lib/oci/database_management/models/managed_database_collection.rb +150 -0
  2096. data/lib/oci/database_management/models/managed_database_group.rb +264 -0
  2097. data/lib/oci/database_management/models/managed_database_group_collection.rb +150 -0
  2098. data/lib/oci/database_management/models/managed_database_group_summary.rb +250 -0
  2099. data/lib/oci/database_management/models/managed_database_summary.rb +286 -0
  2100. data/lib/oci/database_management/models/memory_aggregate_metrics.rb +154 -0
  2101. data/lib/oci/database_management/models/metric_data_point.rb +170 -0
  2102. data/lib/oci/database_management/models/metric_dimension_definition.rb +168 -0
  2103. data/lib/oci/database_management/models/object_storage_job_execution_result_details.rb +206 -0
  2104. data/lib/oci/database_management/models/object_storage_job_execution_result_location.rb +176 -0
  2105. data/lib/oci/database_management/models/parameter_scope.rb +12 -0
  2106. data/lib/oci/database_management/models/parent_group.rb +174 -0
  2107. data/lib/oci/database_management/models/remove_managed_database_from_managed_database_group_details.rb +155 -0
  2108. data/lib/oci/database_management/models/reset_database_parameters_details.rb +192 -0
  2109. data/lib/oci/database_management/models/sort_orders.rb +11 -0
  2110. data/lib/oci/database_management/models/sql_job.rb +335 -0
  2111. data/lib/oci/database_management/models/tablespace.rb +926 -0
  2112. data/lib/oci/database_management/models/tablespace_collection.rb +150 -0
  2113. data/lib/oci/database_management/models/tablespace_summary.rb +1050 -0
  2114. data/lib/oci/database_management/models/update_database_parameters_result.rb +151 -0
  2115. data/lib/oci/database_management/models/update_managed_database_group_details.rb +150 -0
  2116. data/lib/oci/database_management/util.rb +3 -0
  2117. data/lib/oci/dns/dns.rb +1 -1
  2118. data/lib/oci/dns/dns_client.rb +1 -1
  2119. data/lib/oci/dns/dns_client_composite_operations.rb +1 -1
  2120. data/lib/oci/dns/models/attached_view.rb +1 -1
  2121. data/lib/oci/dns/models/attached_view_details.rb +1 -1
  2122. data/lib/oci/dns/models/change_resolver_compartment_details.rb +1 -1
  2123. data/lib/oci/dns/models/change_steering_policy_compartment_details.rb +1 -1
  2124. data/lib/oci/dns/models/change_tsig_key_compartment_details.rb +1 -1
  2125. data/lib/oci/dns/models/change_view_compartment_details.rb +1 -1
  2126. data/lib/oci/dns/models/change_zone_compartment_details.rb +1 -1
  2127. data/lib/oci/dns/models/create_migrated_dynect_zone_details.rb +1 -1
  2128. data/lib/oci/dns/models/create_resolver_endpoint_details.rb +1 -1
  2129. data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +1 -1
  2130. data/lib/oci/dns/models/create_steering_policy_attachment_details.rb +1 -1
  2131. data/lib/oci/dns/models/create_steering_policy_details.rb +1 -1
  2132. data/lib/oci/dns/models/create_tsig_key_details.rb +1 -1
  2133. data/lib/oci/dns/models/create_view_details.rb +1 -1
  2134. data/lib/oci/dns/models/create_zone_base_details.rb +1 -1
  2135. data/lib/oci/dns/models/create_zone_details.rb +1 -1
  2136. data/lib/oci/dns/models/dynect_migration_details.rb +1 -1
  2137. data/lib/oci/dns/models/external_master.rb +1 -1
  2138. data/lib/oci/dns/models/migration_replacement.rb +1 -1
  2139. data/lib/oci/dns/models/nameserver.rb +1 -1
  2140. data/lib/oci/dns/models/patch_domain_records_details.rb +1 -1
  2141. data/lib/oci/dns/models/patch_rr_set_details.rb +1 -1
  2142. data/lib/oci/dns/models/patch_zone_records_details.rb +1 -1
  2143. data/lib/oci/dns/models/record.rb +1 -1
  2144. data/lib/oci/dns/models/record_collection.rb +1 -1
  2145. data/lib/oci/dns/models/record_details.rb +1 -1
  2146. data/lib/oci/dns/models/record_operation.rb +1 -1
  2147. data/lib/oci/dns/models/resolver.rb +1 -1
  2148. data/lib/oci/dns/models/resolver_endpoint.rb +1 -1
  2149. data/lib/oci/dns/models/resolver_endpoint_summary.rb +1 -1
  2150. data/lib/oci/dns/models/resolver_forward_rule.rb +1 -1
  2151. data/lib/oci/dns/models/resolver_forward_rule_details.rb +1 -1
  2152. data/lib/oci/dns/models/resolver_rule.rb +1 -1
  2153. data/lib/oci/dns/models/resolver_rule_details.rb +1 -1
  2154. data/lib/oci/dns/models/resolver_summary.rb +1 -1
  2155. data/lib/oci/dns/models/resolver_vnic_endpoint.rb +1 -1
  2156. data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +1 -1
  2157. data/lib/oci/dns/models/rr_set.rb +1 -1
  2158. data/lib/oci/dns/models/scope.rb +1 -1
  2159. data/lib/oci/dns/models/sort_order.rb +1 -1
  2160. data/lib/oci/dns/models/steering_policy.rb +1 -1
  2161. data/lib/oci/dns/models/steering_policy_answer.rb +1 -1
  2162. data/lib/oci/dns/models/steering_policy_attachment.rb +1 -1
  2163. data/lib/oci/dns/models/steering_policy_attachment_summary.rb +1 -1
  2164. data/lib/oci/dns/models/steering_policy_filter_answer_data.rb +1 -1
  2165. data/lib/oci/dns/models/steering_policy_filter_rule.rb +1 -1
  2166. data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +1 -1
  2167. data/lib/oci/dns/models/steering_policy_health_rule.rb +1 -1
  2168. data/lib/oci/dns/models/steering_policy_health_rule_case.rb +1 -1
  2169. data/lib/oci/dns/models/steering_policy_limit_rule.rb +1 -1
  2170. data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +1 -1
  2171. data/lib/oci/dns/models/steering_policy_priority_answer_data.rb +1 -1
  2172. data/lib/oci/dns/models/steering_policy_priority_rule.rb +1 -1
  2173. data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +1 -1
  2174. data/lib/oci/dns/models/steering_policy_rule.rb +1 -1
  2175. data/lib/oci/dns/models/steering_policy_summary.rb +1 -1
  2176. data/lib/oci/dns/models/steering_policy_weighted_answer_data.rb +1 -1
  2177. data/lib/oci/dns/models/steering_policy_weighted_rule.rb +1 -1
  2178. data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +1 -1
  2179. data/lib/oci/dns/models/tsig.rb +1 -1
  2180. data/lib/oci/dns/models/tsig_key.rb +1 -1
  2181. data/lib/oci/dns/models/tsig_key_summary.rb +1 -1
  2182. data/lib/oci/dns/models/update_domain_records_details.rb +1 -1
  2183. data/lib/oci/dns/models/update_resolver_details.rb +1 -1
  2184. data/lib/oci/dns/models/update_resolver_endpoint_details.rb +1 -1
  2185. data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +1 -1
  2186. data/lib/oci/dns/models/update_rr_set_details.rb +1 -1
  2187. data/lib/oci/dns/models/update_steering_policy_attachment_details.rb +1 -1
  2188. data/lib/oci/dns/models/update_steering_policy_details.rb +1 -1
  2189. data/lib/oci/dns/models/update_tsig_key_details.rb +1 -1
  2190. data/lib/oci/dns/models/update_view_details.rb +1 -1
  2191. data/lib/oci/dns/models/update_zone_details.rb +1 -1
  2192. data/lib/oci/dns/models/update_zone_records_details.rb +1 -1
  2193. data/lib/oci/dns/models/view.rb +1 -1
  2194. data/lib/oci/dns/models/view_summary.rb +1 -1
  2195. data/lib/oci/dns/models/zone.rb +1 -1
  2196. data/lib/oci/dns/models/zone_summary.rb +1 -1
  2197. data/lib/oci/dns/util.rb +1 -1
  2198. data/lib/oci/dts/appliance_export_job_client.rb +1 -1
  2199. data/lib/oci/dts/appliance_export_job_client_composite_operations.rb +1 -1
  2200. data/lib/oci/dts/dts.rb +1 -1
  2201. data/lib/oci/dts/models/appliance_export_job.rb +1 -1
  2202. data/lib/oci/dts/models/appliance_export_job_summary.rb +1 -1
  2203. data/lib/oci/dts/models/attach_devices_details.rb +1 -1
  2204. data/lib/oci/dts/models/change_appliance_export_job_compartment_details.rb +1 -1
  2205. data/lib/oci/dts/models/change_transfer_job_compartment_details.rb +1 -1
  2206. data/lib/oci/dts/models/create_appliance_export_job_details.rb +1 -1
  2207. data/lib/oci/dts/models/create_transfer_appliance_details.rb +1 -1
  2208. data/lib/oci/dts/models/create_transfer_appliance_entitlement_details.rb +1 -1
  2209. data/lib/oci/dts/models/create_transfer_device_details.rb +1 -1
  2210. data/lib/oci/dts/models/create_transfer_job_details.rb +1 -1
  2211. data/lib/oci/dts/models/create_transfer_package_details.rb +1 -1
  2212. data/lib/oci/dts/models/detach_devices_details.rb +1 -1
  2213. data/lib/oci/dts/models/multiple_transfer_appliances.rb +1 -1
  2214. data/lib/oci/dts/models/multiple_transfer_devices.rb +1 -1
  2215. data/lib/oci/dts/models/multiple_transfer_packages.rb +1 -1
  2216. data/lib/oci/dts/models/new_transfer_device.rb +1 -1
  2217. data/lib/oci/dts/models/shipping_address.rb +1 -1
  2218. data/lib/oci/dts/models/shipping_vendors.rb +1 -1
  2219. data/lib/oci/dts/models/transfer_appliance.rb +1 -1
  2220. data/lib/oci/dts/models/transfer_appliance_certificate.rb +1 -1
  2221. data/lib/oci/dts/models/transfer_appliance_encryption_passphrase.rb +1 -1
  2222. data/lib/oci/dts/models/transfer_appliance_entitlement.rb +1 -1
  2223. data/lib/oci/dts/models/transfer_appliance_entitlement_summary.rb +1 -1
  2224. data/lib/oci/dts/models/transfer_appliance_public_key.rb +1 -1
  2225. data/lib/oci/dts/models/transfer_appliance_summary.rb +1 -1
  2226. data/lib/oci/dts/models/transfer_device.rb +1 -1
  2227. data/lib/oci/dts/models/transfer_device_summary.rb +1 -1
  2228. data/lib/oci/dts/models/transfer_job.rb +1 -1
  2229. data/lib/oci/dts/models/transfer_job_summary.rb +1 -1
  2230. data/lib/oci/dts/models/transfer_package.rb +1 -1
  2231. data/lib/oci/dts/models/transfer_package_summary.rb +1 -1
  2232. data/lib/oci/dts/models/update_appliance_export_job_details.rb +1 -1
  2233. data/lib/oci/dts/models/update_transfer_appliance_details.rb +1 -1
  2234. data/lib/oci/dts/models/update_transfer_device_details.rb +1 -1
  2235. data/lib/oci/dts/models/update_transfer_job_details.rb +1 -1
  2236. data/lib/oci/dts/models/update_transfer_package_details.rb +1 -1
  2237. data/lib/oci/dts/shipping_vendors_client.rb +1 -1
  2238. data/lib/oci/dts/shipping_vendors_client_composite_operations.rb +1 -1
  2239. data/lib/oci/dts/transfer_appliance_client.rb +1 -1
  2240. data/lib/oci/dts/transfer_appliance_client_composite_operations.rb +1 -1
  2241. data/lib/oci/dts/transfer_appliance_entitlement_client.rb +1 -1
  2242. data/lib/oci/dts/transfer_appliance_entitlement_client_composite_operations.rb +1 -1
  2243. data/lib/oci/dts/transfer_device_client.rb +1 -1
  2244. data/lib/oci/dts/transfer_device_client_composite_operations.rb +1 -1
  2245. data/lib/oci/dts/transfer_job_client.rb +1 -1
  2246. data/lib/oci/dts/transfer_job_client_composite_operations.rb +1 -1
  2247. data/lib/oci/dts/transfer_package_client.rb +1 -1
  2248. data/lib/oci/dts/transfer_package_client_composite_operations.rb +1 -1
  2249. data/lib/oci/dts/util.rb +1 -1
  2250. data/lib/oci/email/email.rb +1 -1
  2251. data/lib/oci/email/email_client.rb +1 -1
  2252. data/lib/oci/email/email_client_composite_operations.rb +1 -1
  2253. data/lib/oci/email/models/change_sender_compartment_details.rb +1 -1
  2254. data/lib/oci/email/models/create_sender_details.rb +1 -1
  2255. data/lib/oci/email/models/create_suppression_details.rb +1 -1
  2256. data/lib/oci/email/models/sender.rb +1 -1
  2257. data/lib/oci/email/models/sender_summary.rb +1 -1
  2258. data/lib/oci/email/models/suppression.rb +1 -1
  2259. data/lib/oci/email/models/suppression_summary.rb +1 -1
  2260. data/lib/oci/email/models/update_sender_details.rb +1 -1
  2261. data/lib/oci/email/util.rb +1 -1
  2262. data/lib/oci/errors.rb +1 -1
  2263. data/lib/oci/events/events.rb +1 -1
  2264. data/lib/oci/events/events_client.rb +1 -1
  2265. data/lib/oci/events/events_client_composite_operations.rb +1 -1
  2266. data/lib/oci/events/models/action.rb +1 -1
  2267. data/lib/oci/events/models/action_details.rb +1 -1
  2268. data/lib/oci/events/models/action_details_list.rb +1 -1
  2269. data/lib/oci/events/models/action_list.rb +1 -1
  2270. data/lib/oci/events/models/change_rule_compartment_details.rb +1 -1
  2271. data/lib/oci/events/models/create_faa_s_action_details.rb +1 -1
  2272. data/lib/oci/events/models/create_notification_service_action_details.rb +1 -1
  2273. data/lib/oci/events/models/create_rule_details.rb +1 -1
  2274. data/lib/oci/events/models/create_streaming_service_action_details.rb +1 -1
  2275. data/lib/oci/events/models/faa_s_action.rb +1 -1
  2276. data/lib/oci/events/models/notification_service_action.rb +1 -1
  2277. data/lib/oci/events/models/rule.rb +1 -1
  2278. data/lib/oci/events/models/rule_summary.rb +1 -1
  2279. data/lib/oci/events/models/streaming_service_action.rb +1 -1
  2280. data/lib/oci/events/models/update_rule_details.rb +1 -1
  2281. data/lib/oci/events/util.rb +1 -1
  2282. data/lib/oci/file_storage/file_storage.rb +2 -1
  2283. data/lib/oci/file_storage/file_storage_client.rb +45 -41
  2284. data/lib/oci/file_storage/file_storage_client_composite_operations.rb +10 -10
  2285. data/lib/oci/file_storage/models/change_file_system_compartment_details.rb +1 -1
  2286. data/lib/oci/file_storage/models/change_mount_target_compartment_details.rb +1 -1
  2287. data/lib/oci/file_storage/models/client_options.rb +1 -1
  2288. data/lib/oci/file_storage/models/create_export_details.rb +3 -3
  2289. data/lib/oci/file_storage/models/create_file_system_details.rb +23 -7
  2290. data/lib/oci/file_storage/models/create_mount_target_details.rb +3 -3
  2291. data/lib/oci/file_storage/models/create_snapshot_details.rb +2 -2
  2292. data/lib/oci/file_storage/models/export.rb +4 -4
  2293. data/lib/oci/file_storage/models/export_set.rb +4 -4
  2294. data/lib/oci/file_storage/models/export_set_summary.rb +4 -4
  2295. data/lib/oci/file_storage/models/export_summary.rb +4 -4
  2296. data/lib/oci/file_storage/models/file_system.rb +70 -8
  2297. data/lib/oci/file_storage/models/file_system_summary.rb +69 -8
  2298. data/lib/oci/file_storage/models/mount_target.rb +5 -5
  2299. data/lib/oci/file_storage/models/mount_target_summary.rb +5 -5
  2300. data/lib/oci/file_storage/models/snapshot.rb +52 -4
  2301. data/lib/oci/file_storage/models/snapshot_summary.rb +52 -5
  2302. data/lib/oci/file_storage/models/source_details.rb +173 -0
  2303. data/lib/oci/file_storage/models/update_export_details.rb +1 -1
  2304. data/lib/oci/file_storage/models/update_export_set_details.rb +1 -1
  2305. data/lib/oci/file_storage/models/update_file_system_details.rb +3 -4
  2306. data/lib/oci/file_storage/models/update_mount_target_details.rb +1 -1
  2307. data/lib/oci/file_storage/models/update_snapshot_details.rb +1 -1
  2308. data/lib/oci/file_storage/util.rb +1 -1
  2309. data/lib/oci/functions/functions.rb +1 -1
  2310. data/lib/oci/functions/functions_invoke_client.rb +1 -1
  2311. data/lib/oci/functions/functions_invoke_client_composite_operations.rb +1 -1
  2312. data/lib/oci/functions/functions_management_client.rb +1 -1
  2313. data/lib/oci/functions/functions_management_client_composite_operations.rb +1 -1
  2314. data/lib/oci/functions/models/application.rb +1 -1
  2315. data/lib/oci/functions/models/application_summary.rb +1 -1
  2316. data/lib/oci/functions/models/change_application_compartment_details.rb +1 -1
  2317. data/lib/oci/functions/models/create_application_details.rb +1 -1
  2318. data/lib/oci/functions/models/create_function_details.rb +1 -1
  2319. data/lib/oci/functions/models/function.rb +1 -1
  2320. data/lib/oci/functions/models/function_summary.rb +1 -1
  2321. data/lib/oci/functions/models/update_application_details.rb +1 -1
  2322. data/lib/oci/functions/models/update_function_details.rb +1 -1
  2323. data/lib/oci/functions/util.rb +1 -1
  2324. data/lib/oci/global_context.rb +1 -1
  2325. data/lib/oci/golden_gate/golden_gate.rb +65 -0
  2326. data/lib/oci/golden_gate/golden_gate_client.rb +1791 -0
  2327. data/lib/oci/golden_gate/golden_gate_client_composite_operations.rb +782 -0
  2328. data/lib/oci/golden_gate/models/action_type.rb +14 -0
  2329. data/lib/oci/golden_gate/models/change_database_registration_compartment_details.rb +156 -0
  2330. data/lib/oci/golden_gate/models/change_deployment_backup_compartment_details.rb +156 -0
  2331. data/lib/oci/golden_gate/models/change_deployment_compartment_details.rb +156 -0
  2332. data/lib/oci/golden_gate/models/create_database_registration_details.rb +378 -0
  2333. data/lib/oci/golden_gate/models/create_deployment_backup_details.rb +260 -0
  2334. data/lib/oci/golden_gate/models/create_deployment_details.rb +383 -0
  2335. data/lib/oci/golden_gate/models/create_ogg_deployment_details.rb +208 -0
  2336. data/lib/oci/golden_gate/models/database_registration.rb +498 -0
  2337. data/lib/oci/golden_gate/models/database_registration_collection.rb +152 -0
  2338. data/lib/oci/golden_gate/models/database_registration_summary.rb +423 -0
  2339. data/lib/oci/golden_gate/models/default_restore_deployment_details.rb +145 -0
  2340. data/lib/oci/golden_gate/models/default_start_deployment_details.rb +145 -0
  2341. data/lib/oci/golden_gate/models/default_stop_deployment_details.rb +145 -0
  2342. data/lib/oci/golden_gate/models/deployment.rb +582 -0
  2343. data/lib/oci/golden_gate/models/deployment_backup.rb +451 -0
  2344. data/lib/oci/golden_gate/models/deployment_backup_collection.rb +152 -0
  2345. data/lib/oci/golden_gate/models/deployment_backup_summary.rb +451 -0
  2346. data/lib/oci/golden_gate/models/deployment_backup_type.rb +11 -0
  2347. data/lib/oci/golden_gate/models/deployment_collection.rb +152 -0
  2348. data/lib/oci/golden_gate/models/deployment_summary.rb +524 -0
  2349. data/lib/oci/golden_gate/models/deployment_type.rb +10 -0
  2350. data/lib/oci/golden_gate/models/license_model.rb +11 -0
  2351. data/lib/oci/golden_gate/models/lifecycle_state.rb +16 -0
  2352. data/lib/oci/golden_gate/models/ogg_deployment.rb +182 -0
  2353. data/lib/oci/golden_gate/models/operation_status.rb +14 -0
  2354. data/lib/oci/golden_gate/models/operation_type.rb +23 -0
  2355. data/lib/oci/golden_gate/models/restore_deployment_details.rb +179 -0
  2356. data/lib/oci/golden_gate/models/restore_deployment_type.rb +10 -0
  2357. data/lib/oci/golden_gate/models/sort_order.rb +11 -0
  2358. data/lib/oci/golden_gate/models/start_deployment_details.rb +179 -0
  2359. data/lib/oci/golden_gate/models/start_deployment_type.rb +10 -0
  2360. data/lib/oci/golden_gate/models/stop_deployment_details.rb +179 -0
  2361. data/lib/oci/golden_gate/models/stop_deployment_type.rb +10 -0
  2362. data/lib/oci/golden_gate/models/update_database_registration_details.rb +273 -0
  2363. data/lib/oci/golden_gate/models/update_deployment_backup_details.rb +173 -0
  2364. data/lib/oci/golden_gate/models/update_deployment_details.rb +326 -0
  2365. data/lib/oci/golden_gate/models/update_ogg_deployment_details.rb +193 -0
  2366. data/lib/oci/golden_gate/models/upgrade_deployment_current_release_details.rb +145 -0
  2367. data/lib/oci/golden_gate/models/upgrade_deployment_details.rb +179 -0
  2368. data/lib/oci/golden_gate/models/upgrade_deployment_type.rb +10 -0
  2369. data/lib/oci/golden_gate/models/work_request.rb +318 -0
  2370. data/lib/oci/golden_gate/models/work_request_error.rb +175 -0
  2371. data/lib/oci/golden_gate/models/work_request_log_entry.rb +163 -0
  2372. data/lib/oci/golden_gate/models/work_request_resource.rb +220 -0
  2373. data/lib/oci/golden_gate/util.rb +3 -0
  2374. data/lib/oci/healthchecks/health_checks_client.rb +1 -1
  2375. data/lib/oci/healthchecks/health_checks_client_composite_operations.rb +1 -1
  2376. data/lib/oci/healthchecks/healthchecks.rb +1 -1
  2377. data/lib/oci/healthchecks/models/change_http_monitor_compartment_details.rb +1 -1
  2378. data/lib/oci/healthchecks/models/change_ping_monitor_compartment_details.rb +1 -1
  2379. data/lib/oci/healthchecks/models/connection.rb +1 -1
  2380. data/lib/oci/healthchecks/models/create_http_monitor_details.rb +1 -1
  2381. data/lib/oci/healthchecks/models/create_on_demand_http_probe_details.rb +1 -1
  2382. data/lib/oci/healthchecks/models/create_on_demand_ping_probe_details.rb +1 -1
  2383. data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +1 -1
  2384. data/lib/oci/healthchecks/models/dns.rb +1 -1
  2385. data/lib/oci/healthchecks/models/geolocation.rb +1 -1
  2386. data/lib/oci/healthchecks/models/health_checks_vantage_point_summary.rb +1 -1
  2387. data/lib/oci/healthchecks/models/http_monitor.rb +1 -1
  2388. data/lib/oci/healthchecks/models/http_monitor_summary.rb +1 -1
  2389. data/lib/oci/healthchecks/models/http_probe.rb +1 -1
  2390. data/lib/oci/healthchecks/models/http_probe_method.rb +1 -1
  2391. data/lib/oci/healthchecks/models/http_probe_protocol.rb +1 -1
  2392. data/lib/oci/healthchecks/models/http_probe_result_summary.rb +1 -1
  2393. data/lib/oci/healthchecks/models/ping_monitor.rb +1 -1
  2394. data/lib/oci/healthchecks/models/ping_monitor_summary.rb +1 -1
  2395. data/lib/oci/healthchecks/models/ping_probe.rb +1 -1
  2396. data/lib/oci/healthchecks/models/ping_probe_protocol.rb +1 -1
  2397. data/lib/oci/healthchecks/models/ping_probe_result_summary.rb +1 -1
  2398. data/lib/oci/healthchecks/models/routing.rb +1 -1
  2399. data/lib/oci/healthchecks/models/tcp_connection.rb +1 -1
  2400. data/lib/oci/healthchecks/models/update_http_monitor_details.rb +1 -1
  2401. data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +1 -1
  2402. data/lib/oci/healthchecks/util.rb +1 -1
  2403. data/lib/oci/identity/identity.rb +1 -1
  2404. data/lib/oci/identity/identity_client.rb +1 -1
  2405. data/lib/oci/identity/identity_client_composite_operations.rb +1 -1
  2406. data/lib/oci/identity/models/add_user_to_group_details.rb +1 -1
  2407. data/lib/oci/identity/models/api_key.rb +1 -1
  2408. data/lib/oci/identity/models/auth_token.rb +1 -1
  2409. data/lib/oci/identity/models/authentication_policy.rb +1 -1
  2410. data/lib/oci/identity/models/availability_domain.rb +1 -1
  2411. data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
  2412. data/lib/oci/identity/models/bulk_action_resource.rb +1 -1
  2413. data/lib/oci/identity/models/bulk_action_resource_type.rb +1 -1
  2414. data/lib/oci/identity/models/bulk_action_resource_type_collection.rb +1 -1
  2415. data/lib/oci/identity/models/bulk_delete_resources_details.rb +1 -1
  2416. data/lib/oci/identity/models/bulk_delete_tags_details.rb +1 -1
  2417. data/lib/oci/identity/models/bulk_edit_operation_details.rb +1 -1
  2418. data/lib/oci/identity/models/bulk_edit_resource.rb +1 -1
  2419. data/lib/oci/identity/models/bulk_edit_tags_details.rb +1 -1
  2420. data/lib/oci/identity/models/bulk_edit_tags_resource_type.rb +1 -1
  2421. data/lib/oci/identity/models/bulk_edit_tags_resource_type_collection.rb +1 -1
  2422. data/lib/oci/identity/models/bulk_move_resources_details.rb +1 -1
  2423. data/lib/oci/identity/models/change_tag_namespace_compartment_detail.rb +1 -1
  2424. data/lib/oci/identity/models/compartment.rb +1 -1
  2425. data/lib/oci/identity/models/create_api_key_details.rb +1 -1
  2426. data/lib/oci/identity/models/create_auth_token_details.rb +1 -1
  2427. data/lib/oci/identity/models/create_compartment_details.rb +1 -1
  2428. data/lib/oci/identity/models/create_customer_secret_key_details.rb +1 -1
  2429. data/lib/oci/identity/models/create_dynamic_group_details.rb +1 -1
  2430. data/lib/oci/identity/models/create_group_details.rb +1 -1
  2431. data/lib/oci/identity/models/create_identity_provider_details.rb +1 -1
  2432. data/lib/oci/identity/models/create_idp_group_mapping_details.rb +1 -1
  2433. data/lib/oci/identity/models/create_network_source_details.rb +1 -1
  2434. data/lib/oci/identity/models/create_o_auth2_client_credential_details.rb +1 -1
  2435. data/lib/oci/identity/models/create_policy_details.rb +1 -1
  2436. data/lib/oci/identity/models/create_region_subscription_details.rb +1 -1
  2437. data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +1 -1
  2438. data/lib/oci/identity/models/create_smtp_credential_details.rb +1 -1
  2439. data/lib/oci/identity/models/create_swift_password_details.rb +1 -1
  2440. data/lib/oci/identity/models/create_tag_default_details.rb +1 -1
  2441. data/lib/oci/identity/models/create_tag_details.rb +1 -1
  2442. data/lib/oci/identity/models/create_tag_namespace_details.rb +1 -1
  2443. data/lib/oci/identity/models/create_user_details.rb +1 -1
  2444. data/lib/oci/identity/models/customer_secret_key.rb +1 -1
  2445. data/lib/oci/identity/models/customer_secret_key_summary.rb +1 -1
  2446. data/lib/oci/identity/models/default_tag_definition_validator.rb +1 -1
  2447. data/lib/oci/identity/models/dynamic_group.rb +1 -1
  2448. data/lib/oci/identity/models/enum_tag_definition_validator.rb +1 -1
  2449. data/lib/oci/identity/models/fault_domain.rb +1 -1
  2450. data/lib/oci/identity/models/fully_qualified_scope.rb +1 -1
  2451. data/lib/oci/identity/models/group.rb +1 -1
  2452. data/lib/oci/identity/models/identity_provider.rb +1 -1
  2453. data/lib/oci/identity/models/identity_provider_group_summary.rb +1 -1
  2454. data/lib/oci/identity/models/idp_group_mapping.rb +1 -1
  2455. data/lib/oci/identity/models/mfa_totp_device.rb +1 -1
  2456. data/lib/oci/identity/models/mfa_totp_device_summary.rb +1 -1
  2457. data/lib/oci/identity/models/mfa_totp_token.rb +1 -1
  2458. data/lib/oci/identity/models/move_compartment_details.rb +1 -1
  2459. data/lib/oci/identity/models/network_policy.rb +1 -1
  2460. data/lib/oci/identity/models/network_sources.rb +1 -1
  2461. data/lib/oci/identity/models/network_sources_summary.rb +1 -1
  2462. data/lib/oci/identity/models/network_sources_virtual_source_list.rb +1 -1
  2463. data/lib/oci/identity/models/o_auth2_client_credential.rb +1 -1
  2464. data/lib/oci/identity/models/o_auth2_client_credential_summary.rb +1 -1
  2465. data/lib/oci/identity/models/password_policy.rb +1 -1
  2466. data/lib/oci/identity/models/policy.rb +1 -1
  2467. data/lib/oci/identity/models/region.rb +1 -1
  2468. data/lib/oci/identity/models/region_subscription.rb +1 -1
  2469. data/lib/oci/identity/models/saml2_identity_provider.rb +1 -1
  2470. data/lib/oci/identity/models/scim_client_credentials.rb +1 -1
  2471. data/lib/oci/identity/models/smtp_credential.rb +1 -1
  2472. data/lib/oci/identity/models/smtp_credential_summary.rb +1 -1
  2473. data/lib/oci/identity/models/swift_password.rb +1 -1
  2474. data/lib/oci/identity/models/tag.rb +1 -1
  2475. data/lib/oci/identity/models/tag_default.rb +1 -1
  2476. data/lib/oci/identity/models/tag_default_summary.rb +1 -1
  2477. data/lib/oci/identity/models/tag_namespace.rb +1 -1
  2478. data/lib/oci/identity/models/tag_namespace_summary.rb +1 -1
  2479. data/lib/oci/identity/models/tag_summary.rb +1 -1
  2480. data/lib/oci/identity/models/tagging_work_request.rb +1 -1
  2481. data/lib/oci/identity/models/tagging_work_request_error_summary.rb +1 -1
  2482. data/lib/oci/identity/models/tagging_work_request_log_summary.rb +1 -1
  2483. data/lib/oci/identity/models/tagging_work_request_summary.rb +1 -1
  2484. data/lib/oci/identity/models/tenancy.rb +1 -1
  2485. data/lib/oci/identity/models/ui_password.rb +1 -1
  2486. data/lib/oci/identity/models/ui_password_information.rb +1 -1
  2487. data/lib/oci/identity/models/update_auth_token_details.rb +1 -1
  2488. data/lib/oci/identity/models/update_authentication_policy_details.rb +1 -1
  2489. data/lib/oci/identity/models/update_compartment_details.rb +1 -1
  2490. data/lib/oci/identity/models/update_customer_secret_key_details.rb +1 -1
  2491. data/lib/oci/identity/models/update_dynamic_group_details.rb +1 -1
  2492. data/lib/oci/identity/models/update_group_details.rb +1 -1
  2493. data/lib/oci/identity/models/update_identity_provider_details.rb +1 -1
  2494. data/lib/oci/identity/models/update_idp_group_mapping_details.rb +1 -1
  2495. data/lib/oci/identity/models/update_network_source_details.rb +1 -1
  2496. data/lib/oci/identity/models/update_o_auth2_client_credential_details.rb +1 -1
  2497. data/lib/oci/identity/models/update_policy_details.rb +1 -1
  2498. data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +1 -1
  2499. data/lib/oci/identity/models/update_smtp_credential_details.rb +1 -1
  2500. data/lib/oci/identity/models/update_state_details.rb +1 -1
  2501. data/lib/oci/identity/models/update_swift_password_details.rb +1 -1
  2502. data/lib/oci/identity/models/update_tag_default_details.rb +1 -1
  2503. data/lib/oci/identity/models/update_tag_details.rb +1 -1
  2504. data/lib/oci/identity/models/update_tag_namespace_details.rb +1 -1
  2505. data/lib/oci/identity/models/update_user_capabilities_details.rb +1 -1
  2506. data/lib/oci/identity/models/update_user_details.rb +1 -1
  2507. data/lib/oci/identity/models/user.rb +1 -1
  2508. data/lib/oci/identity/models/user_capabilities.rb +1 -1
  2509. data/lib/oci/identity/models/user_group_membership.rb +1 -1
  2510. data/lib/oci/identity/models/work_request.rb +1 -1
  2511. data/lib/oci/identity/models/work_request_error.rb +1 -1
  2512. data/lib/oci/identity/models/work_request_log_entry.rb +1 -1
  2513. data/lib/oci/identity/models/work_request_resource.rb +1 -1
  2514. data/lib/oci/identity/models/work_request_summary.rb +1 -1
  2515. data/lib/oci/identity/util.rb +1 -1
  2516. data/lib/oci/integration/integration.rb +6 -1
  2517. data/lib/oci/integration/integration_instance_client.rb +74 -1
  2518. data/lib/oci/integration/integration_instance_client_composite_operations.rb +51 -1
  2519. data/lib/oci/integration/models/change_integration_instance_compartment_details.rb +1 -1
  2520. data/lib/oci/integration/models/change_integration_instance_network_endpoint_details.rb +154 -0
  2521. data/lib/oci/integration/models/create_custom_endpoint_details.rb +1 -1
  2522. data/lib/oci/integration/models/create_integration_instance_details.rb +19 -6
  2523. data/lib/oci/integration/models/custom_endpoint_details.rb +1 -1
  2524. data/lib/oci/integration/models/integration_instance.rb +18 -5
  2525. data/lib/oci/integration/models/integration_instance_summary.rb +18 -5
  2526. data/lib/oci/integration/models/network_endpoint_details.rb +191 -0
  2527. data/lib/oci/integration/models/network_endpoint_type.rb +10 -0
  2528. data/lib/oci/integration/models/public_endpoint_details.rb +195 -0
  2529. data/lib/oci/integration/models/update_custom_endpoint_details.rb +1 -1
  2530. data/lib/oci/integration/models/update_integration_instance_details.rb +1 -1
  2531. data/lib/oci/integration/models/virtual_cloud_network.rb +167 -0
  2532. data/lib/oci/integration/models/work_request.rb +1 -1
  2533. data/lib/oci/integration/models/work_request_error.rb +1 -1
  2534. data/lib/oci/integration/models/work_request_log_entry.rb +1 -1
  2535. data/lib/oci/integration/models/work_request_resource.rb +1 -1
  2536. data/lib/oci/integration/models/work_request_summary.rb +1 -1
  2537. data/lib/oci/integration/util.rb +1 -1
  2538. data/lib/oci/internal/internal.rb +1 -1
  2539. data/lib/oci/internal/util.rb +1 -1
  2540. data/lib/oci/key_management/key_management.rb +13 -1
  2541. data/lib/oci/key_management/kms_crypto_client.rb +119 -1
  2542. data/lib/oci/key_management/kms_crypto_client_composite_operations.rb +1 -1
  2543. data/lib/oci/key_management/kms_management_client.rb +77 -7
  2544. data/lib/oci/key_management/kms_management_client_composite_operations.rb +1 -1
  2545. data/lib/oci/key_management/kms_vault_client.rb +269 -1
  2546. data/lib/oci/key_management/kms_vault_client_composite_operations.rb +1 -1
  2547. data/lib/oci/key_management/models/backup_key_details.rb +1 -1
  2548. data/lib/oci/key_management/models/backup_location.rb +1 -1
  2549. data/lib/oci/key_management/models/backup_location_bucket.rb +1 -1
  2550. data/lib/oci/key_management/models/backup_location_uri.rb +1 -1
  2551. data/lib/oci/key_management/models/backup_vault_details.rb +1 -1
  2552. data/lib/oci/key_management/models/change_key_compartment_details.rb +1 -1
  2553. data/lib/oci/key_management/models/change_vault_compartment_details.rb +1 -1
  2554. data/lib/oci/key_management/models/create_key_details.rb +1 -1
  2555. data/lib/oci/key_management/models/create_vault_details.rb +1 -1
  2556. data/lib/oci/key_management/models/create_vault_replica_details.rb +155 -0
  2557. data/lib/oci/key_management/models/decrypt_data_details.rb +55 -5
  2558. data/lib/oci/key_management/models/decrypted_data.rb +77 -6
  2559. data/lib/oci/key_management/models/delete_vault_replica_details.rb +155 -0
  2560. data/lib/oci/key_management/models/encrypt_data_details.rb +55 -5
  2561. data/lib/oci/key_management/models/encrypted_data.rb +76 -5
  2562. data/lib/oci/key_management/models/export_key_details.rb +1 -1
  2563. data/lib/oci/key_management/models/exported_key_data.rb +3 -3
  2564. data/lib/oci/key_management/models/generate_key_details.rb +1 -1
  2565. data/lib/oci/key_management/models/generated_key.rb +1 -1
  2566. data/lib/oci/key_management/models/import_key_details.rb +1 -1
  2567. data/lib/oci/key_management/models/import_key_version_details.rb +1 -1
  2568. data/lib/oci/key_management/models/key.rb +31 -5
  2569. data/lib/oci/key_management/models/key_replica_details.rb +156 -0
  2570. data/lib/oci/key_management/models/key_shape.rb +44 -6
  2571. data/lib/oci/key_management/models/key_summary.rb +35 -5
  2572. data/lib/oci/key_management/models/key_version.rb +46 -5
  2573. data/lib/oci/key_management/models/key_version_replica_details.rb +156 -0
  2574. data/lib/oci/key_management/models/key_version_summary.rb +1 -1
  2575. data/lib/oci/key_management/models/replica_details.rb +181 -0
  2576. data/lib/oci/key_management/models/replication_status_details.rb +153 -0
  2577. data/lib/oci/key_management/models/restore_key_from_object_store_details.rb +1 -1
  2578. data/lib/oci/key_management/models/restore_vault_from_object_store_details.rb +1 -1
  2579. data/lib/oci/key_management/models/schedule_key_deletion_details.rb +1 -1
  2580. data/lib/oci/key_management/models/schedule_key_version_deletion_details.rb +1 -1
  2581. data/lib/oci/key_management/models/schedule_vault_deletion_details.rb +1 -1
  2582. data/lib/oci/key_management/models/sign_data_details.rb +251 -0
  2583. data/lib/oci/key_management/models/signed_data.rb +228 -0
  2584. data/lib/oci/key_management/models/update_key_details.rb +1 -1
  2585. data/lib/oci/key_management/models/update_vault_details.rb +1 -1
  2586. data/lib/oci/key_management/models/vault.rb +31 -5
  2587. data/lib/oci/key_management/models/vault_replica_details.rb +156 -0
  2588. data/lib/oci/key_management/models/vault_replica_summary.rb +212 -0
  2589. data/lib/oci/key_management/models/vault_summary.rb +1 -1
  2590. data/lib/oci/key_management/models/vault_usage.rb +1 -1
  2591. data/lib/oci/key_management/models/verified_data.rb +154 -0
  2592. data/lib/oci/key_management/models/verify_data_details.rb +262 -0
  2593. data/lib/oci/key_management/models/wrapped_import_key.rb +9 -3
  2594. data/lib/oci/key_management/models/wrapping_key.rb +1 -1
  2595. data/lib/oci/key_management/util.rb +1 -1
  2596. data/lib/oci/limits/limits.rb +1 -1
  2597. data/lib/oci/limits/limits_client.rb +1 -1
  2598. data/lib/oci/limits/limits_client_composite_operations.rb +1 -1
  2599. data/lib/oci/limits/models/create_quota_details.rb +1 -1
  2600. data/lib/oci/limits/models/limit_definition_summary.rb +1 -1
  2601. data/lib/oci/limits/models/limit_value_summary.rb +1 -1
  2602. data/lib/oci/limits/models/quota.rb +1 -1
  2603. data/lib/oci/limits/models/quota_summary.rb +1 -1
  2604. data/lib/oci/limits/models/resource_availability.rb +1 -1
  2605. data/lib/oci/limits/models/service_summary.rb +1 -1
  2606. data/lib/oci/limits/models/update_quota_details.rb +1 -1
  2607. data/lib/oci/limits/quotas_client.rb +1 -1
  2608. data/lib/oci/limits/quotas_client_composite_operations.rb +1 -1
  2609. data/lib/oci/limits/util.rb +1 -1
  2610. data/lib/oci/load_balancer/load_balancer.rb +8 -1
  2611. data/lib/oci/load_balancer/load_balancer_client.rb +339 -1
  2612. data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +158 -1
  2613. data/lib/oci/load_balancer/models/action.rb +185 -0
  2614. data/lib/oci/load_balancer/models/add_http_request_header_rule.rb +4 -4
  2615. data/lib/oci/load_balancer/models/add_http_response_header_rule.rb +4 -1
  2616. data/lib/oci/load_balancer/models/allow_rule.rb +1 -1
  2617. data/lib/oci/load_balancer/models/backend.rb +1 -1
  2618. data/lib/oci/load_balancer/models/backend_details.rb +1 -1
  2619. data/lib/oci/load_balancer/models/backend_health.rb +1 -1
  2620. data/lib/oci/load_balancer/models/backend_set.rb +1 -1
  2621. data/lib/oci/load_balancer/models/backend_set_details.rb +1 -1
  2622. data/lib/oci/load_balancer/models/backend_set_health.rb +1 -1
  2623. data/lib/oci/load_balancer/models/certificate.rb +1 -1
  2624. data/lib/oci/load_balancer/models/certificate_details.rb +1 -1
  2625. data/lib/oci/load_balancer/models/change_load_balancer_compartment_details.rb +1 -1
  2626. data/lib/oci/load_balancer/models/connection_configuration.rb +1 -1
  2627. data/lib/oci/load_balancer/models/control_access_using_http_methods_rule.rb +1 -1
  2628. data/lib/oci/load_balancer/models/create_backend_details.rb +1 -1
  2629. data/lib/oci/load_balancer/models/create_backend_set_details.rb +1 -1
  2630. data/lib/oci/load_balancer/models/create_certificate_details.rb +1 -1
  2631. data/lib/oci/load_balancer/models/create_hostname_details.rb +1 -1
  2632. data/lib/oci/load_balancer/models/create_listener_details.rb +21 -2
  2633. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +1 -1
  2634. data/lib/oci/load_balancer/models/create_path_route_set_details.rb +1 -1
  2635. data/lib/oci/load_balancer/models/create_routing_policy_details.rb +194 -0
  2636. data/lib/oci/load_balancer/models/create_rule_set_details.rb +1 -1
  2637. data/lib/oci/load_balancer/models/create_ssl_cipher_suite_details.rb +1 -1
  2638. data/lib/oci/load_balancer/models/extend_http_request_header_value_rule.rb +7 -1
  2639. data/lib/oci/load_balancer/models/extend_http_response_header_value_rule.rb +7 -1
  2640. data/lib/oci/load_balancer/models/forward_to_backend_set.rb +166 -0
  2641. data/lib/oci/load_balancer/models/health_check_result.rb +1 -1
  2642. data/lib/oci/load_balancer/models/health_checker.rb +1 -1
  2643. data/lib/oci/load_balancer/models/health_checker_details.rb +1 -1
  2644. data/lib/oci/load_balancer/models/hostname.rb +1 -1
  2645. data/lib/oci/load_balancer/models/hostname_details.rb +1 -1
  2646. data/lib/oci/load_balancer/models/http_header_rule.rb +1 -1
  2647. data/lib/oci/load_balancer/models/ip_address.rb +1 -1
  2648. data/lib/oci/load_balancer/models/lb_cookie_session_persistence_configuration_details.rb +1 -1
  2649. data/lib/oci/load_balancer/models/listener.rb +24 -5
  2650. data/lib/oci/load_balancer/models/listener_details.rb +21 -2
  2651. data/lib/oci/load_balancer/models/listener_rule_summary.rb +1 -1
  2652. data/lib/oci/load_balancer/models/load_balancer.rb +18 -5
  2653. data/lib/oci/load_balancer/models/load_balancer_health.rb +1 -1
  2654. data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +1 -1
  2655. data/lib/oci/load_balancer/models/load_balancer_policy.rb +1 -1
  2656. data/lib/oci/load_balancer/models/load_balancer_protocol.rb +1 -1
  2657. data/lib/oci/load_balancer/models/load_balancer_shape.rb +1 -1
  2658. data/lib/oci/load_balancer/models/path_match_condition.rb +1 -1
  2659. data/lib/oci/load_balancer/models/path_match_type.rb +1 -1
  2660. data/lib/oci/load_balancer/models/path_route.rb +1 -1
  2661. data/lib/oci/load_balancer/models/path_route_set.rb +1 -1
  2662. data/lib/oci/load_balancer/models/path_route_set_details.rb +1 -1
  2663. data/lib/oci/load_balancer/models/redirect_rule.rb +1 -1
  2664. data/lib/oci/load_balancer/models/redirect_uri.rb +1 -1
  2665. data/lib/oci/load_balancer/models/remove_http_request_header_rule.rb +1 -1
  2666. data/lib/oci/load_balancer/models/remove_http_response_header_rule.rb +1 -1
  2667. data/lib/oci/load_balancer/models/reserved_ip.rb +1 -1
  2668. data/lib/oci/load_balancer/models/routing_policy.rb +200 -0
  2669. data/lib/oci/load_balancer/models/routing_policy_details.rb +151 -0
  2670. data/lib/oci/load_balancer/models/routing_rule.rb +175 -0
  2671. data/lib/oci/load_balancer/models/rule.rb +1 -1
  2672. data/lib/oci/load_balancer/models/rule_condition.rb +1 -1
  2673. data/lib/oci/load_balancer/models/rule_set.rb +1 -1
  2674. data/lib/oci/load_balancer/models/rule_set_details.rb +1 -1
  2675. data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +1 -1
  2676. data/lib/oci/load_balancer/models/shape_details.rb +1 -1
  2677. data/lib/oci/load_balancer/models/source_ip_address_condition.rb +2 -2
  2678. data/lib/oci/load_balancer/models/source_vcn_id_condition.rb +1 -1
  2679. data/lib/oci/load_balancer/models/source_vcn_ip_address_condition.rb +1 -1
  2680. data/lib/oci/load_balancer/models/ssl_cipher_suite.rb +1 -1
  2681. data/lib/oci/load_balancer/models/ssl_cipher_suite_details.rb +1 -1
  2682. data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
  2683. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
  2684. data/lib/oci/load_balancer/models/update_backend_details.rb +1 -1
  2685. data/lib/oci/load_balancer/models/update_backend_set_details.rb +1 -1
  2686. data/lib/oci/load_balancer/models/update_health_checker_details.rb +1 -1
  2687. data/lib/oci/load_balancer/models/update_hostname_details.rb +1 -1
  2688. data/lib/oci/load_balancer/models/update_listener_details.rb +21 -2
  2689. data/lib/oci/load_balancer/models/update_load_balancer_details.rb +1 -1
  2690. data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +1 -1
  2691. data/lib/oci/load_balancer/models/update_network_security_groups_details.rb +1 -1
  2692. data/lib/oci/load_balancer/models/update_path_route_set_details.rb +1 -1
  2693. data/lib/oci/load_balancer/models/update_routing_policy_details.rb +177 -0
  2694. data/lib/oci/load_balancer/models/update_rule_set_details.rb +1 -1
  2695. data/lib/oci/load_balancer/models/update_ssl_cipher_suite_details.rb +1 -1
  2696. data/lib/oci/load_balancer/models/work_request.rb +1 -1
  2697. data/lib/oci/load_balancer/models/work_request_error.rb +1 -1
  2698. data/lib/oci/load_balancer/util.rb +1 -1
  2699. data/lib/oci/log_analytics/log_analytics.rb +46 -1
  2700. data/lib/oci/log_analytics/log_analytics_client.rb +4446 -1795
  2701. data/lib/oci/log_analytics/log_analytics_client_composite_operations.rb +432 -3
  2702. data/lib/oci/log_analytics/models/abstract_column.rb +1 -1
  2703. data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +9 -1
  2704. data/lib/oci/log_analytics/models/abstract_field.rb +20 -5
  2705. data/lib/oci/log_analytics/models/abstract_parser_test_result_log_entry.rb +8 -8
  2706. data/lib/oci/log_analytics/models/abstract_parser_test_result_log_line.rb +3 -3
  2707. data/lib/oci/log_analytics/models/action.rb +1 -1
  2708. data/lib/oci/log_analytics/models/action_types.rb +1 -1
  2709. data/lib/oci/log_analytics/models/add_entity_association_details.rb +2 -2
  2710. data/lib/oci/log_analytics/models/add_fields_command_descriptor.rb +1 -1
  2711. data/lib/oci/log_analytics/models/archiving_configuration.rb +3 -3
  2712. data/lib/oci/log_analytics/models/argument.rb +1 -1
  2713. data/lib/oci/log_analytics/models/associable_entity.rb +269 -0
  2714. data/lib/oci/log_analytics/models/associable_entity_collection.rb +150 -0
  2715. data/lib/oci/log_analytics/models/association_summary_report.rb +2 -2
  2716. data/lib/oci/log_analytics/models/auto_association_collection.rb +150 -0
  2717. data/lib/oci/log_analytics/models/auto_association_state.rb +168 -0
  2718. data/lib/oci/log_analytics/models/auto_lookups.rb +3 -3
  2719. data/lib/oci/log_analytics/models/bottom_command_descriptor.rb +1 -1
  2720. data/lib/oci/log_analytics/models/bucket_command_descriptor.rb +1 -1
  2721. data/lib/oci/log_analytics/models/bucket_range.rb +1 -1
  2722. data/lib/oci/log_analytics/models/change_log_analytics_em_bridge_compartment_details.rb +156 -0
  2723. data/lib/oci/log_analytics/models/change_log_analytics_entity_compartment_details.rb +2 -2
  2724. data/lib/oci/log_analytics/models/change_log_analytics_log_group_compartment_details.rb +2 -2
  2725. data/lib/oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.rb +3 -3
  2726. data/lib/oci/log_analytics/models/change_scheduled_task_compartment_details.rb +1 -1
  2727. data/lib/oci/log_analytics/models/char_encoding_collection.rb +3 -3
  2728. data/lib/oci/log_analytics/models/chart_column.rb +1 -1
  2729. data/lib/oci/log_analytics/models/chart_data_column.rb +1 -1
  2730. data/lib/oci/log_analytics/models/classify_column.rb +1 -1
  2731. data/lib/oci/log_analytics/models/classify_command_descriptor.rb +1 -1
  2732. data/lib/oci/log_analytics/models/cluster_command_descriptor.rb +1 -1
  2733. data/lib/oci/log_analytics/models/cluster_compare_command_descriptor.rb +1 -1
  2734. data/lib/oci/log_analytics/models/cluster_details_command_descriptor.rb +1 -1
  2735. data/lib/oci/log_analytics/models/cluster_split_command_descriptor.rb +1 -1
  2736. data/lib/oci/log_analytics/models/column.rb +1 -1
  2737. data/lib/oci/log_analytics/models/column_name.rb +2 -2
  2738. data/lib/oci/log_analytics/models/column_name_collection.rb +2 -2
  2739. data/lib/oci/log_analytics/models/command_descriptor.rb +1 -1
  2740. data/lib/oci/log_analytics/models/create_acceleration_task_details.rb +1 -1
  2741. data/lib/oci/log_analytics/models/create_log_analytics_em_bridge_details.rb +241 -0
  2742. data/lib/oci/log_analytics/models/create_log_analytics_entity_details.rb +2 -2
  2743. data/lib/oci/log_analytics/models/create_log_analytics_entity_type_details.rb +1 -1
  2744. data/lib/oci/log_analytics/models/create_log_analytics_log_group_details.rb +1 -1
  2745. data/lib/oci/log_analytics/models/create_log_analytics_object_collection_rule_details.rb +25 -9
  2746. data/lib/oci/log_analytics/models/create_scheduled_task_details.rb +1 -1
  2747. data/lib/oci/log_analytics/models/create_standard_task_details.rb +3 -1
  2748. data/lib/oci/log_analytics/models/create_view_command_descriptor.rb +166 -0
  2749. data/lib/oci/log_analytics/models/creation_source.rb +185 -0
  2750. data/lib/oci/log_analytics/models/creation_source_type.rb +12 -0
  2751. data/lib/oci/log_analytics/models/cron_schedule.rb +1 -1
  2752. data/lib/oci/log_analytics/models/delete_command_descriptor.rb +1 -1
  2753. data/lib/oci/log_analytics/models/delete_log_analytics_association.rb +8 -8
  2754. data/lib/oci/log_analytics/models/delete_log_analytics_association_details.rb +6 -4
  2755. data/lib/oci/log_analytics/models/delta_command_descriptor.rb +1 -1
  2756. data/lib/oci/log_analytics/models/demo_mode_command_descriptor.rb +1 -1
  2757. data/lib/oci/log_analytics/models/disable_auto_association_detail.rb +155 -0
  2758. data/lib/oci/log_analytics/models/disable_auto_association_details.rb +150 -0
  2759. data/lib/oci/log_analytics/models/distinct_command_descriptor.rb +1 -1
  2760. data/lib/oci/log_analytics/models/efd_regex_result.rb +11 -10
  2761. data/lib/oci/log_analytics/models/em_bridge_latest_import_processing_status.rb +14 -0
  2762. data/lib/oci/log_analytics/models/em_bridge_lifecycle_states.rb +13 -0
  2763. data/lib/oci/log_analytics/models/enable_auto_association_detail.rb +156 -0
  2764. data/lib/oci/log_analytics/models/enable_auto_association_details.rb +150 -0
  2765. data/lib/oci/log_analytics/models/entity_cloud_type.rb +3 -2
  2766. data/lib/oci/log_analytics/models/entity_lifecycle_states.rb +1 -1
  2767. data/lib/oci/log_analytics/models/entity_type_property.rb +1 -1
  2768. data/lib/oci/log_analytics/models/error_details.rb +1 -1
  2769. data/lib/oci/log_analytics/models/estimate_purge_data_size_details.rb +1 -1
  2770. data/lib/oci/log_analytics/models/estimate_purge_data_size_result.rb +1 -1
  2771. data/lib/oci/log_analytics/models/estimate_recall_data_size_details.rb +169 -0
  2772. data/lib/oci/log_analytics/models/estimate_recall_data_size_result.rb +199 -0
  2773. data/lib/oci/log_analytics/models/estimate_release_data_size_details.rb +169 -0
  2774. data/lib/oci/log_analytics/models/estimate_release_data_size_result.rb +185 -0
  2775. data/lib/oci/log_analytics/models/eval_command_descriptor.rb +1 -1
  2776. data/lib/oci/log_analytics/models/event_stats_command_descriptor.rb +1 -1
  2777. data/lib/oci/log_analytics/models/event_type.rb +211 -0
  2778. data/lib/oci/log_analytics/models/event_type_collection.rb +150 -0
  2779. data/lib/oci/log_analytics/models/event_type_details.rb +150 -0
  2780. data/lib/oci/log_analytics/models/export_content.rb +5 -5
  2781. data/lib/oci/log_analytics/models/export_details.rb +1 -1
  2782. data/lib/oci/log_analytics/models/extended_fields_validation_result.rb +2 -2
  2783. data/lib/oci/log_analytics/models/extract_command_descriptor.rb +1 -1
  2784. data/lib/oci/log_analytics/models/extract_log_field_results.rb +2 -2
  2785. data/lib/oci/log_analytics/models/extract_log_header_details.rb +3 -3
  2786. data/lib/oci/log_analytics/models/extract_log_header_results.rb +3 -3
  2787. data/lib/oci/log_analytics/models/field.rb +9 -5
  2788. data/lib/oci/log_analytics/models/field_argument.rb +1 -1
  2789. data/lib/oci/log_analytics/models/field_summary_command_descriptor.rb +1 -1
  2790. data/lib/oci/log_analytics/models/field_summary_report.rb +4 -4
  2791. data/lib/oci/log_analytics/models/field_value.rb +1 -1
  2792. data/lib/oci/log_analytics/models/fields_add_remove_field.rb +6 -2
  2793. data/lib/oci/log_analytics/models/fields_command_descriptor.rb +1 -1
  2794. data/lib/oci/log_analytics/models/file_validation_response.rb +1 -1
  2795. data/lib/oci/log_analytics/models/filter.rb +12 -5
  2796. data/lib/oci/log_analytics/models/filter_details.rb +1 -1
  2797. data/lib/oci/log_analytics/models/filter_output.rb +1 -1
  2798. data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +1 -1
  2799. data/lib/oci/log_analytics/models/function_field.rb +6 -2
  2800. data/lib/oci/log_analytics/models/head_command_descriptor.rb +1 -1
  2801. data/lib/oci/log_analytics/models/highlight_command_descriptor.rb +1 -1
  2802. data/lib/oci/log_analytics/models/highlight_groups_command_descriptor.rb +228 -0
  2803. data/lib/oci/log_analytics/models/highlight_rows_command_descriptor.rb +13 -2
  2804. data/lib/oci/log_analytics/models/indexes.rb +3 -3
  2805. data/lib/oci/log_analytics/models/job_mode.rb +1 -1
  2806. data/lib/oci/log_analytics/models/job_mode_filter.rb +1 -1
  2807. data/lib/oci/log_analytics/models/label_names.rb +2 -2
  2808. data/lib/oci/log_analytics/models/label_priority.rb +3 -3
  2809. data/lib/oci/log_analytics/models/label_priority_collection.rb +2 -2
  2810. data/lib/oci/log_analytics/models/label_source_collection.rb +2 -2
  2811. data/lib/oci/log_analytics/models/label_source_summary.rb +8 -8
  2812. data/lib/oci/log_analytics/models/label_summary_report.rb +3 -3
  2813. data/lib/oci/log_analytics/models/lifecycle_states.rb +1 -1
  2814. data/lib/oci/log_analytics/models/link_command_descriptor.rb +1 -1
  2815. data/lib/oci/log_analytics/models/link_details_command_descriptor.rb +1 -1
  2816. data/lib/oci/log_analytics/models/literal_argument.rb +1 -1
  2817. data/lib/oci/log_analytics/models/log_analytics_associated_entity.rb +7 -7
  2818. data/lib/oci/log_analytics/models/log_analytics_associated_entity_collection.rb +2 -2
  2819. data/lib/oci/log_analytics/models/log_analytics_association.rb +22 -18
  2820. data/lib/oci/log_analytics/models/log_analytics_association_collection.rb +3 -3
  2821. data/lib/oci/log_analytics/models/log_analytics_association_parameter.rb +10 -10
  2822. data/lib/oci/log_analytics/models/log_analytics_association_parameter_collection.rb +2 -2
  2823. data/lib/oci/log_analytics/models/log_analytics_config_work_request.rb +18 -10
  2824. data/lib/oci/log_analytics/models/log_analytics_config_work_request_collection.rb +2 -2
  2825. data/lib/oci/log_analytics/models/log_analytics_config_work_request_payload.rb +22 -8
  2826. data/lib/oci/log_analytics/models/log_analytics_config_work_request_summary.rb +16 -8
  2827. data/lib/oci/log_analytics/models/log_analytics_em_bridge.rb +418 -0
  2828. data/lib/oci/log_analytics/models/log_analytics_em_bridge_collection.rb +151 -0
  2829. data/lib/oci/log_analytics/models/log_analytics_em_bridge_summary.rb +418 -0
  2830. data/lib/oci/log_analytics/models/log_analytics_em_bridge_summary_report.rb +230 -0
  2831. data/lib/oci/log_analytics/models/log_analytics_entity.rb +16 -3
  2832. data/lib/oci/log_analytics/models/log_analytics_entity_collection.rb +1 -1
  2833. data/lib/oci/log_analytics/models/log_analytics_entity_summary.rb +16 -3
  2834. data/lib/oci/log_analytics/models/log_analytics_entity_summary_report.rb +1 -1
  2835. data/lib/oci/log_analytics/models/log_analytics_entity_type.rb +43 -7
  2836. data/lib/oci/log_analytics/models/log_analytics_entity_type_collection.rb +1 -1
  2837. data/lib/oci/log_analytics/models/log_analytics_entity_type_summary.rb +44 -8
  2838. data/lib/oci/log_analytics/models/log_analytics_extended_field.rb +6 -6
  2839. data/lib/oci/log_analytics/models/log_analytics_field.rb +33 -21
  2840. data/lib/oci/log_analytics/models/log_analytics_field_collection.rb +2 -2
  2841. data/lib/oci/log_analytics/models/log_analytics_field_summary.rb +34 -22
  2842. data/lib/oci/log_analytics/models/log_analytics_import_custom_change_list.rb +10 -10
  2843. data/lib/oci/log_analytics/models/log_analytics_import_custom_content.rb +5 -5
  2844. data/lib/oci/log_analytics/models/log_analytics_label.rb +17 -14
  2845. data/lib/oci/log_analytics/models/log_analytics_label_alias.rb +9 -7
  2846. data/lib/oci/log_analytics/models/log_analytics_label_collection.rb +3 -3
  2847. data/lib/oci/log_analytics/models/log_analytics_label_definition.rb +7 -5
  2848. data/lib/oci/log_analytics/models/log_analytics_label_operator.rb +3 -3
  2849. data/lib/oci/log_analytics/models/log_analytics_label_operator_collection.rb +2 -2
  2850. data/lib/oci/log_analytics/models/log_analytics_label_summary.rb +17 -14
  2851. data/lib/oci/log_analytics/models/log_analytics_label_view.rb +19 -16
  2852. data/lib/oci/log_analytics/models/log_analytics_log_group.rb +1 -1
  2853. data/lib/oci/log_analytics/models/log_analytics_log_group_summary.rb +2 -2
  2854. data/lib/oci/log_analytics/models/log_analytics_log_group_summary_collection.rb +3 -3
  2855. data/lib/oci/log_analytics/models/log_analytics_lookup.rb +62 -13
  2856. data/lib/oci/log_analytics/models/log_analytics_lookup_collection.rb +150 -0
  2857. data/lib/oci/log_analytics/models/log_analytics_lookup_fields.rb +231 -0
  2858. data/lib/oci/log_analytics/models/log_analytics_meta_function.rb +8 -8
  2859. data/lib/oci/log_analytics/models/log_analytics_meta_function_argument.rb +32 -18
  2860. data/lib/oci/log_analytics/models/log_analytics_meta_function_collection.rb +2 -2
  2861. data/lib/oci/log_analytics/models/log_analytics_meta_source_type.rb +9 -9
  2862. data/lib/oci/log_analytics/models/log_analytics_meta_source_type_collection.rb +2 -2
  2863. data/lib/oci/log_analytics/models/log_analytics_metric.rb +29 -22
  2864. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule.rb +26 -9
  2865. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_collection.rb +2 -2
  2866. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_summary.rb +41 -5
  2867. data/lib/oci/log_analytics/models/log_analytics_operation_types.rb +1 -1
  2868. data/lib/oci/log_analytics/models/log_analytics_parameter.rb +7 -6
  2869. data/lib/oci/log_analytics/models/log_analytics_parser.rb +66 -30
  2870. data/lib/oci/log_analytics/models/log_analytics_parser_collection.rb +2 -2
  2871. data/lib/oci/log_analytics/models/log_analytics_parser_field.rb +9 -9
  2872. data/lib/oci/log_analytics/models/log_analytics_parser_filter.rb +8 -7
  2873. data/lib/oci/log_analytics/models/log_analytics_parser_function.rb +13 -10
  2874. data/lib/oci/log_analytics/models/log_analytics_parser_function_collection.rb +2 -2
  2875. data/lib/oci/log_analytics/models/log_analytics_parser_function_parameter.rb +7 -7
  2876. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin.rb +5 -5
  2877. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_collection.rb +1 -1
  2878. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_parameter.rb +9 -7
  2879. data/lib/oci/log_analytics/models/log_analytics_parser_summary.rb +67 -30
  2880. data/lib/oci/log_analytics/models/log_analytics_pattern_filter.rb +9 -7
  2881. data/lib/oci/log_analytics/models/log_analytics_source.rb +61 -40
  2882. data/lib/oci/log_analytics/models/log_analytics_source_collection.rb +2 -2
  2883. data/lib/oci/log_analytics/models/log_analytics_source_data_filter.rb +18 -15
  2884. data/lib/oci/log_analytics/models/log_analytics_source_entity_type.rb +5 -5
  2885. data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition.rb +19 -16
  2886. data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition_collection.rb +2 -2
  2887. data/lib/oci/log_analytics/models/log_analytics_source_function.rb +80 -13
  2888. data/lib/oci/log_analytics/models/log_analytics_source_label_condition.rb +24 -19
  2889. data/lib/oci/log_analytics/models/log_analytics_source_metadata_field.rb +9 -6
  2890. data/lib/oci/log_analytics/models/log_analytics_source_metric.rb +6 -5
  2891. data/lib/oci/log_analytics/models/log_analytics_source_pattern.rb +26 -19
  2892. data/lib/oci/log_analytics/models/log_analytics_source_pattern_collection.rb +2 -2
  2893. data/lib/oci/log_analytics/models/log_analytics_source_summary.rb +43 -36
  2894. data/lib/oci/log_analytics/models/log_analytics_warning.rb +503 -0
  2895. data/lib/oci/log_analytics/models/log_analytics_warning_collection.rb +150 -0
  2896. data/lib/oci/log_analytics/models/log_group_summary_report.rb +3 -3
  2897. data/lib/oci/log_analytics/models/log_set_collection.rb +150 -0
  2898. data/lib/oci/log_analytics/models/lookup_command_descriptor.rb +1 -1
  2899. data/lib/oci/log_analytics/models/lookup_field.rb +9 -8
  2900. data/lib/oci/log_analytics/models/lookup_summary_report.rb +182 -0
  2901. data/lib/oci/log_analytics/models/macro_command_descriptor.rb +1 -1
  2902. data/lib/oci/log_analytics/models/map_command_descriptor.rb +166 -0
  2903. data/lib/oci/log_analytics/models/match_info.rb +4 -4
  2904. data/lib/oci/log_analytics/models/metric_extraction.rb +204 -0
  2905. data/lib/oci/log_analytics/models/multi_search_command_descriptor.rb +1 -1
  2906. data/lib/oci/log_analytics/models/namespace.rb +21 -5
  2907. data/lib/oci/log_analytics/models/namespace_collection.rb +1 -1
  2908. data/lib/oci/log_analytics/models/namespace_summary.rb +21 -5
  2909. data/lib/oci/log_analytics/models/nlp_command_descriptor.rb +166 -0
  2910. data/lib/oci/log_analytics/models/object_collection_rule_collection_types.rb +1 -1
  2911. data/lib/oci/log_analytics/models/object_collection_rule_lifecycle_states.rb +12 -0
  2912. data/lib/oci/log_analytics/models/operation_status.rb +1 -1
  2913. data/lib/oci/log_analytics/models/parse_query_details.rb +1 -1
  2914. data/lib/oci/log_analytics/models/parse_query_output.rb +1 -1
  2915. data/lib/oci/log_analytics/models/parsed_content.rb +8 -8
  2916. data/lib/oci/log_analytics/models/parsed_field.rb +4 -4
  2917. data/lib/oci/log_analytics/models/parser_summary_report.rb +3 -3
  2918. data/lib/oci/log_analytics/models/parser_test_result.rb +6 -6
  2919. data/lib/oci/log_analytics/models/payload_type.rb +12 -0
  2920. data/lib/oci/log_analytics/models/property_override.rb +3 -3
  2921. data/lib/oci/log_analytics/models/purge_action.rb +1 -1
  2922. data/lib/oci/log_analytics/models/purge_storage_data_details.rb +1 -1
  2923. data/lib/oci/log_analytics/models/query_aggregation.rb +1 -1
  2924. data/lib/oci/log_analytics/models/query_details.rb +1 -1
  2925. data/lib/oci/log_analytics/models/query_operation_type.rb +1 -1
  2926. data/lib/oci/log_analytics/models/query_work_request.rb +1 -1
  2927. data/lib/oci/log_analytics/models/query_work_request_collection.rb +1 -1
  2928. data/lib/oci/log_analytics/models/query_work_request_summary.rb +1 -1
  2929. data/lib/oci/log_analytics/models/recall_archived_data_details.rb +1 -1
  2930. data/lib/oci/log_analytics/models/recalled_data.rb +242 -0
  2931. data/lib/oci/log_analytics/models/recalled_data_collection.rb +150 -0
  2932. data/lib/oci/log_analytics/models/regex_command_descriptor.rb +1 -1
  2933. data/lib/oci/log_analytics/models/regex_match_result.rb +6 -6
  2934. data/lib/oci/log_analytics/models/release_recalled_data_details.rb +1 -1
  2935. data/lib/oci/log_analytics/models/remove_entity_associations_details.rb +2 -2
  2936. data/lib/oci/log_analytics/models/rename_command_descriptor.rb +1 -1
  2937. data/lib/oci/log_analytics/models/result_column.rb +1 -1
  2938. data/lib/oci/log_analytics/models/schedule.rb +1 -1
  2939. data/lib/oci/log_analytics/models/scheduled_task.rb +47 -2
  2940. data/lib/oci/log_analytics/models/scheduled_task_collection.rb +1 -1
  2941. data/lib/oci/log_analytics/models/scheduled_task_summary.rb +52 -5
  2942. data/lib/oci/log_analytics/models/scheduler_resource.rb +1 -1
  2943. data/lib/oci/log_analytics/models/scope_filter.rb +1 -1
  2944. data/lib/oci/log_analytics/models/search_command_descriptor.rb +1 -1
  2945. data/lib/oci/log_analytics/models/search_lookup_command_descriptor.rb +1 -1
  2946. data/lib/oci/log_analytics/models/sort_command_descriptor.rb +1 -1
  2947. data/lib/oci/log_analytics/models/sort_field.rb +6 -2
  2948. data/lib/oci/log_analytics/models/source_mapping_response.rb +3 -3
  2949. data/lib/oci/log_analytics/models/source_summary_report.rb +4 -4
  2950. data/lib/oci/log_analytics/models/source_validate_details.rb +3 -3
  2951. data/lib/oci/log_analytics/models/source_validate_results.rb +2 -2
  2952. data/lib/oci/log_analytics/models/standard_task.rb +253 -0
  2953. data/lib/oci/log_analytics/models/stats_command_descriptor.rb +1 -1
  2954. data/lib/oci/log_analytics/models/status_summary.rb +6 -6
  2955. data/lib/oci/log_analytics/models/step_info.rb +4 -4
  2956. data/lib/oci/log_analytics/models/storage.rb +1 -1
  2957. data/lib/oci/log_analytics/models/storage_data_type.rb +1 -1
  2958. data/lib/oci/log_analytics/models/storage_operation_type.rb +1 -1
  2959. data/lib/oci/log_analytics/models/storage_usage.rb +1 -1
  2960. data/lib/oci/log_analytics/models/storage_work_request.rb +1 -1
  2961. data/lib/oci/log_analytics/models/storage_work_request_collection.rb +1 -1
  2962. data/lib/oci/log_analytics/models/storage_work_request_summary.rb +1 -1
  2963. data/lib/oci/log_analytics/models/stream_action.rb +18 -5
  2964. data/lib/oci/log_analytics/models/sub_system_name.rb +1 -1
  2965. data/lib/oci/log_analytics/models/success.rb +1 -1
  2966. data/lib/oci/log_analytics/models/suggest_details.rb +1 -1
  2967. data/lib/oci/log_analytics/models/suggest_output.rb +1 -1
  2968. data/lib/oci/log_analytics/models/tail_command_descriptor.rb +1 -1
  2969. data/lib/oci/log_analytics/models/task_type.rb +1 -1
  2970. data/lib/oci/log_analytics/models/test_parser_payload_details.rb +61 -26
  2971. data/lib/oci/log_analytics/models/time_column.rb +1 -1
  2972. data/lib/oci/log_analytics/models/time_compare_command_descriptor.rb +1 -1
  2973. data/lib/oci/log_analytics/models/time_range.rb +1 -1
  2974. data/lib/oci/log_analytics/models/time_stats_command_descriptor.rb +1 -1
  2975. data/lib/oci/log_analytics/models/timezone_collection.rb +1 -1
  2976. data/lib/oci/log_analytics/models/top_command_descriptor.rb +1 -1
  2977. data/lib/oci/log_analytics/models/trend_column.rb +1 -1
  2978. data/lib/oci/log_analytics/models/ui_parser_test_metadata.rb +4 -4
  2979. data/lib/oci/log_analytics/models/update_log_analytics_em_bridge_details.rb +212 -0
  2980. data/lib/oci/log_analytics/models/update_log_analytics_entity_details.rb +2 -2
  2981. data/lib/oci/log_analytics/models/update_log_analytics_entity_type_details.rb +1 -1
  2982. data/lib/oci/log_analytics/models/update_log_analytics_log_group_details.rb +1 -1
  2983. data/lib/oci/log_analytics/models/update_log_analytics_object_collection_rule_details.rb +20 -5
  2984. data/lib/oci/log_analytics/models/update_lookup_metadata_details.rb +188 -0
  2985. data/lib/oci/log_analytics/models/update_scheduled_task_details.rb +43 -3
  2986. data/lib/oci/log_analytics/models/update_standard_task_details.rb +174 -0
  2987. data/lib/oci/log_analytics/models/update_storage_details.rb +1 -1
  2988. data/lib/oci/log_analytics/models/upload.rb +8 -8
  2989. data/lib/oci/log_analytics/models/upload_collection.rb +1 -1
  2990. data/lib/oci/log_analytics/models/upload_file_collection.rb +1 -1
  2991. data/lib/oci/log_analytics/models/upload_file_status.rb +3 -3
  2992. data/lib/oci/log_analytics/models/upload_file_summary.rb +11 -11
  2993. data/lib/oci/log_analytics/models/upload_summary.rb +7 -7
  2994. data/lib/oci/log_analytics/models/upload_warning_collection.rb +2 -2
  2995. data/lib/oci/log_analytics/models/upload_warning_summary.rb +5 -5
  2996. data/lib/oci/log_analytics/models/upsert_log_analytics_association.rb +9 -9
  2997. data/lib/oci/log_analytics/models/upsert_log_analytics_association_details.rb +6 -4
  2998. data/lib/oci/log_analytics/models/upsert_log_analytics_field_details.rb +7 -6
  2999. data/lib/oci/log_analytics/models/upsert_log_analytics_label_details.rb +13 -11
  3000. data/lib/oci/log_analytics/models/upsert_log_analytics_parser_details.rb +60 -25
  3001. data/lib/oci/log_analytics/models/upsert_log_analytics_source_details.rb +34 -29
  3002. data/lib/oci/log_analytics/models/usage_status_item.rb +6 -5
  3003. data/lib/oci/log_analytics/models/value_type.rb +1 -1
  3004. data/lib/oci/log_analytics/models/verify_output.rb +1 -1
  3005. data/lib/oci/log_analytics/models/violation.rb +6 -6
  3006. data/lib/oci/log_analytics/models/warning_reference_details.rb +160 -0
  3007. data/lib/oci/log_analytics/models/where_command_descriptor.rb +1 -1
  3008. data/lib/oci/log_analytics/models/work_request.rb +1 -1
  3009. data/lib/oci/log_analytics/models/work_request_collection.rb +1 -1
  3010. data/lib/oci/log_analytics/models/work_request_error.rb +1 -1
  3011. data/lib/oci/log_analytics/models/work_request_error_collection.rb +1 -1
  3012. data/lib/oci/log_analytics/models/work_request_log.rb +1 -1
  3013. data/lib/oci/log_analytics/models/work_request_log_collection.rb +1 -1
  3014. data/lib/oci/log_analytics/models/work_request_resource.rb +1 -1
  3015. data/lib/oci/log_analytics/models/work_request_status.rb +1 -1
  3016. data/lib/oci/log_analytics/models/work_request_summary.rb +1 -1
  3017. data/lib/oci/log_analytics/util.rb +1 -1
  3018. data/lib/oci/logging/logging.rb +1 -1
  3019. data/lib/oci/logging/logging_management_client.rb +1 -1
  3020. data/lib/oci/logging/logging_management_client_composite_operations.rb +1 -1
  3021. data/lib/oci/logging/models/action_types.rb +1 -1
  3022. data/lib/oci/logging/models/archiving.rb +1 -1
  3023. data/lib/oci/logging/models/category.rb +1 -1
  3024. data/lib/oci/logging/models/change_log_group_compartment_details.rb +1 -1
  3025. data/lib/oci/logging/models/change_log_log_group_details.rb +1 -1
  3026. data/lib/oci/logging/models/change_log_saved_search_compartment_details.rb +1 -1
  3027. data/lib/oci/logging/models/change_unified_agent_configuration_compartment_details.rb +1 -1
  3028. data/lib/oci/logging/models/configuration.rb +1 -1
  3029. data/lib/oci/logging/models/create_log_details.rb +1 -1
  3030. data/lib/oci/logging/models/create_log_group_details.rb +1 -1
  3031. data/lib/oci/logging/models/create_log_saved_search_details.rb +1 -1
  3032. data/lib/oci/logging/models/create_unified_agent_configuration_details.rb +1 -1
  3033. data/lib/oci/logging/models/grok_pattern.rb +1 -1
  3034. data/lib/oci/logging/models/group_association_details.rb +1 -1
  3035. data/lib/oci/logging/models/log.rb +1 -1
  3036. data/lib/oci/logging/models/log_group.rb +1 -1
  3037. data/lib/oci/logging/models/log_group_lifecycle_state.rb +1 -1
  3038. data/lib/oci/logging/models/log_group_summary.rb +1 -1
  3039. data/lib/oci/logging/models/log_included_search.rb +1 -1
  3040. data/lib/oci/logging/models/log_included_search_summary.rb +1 -1
  3041. data/lib/oci/logging/models/log_included_search_summary_collection.rb +1 -1
  3042. data/lib/oci/logging/models/log_lifecycle_state.rb +1 -1
  3043. data/lib/oci/logging/models/log_saved_search.rb +1 -1
  3044. data/lib/oci/logging/models/log_saved_search_lifecycle_state.rb +1 -1
  3045. data/lib/oci/logging/models/log_saved_search_summary.rb +1 -1
  3046. data/lib/oci/logging/models/log_saved_search_summary_collection.rb +1 -1
  3047. data/lib/oci/logging/models/log_summary.rb +1 -1
  3048. data/lib/oci/logging/models/oci_service.rb +1 -1
  3049. data/lib/oci/logging/models/operation_status.rb +1 -1
  3050. data/lib/oci/logging/models/operation_types.rb +1 -1
  3051. data/lib/oci/logging/models/parameter.rb +1 -1
  3052. data/lib/oci/logging/models/resource_type.rb +1 -1
  3053. data/lib/oci/logging/models/service_summary.rb +1 -1
  3054. data/lib/oci/logging/models/source.rb +1 -1
  3055. data/lib/oci/logging/models/source_update_details.rb +1 -1
  3056. data/lib/oci/logging/models/unified_agent_apache2_parser.rb +1 -1
  3057. data/lib/oci/logging/models/unified_agent_apache_error_parser.rb +1 -1
  3058. data/lib/oci/logging/models/unified_agent_auditd_parser.rb +1 -1
  3059. data/lib/oci/logging/models/unified_agent_configuration.rb +1 -1
  3060. data/lib/oci/logging/models/unified_agent_configuration_collection.rb +1 -1
  3061. data/lib/oci/logging/models/unified_agent_configuration_summary.rb +1 -1
  3062. data/lib/oci/logging/models/unified_agent_csv_parser.rb +1 -1
  3063. data/lib/oci/logging/models/unified_agent_grok_parser.rb +1 -1
  3064. data/lib/oci/logging/models/unified_agent_logging_configuration.rb +1 -1
  3065. data/lib/oci/logging/models/unified_agent_logging_destination.rb +1 -1
  3066. data/lib/oci/logging/models/unified_agent_logging_source.rb +1 -1
  3067. data/lib/oci/logging/models/unified_agent_msgpack_parser.rb +1 -1
  3068. data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +1 -1
  3069. data/lib/oci/logging/models/unified_agent_multiline_parser.rb +1 -1
  3070. data/lib/oci/logging/models/unified_agent_none_parser.rb +1 -1
  3071. data/lib/oci/logging/models/unified_agent_parser.rb +1 -1
  3072. data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
  3073. data/lib/oci/logging/models/unified_agent_service_configuration_details.rb +1 -1
  3074. data/lib/oci/logging/models/unified_agent_service_configuration_states.rb +1 -1
  3075. data/lib/oci/logging/models/unified_agent_service_configuration_types.rb +1 -1
  3076. data/lib/oci/logging/models/unified_agent_syslog_parser.rb +1 -1
  3077. data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
  3078. data/lib/oci/logging/models/unified_agent_tsv_parser.rb +1 -1
  3079. data/lib/oci/logging/models/unified_agent_windows_event_source.rb +1 -1
  3080. data/lib/oci/logging/models/unified_json_parser.rb +1 -1
  3081. data/lib/oci/logging/models/update_configuration_details.rb +1 -1
  3082. data/lib/oci/logging/models/update_log_details.rb +1 -1
  3083. data/lib/oci/logging/models/update_log_group_details.rb +1 -1
  3084. data/lib/oci/logging/models/update_log_saved_search_details.rb +1 -1
  3085. data/lib/oci/logging/models/update_unified_agent_configuration_details.rb +1 -1
  3086. data/lib/oci/logging/models/work_request.rb +1 -1
  3087. data/lib/oci/logging/models/work_request_error.rb +1 -1
  3088. data/lib/oci/logging/models/work_request_log.rb +1 -1
  3089. data/lib/oci/logging/models/work_request_resource.rb +1 -1
  3090. data/lib/oci/logging/models/work_request_summary.rb +1 -1
  3091. data/lib/oci/logging/util.rb +1 -1
  3092. data/lib/oci/loggingingestion/logging_client.rb +1 -1
  3093. data/lib/oci/loggingingestion/logging_client_composite_operations.rb +1 -1
  3094. data/lib/oci/loggingingestion/loggingingestion.rb +1 -1
  3095. data/lib/oci/loggingingestion/models/log_entry.rb +1 -1
  3096. data/lib/oci/loggingingestion/models/log_entry_batch.rb +1 -1
  3097. data/lib/oci/loggingingestion/models/put_logs_details.rb +1 -1
  3098. data/lib/oci/loggingingestion/util.rb +1 -1
  3099. data/lib/oci/loggingsearch/log_search_client.rb +3 -5
  3100. data/lib/oci/loggingsearch/log_search_client_composite_operations.rb +1 -1
  3101. data/lib/oci/loggingsearch/loggingsearch.rb +1 -1
  3102. data/lib/oci/loggingsearch/models/field_info.rb +1 -1
  3103. data/lib/oci/loggingsearch/models/search_logs_details.rb +1 -1
  3104. data/lib/oci/loggingsearch/models/search_response.rb +1 -1
  3105. data/lib/oci/loggingsearch/models/search_result.rb +1 -1
  3106. data/lib/oci/loggingsearch/models/search_result_summary.rb +1 -1
  3107. data/lib/oci/loggingsearch/util.rb +1 -1
  3108. data/lib/oci/management_agent/management_agent.rb +1 -1
  3109. data/lib/oci/management_agent/management_agent_client.rb +1 -1
  3110. data/lib/oci/management_agent/management_agent_client_composite_operations.rb +1 -1
  3111. data/lib/oci/management_agent/models/action_types.rb +1 -1
  3112. data/lib/oci/management_agent/models/availability_history_summary.rb +1 -1
  3113. data/lib/oci/management_agent/models/availability_status.rb +1 -1
  3114. data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +1 -1
  3115. data/lib/oci/management_agent/models/datatypes.rb +1 -1
  3116. data/lib/oci/management_agent/models/deploy_plugins_details.rb +1 -1
  3117. data/lib/oci/management_agent/models/edit_modes.rb +1 -1
  3118. data/lib/oci/management_agent/models/lifecycle_states.rb +1 -1
  3119. data/lib/oci/management_agent/models/management_agent.rb +1 -1
  3120. data/lib/oci/management_agent/models/management_agent_error.rb +1 -1
  3121. data/lib/oci/management_agent/models/management_agent_image.rb +1 -1
  3122. data/lib/oci/management_agent/models/management_agent_image_summary.rb +1 -1
  3123. data/lib/oci/management_agent/models/management_agent_install_key.rb +1 -1
  3124. data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +1 -1
  3125. data/lib/oci/management_agent/models/management_agent_plugin.rb +1 -1
  3126. data/lib/oci/management_agent/models/management_agent_plugin_details.rb +1 -1
  3127. data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +1 -1
  3128. data/lib/oci/management_agent/models/management_agent_summary.rb +1 -1
  3129. data/lib/oci/management_agent/models/operation_status.rb +1 -1
  3130. data/lib/oci/management_agent/models/operation_types.rb +1 -1
  3131. data/lib/oci/management_agent/models/platform_types.rb +1 -1
  3132. data/lib/oci/management_agent/models/update_management_agent_details.rb +1 -1
  3133. data/lib/oci/management_agent/models/update_management_agent_install_key_details.rb +1 -1
  3134. data/lib/oci/management_agent/models/work_delivery_status.rb +1 -1
  3135. data/lib/oci/management_agent/models/work_request.rb +1 -1
  3136. data/lib/oci/management_agent/models/work_request_error.rb +1 -1
  3137. data/lib/oci/management_agent/models/work_request_log_entry.rb +1 -1
  3138. data/lib/oci/management_agent/models/work_request_resource.rb +1 -1
  3139. data/lib/oci/management_agent/models/work_request_summary.rb +1 -1
  3140. data/lib/oci/management_agent/models/work_submission_key.rb +1 -1
  3141. data/lib/oci/management_agent/util.rb +1 -1
  3142. data/lib/oci/management_dashboard/dashx_apis_client.rb +2 -2
  3143. data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +1 -1
  3144. data/lib/oci/management_dashboard/management_dashboard.rb +1 -1
  3145. data/lib/oci/management_dashboard/models/change_management_dashboards_compartment_details.rb +1 -1
  3146. data/lib/oci/management_dashboard/models/change_management_saved_searches_compartment_details.rb +1 -1
  3147. data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +1 -1
  3148. data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +1 -1
  3149. data/lib/oci/management_dashboard/models/lifecycle_states.rb +1 -1
  3150. data/lib/oci/management_dashboard/models/management_dashboard.rb +1 -1
  3151. data/lib/oci/management_dashboard/models/management_dashboard_collection.rb +1 -1
  3152. data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +1 -1
  3153. data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +1 -1
  3154. data/lib/oci/management_dashboard/models/management_dashboard_import_details.rb +1 -1
  3155. data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +1 -1
  3156. data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +1 -1
  3157. data/lib/oci/management_dashboard/models/management_saved_search.rb +1 -1
  3158. data/lib/oci/management_dashboard/models/management_saved_search_collection.rb +1 -1
  3159. data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +1 -1
  3160. data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +1 -1
  3161. data/lib/oci/management_dashboard/models/saved_search_types.rb +1 -1
  3162. data/lib/oci/management_dashboard/models/sort_orders.rb +1 -1
  3163. data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +1 -1
  3164. data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +1 -1
  3165. data/lib/oci/management_dashboard/util.rb +1 -1
  3166. data/lib/oci/marketplace/marketplace.rb +18 -1
  3167. data/lib/oci/marketplace/marketplace_client.rb +566 -1
  3168. data/lib/oci/marketplace/marketplace_client_composite_operations.rb +120 -1
  3169. data/lib/oci/marketplace/models/accepted_agreement.rb +1 -1
  3170. data/lib/oci/marketplace/models/accepted_agreement_summary.rb +1 -1
  3171. data/lib/oci/marketplace/models/agreement.rb +1 -1
  3172. data/lib/oci/marketplace/models/agreement_summary.rb +1 -1
  3173. data/lib/oci/marketplace/models/category_summary.rb +1 -1
  3174. data/lib/oci/marketplace/models/change_publication_compartment_details.rb +154 -0
  3175. data/lib/oci/marketplace/models/create_accepted_agreement_details.rb +1 -1
  3176. data/lib/oci/marketplace/models/create_image_publication_package.rb +174 -0
  3177. data/lib/oci/marketplace/models/create_publication_details.rb +296 -0
  3178. data/lib/oci/marketplace/models/create_publication_package.rb +221 -0
  3179. data/lib/oci/marketplace/models/documentation_link.rb +1 -1
  3180. data/lib/oci/marketplace/models/error_entity.rb +1 -1
  3181. data/lib/oci/marketplace/models/eula.rb +182 -0
  3182. data/lib/oci/marketplace/models/eula_type_enum.rb +10 -0
  3183. data/lib/oci/marketplace/models/image_listing_package.rb +6 -2
  3184. data/lib/oci/marketplace/models/image_publication_package.rb +215 -0
  3185. data/lib/oci/marketplace/models/item.rb +1 -1
  3186. data/lib/oci/marketplace/models/link.rb +1 -1
  3187. data/lib/oci/marketplace/models/link_enum.rb +1 -1
  3188. data/lib/oci/marketplace/models/listing.rb +53 -5
  3189. data/lib/oci/marketplace/models/listing_package.rb +18 -5
  3190. data/lib/oci/marketplace/models/listing_package_summary.rb +1 -1
  3191. data/lib/oci/marketplace/models/listing_summary.rb +53 -5
  3192. data/lib/oci/marketplace/models/listing_type.rb +12 -0
  3193. data/lib/oci/marketplace/models/named_link.rb +1 -1
  3194. data/lib/oci/marketplace/models/operating_system.rb +150 -0
  3195. data/lib/oci/marketplace/models/orchestration_listing_package.rb +6 -2
  3196. data/lib/oci/marketplace/models/orchestration_publication_package.rb +196 -0
  3197. data/lib/oci/marketplace/models/orchestration_variable.rb +1 -1
  3198. data/lib/oci/marketplace/models/orchestration_variable_type_enum.rb +1 -1
  3199. data/lib/oci/marketplace/models/package_type_enum.rb +1 -1
  3200. data/lib/oci/marketplace/models/pricing_currency_enum.rb +1 -1
  3201. data/lib/oci/marketplace/models/pricing_model.rb +1 -1
  3202. data/lib/oci/marketplace/models/pricing_strategy_enum.rb +1 -1
  3203. data/lib/oci/marketplace/models/pricing_type_enum.rb +1 -1
  3204. data/lib/oci/marketplace/models/publication.rb +395 -0
  3205. data/lib/oci/marketplace/models/publication_package.rb +270 -0
  3206. data/lib/oci/marketplace/models/publication_package_summary.rb +234 -0
  3207. data/lib/oci/marketplace/models/publication_summary.rb +311 -0
  3208. data/lib/oci/marketplace/models/publisher.rb +1 -1
  3209. data/lib/oci/marketplace/models/publisher_summary.rb +1 -1
  3210. data/lib/oci/marketplace/models/region.rb +1 -1
  3211. data/lib/oci/marketplace/models/report_collection.rb +1 -1
  3212. data/lib/oci/marketplace/models/report_summary.rb +1 -1
  3213. data/lib/oci/marketplace/models/report_type_collection.rb +1 -1
  3214. data/lib/oci/marketplace/models/report_type_summary.rb +1 -1
  3215. data/lib/oci/marketplace/models/screenshot.rb +1 -1
  3216. data/lib/oci/marketplace/models/support_contact.rb +1 -1
  3217. data/lib/oci/marketplace/models/tax_summary.rb +1 -1
  3218. data/lib/oci/marketplace/models/text_based_eula.rb +162 -0
  3219. data/lib/oci/marketplace/models/update_accepted_agreement_details.rb +1 -1
  3220. data/lib/oci/marketplace/models/update_publication_details.rb +226 -0
  3221. data/lib/oci/marketplace/models/upload_data.rb +1 -1
  3222. data/lib/oci/marketplace/util.rb +1 -1
  3223. data/lib/oci/monitoring/models/aggregated_datapoint.rb +1 -1
  3224. data/lib/oci/monitoring/models/alarm.rb +1 -1
  3225. data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
  3226. data/lib/oci/monitoring/models/alarm_history_entry.rb +1 -1
  3227. data/lib/oci/monitoring/models/alarm_status_summary.rb +1 -1
  3228. data/lib/oci/monitoring/models/alarm_summary.rb +1 -1
  3229. data/lib/oci/monitoring/models/change_alarm_compartment_details.rb +1 -1
  3230. data/lib/oci/monitoring/models/create_alarm_details.rb +1 -1
  3231. data/lib/oci/monitoring/models/datapoint.rb +1 -1
  3232. data/lib/oci/monitoring/models/failed_metric_record.rb +1 -1
  3233. data/lib/oci/monitoring/models/list_metrics_details.rb +1 -1
  3234. data/lib/oci/monitoring/models/metric.rb +1 -1
  3235. data/lib/oci/monitoring/models/metric_data.rb +1 -1
  3236. data/lib/oci/monitoring/models/metric_data_details.rb +1 -1
  3237. data/lib/oci/monitoring/models/post_metric_data_details.rb +1 -1
  3238. data/lib/oci/monitoring/models/post_metric_data_response_details.rb +1 -1
  3239. data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +1 -1
  3240. data/lib/oci/monitoring/models/suppression.rb +1 -1
  3241. data/lib/oci/monitoring/models/update_alarm_details.rb +1 -1
  3242. data/lib/oci/monitoring/monitoring.rb +1 -1
  3243. data/lib/oci/monitoring/monitoring_client.rb +1 -1
  3244. data/lib/oci/monitoring/monitoring_client_composite_operations.rb +1 -1
  3245. data/lib/oci/monitoring/util.rb +1 -1
  3246. data/lib/oci/mysql/channels_client.rb +1 -1
  3247. data/lib/oci/mysql/channels_client_composite_operations.rb +1 -1
  3248. data/lib/oci/mysql/db_backups_client.rb +1 -1
  3249. data/lib/oci/mysql/db_backups_client_composite_operations.rb +1 -1
  3250. data/lib/oci/mysql/db_system_client.rb +634 -2
  3251. data/lib/oci/mysql/db_system_client_composite_operations.rb +346 -1
  3252. data/lib/oci/mysql/models/add_analytics_cluster_details.rb +2 -1
  3253. data/lib/oci/mysql/models/add_heat_wave_cluster_details.rb +173 -0
  3254. data/lib/oci/mysql/models/analytics_cluster.rb +2 -1
  3255. data/lib/oci/mysql/models/analytics_cluster_memory_estimate.rb +2 -1
  3256. data/lib/oci/mysql/models/analytics_cluster_memory_estimate_status.rb +1 -1
  3257. data/lib/oci/mysql/models/analytics_cluster_node.rb +2 -1
  3258. data/lib/oci/mysql/models/analytics_cluster_schema_memory_estimate.rb +2 -1
  3259. data/lib/oci/mysql/models/analytics_cluster_summary.rb +2 -1
  3260. data/lib/oci/mysql/models/analytics_cluster_table_memory_estimate.rb +2 -1
  3261. data/lib/oci/mysql/models/backup.rb +1 -1
  3262. data/lib/oci/mysql/models/backup_policy.rb +1 -1
  3263. data/lib/oci/mysql/models/backup_summary.rb +1 -1
  3264. data/lib/oci/mysql/models/ca_certificate.rb +1 -1
  3265. data/lib/oci/mysql/models/channel.rb +1 -1
  3266. data/lib/oci/mysql/models/channel_source.rb +1 -1
  3267. data/lib/oci/mysql/models/channel_source_mysql.rb +1 -1
  3268. data/lib/oci/mysql/models/channel_summary.rb +1 -1
  3269. data/lib/oci/mysql/models/channel_target.rb +1 -1
  3270. data/lib/oci/mysql/models/channel_target_db_system.rb +1 -1
  3271. data/lib/oci/mysql/models/configuration.rb +1 -1
  3272. data/lib/oci/mysql/models/configuration_summary.rb +1 -1
  3273. data/lib/oci/mysql/models/configuration_variables.rb +69 -2
  3274. data/lib/oci/mysql/models/create_backup_details.rb +1 -1
  3275. data/lib/oci/mysql/models/create_backup_policy_details.rb +1 -1
  3276. data/lib/oci/mysql/models/create_channel_details.rb +1 -1
  3277. data/lib/oci/mysql/models/create_channel_source_details.rb +1 -1
  3278. data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +1 -1
  3279. data/lib/oci/mysql/models/create_channel_target_details.rb +1 -1
  3280. data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +1 -1
  3281. data/lib/oci/mysql/models/create_configuration_details.rb +1 -1
  3282. data/lib/oci/mysql/models/create_db_system_details.rb +39 -4
  3283. data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -1
  3284. data/lib/oci/mysql/models/create_db_system_source_from_backup_details.rb +1 -1
  3285. data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +1 -1
  3286. data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +1 -1
  3287. data/lib/oci/mysql/models/create_maintenance_details.rb +1 -1
  3288. data/lib/oci/mysql/models/db_system.rb +78 -6
  3289. data/lib/oci/mysql/models/db_system_endpoint.rb +1 -1
  3290. data/lib/oci/mysql/models/db_system_placement.rb +168 -0
  3291. data/lib/oci/mysql/models/db_system_snapshot.rb +20 -2
  3292. data/lib/oci/mysql/models/db_system_source.rb +1 -1
  3293. data/lib/oci/mysql/models/db_system_source_from_backup.rb +1 -1
  3294. data/lib/oci/mysql/models/db_system_source_from_none.rb +1 -1
  3295. data/lib/oci/mysql/models/db_system_source_import_from_url.rb +1 -1
  3296. data/lib/oci/mysql/models/db_system_summary.rb +78 -4
  3297. data/lib/oci/mysql/models/heat_wave_cluster.rb +286 -0
  3298. data/lib/oci/mysql/models/heat_wave_cluster_memory_estimate.rb +236 -0
  3299. data/lib/oci/mysql/models/heat_wave_cluster_memory_estimate_status.rb +15 -0
  3300. data/lib/oci/mysql/models/heat_wave_cluster_schema_memory_estimate.rb +172 -0
  3301. data/lib/oci/mysql/models/heat_wave_cluster_summary.rb +219 -0
  3302. data/lib/oci/mysql/models/heat_wave_cluster_table_memory_estimate.rb +236 -0
  3303. data/lib/oci/mysql/models/heat_wave_node.rb +226 -0
  3304. data/lib/oci/mysql/models/inno_db_shutdown_mode.rb +1 -1
  3305. data/lib/oci/mysql/models/maintenance_details.rb +1 -1
  3306. data/lib/oci/mysql/models/pem_ca_certificate.rb +1 -1
  3307. data/lib/oci/mysql/models/restart_db_system_details.rb +1 -1
  3308. data/lib/oci/mysql/models/shape_summary.rb +2 -1
  3309. data/lib/oci/mysql/models/stop_db_system_details.rb +1 -1
  3310. data/lib/oci/mysql/models/update_analytics_cluster_details.rb +2 -1
  3311. data/lib/oci/mysql/models/update_backup_details.rb +1 -1
  3312. data/lib/oci/mysql/models/update_backup_policy_details.rb +1 -1
  3313. data/lib/oci/mysql/models/update_channel_details.rb +1 -1
  3314. data/lib/oci/mysql/models/update_channel_source_details.rb +1 -1
  3315. data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +1 -1
  3316. data/lib/oci/mysql/models/update_channel_target_details.rb +1 -1
  3317. data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +1 -1
  3318. data/lib/oci/mysql/models/update_configuration_details.rb +1 -1
  3319. data/lib/oci/mysql/models/update_db_system_details.rb +34 -4
  3320. data/lib/oci/mysql/models/update_heat_wave_cluster_details.rb +179 -0
  3321. data/lib/oci/mysql/models/update_maintenance_details.rb +1 -1
  3322. data/lib/oci/mysql/models/version.rb +1 -1
  3323. data/lib/oci/mysql/models/version_summary.rb +1 -1
  3324. data/lib/oci/mysql/models/work_request.rb +8 -1
  3325. data/lib/oci/mysql/models/work_request_error.rb +1 -1
  3326. data/lib/oci/mysql/models/work_request_log_entry.rb +1 -1
  3327. data/lib/oci/mysql/models/work_request_operation_status.rb +1 -1
  3328. data/lib/oci/mysql/models/work_request_operation_type.rb +9 -2
  3329. data/lib/oci/mysql/models/work_request_resource.rb +1 -1
  3330. data/lib/oci/mysql/models/work_request_resource_action_type.rb +1 -1
  3331. data/lib/oci/mysql/models/work_request_summary.rb +8 -1
  3332. data/lib/oci/mysql/mysql.rb +11 -1
  3333. data/lib/oci/mysql/mysqlaas_client.rb +4 -4
  3334. data/lib/oci/mysql/mysqlaas_client_composite_operations.rb +1 -1
  3335. data/lib/oci/mysql/util.rb +1 -1
  3336. data/lib/oci/mysql/work_requests_client.rb +1 -1
  3337. data/lib/oci/mysql/work_requests_client_composite_operations.rb +1 -1
  3338. data/lib/oci/network_load_balancer/models/action_type.rb +14 -0
  3339. data/lib/oci/network_load_balancer/models/backend.rb +277 -0
  3340. data/lib/oci/network_load_balancer/models/backend_collection.rb +150 -0
  3341. data/lib/oci/network_load_balancer/models/backend_details.rb +276 -0
  3342. data/lib/oci/network_load_balancer/models/backend_health.rb +198 -0
  3343. data/lib/oci/network_load_balancer/models/backend_set.rb +240 -0
  3344. data/lib/oci/network_load_balancer/models/backend_set_collection.rb +150 -0
  3345. data/lib/oci/network_load_balancer/models/backend_set_details.rb +217 -0
  3346. data/lib/oci/network_load_balancer/models/backend_set_health.rb +258 -0
  3347. data/lib/oci/network_load_balancer/models/backend_set_summary.rb +240 -0
  3348. data/lib/oci/network_load_balancer/models/backend_summary.rb +277 -0
  3349. data/lib/oci/network_load_balancer/models/change_network_load_balancer_compartment_details.rb +157 -0
  3350. data/lib/oci/network_load_balancer/models/create_backend_details.rb +276 -0
  3351. data/lib/oci/network_load_balancer/models/create_backend_set_details.rb +232 -0
  3352. data/lib/oci/network_load_balancer/models/create_listener_details.rb +217 -0
  3353. data/lib/oci/network_load_balancer/models/create_network_load_balancer_details.rb +337 -0
  3354. data/lib/oci/network_load_balancer/models/health_check_protocols.rb +13 -0
  3355. data/lib/oci/network_load_balancer/models/health_check_result.rb +193 -0
  3356. data/lib/oci/network_load_balancer/models/health_checker.rb +320 -0
  3357. data/lib/oci/network_load_balancer/models/health_checker_details.rb +318 -0
  3358. data/lib/oci/network_load_balancer/models/ip_address.rb +189 -0
  3359. data/lib/oci/network_load_balancer/models/lifecycle_state.rb +15 -0
  3360. data/lib/oci/network_load_balancer/models/listener.rb +224 -0
  3361. data/lib/oci/network_load_balancer/models/listener_collection.rb +150 -0
  3362. data/lib/oci/network_load_balancer/models/listener_details.rb +217 -0
  3363. data/lib/oci/network_load_balancer/models/listener_protocols.rb +12 -0
  3364. data/lib/oci/network_load_balancer/models/listener_summary.rb +224 -0
  3365. data/lib/oci/network_load_balancer/models/network_load_balancer.rb +458 -0
  3366. data/lib/oci/network_load_balancer/models/network_load_balancer_collection.rb +150 -0
  3367. data/lib/oci/network_load_balancer/models/network_load_balancer_health.rb +266 -0
  3368. data/lib/oci/network_load_balancer/models/network_load_balancer_health_collection.rb +150 -0
  3369. data/lib/oci/network_load_balancer/models/network_load_balancer_health_summary.rb +206 -0
  3370. data/lib/oci/network_load_balancer/models/network_load_balancer_summary.rb +448 -0
  3371. data/lib/oci/network_load_balancer/models/network_load_balancers_policy_collection.rb +150 -0
  3372. data/lib/oci/network_load_balancer/models/network_load_balancers_policy_summary.rb +12 -0
  3373. data/lib/oci/network_load_balancer/models/network_load_balancers_protocol_collection.rb +150 -0
  3374. data/lib/oci/network_load_balancer/models/network_load_balancers_protocol_summary.rb +12 -0
  3375. data/lib/oci/network_load_balancer/models/network_load_balancing_policy.rb +12 -0
  3376. data/lib/oci/network_load_balancer/models/operation_status.rb +15 -0
  3377. data/lib/oci/network_load_balancer/models/operation_type.rb +24 -0
  3378. data/lib/oci/network_load_balancer/models/reserved_ip.rb +161 -0
  3379. data/lib/oci/network_load_balancer/models/sort_order.rb +11 -0
  3380. data/lib/oci/network_load_balancer/models/update_backend_details.rb +217 -0
  3381. data/lib/oci/network_load_balancer/models/update_backend_set_details.rb +202 -0
  3382. data/lib/oci/network_load_balancer/models/update_health_checker_details.rb +310 -0
  3383. data/lib/oci/network_load_balancer/models/update_listener_details.rb +204 -0
  3384. data/lib/oci/network_load_balancer/models/update_network_load_balancer_details.rb +215 -0
  3385. data/lib/oci/network_load_balancer/models/update_network_security_groups_details.rb +168 -0
  3386. data/lib/oci/network_load_balancer/models/work_request.rb +319 -0
  3387. data/lib/oci/network_load_balancer/models/work_request_collection.rb +150 -0
  3388. data/lib/oci/network_load_balancer/models/work_request_error.rb +173 -0
  3389. data/lib/oci/network_load_balancer/models/work_request_error_collection.rb +150 -0
  3390. data/lib/oci/network_load_balancer/models/work_request_log_entry.rb +160 -0
  3391. data/lib/oci/network_load_balancer/models/work_request_log_entry_collection.rb +150 -0
  3392. data/lib/oci/network_load_balancer/models/work_request_resource.rb +219 -0
  3393. data/lib/oci/network_load_balancer/models/work_request_summary.rb +319 -0
  3394. data/lib/oci/network_load_balancer/network_load_balancer.rb +76 -0
  3395. data/lib/oci/network_load_balancer/network_load_balancer_client.rb +2542 -0
  3396. data/lib/oci/network_load_balancer/network_load_balancer_client_composite_operations.rb +810 -0
  3397. data/lib/oci/network_load_balancer/util.rb +3 -0
  3398. data/lib/oci/nosql/models/change_table_compartment_details.rb +1 -1
  3399. data/lib/oci/nosql/models/column.rb +1 -1
  3400. data/lib/oci/nosql/models/create_index_details.rb +1 -1
  3401. data/lib/oci/nosql/models/create_table_details.rb +1 -1
  3402. data/lib/oci/nosql/models/delete_row_result.rb +1 -1
  3403. data/lib/oci/nosql/models/index.rb +1 -1
  3404. data/lib/oci/nosql/models/index_collection.rb +1 -1
  3405. data/lib/oci/nosql/models/index_key.rb +1 -1
  3406. data/lib/oci/nosql/models/index_summary.rb +1 -1
  3407. data/lib/oci/nosql/models/prepared_statement.rb +1 -1
  3408. data/lib/oci/nosql/models/query_details.rb +1 -1
  3409. data/lib/oci/nosql/models/query_result_collection.rb +1 -1
  3410. data/lib/oci/nosql/models/request_usage.rb +1 -1
  3411. data/lib/oci/nosql/models/row.rb +1 -1
  3412. data/lib/oci/nosql/models/schema.rb +1 -1
  3413. data/lib/oci/nosql/models/statement_summary.rb +1 -1
  3414. data/lib/oci/nosql/models/table.rb +1 -1
  3415. data/lib/oci/nosql/models/table_collection.rb +1 -1
  3416. data/lib/oci/nosql/models/table_limits.rb +1 -1
  3417. data/lib/oci/nosql/models/table_summary.rb +1 -1
  3418. data/lib/oci/nosql/models/table_usage_collection.rb +1 -1
  3419. data/lib/oci/nosql/models/table_usage_summary.rb +1 -1
  3420. data/lib/oci/nosql/models/update_row_details.rb +1 -1
  3421. data/lib/oci/nosql/models/update_row_result.rb +1 -1
  3422. data/lib/oci/nosql/models/update_table_details.rb +1 -1
  3423. data/lib/oci/nosql/models/work_request.rb +1 -1
  3424. data/lib/oci/nosql/models/work_request_collection.rb +1 -1
  3425. data/lib/oci/nosql/models/work_request_error.rb +1 -1
  3426. data/lib/oci/nosql/models/work_request_error_collection.rb +1 -1
  3427. data/lib/oci/nosql/models/work_request_log_entry.rb +1 -1
  3428. data/lib/oci/nosql/models/work_request_log_entry_collection.rb +1 -1
  3429. data/lib/oci/nosql/models/work_request_resource.rb +1 -1
  3430. data/lib/oci/nosql/models/work_request_summary.rb +1 -1
  3431. data/lib/oci/nosql/nosql.rb +1 -1
  3432. data/lib/oci/nosql/nosql_client.rb +1 -1
  3433. data/lib/oci/nosql/nosql_client_composite_operations.rb +1 -1
  3434. data/lib/oci/nosql/util.rb +1 -1
  3435. data/lib/oci/object_storage/models/archival_state.rb +12 -0
  3436. data/lib/oci/object_storage/models/bucket.rb +5 -5
  3437. data/lib/oci/object_storage/models/bucket_summary.rb +1 -1
  3438. data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +1 -1
  3439. data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +1 -1
  3440. data/lib/oci/object_storage/models/copy_object_details.rb +36 -6
  3441. data/lib/oci/object_storage/models/create_bucket_details.rb +1 -1
  3442. data/lib/oci/object_storage/models/create_multipart_upload_details.rb +32 -2
  3443. data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +29 -4
  3444. data/lib/oci/object_storage/models/create_replication_policy_details.rb +2 -2
  3445. data/lib/oci/object_storage/models/create_retention_rule_details.rb +3 -1
  3446. data/lib/oci/object_storage/models/duration.rb +1 -1
  3447. data/lib/oci/object_storage/models/list_objects.rb +2 -2
  3448. data/lib/oci/object_storage/models/multipart_upload.rb +40 -5
  3449. data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +1 -1
  3450. data/lib/oci/object_storage/models/namespace_metadata.rb +1 -1
  3451. data/lib/oci/object_storage/models/object_lifecycle_policy.rb +1 -1
  3452. data/lib/oci/object_storage/models/object_lifecycle_rule.rb +10 -6
  3453. data/lib/oci/object_storage/models/object_name_filter.rb +1 -1
  3454. data/lib/oci/object_storage/models/object_summary.rb +71 -2
  3455. data/lib/oci/object_storage/models/object_version_collection.rb +1 -1
  3456. data/lib/oci/object_storage/models/object_version_summary.rb +71 -2
  3457. data/lib/oci/object_storage/models/pattern_details.rb +1 -1
  3458. data/lib/oci/object_storage/models/preauthenticated_request.rb +40 -2
  3459. data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +21 -2
  3460. data/lib/oci/object_storage/models/put_object_lifecycle_policy_details.rb +1 -1
  3461. data/lib/oci/object_storage/models/reencrypt_object_details.rb +1 -1
  3462. data/lib/oci/object_storage/models/rename_object_details.rb +2 -2
  3463. data/lib/oci/object_storage/models/replication_policy.rb +1 -1
  3464. data/lib/oci/object_storage/models/replication_policy_summary.rb +1 -1
  3465. data/lib/oci/object_storage/models/replication_source.rb +1 -1
  3466. data/lib/oci/object_storage/models/restore_objects_details.rb +1 -1
  3467. data/lib/oci/object_storage/models/retention_rule.rb +1 -1
  3468. data/lib/oci/object_storage/models/retention_rule_collection.rb +1 -1
  3469. data/lib/oci/object_storage/models/retention_rule_details.rb +3 -1
  3470. data/lib/oci/object_storage/models/retention_rule_summary.rb +1 -1
  3471. data/lib/oci/object_storage/models/sse_customer_key_details.rb +1 -1
  3472. data/lib/oci/object_storage/models/storage_tier.rb +12 -0
  3473. data/lib/oci/object_storage/models/update_bucket_details.rb +1 -1
  3474. data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +1 -1
  3475. data/lib/oci/object_storage/models/update_object_storage_tier_details.rb +202 -0
  3476. data/lib/oci/object_storage/models/update_retention_rule_details.rb +3 -1
  3477. data/lib/oci/object_storage/models/work_request.rb +1 -1
  3478. data/lib/oci/object_storage/models/work_request_error.rb +1 -1
  3479. data/lib/oci/object_storage/models/work_request_log_entry.rb +1 -1
  3480. data/lib/oci/object_storage/models/work_request_resource.rb +1 -1
  3481. data/lib/oci/object_storage/models/work_request_resource_metadata_key.rb +1 -1
  3482. data/lib/oci/object_storage/models/work_request_summary.rb +1 -1
  3483. data/lib/oci/object_storage/object_storage.rb +4 -1
  3484. data/lib/oci/object_storage/object_storage_client.rb +236 -95
  3485. data/lib/oci/object_storage/object_storage_client_composite_operations.rb +1 -1
  3486. data/lib/oci/object_storage/transfer/multipart/internal/file_part_io_wrapper.rb +1 -1
  3487. data/lib/oci/object_storage/transfer/multipart/internal/multipart_upload_parts_collection.rb +1 -1
  3488. data/lib/oci/object_storage/transfer/multipart/internal/seekable_non_file_part_io_wrapper.rb +1 -1
  3489. data/lib/oci/object_storage/transfer/multipart/internal/stdin_part_io_wrapper.rb +1 -1
  3490. data/lib/oci/object_storage/transfer/multipart/multipart_object_assembler.rb +4 -1
  3491. data/lib/oci/object_storage/transfer/transfer.rb +1 -1
  3492. data/lib/oci/object_storage/transfer/upload_manager.rb +2 -1
  3493. data/lib/oci/object_storage/transfer/upload_manager_config.rb +1 -1
  3494. data/lib/oci/object_storage/util.rb +1 -1
  3495. data/lib/oci/oce/models/change_oce_instance_compartment_details.rb +1 -1
  3496. data/lib/oci/oce/models/create_oce_instance_details.rb +1 -1
  3497. data/lib/oci/oce/models/identity_stripe_details.rb +1 -1
  3498. data/lib/oci/oce/models/license_type.rb +1 -1
  3499. data/lib/oci/oce/models/oce_instance.rb +1 -1
  3500. data/lib/oci/oce/models/oce_instance_summary.rb +1 -1
  3501. data/lib/oci/oce/models/update_oce_instance_details.rb +29 -2
  3502. data/lib/oci/oce/models/work_request.rb +1 -1
  3503. data/lib/oci/oce/models/work_request_error.rb +1 -1
  3504. data/lib/oci/oce/models/work_request_log_entry.rb +1 -1
  3505. data/lib/oci/oce/models/work_request_resource.rb +1 -1
  3506. data/lib/oci/oce/models/workflow_monitor.rb +1 -1
  3507. data/lib/oci/oce/models/workflow_step.rb +1 -1
  3508. data/lib/oci/oce/oce.rb +1 -1
  3509. data/lib/oci/oce/oce_instance_client.rb +1 -1
  3510. data/lib/oci/oce/oce_instance_client_composite_operations.rb +1 -1
  3511. data/lib/oci/oce/util.rb +1 -1
  3512. data/lib/oci/ocvp/esxi_host_client.rb +2 -2
  3513. data/lib/oci/ocvp/esxi_host_client_composite_operations.rb +1 -1
  3514. data/lib/oci/ocvp/models/action_types.rb +1 -1
  3515. data/lib/oci/ocvp/models/change_sddc_compartment_details.rb +1 -1
  3516. data/lib/oci/ocvp/models/create_esxi_host_details.rb +1 -1
  3517. data/lib/oci/ocvp/models/create_sddc_details.rb +40 -7
  3518. data/lib/oci/ocvp/models/esxi_host.rb +1 -1
  3519. data/lib/oci/ocvp/models/esxi_host_collection.rb +1 -1
  3520. data/lib/oci/ocvp/models/esxi_host_summary.rb +1 -1
  3521. data/lib/oci/ocvp/models/lifecycle_states.rb +1 -1
  3522. data/lib/oci/ocvp/models/operation_status.rb +1 -1
  3523. data/lib/oci/ocvp/models/operation_types.rb +1 -1
  3524. data/lib/oci/ocvp/models/sddc.rb +63 -14
  3525. data/lib/oci/ocvp/models/sddc_collection.rb +1 -1
  3526. data/lib/oci/ocvp/models/sddc_summary.rb +2 -4
  3527. data/lib/oci/ocvp/models/sort_orders.rb +1 -1
  3528. data/lib/oci/ocvp/models/supported_vmware_software_version_collection.rb +1 -1
  3529. data/lib/oci/ocvp/models/supported_vmware_software_version_summary.rb +1 -1
  3530. data/lib/oci/ocvp/models/update_esxi_host_details.rb +1 -1
  3531. data/lib/oci/ocvp/models/update_sddc_details.rb +39 -6
  3532. data/lib/oci/ocvp/models/work_request.rb +1 -1
  3533. data/lib/oci/ocvp/models/work_request_collection.rb +1 -1
  3534. data/lib/oci/ocvp/models/work_request_error.rb +1 -1
  3535. data/lib/oci/ocvp/models/work_request_error_collection.rb +1 -1
  3536. data/lib/oci/ocvp/models/work_request_log_entry.rb +1 -1
  3537. data/lib/oci/ocvp/models/work_request_log_entry_collection.rb +1 -1
  3538. data/lib/oci/ocvp/models/work_request_resource.rb +1 -1
  3539. data/lib/oci/ocvp/ocvp.rb +1 -1
  3540. data/lib/oci/ocvp/sddc_client.rb +5 -3
  3541. data/lib/oci/ocvp/sddc_client_composite_operations.rb +1 -1
  3542. data/lib/oci/ocvp/util.rb +1 -1
  3543. data/lib/oci/ocvp/work_request_client.rb +2 -2
  3544. data/lib/oci/ocvp/work_request_client_composite_operations.rb +1 -1
  3545. data/lib/oci/oda/models/change_oda_instance_compartment_details.rb +1 -1
  3546. data/lib/oci/oda/models/create_oda_instance_details.rb +1 -1
  3547. data/lib/oci/oda/models/error_body.rb +1 -1
  3548. data/lib/oci/oda/models/oda_instance.rb +1 -1
  3549. data/lib/oci/oda/models/oda_instance_summary.rb +1 -1
  3550. data/lib/oci/oda/models/update_oda_instance_details.rb +1 -1
  3551. data/lib/oci/oda/models/work_request.rb +1 -1
  3552. data/lib/oci/oda/models/work_request_error.rb +1 -1
  3553. data/lib/oci/oda/models/work_request_log_entry.rb +1 -1
  3554. data/lib/oci/oda/models/work_request_resource.rb +1 -1
  3555. data/lib/oci/oda/models/work_request_summary.rb +1 -1
  3556. data/lib/oci/oda/oda.rb +1 -1
  3557. data/lib/oci/oda/oda_client.rb +1 -1
  3558. data/lib/oci/oda/oda_client_composite_operations.rb +1 -1
  3559. data/lib/oci/oda/util.rb +1 -1
  3560. data/lib/oci/ons/models/backoff_retry_policy.rb +1 -1
  3561. data/lib/oci/ons/models/change_compartment_details.rb +1 -1
  3562. data/lib/oci/ons/models/confirmation_result.rb +1 -1
  3563. data/lib/oci/ons/models/create_subscription_details.rb +3 -2
  3564. data/lib/oci/ons/models/create_topic_details.rb +1 -1
  3565. data/lib/oci/ons/models/delivery_policy.rb +1 -1
  3566. data/lib/oci/ons/models/message_details.rb +1 -2
  3567. data/lib/oci/ons/models/notification_topic.rb +17 -2
  3568. data/lib/oci/ons/models/notification_topic_summary.rb +17 -2
  3569. data/lib/oci/ons/models/publish_result.rb +1 -1
  3570. data/lib/oci/ons/models/subscription.rb +11 -1
  3571. data/lib/oci/ons/models/subscription_summary.rb +11 -1
  3572. data/lib/oci/ons/models/topic_attributes_details.rb +1 -1
  3573. data/lib/oci/ons/models/update_subscription_details.rb +1 -1
  3574. data/lib/oci/ons/notification_control_plane_client.rb +1 -1
  3575. data/lib/oci/ons/notification_control_plane_client_composite_operations.rb +1 -1
  3576. data/lib/oci/ons/notification_data_plane_client.rb +15 -7
  3577. data/lib/oci/ons/notification_data_plane_client_composite_operations.rb +1 -1
  3578. data/lib/oci/ons/ons.rb +1 -1
  3579. data/lib/oci/ons/util.rb +1 -1
  3580. data/lib/oci/opsi/models/database_details.rb +1 -1
  3581. data/lib/oci/opsi/models/database_insight_summary.rb +1 -1
  3582. data/lib/oci/opsi/models/database_insights.rb +1 -1
  3583. data/lib/oci/opsi/models/database_insights_collection.rb +1 -1
  3584. data/lib/oci/opsi/models/historical_data_item.rb +1 -1
  3585. data/lib/oci/opsi/models/ingest_sql_bucket_details.rb +1 -1
  3586. data/lib/oci/opsi/models/ingest_sql_bucket_response_details.rb +1 -1
  3587. data/lib/oci/opsi/models/ingest_sql_plan_lines_details.rb +1 -1
  3588. data/lib/oci/opsi/models/ingest_sql_plan_lines_response_details.rb +1 -1
  3589. data/lib/oci/opsi/models/ingest_sql_text_details.rb +1 -1
  3590. data/lib/oci/opsi/models/ingest_sql_text_response_details.rb +1 -1
  3591. data/lib/oci/opsi/models/projected_data_item.rb +1 -1
  3592. data/lib/oci/opsi/models/resource_capacity_trend_aggregation.rb +1 -1
  3593. data/lib/oci/opsi/models/resource_insight_current_utilization.rb +1 -1
  3594. data/lib/oci/opsi/models/resource_insight_projected_utilization.rb +1 -1
  3595. data/lib/oci/opsi/models/resource_insight_projected_utilization_item.rb +1 -1
  3596. data/lib/oci/opsi/models/resource_statistics.rb +1 -1
  3597. data/lib/oci/opsi/models/resource_statistics_aggregation.rb +1 -1
  3598. data/lib/oci/opsi/models/resource_usage_trend_aggregation.rb +1 -1
  3599. data/lib/oci/opsi/models/sort_order.rb +1 -1
  3600. data/lib/oci/opsi/models/sql_bucket.rb +1 -1
  3601. data/lib/oci/opsi/models/sql_insight_aggregation.rb +1 -1
  3602. data/lib/oci/opsi/models/sql_insight_aggregation_collection.rb +1 -1
  3603. data/lib/oci/opsi/models/sql_insight_thresholds.rb +1 -1
  3604. data/lib/oci/opsi/models/sql_inventory.rb +1 -1
  3605. data/lib/oci/opsi/models/sql_plan_collection.rb +1 -1
  3606. data/lib/oci/opsi/models/sql_plan_insight_aggregation.rb +1 -1
  3607. data/lib/oci/opsi/models/sql_plan_insight_aggregation_collection.rb +1 -1
  3608. data/lib/oci/opsi/models/sql_plan_insights.rb +1 -1
  3609. data/lib/oci/opsi/models/sql_plan_line.rb +1 -1
  3610. data/lib/oci/opsi/models/sql_plan_summary.rb +1 -1
  3611. data/lib/oci/opsi/models/sql_response_time_distribution_aggregation.rb +1 -1
  3612. data/lib/oci/opsi/models/sql_response_time_distribution_aggregation_collection.rb +1 -1
  3613. data/lib/oci/opsi/models/sql_search_collection.rb +1 -1
  3614. data/lib/oci/opsi/models/sql_search_summary.rb +1 -1
  3615. data/lib/oci/opsi/models/sql_statistic_aggregation.rb +1 -1
  3616. data/lib/oci/opsi/models/sql_statistic_aggregation_collection.rb +1 -1
  3617. data/lib/oci/opsi/models/sql_statistics.rb +1 -1
  3618. data/lib/oci/opsi/models/sql_statistics_time_series.rb +1 -1
  3619. data/lib/oci/opsi/models/sql_statistics_time_series_aggregation.rb +1 -1
  3620. data/lib/oci/opsi/models/sql_statistics_time_series_aggregation_collection.rb +1 -1
  3621. data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation.rb +1 -1
  3622. data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.rb +1 -1
  3623. data/lib/oci/opsi/models/sql_text.rb +1 -1
  3624. data/lib/oci/opsi/models/sql_text_collection.rb +1 -1
  3625. data/lib/oci/opsi/models/sql_text_summary.rb +1 -1
  3626. data/lib/oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.rb +1 -1
  3627. data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +1 -1
  3628. data/lib/oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.rb +1 -1
  3629. data/lib/oci/opsi/models/summarize_database_insight_resource_usage_aggregation.rb +1 -1
  3630. data/lib/oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.rb +1 -1
  3631. data/lib/oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.rb +1 -1
  3632. data/lib/oci/opsi/models/usage_unit.rb +1 -1
  3633. data/lib/oci/opsi/operations_insights_client.rb +1 -1
  3634. data/lib/oci/opsi/operations_insights_client_composite_operations.rb +1 -1
  3635. data/lib/oci/opsi/opsi.rb +1 -1
  3636. data/lib/oci/opsi/util.rb +1 -1
  3637. data/lib/oci/optimizer/models/action.rb +1 -3
  3638. data/lib/oci/optimizer/models/action_type.rb +1 -1
  3639. data/lib/oci/optimizer/models/bulk_apply_recommendations_details.rb +16 -3
  3640. data/lib/oci/optimizer/models/bulk_apply_resource_action.rb +225 -0
  3641. data/lib/oci/optimizer/models/category.rb +3 -5
  3642. data/lib/oci/optimizer/models/category_collection.rb +1 -1
  3643. data/lib/oci/optimizer/models/category_summary.rb +3 -5
  3644. data/lib/oci/optimizer/models/create_profile_details.rb +33 -9
  3645. data/lib/oci/optimizer/models/enrollment_status.rb +1 -3
  3646. data/lib/oci/optimizer/models/enrollment_status_collection.rb +1 -1
  3647. data/lib/oci/optimizer/models/enrollment_status_summary.rb +1 -3
  3648. data/lib/oci/optimizer/models/history_collection.rb +1 -1
  3649. data/lib/oci/optimizer/models/history_summary.rb +1 -3
  3650. data/lib/oci/optimizer/models/importance.rb +1 -1
  3651. data/lib/oci/optimizer/models/level_configuration.rb +1 -1
  3652. data/lib/oci/optimizer/models/levels_configuration.rb +1 -1
  3653. data/lib/oci/optimizer/models/lifecycle_state.rb +1 -1
  3654. data/lib/oci/optimizer/models/operation_status.rb +1 -1
  3655. data/lib/oci/optimizer/models/operation_type.rb +1 -1
  3656. data/lib/oci/optimizer/models/optimizer_enrollment_status.rb +1 -1
  3657. data/lib/oci/optimizer/models/profile.rb +30 -6
  3658. data/lib/oci/optimizer/models/profile_collection.rb +1 -1
  3659. data/lib/oci/optimizer/models/profile_summary.rb +28 -2
  3660. data/lib/oci/optimizer/models/recommendation.rb +1 -3
  3661. data/lib/oci/optimizer/models/recommendation_collection.rb +1 -1
  3662. data/lib/oci/optimizer/models/recommendation_count.rb +1 -1
  3663. data/lib/oci/optimizer/models/recommendation_strategy_collection.rb +151 -0
  3664. data/lib/oci/optimizer/models/recommendation_strategy_summary.rb +161 -0
  3665. data/lib/oci/optimizer/models/recommendation_summary.rb +1 -3
  3666. data/lib/oci/optimizer/models/resource_action.rb +1 -3
  3667. data/lib/oci/optimizer/models/resource_action_collection.rb +1 -1
  3668. data/lib/oci/optimizer/models/resource_action_summary.rb +1 -3
  3669. data/lib/oci/optimizer/models/resource_count.rb +1 -1
  3670. data/lib/oci/optimizer/models/sort_order.rb +1 -1
  3671. data/lib/oci/optimizer/models/status.rb +1 -1
  3672. data/lib/oci/optimizer/models/strategy.rb +183 -0
  3673. data/lib/oci/optimizer/models/strategy_parameter.rb +235 -0
  3674. data/lib/oci/optimizer/models/strategy_parameter_type.rb +13 -0
  3675. data/lib/oci/optimizer/models/supported_level.rb +1 -1
  3676. data/lib/oci/optimizer/models/supported_levels.rb +1 -1
  3677. data/lib/oci/optimizer/models/tag_value_type.rb +11 -0
  3678. data/lib/oci/optimizer/models/target_compartments.rb +151 -0
  3679. data/lib/oci/optimizer/models/target_tag.rb +217 -0
  3680. data/lib/oci/optimizer/models/target_tags.rb +151 -0
  3681. data/lib/oci/optimizer/models/update_enrollment_status_details.rb +1 -3
  3682. data/lib/oci/optimizer/models/update_profile_details.rb +42 -8
  3683. data/lib/oci/optimizer/models/update_recommendation_details.rb +1 -1
  3684. data/lib/oci/optimizer/models/update_resource_action_details.rb +1 -1
  3685. data/lib/oci/optimizer/models/work_request.rb +1 -1
  3686. data/lib/oci/optimizer/models/work_request_action_type.rb +1 -1
  3687. data/lib/oci/optimizer/models/work_request_collection.rb +1 -1
  3688. data/lib/oci/optimizer/models/work_request_error.rb +1 -1
  3689. data/lib/oci/optimizer/models/work_request_error_collection.rb +1 -1
  3690. data/lib/oci/optimizer/models/work_request_log_entry.rb +1 -1
  3691. data/lib/oci/optimizer/models/work_request_log_entry_collection.rb +1 -1
  3692. data/lib/oci/optimizer/models/work_request_resource.rb +1 -1
  3693. data/lib/oci/optimizer/optimizer.rb +11 -1
  3694. data/lib/oci/optimizer/optimizer_client.rb +87 -1
  3695. data/lib/oci/optimizer/optimizer_client_composite_operations.rb +1 -1
  3696. data/lib/oci/optimizer/util.rb +1 -1
  3697. data/lib/oci/os_management/models/add_packages_to_software_source_details.rb +1 -1
  3698. data/lib/oci/os_management/models/api_error.rb +1 -1
  3699. data/lib/oci/os_management/models/arch_types.rb +1 -1
  3700. data/lib/oci/os_management/models/attach_child_software_source_to_managed_instance_details.rb +1 -1
  3701. data/lib/oci/os_management/models/attach_parent_software_source_to_managed_instance_details.rb +1 -1
  3702. data/lib/oci/os_management/models/available_software_source_summary.rb +1 -1
  3703. data/lib/oci/os_management/models/available_update_summary.rb +1 -1
  3704. data/lib/oci/os_management/models/available_windows_update_summary.rb +1 -1
  3705. data/lib/oci/os_management/models/change_managed_instance_group_compartment_details.rb +1 -1
  3706. data/lib/oci/os_management/models/change_scheduled_job_compartment_details.rb +1 -1
  3707. data/lib/oci/os_management/models/change_software_source_compartment_details.rb +1 -1
  3708. data/lib/oci/os_management/models/checksum_types.rb +1 -1
  3709. data/lib/oci/os_management/models/create_managed_instance_group_details.rb +1 -1
  3710. data/lib/oci/os_management/models/create_scheduled_job_details.rb +1 -1
  3711. data/lib/oci/os_management/models/create_software_source_details.rb +1 -1
  3712. data/lib/oci/os_management/models/detach_child_software_source_from_managed_instance_details.rb +1 -1
  3713. data/lib/oci/os_management/models/detach_parent_software_source_from_managed_instance_details.rb +1 -1
  3714. data/lib/oci/os_management/models/erratum.rb +1 -1
  3715. data/lib/oci/os_management/models/erratum_summary.rb +13 -6
  3716. data/lib/oci/os_management/models/id.rb +1 -1
  3717. data/lib/oci/os_management/models/installable_package_summary.rb +1 -1
  3718. data/lib/oci/os_management/models/installed_package_summary.rb +12 -2
  3719. data/lib/oci/os_management/models/installed_windows_update_summary.rb +1 -1
  3720. data/lib/oci/os_management/models/interval_types.rb +1 -1
  3721. data/lib/oci/os_management/models/is_eligible_for_installation.rb +1 -1
  3722. data/lib/oci/os_management/models/lifecycle_states.rb +1 -1
  3723. data/lib/oci/os_management/models/managed_instance.rb +89 -5
  3724. data/lib/oci/os_management/models/managed_instance_group.rb +1 -1
  3725. data/lib/oci/os_management/models/managed_instance_group_summary.rb +1 -1
  3726. data/lib/oci/os_management/models/managed_instance_summary.rb +1 -1
  3727. data/lib/oci/os_management/models/operation_status.rb +1 -1
  3728. data/lib/oci/os_management/models/operation_types.rb +1 -1
  3729. data/lib/oci/os_management/models/os_families.rb +1 -1
  3730. data/lib/oci/os_management/models/package_name.rb +1 -1
  3731. data/lib/oci/os_management/models/package_update_types.rb +1 -1
  3732. data/lib/oci/os_management/models/recurrence.rb +1 -1
  3733. data/lib/oci/os_management/models/remove_packages_from_software_source_details.rb +1 -1
  3734. data/lib/oci/os_management/models/schedule_types.rb +1 -1
  3735. data/lib/oci/os_management/models/scheduled_job.rb +1 -1
  3736. data/lib/oci/os_management/models/scheduled_job_summary.rb +1 -1
  3737. data/lib/oci/os_management/models/software_package.rb +1 -1
  3738. data/lib/oci/os_management/models/software_package_dependency.rb +1 -1
  3739. data/lib/oci/os_management/models/software_package_file.rb +1 -1
  3740. data/lib/oci/os_management/models/software_package_search_summary.rb +1 -1
  3741. data/lib/oci/os_management/models/software_package_summary.rb +1 -1
  3742. data/lib/oci/os_management/models/software_source.rb +1 -1
  3743. data/lib/oci/os_management/models/software_source_id.rb +1 -1
  3744. data/lib/oci/os_management/models/software_source_summary.rb +1 -1
  3745. data/lib/oci/os_management/models/update_managed_instance_group_details.rb +1 -1
  3746. data/lib/oci/os_management/models/update_scheduled_job_details.rb +1 -1
  3747. data/lib/oci/os_management/models/update_software_source_details.rb +1 -1
  3748. data/lib/oci/os_management/models/update_types.rb +1 -1
  3749. data/lib/oci/os_management/models/windows_update.rb +1 -1
  3750. data/lib/oci/os_management/models/windows_update_summary.rb +1 -1
  3751. data/lib/oci/os_management/models/work_request.rb +1 -1
  3752. data/lib/oci/os_management/models/work_request_error.rb +1 -1
  3753. data/lib/oci/os_management/models/work_request_log_entry.rb +1 -1
  3754. data/lib/oci/os_management/models/work_request_resource.rb +1 -1
  3755. data/lib/oci/os_management/models/work_request_summary.rb +1 -1
  3756. data/lib/oci/os_management/os_management.rb +1 -2
  3757. data/lib/oci/os_management/os_management_client.rb +172 -1
  3758. data/lib/oci/os_management/os_management_client_composite_operations.rb +1 -1
  3759. data/lib/oci/os_management/util.rb +1 -1
  3760. data/lib/oci/regions.rb +1 -1
  3761. data/lib/oci/resource_manager/models/apply_job_operation_details.rb +1 -1
  3762. data/lib/oci/resource_manager/models/apply_job_operation_details_summary.rb +1 -1
  3763. data/lib/oci/resource_manager/models/apply_job_plan_resolution.rb +1 -1
  3764. data/lib/oci/resource_manager/models/change_configuration_source_provider_compartment_details.rb +1 -1
  3765. data/lib/oci/resource_manager/models/change_stack_compartment_details.rb +1 -1
  3766. data/lib/oci/resource_manager/models/change_template_compartment_details.rb +157 -0
  3767. data/lib/oci/resource_manager/models/compartment_config_source.rb +1 -1
  3768. data/lib/oci/resource_manager/models/config_source.rb +1 -1
  3769. data/lib/oci/resource_manager/models/config_source_record.rb +1 -1
  3770. data/lib/oci/resource_manager/models/configuration_source_provider.rb +1 -1
  3771. data/lib/oci/resource_manager/models/configuration_source_provider_collection.rb +1 -1
  3772. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +1 -1
  3773. data/lib/oci/resource_manager/models/create_apply_job_operation_details.rb +1 -1
  3774. data/lib/oci/resource_manager/models/create_compartment_config_source_details.rb +1 -1
  3775. data/lib/oci/resource_manager/models/create_config_source_details.rb +2 -1
  3776. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +1 -1
  3777. data/lib/oci/resource_manager/models/create_destroy_job_operation_details.rb +1 -1
  3778. data/lib/oci/resource_manager/models/create_git_config_source_details.rb +1 -1
  3779. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +1 -1
  3780. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +1 -1
  3781. data/lib/oci/resource_manager/models/create_import_tf_state_job_operation_details.rb +1 -1
  3782. data/lib/oci/resource_manager/models/create_job_details.rb +1 -1
  3783. data/lib/oci/resource_manager/models/create_job_operation_details.rb +1 -1
  3784. data/lib/oci/resource_manager/models/create_plan_job_operation_details.rb +1 -1
  3785. data/lib/oci/resource_manager/models/create_stack_details.rb +1 -1
  3786. data/lib/oci/resource_manager/models/create_stack_template_config_source_details.rb +167 -0
  3787. data/lib/oci/resource_manager/models/create_template_config_source_details.rb +172 -0
  3788. data/lib/oci/resource_manager/models/create_template_details.rb +255 -0
  3789. data/lib/oci/resource_manager/models/create_template_zip_upload_config_source_details.rb +163 -0
  3790. data/lib/oci/resource_manager/models/create_zip_upload_config_source_details.rb +1 -1
  3791. data/lib/oci/resource_manager/models/destroy_job_operation_details.rb +1 -1
  3792. data/lib/oci/resource_manager/models/destroy_job_operation_details_summary.rb +1 -1
  3793. data/lib/oci/resource_manager/models/detect_stack_drift_details.rb +159 -0
  3794. data/lib/oci/resource_manager/models/failure_details.rb +1 -1
  3795. data/lib/oci/resource_manager/models/git_config_source.rb +1 -1
  3796. data/lib/oci/resource_manager/models/git_config_source_record.rb +1 -1
  3797. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +1 -1
  3798. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +1 -1
  3799. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +1 -1
  3800. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +1 -1
  3801. data/lib/oci/resource_manager/models/import_tf_state_job_operation_details.rb +1 -1
  3802. data/lib/oci/resource_manager/models/import_tf_state_job_operation_details_summary.rb +1 -1
  3803. data/lib/oci/resource_manager/models/job.rb +1 -1
  3804. data/lib/oci/resource_manager/models/job_operation_details.rb +1 -1
  3805. data/lib/oci/resource_manager/models/job_operation_details_summary.rb +1 -1
  3806. data/lib/oci/resource_manager/models/job_summary.rb +1 -1
  3807. data/lib/oci/resource_manager/models/log_entry.rb +1 -1
  3808. data/lib/oci/resource_manager/models/plan_job_operation_details.rb +1 -1
  3809. data/lib/oci/resource_manager/models/plan_job_operation_details_summary.rb +1 -1
  3810. data/lib/oci/resource_manager/models/resource_discovery_service_collection.rb +1 -1
  3811. data/lib/oci/resource_manager/models/resource_discovery_service_summary.rb +1 -1
  3812. data/lib/oci/resource_manager/models/stack.rb +1 -1
  3813. data/lib/oci/resource_manager/models/stack_resource_drift_collection.rb +1 -1
  3814. data/lib/oci/resource_manager/models/stack_resource_drift_summary.rb +1 -1
  3815. data/lib/oci/resource_manager/models/stack_summary.rb +1 -1
  3816. data/lib/oci/resource_manager/models/template.rb +315 -0
  3817. data/lib/oci/resource_manager/models/template_category_summary.rb +165 -0
  3818. data/lib/oci/resource_manager/models/template_category_summary_collection.rb +151 -0
  3819. data/lib/oci/resource_manager/models/template_config_source.rb +191 -0
  3820. data/lib/oci/resource_manager/models/template_summary.rb +223 -0
  3821. data/lib/oci/resource_manager/models/template_summary_collection.rb +151 -0
  3822. data/lib/oci/resource_manager/models/template_zip_upload_config_source.rb +146 -0
  3823. data/lib/oci/resource_manager/models/terraform_version_collection.rb +1 -1
  3824. data/lib/oci/resource_manager/models/terraform_version_summary.rb +1 -1
  3825. data/lib/oci/resource_manager/models/update_config_source_details.rb +1 -1
  3826. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +1 -1
  3827. data/lib/oci/resource_manager/models/update_git_config_source_details.rb +1 -1
  3828. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +1 -1
  3829. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +1 -1
  3830. data/lib/oci/resource_manager/models/update_job_details.rb +1 -1
  3831. data/lib/oci/resource_manager/models/update_stack_details.rb +1 -1
  3832. data/lib/oci/resource_manager/models/update_template_config_source_details.rb +172 -0
  3833. data/lib/oci/resource_manager/models/update_template_details.rb +240 -0
  3834. data/lib/oci/resource_manager/models/update_template_zip_upload_config_source_details.rb +161 -0
  3835. data/lib/oci/resource_manager/models/update_zip_upload_config_source_details.rb +1 -1
  3836. data/lib/oci/resource_manager/models/work_request.rb +1 -1
  3837. data/lib/oci/resource_manager/models/work_request_error.rb +1 -1
  3838. data/lib/oci/resource_manager/models/work_request_log_entry.rb +1 -1
  3839. data/lib/oci/resource_manager/models/work_request_resource.rb +1 -1
  3840. data/lib/oci/resource_manager/models/work_request_summary.rb +1 -1
  3841. data/lib/oci/resource_manager/models/zip_upload_config_source.rb +1 -1
  3842. data/lib/oci/resource_manager/models/zip_upload_config_source_record.rb +1 -1
  3843. data/lib/oci/resource_manager/resource_manager.rb +17 -1
  3844. data/lib/oci/resource_manager/resource_manager_client.rb +734 -56
  3845. data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +121 -1
  3846. data/lib/oci/resource_manager/util.rb +1 -1
  3847. data/lib/oci/resource_search/models/free_text_search_details.rb +1 -1
  3848. data/lib/oci/resource_search/models/queryable_field_description.rb +1 -1
  3849. data/lib/oci/resource_search/models/resource_summary.rb +1 -1
  3850. data/lib/oci/resource_search/models/resource_summary_collection.rb +1 -1
  3851. data/lib/oci/resource_search/models/resource_type.rb +1 -1
  3852. data/lib/oci/resource_search/models/search_context.rb +1 -1
  3853. data/lib/oci/resource_search/models/search_details.rb +1 -1
  3854. data/lib/oci/resource_search/models/structured_search_details.rb +1 -1
  3855. data/lib/oci/resource_search/resource_search.rb +1 -1
  3856. data/lib/oci/resource_search/resource_search_client.rb +4 -3
  3857. data/lib/oci/resource_search/resource_search_client_composite_operations.rb +1 -1
  3858. data/lib/oci/resource_search/util.rb +1 -1
  3859. data/lib/oci/response.rb +1 -1
  3860. data/lib/oci/response_headers.rb +1 -1
  3861. data/lib/oci/retry/functions/should_retry_on_error.rb +1 -1
  3862. data/lib/oci/retry/functions/sleep.rb +1 -1
  3863. data/lib/oci/retry/internal/retry_state.rb +1 -1
  3864. data/lib/oci/retry/retry.rb +1 -1
  3865. data/lib/oci/retry/retry_config.rb +1 -1
  3866. data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +1 -1
  3867. data/lib/oci/rover/models/change_rover_entitlement_compartment_details.rb +1 -1
  3868. data/lib/oci/rover/models/change_rover_node_compartment_details.rb +1 -1
  3869. data/lib/oci/rover/models/create_rover_cluster_details.rb +1 -1
  3870. data/lib/oci/rover/models/create_rover_entitlement_details.rb +1 -1
  3871. data/lib/oci/rover/models/create_rover_node_details.rb +1 -1
  3872. data/lib/oci/rover/models/enclosure_type.rb +1 -1
  3873. data/lib/oci/rover/models/lifecycle_state.rb +1 -1
  3874. data/lib/oci/rover/models/node_type.rb +1 -1
  3875. data/lib/oci/rover/models/rover_cluster.rb +1 -1
  3876. data/lib/oci/rover/models/rover_cluster_certificate.rb +1 -1
  3877. data/lib/oci/rover/models/rover_cluster_collection.rb +1 -1
  3878. data/lib/oci/rover/models/rover_cluster_summary.rb +1 -1
  3879. data/lib/oci/rover/models/rover_entitlement.rb +1 -1
  3880. data/lib/oci/rover/models/rover_entitlement_collection.rb +1 -1
  3881. data/lib/oci/rover/models/rover_entitlement_summary.rb +1 -1
  3882. data/lib/oci/rover/models/rover_node.rb +1 -1
  3883. data/lib/oci/rover/models/rover_node_action_set_key_details.rb +1 -1
  3884. data/lib/oci/rover/models/rover_node_certificate.rb +1 -1
  3885. data/lib/oci/rover/models/rover_node_collection.rb +1 -1
  3886. data/lib/oci/rover/models/rover_node_encryption_key.rb +1 -1
  3887. data/lib/oci/rover/models/rover_node_get_rpt.rb +1 -1
  3888. data/lib/oci/rover/models/rover_node_set_key.rb +1 -1
  3889. data/lib/oci/rover/models/rover_node_summary.rb +1 -1
  3890. data/lib/oci/rover/models/rover_workload.rb +1 -1
  3891. data/lib/oci/rover/models/shipping_address.rb +1 -1
  3892. data/lib/oci/rover/models/sort_orders.rb +1 -1
  3893. data/lib/oci/rover/models/update_rover_cluster_details.rb +1 -1
  3894. data/lib/oci/rover/models/update_rover_entitlement_details.rb +1 -1
  3895. data/lib/oci/rover/models/update_rover_node_details.rb +1 -1
  3896. data/lib/oci/rover/rover.rb +1 -1
  3897. data/lib/oci/rover/rover_cluster_client.rb +1 -1
  3898. data/lib/oci/rover/rover_cluster_client_composite_operations.rb +1 -1
  3899. data/lib/oci/rover/rover_entitlement_client.rb +1 -1
  3900. data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +1 -1
  3901. data/lib/oci/rover/rover_node_client.rb +1 -1
  3902. data/lib/oci/rover/rover_node_client_composite_operations.rb +1 -1
  3903. data/lib/oci/rover/util.rb +1 -1
  3904. data/lib/oci/sch/models/action_type.rb +1 -1
  3905. data/lib/oci/sch/models/change_service_connector_compartment_details.rb +1 -1
  3906. data/lib/oci/sch/models/create_service_connector_details.rb +1 -1
  3907. data/lib/oci/sch/models/functions_target_details.rb +2 -2
  3908. data/lib/oci/sch/models/lifecycle_state.rb +1 -1
  3909. data/lib/oci/sch/models/log_rule_task_details.rb +1 -1
  3910. data/lib/oci/sch/models/log_source.rb +1 -1
  3911. data/lib/oci/sch/models/logging_analytics_target_details.rb +164 -0
  3912. data/lib/oci/sch/models/logging_source_details.rb +1 -1
  3913. data/lib/oci/sch/models/monitoring_target_details.rb +2 -2
  3914. data/lib/oci/sch/models/notifications_target_details.rb +23 -6
  3915. data/lib/oci/sch/models/object_storage_target_details.rb +36 -6
  3916. data/lib/oci/sch/models/operation_status.rb +1 -1
  3917. data/lib/oci/sch/models/operation_type.rb +1 -1
  3918. data/lib/oci/sch/models/service_connector.rb +1 -1
  3919. data/lib/oci/sch/models/service_connector_collection.rb +1 -1
  3920. data/lib/oci/sch/models/service_connector_summary.rb +1 -1
  3921. data/lib/oci/sch/models/sort_order.rb +1 -1
  3922. data/lib/oci/sch/models/source_details.rb +1 -1
  3923. data/lib/oci/sch/models/streaming_target_details.rb +2 -2
  3924. data/lib/oci/sch/models/target_details.rb +6 -4
  3925. data/lib/oci/sch/models/task_details.rb +1 -1
  3926. data/lib/oci/sch/models/update_service_connector_details.rb +1 -1
  3927. data/lib/oci/sch/models/work_request.rb +1 -1
  3928. data/lib/oci/sch/models/work_request_collection.rb +1 -1
  3929. data/lib/oci/sch/models/work_request_error.rb +1 -1
  3930. data/lib/oci/sch/models/work_request_error_collection.rb +1 -1
  3931. data/lib/oci/sch/models/work_request_log_entry.rb +1 -1
  3932. data/lib/oci/sch/models/work_request_log_entry_collection.rb +1 -1
  3933. data/lib/oci/sch/models/work_request_resource.rb +1 -1
  3934. data/lib/oci/sch/sch.rb +2 -1
  3935. data/lib/oci/sch/service_connector_client.rb +1 -1
  3936. data/lib/oci/sch/service_connector_client_composite_operations.rb +1 -1
  3937. data/lib/oci/sch/util.rb +1 -1
  3938. data/lib/oci/secrets/models/base64_secret_bundle_content_details.rb +1 -1
  3939. data/lib/oci/secrets/models/secret_bundle.rb +1 -1
  3940. data/lib/oci/secrets/models/secret_bundle_content_details.rb +1 -1
  3941. data/lib/oci/secrets/models/secret_bundle_version_summary.rb +1 -1
  3942. data/lib/oci/secrets/secrets.rb +1 -1
  3943. data/lib/oci/secrets/secrets_client.rb +1 -1
  3944. data/lib/oci/secrets/secrets_client_composite_operations.rb +1 -1
  3945. data/lib/oci/secrets/util.rb +1 -1
  3946. data/lib/oci/signer.rb +1 -1
  3947. data/lib/oci/streaming/models/change_connect_harness_compartment_details.rb +1 -1
  3948. data/lib/oci/streaming/models/change_stream_compartment_details.rb +1 -1
  3949. data/lib/oci/streaming/models/change_stream_pool_compartment_details.rb +1 -1
  3950. data/lib/oci/streaming/models/connect_harness.rb +1 -1
  3951. data/lib/oci/streaming/models/connect_harness_summary.rb +1 -1
  3952. data/lib/oci/streaming/models/create_connect_harness_details.rb +1 -1
  3953. data/lib/oci/streaming/models/create_cursor_details.rb +1 -1
  3954. data/lib/oci/streaming/models/create_group_cursor_details.rb +1 -1
  3955. data/lib/oci/streaming/models/create_stream_details.rb +1 -1
  3956. data/lib/oci/streaming/models/create_stream_pool_details.rb +1 -1
  3957. data/lib/oci/streaming/models/cursor.rb +1 -1
  3958. data/lib/oci/streaming/models/custom_encryption_key.rb +1 -1
  3959. data/lib/oci/streaming/models/custom_encryption_key_details.rb +1 -1
  3960. data/lib/oci/streaming/models/group.rb +1 -1
  3961. data/lib/oci/streaming/models/kafka_settings.rb +1 -1
  3962. data/lib/oci/streaming/models/message.rb +1 -1
  3963. data/lib/oci/streaming/models/partition_reservation.rb +1 -1
  3964. data/lib/oci/streaming/models/private_endpoint_details.rb +1 -1
  3965. data/lib/oci/streaming/models/private_endpoint_settings.rb +1 -1
  3966. data/lib/oci/streaming/models/put_messages_details.rb +1 -1
  3967. data/lib/oci/streaming/models/put_messages_details_entry.rb +1 -1
  3968. data/lib/oci/streaming/models/put_messages_result.rb +1 -1
  3969. data/lib/oci/streaming/models/put_messages_result_entry.rb +1 -1
  3970. data/lib/oci/streaming/models/stream.rb +1 -1
  3971. data/lib/oci/streaming/models/stream_pool.rb +1 -1
  3972. data/lib/oci/streaming/models/stream_pool_summary.rb +1 -1
  3973. data/lib/oci/streaming/models/stream_summary.rb +1 -1
  3974. data/lib/oci/streaming/models/update_connect_harness_details.rb +1 -1
  3975. data/lib/oci/streaming/models/update_group_details.rb +1 -1
  3976. data/lib/oci/streaming/models/update_stream_details.rb +1 -1
  3977. data/lib/oci/streaming/models/update_stream_pool_details.rb +1 -1
  3978. data/lib/oci/streaming/stream_admin_client.rb +1 -1
  3979. data/lib/oci/streaming/stream_admin_client_composite_operations.rb +1 -1
  3980. data/lib/oci/streaming/stream_client.rb +1 -1
  3981. data/lib/oci/streaming/stream_client_composite_operations.rb +1 -1
  3982. data/lib/oci/streaming/streaming.rb +1 -1
  3983. data/lib/oci/streaming/util.rb +1 -1
  3984. data/lib/oci/tenant_manager_control_plane/domain_client.rb +435 -0
  3985. data/lib/oci/tenant_manager_control_plane/domain_client_composite_operations.rb +154 -0
  3986. data/lib/oci/tenant_manager_control_plane/domain_governance_client.rb +431 -0
  3987. data/lib/oci/tenant_manager_control_plane/domain_governance_client_composite_operations.rb +144 -0
  3988. data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -3
  3989. data/lib/oci/tenant_manager_control_plane/link_client_composite_operations.rb +1 -1
  3990. data/lib/oci/tenant_manager_control_plane/models/action_type.rb +1 -1
  3991. data/lib/oci/tenant_manager_control_plane/models/create_domain_details.rb +228 -0
  3992. data/lib/oci/tenant_manager_control_plane/models/create_domain_governance_details.rb +242 -0
  3993. data/lib/oci/tenant_manager_control_plane/models/create_sender_invitation_details.rb +2 -2
  3994. data/lib/oci/tenant_manager_control_plane/models/domain.rb +338 -0
  3995. data/lib/oci/tenant_manager_control_plane/models/domain_collection.rb +150 -0
  3996. data/lib/oci/tenant_manager_control_plane/models/domain_governance.rb +344 -0
  3997. data/lib/oci/tenant_manager_control_plane/models/domain_governance_collection.rb +150 -0
  3998. data/lib/oci/tenant_manager_control_plane/models/domain_governance_summary.rb +324 -0
  3999. data/lib/oci/tenant_manager_control_plane/models/domain_summary.rb +292 -0
  4000. data/lib/oci/tenant_manager_control_plane/models/lifecycle_state.rb +1 -1
  4001. data/lib/oci/tenant_manager_control_plane/models/link.rb +1 -1
  4002. data/lib/oci/tenant_manager_control_plane/models/link_collection.rb +1 -1
  4003. data/lib/oci/tenant_manager_control_plane/models/link_summary.rb +1 -1
  4004. data/lib/oci/tenant_manager_control_plane/models/operation_status.rb +1 -1
  4005. data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +1 -1
  4006. data/lib/oci/tenant_manager_control_plane/models/recipient_invitation.rb +2 -2
  4007. data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_collection.rb +1 -1
  4008. data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_status.rb +1 -1
  4009. data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_summary.rb +2 -2
  4010. data/lib/oci/tenant_manager_control_plane/models/sender_invitation.rb +2 -2
  4011. data/lib/oci/tenant_manager_control_plane/models/sender_invitation_collection.rb +1 -1
  4012. data/lib/oci/tenant_manager_control_plane/models/sender_invitation_status.rb +1 -1
  4013. data/lib/oci/tenant_manager_control_plane/models/sender_invitation_summary.rb +2 -2
  4014. data/lib/oci/tenant_manager_control_plane/models/sort_order.rb +1 -1
  4015. data/lib/oci/tenant_manager_control_plane/models/update_domain_details.rb +172 -0
  4016. data/lib/oci/tenant_manager_control_plane/models/update_domain_governance_details.rb +200 -0
  4017. data/lib/oci/tenant_manager_control_plane/models/update_recipient_invitation_details.rb +2 -2
  4018. data/lib/oci/tenant_manager_control_plane/models/update_sender_invitation_details.rb +2 -2
  4019. data/lib/oci/tenant_manager_control_plane/models/work_request.rb +3 -6
  4020. data/lib/oci/tenant_manager_control_plane/models/work_request_collection.rb +1 -1
  4021. data/lib/oci/tenant_manager_control_plane/models/work_request_error.rb +5 -5
  4022. data/lib/oci/tenant_manager_control_plane/models/work_request_error_collection.rb +1 -1
  4023. data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry.rb +2 -2
  4024. data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry_collection.rb +1 -1
  4025. data/lib/oci/tenant_manager_control_plane/models/work_request_resource.rb +2 -2
  4026. data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +3 -6
  4027. data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +6 -6
  4028. data/lib/oci/tenant_manager_control_plane/recipient_invitation_client_composite_operations.rb +1 -1
  4029. data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +12 -9
  4030. data/lib/oci/tenant_manager_control_plane/sender_invitation_client_composite_operations.rb +1 -1
  4031. data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +15 -1
  4032. data/lib/oci/tenant_manager_control_plane/util.rb +1 -1
  4033. data/lib/oci/tenant_manager_control_plane/work_request_client.rb +7 -13
  4034. data/lib/oci/tenant_manager_control_plane/work_request_client_composite_operations.rb +1 -1
  4035. data/lib/oci/usage_api/models/configuration.rb +1 -1
  4036. data/lib/oci/usage_api/models/configuration_aggregation.rb +1 -1
  4037. data/lib/oci/usage_api/models/cost_analysis_ui.rb +185 -0
  4038. data/lib/oci/usage_api/models/create_custom_table_details.rb +182 -0
  4039. data/lib/oci/usage_api/models/create_query_details.rb +168 -0
  4040. data/lib/oci/usage_api/models/create_schedule_report_details.rb +181 -0
  4041. data/lib/oci/usage_api/models/custom_table.rb +191 -0
  4042. data/lib/oci/usage_api/models/custom_table_collection.rb +150 -0
  4043. data/lib/oci/usage_api/models/custom_table_summary.rb +164 -0
  4044. data/lib/oci/usage_api/models/dimension.rb +3 -3
  4045. data/lib/oci/usage_api/models/filter.rb +12 -5
  4046. data/lib/oci/usage_api/models/forecast.rb +203 -0
  4047. data/lib/oci/usage_api/models/query.rb +178 -0
  4048. data/lib/oci/usage_api/models/query_collection.rb +150 -0
  4049. data/lib/oci/usage_api/models/query_definition.rb +192 -0
  4050. data/lib/oci/usage_api/models/query_summary.rb +164 -0
  4051. data/lib/oci/usage_api/models/report_query.rb +380 -0
  4052. data/lib/oci/usage_api/models/request_summarized_usages_details.rb +49 -5
  4053. data/lib/oci/usage_api/models/saved_custom_table.rb +233 -0
  4054. data/lib/oci/usage_api/models/saved_schedule_report.rb +194 -0
  4055. data/lib/oci/usage_api/models/schedule_report.rb +191 -0
  4056. data/lib/oci/usage_api/models/schedule_report_collection.rb +150 -0
  4057. data/lib/oci/usage_api/models/schedule_report_summary.rb +163 -0
  4058. data/lib/oci/usage_api/models/tag.rb +1 -1
  4059. data/lib/oci/usage_api/models/update_custom_table_details.rb +154 -0
  4060. data/lib/oci/usage_api/models/update_query_details.rb +154 -0
  4061. data/lib/oci/usage_api/models/update_schedule_report_details.rb +154 -0
  4062. data/lib/oci/usage_api/models/usage_aggregation.rb +1 -1
  4063. data/lib/oci/usage_api/models/usage_summary.rb +16 -2
  4064. data/lib/oci/usage_api/usage_api.rb +22 -1
  4065. data/lib/oci/usage_api/usageapi_client.rb +331 -3
  4066. data/lib/oci/usage_api/usageapi_client_composite_operations.rb +1 -1
  4067. data/lib/oci/usage_api/util.rb +1 -1
  4068. data/lib/oci/vault/models/base64_secret_content_details.rb +1 -1
  4069. data/lib/oci/vault/models/change_secret_compartment_details.rb +1 -1
  4070. data/lib/oci/vault/models/create_secret_details.rb +1 -1
  4071. data/lib/oci/vault/models/schedule_secret_deletion_details.rb +1 -1
  4072. data/lib/oci/vault/models/schedule_secret_version_deletion_details.rb +1 -1
  4073. data/lib/oci/vault/models/secret.rb +1 -1
  4074. data/lib/oci/vault/models/secret_content_details.rb +1 -1
  4075. data/lib/oci/vault/models/secret_expiry_rule.rb +1 -1
  4076. data/lib/oci/vault/models/secret_reuse_rule.rb +1 -1
  4077. data/lib/oci/vault/models/secret_rule.rb +1 -1
  4078. data/lib/oci/vault/models/secret_summary.rb +1 -1
  4079. data/lib/oci/vault/models/secret_version.rb +1 -1
  4080. data/lib/oci/vault/models/secret_version_summary.rb +1 -1
  4081. data/lib/oci/vault/models/update_secret_details.rb +1 -1
  4082. data/lib/oci/vault/util.rb +1 -1
  4083. data/lib/oci/vault/vault.rb +1 -1
  4084. data/lib/oci/vault/vaults_client.rb +1 -1
  4085. data/lib/oci/vault/vaults_client_composite_operations.rb +1 -1
  4086. data/lib/oci/version.rb +2 -2
  4087. data/lib/oci/vulnerability_scanning/models/action_type.rb +14 -0
  4088. data/lib/oci/vulnerability_scanning/models/change_container_scan_recipe_compartment_details.rb +154 -0
  4089. data/lib/oci/vulnerability_scanning/models/change_container_scan_result_compartment_details.rb +154 -0
  4090. data/lib/oci/vulnerability_scanning/models/change_container_scan_target_compartment_details.rb +154 -0
  4091. data/lib/oci/vulnerability_scanning/models/change_host_agent_scan_result_compartment_details.rb +154 -0
  4092. data/lib/oci/vulnerability_scanning/models/change_host_cis_benchmark_scan_result_compartment_details.rb +154 -0
  4093. data/lib/oci/vulnerability_scanning/models/change_host_endpoint_protection_scan_result_compartment_details.rb +154 -0
  4094. data/lib/oci/vulnerability_scanning/models/change_host_port_scan_result_compartment_details.rb +154 -0
  4095. data/lib/oci/vulnerability_scanning/models/change_host_scan_recipe_compartment_details.rb +154 -0
  4096. data/lib/oci/vulnerability_scanning/models/change_host_scan_target_compartment_details.rb +154 -0
  4097. data/lib/oci/vulnerability_scanning/models/container_scan_recipe.rb +306 -0
  4098. data/lib/oci/vulnerability_scanning/models/container_scan_recipe_summary.rb +292 -0
  4099. data/lib/oci/vulnerability_scanning/models/container_scan_recipe_summary_collection.rb +150 -0
  4100. data/lib/oci/vulnerability_scanning/models/container_scan_registry.rb +195 -0
  4101. data/lib/oci/vulnerability_scanning/models/container_scan_result.rb +287 -0
  4102. data/lib/oci/vulnerability_scanning/models/container_scan_result_problem.rb +237 -0
  4103. data/lib/oci/vulnerability_scanning/models/container_scan_result_sort_by.rb +12 -0
  4104. data/lib/oci/vulnerability_scanning/models/container_scan_result_summary.rb +263 -0
  4105. data/lib/oci/vulnerability_scanning/models/container_scan_result_summary_collection.rb +150 -0
  4106. data/lib/oci/vulnerability_scanning/models/container_scan_settings.rb +174 -0
  4107. data/lib/oci/vulnerability_scanning/models/container_scan_target.rb +329 -0
  4108. data/lib/oci/vulnerability_scanning/models/container_scan_target_summary.rb +306 -0
  4109. data/lib/oci/vulnerability_scanning/models/container_scan_target_summary_collection.rb +150 -0
  4110. data/lib/oci/vulnerability_scanning/models/create_container_scan_recipe_details.rb +214 -0
  4111. data/lib/oci/vulnerability_scanning/models/create_container_scan_registry_details.rb +176 -0
  4112. data/lib/oci/vulnerability_scanning/models/create_container_scan_target_details.rb +238 -0
  4113. data/lib/oci/vulnerability_scanning/models/create_host_scan_recipe_details.rb +238 -0
  4114. data/lib/oci/vulnerability_scanning/models/create_host_scan_target_details.rb +252 -0
  4115. data/lib/oci/vulnerability_scanning/models/create_ocir_container_scan_registry_details.rb +176 -0
  4116. data/lib/oci/vulnerability_scanning/models/cve_details.rb +226 -0
  4117. data/lib/oci/vulnerability_scanning/models/day_of_week.rb +16 -0
  4118. data/lib/oci/vulnerability_scanning/models/export_host_agent_scan_result_csv_details.rb +240 -0
  4119. data/lib/oci/vulnerability_scanning/models/export_host_vulnerability_csv_details.rb +182 -0
  4120. data/lib/oci/vulnerability_scanning/models/host_agent_scan_level.rb +11 -0
  4121. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result.rb +332 -0
  4122. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_problem.rb +279 -0
  4123. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_sort_by.rb +14 -0
  4124. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_summary.rb +322 -0
  4125. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_summary_collection.rb +150 -0
  4126. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_level.rb +13 -0
  4127. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result.rb +286 -0
  4128. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_score.rb +194 -0
  4129. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_sort_by.rb +12 -0
  4130. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary.rb +272 -0
  4131. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary_collection.rb +150 -0
  4132. data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_settings.rb +178 -0
  4133. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_level.rb +11 -0
  4134. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result.rb +322 -0
  4135. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_endpoint_protection.rb +211 -0
  4136. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_sort_by.rb +12 -0
  4137. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary.rb +308 -0
  4138. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary_collection.rb +150 -0
  4139. data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_settings.rb +176 -0
  4140. data/lib/oci/vulnerability_scanning/models/host_port_scan_level.rb +12 -0
  4141. data/lib/oci/vulnerability_scanning/models/host_port_scan_result.rb +322 -0
  4142. data/lib/oci/vulnerability_scanning/models/host_port_scan_result_open_port.rb +231 -0
  4143. data/lib/oci/vulnerability_scanning/models/host_port_scan_result_sort_by.rb +14 -0
  4144. data/lib/oci/vulnerability_scanning/models/host_port_scan_result_summary.rb +308 -0
  4145. data/lib/oci/vulnerability_scanning/models/host_port_scan_result_summary_collection.rb +150 -0
  4146. data/lib/oci/vulnerability_scanning/models/host_scan_agent_configuration.rb +185 -0
  4147. data/lib/oci/vulnerability_scanning/models/host_scan_agent_configuration_oci.rb +174 -0
  4148. data/lib/oci/vulnerability_scanning/models/host_scan_agent_settings.rb +187 -0
  4149. data/lib/oci/vulnerability_scanning/models/host_scan_port_settings.rb +175 -0
  4150. data/lib/oci/vulnerability_scanning/models/host_scan_recipe.rb +330 -0
  4151. data/lib/oci/vulnerability_scanning/models/host_scan_recipe_summary.rb +292 -0
  4152. data/lib/oci/vulnerability_scanning/models/host_scan_recipe_summary_collection.rb +150 -0
  4153. data/lib/oci/vulnerability_scanning/models/host_scan_target.rb +344 -0
  4154. data/lib/oci/vulnerability_scanning/models/host_scan_target_summary.rb +334 -0
  4155. data/lib/oci/vulnerability_scanning/models/host_scan_target_summary_collection.rb +150 -0
  4156. data/lib/oci/vulnerability_scanning/models/host_vulnerability.rb +386 -0
  4157. data/lib/oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary.rb +220 -0
  4158. data/lib/oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary_collection.rb +150 -0
  4159. data/lib/oci/vulnerability_scanning/models/host_vulnerability_sort_by.rb +14 -0
  4160. data/lib/oci/vulnerability_scanning/models/host_vulnerability_summary.rb +363 -0
  4161. data/lib/oci/vulnerability_scanning/models/host_vulnerability_summary_collection.rb +150 -0
  4162. data/lib/oci/vulnerability_scanning/models/impacted_host_sort_by.rb +10 -0
  4163. data/lib/oci/vulnerability_scanning/models/lifecycle_state.rb +15 -0
  4164. data/lib/oci/vulnerability_scanning/models/ocir_container_scan_registry.rb +176 -0
  4165. data/lib/oci/vulnerability_scanning/models/operation_status.rb +13 -0
  4166. data/lib/oci/vulnerability_scanning/models/operation_type.rb +21 -0
  4167. data/lib/oci/vulnerability_scanning/models/scan_result_problem_severity.rb +14 -0
  4168. data/lib/oci/vulnerability_scanning/models/scan_result_score.rb +11 -0
  4169. data/lib/oci/vulnerability_scanning/models/scan_result_vulnerability_state.rb +12 -0
  4170. data/lib/oci/vulnerability_scanning/models/schedule.rb +208 -0
  4171. data/lib/oci/vulnerability_scanning/models/schedule_type.rb +11 -0
  4172. data/lib/oci/vulnerability_scanning/models/sort_by.rb +11 -0
  4173. data/lib/oci/vulnerability_scanning/models/sort_order.rb +11 -0
  4174. data/lib/oci/vulnerability_scanning/models/update_container_scan_recipe_details.rb +199 -0
  4175. data/lib/oci/vulnerability_scanning/models/update_container_scan_registry_details.rb +176 -0
  4176. data/lib/oci/vulnerability_scanning/models/update_container_scan_target_details.rb +223 -0
  4177. data/lib/oci/vulnerability_scanning/models/update_host_scan_recipe_details.rb +221 -0
  4178. data/lib/oci/vulnerability_scanning/models/update_host_scan_target_details.rb +238 -0
  4179. data/lib/oci/vulnerability_scanning/models/update_ocir_container_scan_registry_details.rb +176 -0
  4180. data/lib/oci/vulnerability_scanning/models/vulnerability_type.rb +11 -0
  4181. data/lib/oci/vulnerability_scanning/models/work_request.rb +314 -0
  4182. data/lib/oci/vulnerability_scanning/models/work_request_collection.rb +150 -0
  4183. data/lib/oci/vulnerability_scanning/models/work_request_error.rb +173 -0
  4184. data/lib/oci/vulnerability_scanning/models/work_request_error_collection.rb +150 -0
  4185. data/lib/oci/vulnerability_scanning/models/work_request_log_entry.rb +160 -0
  4186. data/lib/oci/vulnerability_scanning/models/work_request_log_entry_collection.rb +150 -0
  4187. data/lib/oci/vulnerability_scanning/models/work_request_resource.rb +219 -0
  4188. data/lib/oci/vulnerability_scanning/util.rb +3 -0
  4189. data/lib/oci/vulnerability_scanning/vulnerability_scanning.rb +121 -0
  4190. data/lib/oci/vulnerability_scanning/vulnerability_scanning_client.rb +3690 -0
  4191. data/lib/oci/vulnerability_scanning/vulnerability_scanning_client_composite_operations.rb +862 -0
  4192. data/lib/oci/waas/models/access_rule.rb +1 -1
  4193. data/lib/oci/waas/models/access_rule_criteria.rb +1 -1
  4194. data/lib/oci/waas/models/add_http_response_header_action.rb +1 -1
  4195. data/lib/oci/waas/models/address_list.rb +1 -1
  4196. data/lib/oci/waas/models/address_list_summary.rb +1 -1
  4197. data/lib/oci/waas/models/address_rate_limiting.rb +1 -1
  4198. data/lib/oci/waas/models/block_challenge_settings.rb +1 -1
  4199. data/lib/oci/waas/models/caching_rule.rb +1 -1
  4200. data/lib/oci/waas/models/caching_rule_criteria.rb +1 -1
  4201. data/lib/oci/waas/models/caching_rule_summary.rb +1 -1
  4202. data/lib/oci/waas/models/captcha.rb +1 -1
  4203. data/lib/oci/waas/models/certificate.rb +1 -1
  4204. data/lib/oci/waas/models/certificate_extensions.rb +1 -1
  4205. data/lib/oci/waas/models/certificate_issuer_name.rb +1 -1
  4206. data/lib/oci/waas/models/certificate_public_key_info.rb +1 -1
  4207. data/lib/oci/waas/models/certificate_subject_name.rb +1 -1
  4208. data/lib/oci/waas/models/certificate_summary.rb +1 -1
  4209. data/lib/oci/waas/models/change_address_list_compartment_details.rb +1 -1
  4210. data/lib/oci/waas/models/change_certificate_compartment_details.rb +1 -1
  4211. data/lib/oci/waas/models/change_custom_protection_rule_compartment_details.rb +1 -1
  4212. data/lib/oci/waas/models/change_http_redirect_compartment_details.rb +1 -1
  4213. data/lib/oci/waas/models/change_waas_policy_compartment_details.rb +1 -1
  4214. data/lib/oci/waas/models/create_address_list_details.rb +1 -1
  4215. data/lib/oci/waas/models/create_certificate_details.rb +1 -1
  4216. data/lib/oci/waas/models/create_custom_protection_rule_details.rb +1 -1
  4217. data/lib/oci/waas/models/create_http_redirect_details.rb +1 -1
  4218. data/lib/oci/waas/models/create_waas_policy_details.rb +1 -1
  4219. data/lib/oci/waas/models/custom_protection_rule.rb +1 -1
  4220. data/lib/oci/waas/models/custom_protection_rule_setting.rb +1 -1
  4221. data/lib/oci/waas/models/custom_protection_rule_summary.rb +1 -1
  4222. data/lib/oci/waas/models/device_fingerprint_challenge.rb +1 -1
  4223. data/lib/oci/waas/models/edge_subnet.rb +1 -1
  4224. data/lib/oci/waas/models/extend_http_response_header_action.rb +1 -1
  4225. data/lib/oci/waas/models/good_bot.rb +1 -1
  4226. data/lib/oci/waas/models/header.rb +1 -1
  4227. data/lib/oci/waas/models/header_manipulation_action.rb +1 -1
  4228. data/lib/oci/waas/models/health_check.rb +1 -1
  4229. data/lib/oci/waas/models/http_redirect.rb +1 -1
  4230. data/lib/oci/waas/models/http_redirect_summary.rb +1 -1
  4231. data/lib/oci/waas/models/http_redirect_target.rb +1 -1
  4232. data/lib/oci/waas/models/human_interaction_challenge.rb +1 -1
  4233. data/lib/oci/waas/models/ip_hash_load_balancing_method.rb +1 -1
  4234. data/lib/oci/waas/models/js_challenge.rb +1 -1
  4235. data/lib/oci/waas/models/lifecycle_states.rb +1 -1
  4236. data/lib/oci/waas/models/load_balancing_method.rb +1 -1
  4237. data/lib/oci/waas/models/origin.rb +1 -1
  4238. data/lib/oci/waas/models/origin_group.rb +1 -1
  4239. data/lib/oci/waas/models/origin_group_origins.rb +1 -1
  4240. data/lib/oci/waas/models/policy_config.rb +1 -1
  4241. data/lib/oci/waas/models/protection_rule.rb +1 -1
  4242. data/lib/oci/waas/models/protection_rule_action.rb +1 -1
  4243. data/lib/oci/waas/models/protection_rule_exclusion.rb +1 -1
  4244. data/lib/oci/waas/models/protection_settings.rb +1 -1
  4245. data/lib/oci/waas/models/purge_cache.rb +1 -1
  4246. data/lib/oci/waas/models/recommendation.rb +1 -1
  4247. data/lib/oci/waas/models/remove_http_response_header_action.rb +1 -1
  4248. data/lib/oci/waas/models/round_robin_load_balancing_method.rb +1 -1
  4249. data/lib/oci/waas/models/sticky_cookie_load_balancing_method.rb +1 -1
  4250. data/lib/oci/waas/models/threat_feed.rb +1 -1
  4251. data/lib/oci/waas/models/threat_feed_action.rb +1 -1
  4252. data/lib/oci/waas/models/update_address_list_details.rb +1 -1
  4253. data/lib/oci/waas/models/update_certificate_details.rb +1 -1
  4254. data/lib/oci/waas/models/update_custom_protection_rule_details.rb +1 -1
  4255. data/lib/oci/waas/models/update_http_redirect_details.rb +1 -1
  4256. data/lib/oci/waas/models/update_waas_policy_details.rb +1 -1
  4257. data/lib/oci/waas/models/waas_policy.rb +1 -1
  4258. data/lib/oci/waas/models/waas_policy_custom_protection_rule_summary.rb +1 -1
  4259. data/lib/oci/waas/models/waas_policy_summary.rb +1 -1
  4260. data/lib/oci/waas/models/waf_blocked_request.rb +1 -1
  4261. data/lib/oci/waas/models/waf_config.rb +1 -1
  4262. data/lib/oci/waas/models/waf_config_details.rb +1 -1
  4263. data/lib/oci/waas/models/waf_log.rb +1 -1
  4264. data/lib/oci/waas/models/waf_meter_datum.rb +1 -1
  4265. data/lib/oci/waas/models/waf_request.rb +1 -1
  4266. data/lib/oci/waas/models/waf_traffic_datum.rb +1 -1
  4267. data/lib/oci/waas/models/whitelist.rb +1 -1
  4268. data/lib/oci/waas/models/work_request.rb +1 -1
  4269. data/lib/oci/waas/models/work_request_error.rb +1 -1
  4270. data/lib/oci/waas/models/work_request_log_entry.rb +1 -1
  4271. data/lib/oci/waas/models/work_request_operation_types.rb +1 -1
  4272. data/lib/oci/waas/models/work_request_resource.rb +1 -1
  4273. data/lib/oci/waas/models/work_request_status_values.rb +1 -1
  4274. data/lib/oci/waas/models/work_request_summary.rb +1 -1
  4275. data/lib/oci/waas/redirect_client.rb +1 -1
  4276. data/lib/oci/waas/redirect_client_composite_operations.rb +1 -1
  4277. data/lib/oci/waas/util.rb +1 -1
  4278. data/lib/oci/waas/waas.rb +1 -1
  4279. data/lib/oci/waas/waas_client.rb +1 -1
  4280. data/lib/oci/waas/waas_client_composite_operations.rb +1 -1
  4281. data/lib/oci/waiter.rb +1 -1
  4282. data/lib/oci/work_requests/models/work_request.rb +1 -1
  4283. data/lib/oci/work_requests/models/work_request_error.rb +1 -1
  4284. data/lib/oci/work_requests/models/work_request_log_entry.rb +1 -1
  4285. data/lib/oci/work_requests/models/work_request_resource.rb +1 -1
  4286. data/lib/oci/work_requests/models/work_request_summary.rb +1 -1
  4287. data/lib/oci/work_requests/util.rb +1 -1
  4288. data/lib/oci/work_requests/work_request_client.rb +1 -1
  4289. data/lib/oci/work_requests/work_request_client_composite_operations.rb +1 -1
  4290. data/lib/oci/work_requests/work_requests.rb +1 -1
  4291. data/lib/oraclebmc.rb +1 -1
  4292. metadata +745 -5
  4293. data/lib/oci/os_management/models/installation_requirements.rb +0 -12
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2
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
3
 
4
4
  require 'date'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2
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
3
 
4
4
  require 'date'
data/lib/oci/core/util.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2
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
3
 
4
4
  require 'base64'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2
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
3
 
4
4
  require 'uri'
@@ -105,7 +105,7 @@ module OCI
105
105
 
106
106
  # Adds one or more security rules to the specified network security group.
107
107
  #
108
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
108
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
109
109
  # @param [OCI::Core::Models::AddNetworkSecurityGroupSecurityRulesDetails] add_network_security_group_security_rules_details Request with one or more security rules to be associated with the network security group.
110
110
  # @param [Hash] opts the optional parameters
111
111
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -159,12 +159,11 @@ module OCI
159
159
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
160
160
 
161
161
 
162
- # Adds a Cidr from the named Byoip Range prefix to the referenced Public IP Pool.
163
- # The cidr must be a subset of the Byoip Range in question.
164
- # The cidr must not overlap with any other cidr already added to this
165
- # or any other Public Ip Pool.
162
+ # Adds some or all of a CIDR block to a public IP pool.
166
163
  #
167
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
164
+ # The CIDR block (or subrange) must not overlap with any other CIDR block already added to this or any other public IP pool.
165
+ #
166
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
168
167
  # @param [OCI::Core::Models::AddPublicIpPoolCapacityDetails] add_public_ip_pool_capacity_details Byoip Range prefix and a cidr from it
169
168
  # @param [Hash] opts the optional parameters
170
169
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -229,14 +228,15 @@ module OCI
229
228
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
230
229
 
231
230
 
232
- # Add a CIDR to a VCN. The new CIDR must maintain the following rules -
231
+ # Adds a CIDR block to a VCN. The CIDR block you add:
232
+ #
233
+ # - Must be valid.
234
+ # - Must not overlap with another CIDR block in the VCN, a CIDR block of a peered VCN, or the on-premises network CIDR block.
235
+ # - Must not exceed the limit of CIDR blocks allowed per VCN.
233
236
  #
234
- # a. The CIDR provided is valid
235
- # b. The new CIDR range should not overlap with any existing CIDRs
236
- # c. The new CIDR should not exceed the max limit of CIDRs per VCNs
237
- # d. The new CIDR range does not overlap with any peered VCNs
237
+ # **Note:** Adding a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can take a few minutes. You can use the `GetWorkRequest` operation to check the status of the update.
238
238
  #
239
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
239
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
240
240
  # @param [OCI::Core::Models::AddVcnCidrDetails] add_vcn_cidr_details Details object for deleting a VCN CIDR.
241
241
  # @param [Hash] opts the optional parameters
242
242
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -251,7 +251,7 @@ module OCI
251
251
  # may be rejected).
252
252
  #
253
253
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
254
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
254
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
255
255
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
256
256
  #
257
257
  # @return [Response] A Response object with data of type nil
@@ -305,10 +305,10 @@ module OCI
305
305
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
306
306
 
307
307
 
308
- # initiate route advertisements for the Byoip Range prefix.
309
- # the prefix must be in PROVISIONED state
308
+ # Begins BGP route advertisements for the BYOIP CIDR block you imported to the Oracle Cloud.
309
+ # The `ByoipRange` resource must be in the PROVISIONED state before the BYOIP CIDR block routes can be advertised with BGP.
310
310
  #
311
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
311
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
312
312
  # @param [Hash] opts the optional parameters
313
313
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
314
314
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -373,13 +373,13 @@ module OCI
373
373
  # the entire existing list of enabled `Service` objects with the list that you provide in the
374
374
  # `Update` call.
375
375
  #
376
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
376
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
377
377
  # @param [OCI::Core::Models::ServiceIdRequestDetails] attach_service_details ServiceId of Service to be attached to a service gateway.
378
378
  # @param [Hash] opts the optional parameters
379
379
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
380
380
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
381
381
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
382
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
382
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
383
383
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
384
384
  #
385
385
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
@@ -549,12 +549,12 @@ module OCI
549
549
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
550
550
 
551
551
 
552
- # Moves a byoip range into a different compartment within the same tenancy. For information
552
+ # Moves a BYOIP CIDR block to a different compartment. For information
553
553
  # about moving resources between compartments, see
554
554
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
555
555
  #
556
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
557
- # @param [OCI::Core::Models::ChangeByoipRangeCompartmentDetails] change_byoip_range_compartment_details Request to change the compartment of a Byoip Range.
556
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
557
+ # @param [OCI::Core::Models::ChangeByoipRangeCompartmentDetails] change_byoip_range_compartment_details Request to change the compartment of a BYOIP CIDR block.
558
558
  # @param [Hash] opts the optional parameters
559
559
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
560
560
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1165,7 +1165,7 @@ module OCI
1165
1165
  # about moving resources between compartments, see
1166
1166
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1167
1167
  #
1168
- # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
1168
+ # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1169
1169
  # @param [OCI::Core::Models::ChangeNatGatewayCompartmentDetails] change_nat_gateway_compartment_details Request to change the compartment of a given NAT Gateway.
1170
1170
  # @param [Hash] opts the optional parameters
1171
1171
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -1232,7 +1232,7 @@ module OCI
1232
1232
  # Moves a network security group into a different compartment within the same tenancy. For
1233
1233
  # information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1234
1234
  #
1235
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
1235
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
1236
1236
  # @param [OCI::Core::Models::ChangeNetworkSecurityGroupCompartmentDetails] change_network_security_group_compartment_details Request to change the compartment of a network security group.
1237
1237
  # @param [Hash] opts the optional parameters
1238
1238
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -1367,12 +1367,12 @@ module OCI
1367
1367
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1368
1368
 
1369
1369
 
1370
- # Moves a public IP pool into a different compartment within the same tenancy. For information
1370
+ # Moves a public IP pool to a different compartment. For information
1371
1371
  # about moving resources between compartments, see
1372
1372
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1373
1373
  #
1374
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
1375
- # @param [OCI::Core::Models::ChangePublicIpPoolCompartmentDetails] change_public_ip_pool_compartment_details Request to change the compartment of a Public IP pool.
1374
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
1375
+ # @param [OCI::Core::Models::ChangePublicIpPoolCompartmentDetails] change_public_ip_pool_compartment_details Request to change the compartment of a public IP pool.
1376
1376
  # @param [Hash] opts the optional parameters
1377
1377
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1378
1378
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1643,7 +1643,7 @@ module OCI
1643
1643
  # about moving resources between compartments, see
1644
1644
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1645
1645
  #
1646
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
1646
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1647
1647
  # @param [OCI::Core::Models::ChangeServiceGatewayCompartmentDetails] change_service_gateway_compartment_details Request to change the compartment of a given Service Gateway.
1648
1648
  # @param [Hash] opts the optional parameters
1649
1649
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -1779,7 +1779,7 @@ module OCI
1779
1779
  # about moving resources between compartments, see
1780
1780
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1781
1781
  #
1782
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
1782
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
1783
1783
  # @param [OCI::Core::Models::ChangeVcnCompartmentDetails] change_vcn_compartment_details Request to change the compartment of a given VCN.
1784
1784
  # @param [Hash] opts the optional parameters
1785
1785
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -1915,13 +1915,13 @@ module OCI
1915
1915
  # For information about moving resources between compartments, see
1916
1916
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1917
1917
  #
1918
- # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
1918
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
1919
1919
  # @param [OCI::Core::Models::ChangeVlanCompartmentDetails] change_vlan_compartment_details Request to change the compartment of a given VLAN.
1920
1920
  # @param [Hash] opts the optional parameters
1921
1921
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1922
1922
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1923
1923
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
1924
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1924
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1925
1925
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1926
1926
  #
1927
1927
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -1992,7 +1992,7 @@ module OCI
1992
1992
  # an Identity and Access Management (IAM) policy that gives the requestor permission
1993
1993
  # to connect to LPGs in the acceptor's compartment. Without that permission, this
1994
1994
  # operation will fail. For more information, see
1995
- # [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
1995
+ # [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
1996
1996
  #
1997
1997
  # @param [String] local_peering_gateway_id The OCID of the local peering gateway.
1998
1998
  # @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
@@ -2055,10 +2055,11 @@ module OCI
2055
2055
  # an Identity and Access Management (IAM) policy that gives the requestor permission
2056
2056
  # to connect to RPCs in the acceptor's compartment. Without that permission, this
2057
2057
  # operation will fail. For more information, see
2058
- # [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
2058
+ # [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
2059
2059
  #
2060
2060
  # @param [String] remote_peering_connection_id The OCID of the remote peering connection (RPC).
2061
2061
  # @param [OCI::Core::Models::ConnectRemotePeeringConnectionsDetails] connect_remote_peering_connections_details Details to connect peering connection with peering connection from remote region
2062
+ #
2062
2063
  # @param [Hash] opts the optional parameters
2063
2064
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2064
2065
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -2110,9 +2111,9 @@ module OCI
2110
2111
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2111
2112
 
2112
2113
 
2113
- # Creates a Byoip Range prefix.
2114
+ # Creates a subrange of the BYOIP CIDR block.
2114
2115
  #
2115
- # @param [OCI::Core::Models::CreateByoipRangeDetails] create_byoip_range_details Create Byoip Range details.
2116
+ # @param [OCI::Core::Models::CreateByoipRangeDetails] create_byoip_range_details Details needed to create a BYOIP CIDR block subrange.
2116
2117
  # @param [Hash] opts the optional parameters
2117
2118
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2118
2119
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -2175,17 +2176,17 @@ module OCI
2175
2176
 
2176
2177
 
2177
2178
  # Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
2178
- # more information, see [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
2179
+ # more information, see [IPSec VPNs](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPsec.htm).
2179
2180
  #
2180
2181
  # For the purposes of access control, you must provide the OCID of the compartment where you want
2181
2182
  # the CPE to reside. Notice that the CPE doesn't have to be in the same compartment as the IPSec
2182
2183
  # connection or other Networking Service components. If you're not sure which compartment to
2183
2184
  # use, put the CPE in the same compartment as the DRG. For more information about
2184
- # compartments and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2185
- # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2185
+ # compartments and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2186
+ # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2186
2187
  #
2187
2188
  # You must provide the public IP address of your on-premises router. See
2188
- # [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
2189
+ # [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/configuringCPE.htm).
2189
2190
  #
2190
2191
  # You may optionally specify a *display name* for the CPE, otherwise a default is provided. It does not have to
2191
2192
  # be unique, and you can change it. Avoid entering confidential information.
@@ -2254,16 +2255,16 @@ module OCI
2254
2255
  #
2255
2256
  # After creating the `CrossConnect` object, you need to go the FastConnect location
2256
2257
  # and request to have the physical cable installed. For more information, see
2257
- # [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
2258
+ # [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
2258
2259
  #
2259
2260
  # For the purposes of access control, you must provide the OCID of the
2260
2261
  # compartment where you want the cross-connect to reside. If you're
2261
2262
  # not sure which compartment to use, put the cross-connect in the
2262
2263
  # same compartment with your VCN. For more information about
2263
2264
  # compartments and access control, see
2264
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2265
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2265
2266
  # For information about OCIDs, see
2266
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2267
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2267
2268
  #
2268
2269
  # You may optionally specify a *display name* for the cross-connect.
2269
2270
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2328,16 +2329,16 @@ module OCI
2328
2329
 
2329
2330
  # Creates a new cross-connect group to use with Oracle Cloud Infrastructure
2330
2331
  # FastConnect. For more information, see
2331
- # [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
2332
+ # [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
2332
2333
  #
2333
2334
  # For the purposes of access control, you must provide the OCID of the
2334
2335
  # compartment where you want the cross-connect group to reside. If you're
2335
2336
  # not sure which compartment to use, put the cross-connect group in the
2336
2337
  # same compartment with your VCN. For more information about
2337
2338
  # compartments and access control, see
2338
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2339
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2339
2340
  # For information about OCIDs, see
2340
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2341
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2341
2342
  #
2342
2343
  # You may optionally specify a *display name* for the cross-connect group.
2343
2344
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2407,8 +2408,8 @@ module OCI
2407
2408
  # DHCP options to reside. Notice that the set of options doesn't have to be in the same compartment as the VCN,
2408
2409
  # subnets, or other Networking Service components. If you're not sure which compartment to use, put the set
2409
2410
  # of DHCP options in the same compartment as the VCN. For more information about compartments and access control, see
2410
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
2411
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2411
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
2412
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2412
2413
  #
2413
2414
  # You may optionally specify a *display name* for the set of DHCP options, otherwise a default is provided.
2414
2415
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2472,14 +2473,14 @@ module OCI
2472
2473
 
2473
2474
 
2474
2475
  # Creates a new dynamic routing gateway (DRG) in the specified compartment. For more information,
2475
- # see [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
2476
+ # see [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.htm).
2476
2477
  #
2477
2478
  # For the purposes of access control, you must provide the OCID of the compartment where you want
2478
2479
  # the DRG to reside. Notice that the DRG doesn't have to be in the same compartment as the VCN,
2479
2480
  # the DRG attachment, or other Networking Service components. If you're not sure which compartment
2480
2481
  # to use, put the DRG in the same compartment as the VCN. For more information about compartments
2481
- # and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2482
- # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2482
+ # and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2483
+ # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2483
2484
  #
2484
2485
  # You may optionally specify a *display name* for the DRG, otherwise a default is provided.
2485
2486
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2545,14 +2546,14 @@ module OCI
2545
2546
  # Attaches the specified DRG to the specified VCN. A VCN can be attached to only one DRG at a time,
2546
2547
  # and vice versa. The response includes a `DrgAttachment` object with its own OCID. For more
2547
2548
  # information about DRGs, see
2548
- # [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
2549
+ # [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.htm).
2549
2550
  #
2550
2551
  # You may optionally specify a *display name* for the attachment, otherwise a default is provided.
2551
2552
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
2552
2553
  #
2553
2554
  # For the purposes of access control, the DRG attachment is automatically placed into the same compartment
2554
2555
  # as the VCN. For more information about compartments and access control, see
2555
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2556
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2556
2557
  #
2557
2558
  # @param [OCI::Core::Models::CreateDrgAttachmentDetails] create_drg_attachment_details Details for creating a `DrgAttachment`.
2558
2559
  # @param [Hash] opts the optional parameters
@@ -2613,14 +2614,14 @@ module OCI
2613
2614
 
2614
2615
 
2615
2616
  # Creates a new internet gateway for the specified VCN. For more information, see
2616
- # [Access to the Internet](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIGs.htm).
2617
+ # [Access to the Internet](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIGs.htm).
2617
2618
  #
2618
2619
  # For the purposes of access control, you must provide the OCID of the compartment where you want the Internet
2619
2620
  # Gateway to reside. Notice that the internet gateway doesn't have to be in the same compartment as the VCN or
2620
2621
  # other Networking Service components. If you're not sure which compartment to use, put the Internet
2621
2622
  # Gateway in the same compartment with the VCN. For more information about compartments and access control, see
2622
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
2623
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2623
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
2624
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2624
2625
  #
2625
2626
  # You may optionally specify a *display name* for the internet gateway, otherwise a default is provided. It
2626
2627
  # does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2693,7 +2694,7 @@ module OCI
2693
2694
 
2694
2695
 
2695
2696
  # Creates a new IPSec connection between the specified DRG and CPE. For more information, see
2696
- # [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
2697
+ # [IPSec VPNs](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPsec.htm).
2697
2698
  #
2698
2699
  # If you configure at least one tunnel to use static routing, then in the request you must provide
2699
2700
  # at least one valid static route (you're allowed a maximum of 10). For example: 10.0.0.0/16.
@@ -2706,8 +2707,8 @@ module OCI
2706
2707
  # as the DRG, CPE, or other Networking Service components. If you're not sure which compartment to
2707
2708
  # use, put the IPSec connection in the same compartment as the DRG. For more information about
2708
2709
  # compartments and access control, see
2709
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
2710
- # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
2710
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
2711
+ # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2711
2712
  #
2712
2713
  # You may optionally specify a *display name* for the IPSec connection, otherwise a default is provided.
2713
2714
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -2720,7 +2721,7 @@ module OCI
2720
2721
  #
2721
2722
  # For each tunnel, you need the IP address of Oracle's VPN headend and the shared secret
2722
2723
  # (that is, the pre-shared key). For more information, see
2723
- # [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
2724
+ # [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/configuringCPE.htm).
2724
2725
  #
2725
2726
  # @param [OCI::Core::Models::CreateIPSecConnectionDetails] create_ip_sec_connection_details Details for creating an `IPSecConnection`.
2726
2727
  # @param [Hash] opts the optional parameters
@@ -3027,7 +3028,7 @@ module OCI
3027
3028
 
3028
3029
  # Creates a secondary private IP for the specified VNIC.
3029
3030
  # For more information about secondary private IPs, see
3030
- # [IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPaddresses.htm).
3031
+ # [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
3031
3032
  #
3032
3033
  # @param [OCI::Core::Models::CreatePrivateIpDetails] create_private_ip_details Create private IP details.
3033
3034
  # @param [Hash] opts the optional parameters
@@ -3089,7 +3090,7 @@ module OCI
3089
3090
 
3090
3091
  # Creates a public IP. Use the `lifetime` property to specify whether it's an ephemeral or
3091
3092
  # reserved public IP. For information about limits on how many you can create, see
3092
- # [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
3093
+ # [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
3093
3094
  #
3094
3095
  # * **For an ephemeral public IP assigned to a private IP:** You must also specify a `privateIpId`
3095
3096
  # with the OCID of the primary private IP you want to assign the public IP to. The public IP is
@@ -3167,7 +3168,7 @@ module OCI
3167
3168
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3168
3169
 
3169
3170
 
3170
- # Creates a Public Ip Pool
3171
+ # Creates a public IP pool.
3171
3172
  #
3172
3173
  # @param [OCI::Core::Models::CreatePublicIpPoolDetails] create_public_ip_pool_details Create Public Ip Pool details
3173
3174
  # @param [Hash] opts the optional parameters
@@ -3293,16 +3294,16 @@ module OCI
3293
3294
 
3294
3295
  # Creates a new route table for the specified VCN. In the request you must also include at least one route
3295
3296
  # rule for the new route table. For information on the number of rules you can have in a route table, see
3296
- # [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm). For general information about route
3297
+ # [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm). For general information about route
3297
3298
  # tables in your VCN and the types of targets you can use in route rules,
3298
- # see [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
3299
+ # see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
3299
3300
  #
3300
3301
  # For the purposes of access control, you must provide the OCID of the compartment where you want the route
3301
3302
  # table to reside. Notice that the route table doesn't have to be in the same compartment as the VCN, subnets,
3302
3303
  # or other Networking Service components. If you're not sure which compartment to use, put the route
3303
3304
  # table in the same compartment as the VCN. For more information about compartments and access control, see
3304
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3305
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3305
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3306
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3306
3307
  #
3307
3308
  # You may optionally specify a *display name* for the route table, otherwise a default is provided.
3308
3309
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -3366,16 +3367,16 @@ module OCI
3366
3367
 
3367
3368
 
3368
3369
  # Creates a new security list for the specified VCN. For more information
3369
- # about security lists, see [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
3370
+ # about security lists, see [Security Lists](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm).
3370
3371
  # For information on the number of rules you can have in a security list, see
3371
- # [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
3372
+ # [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm).
3372
3373
  #
3373
3374
  # For the purposes of access control, you must provide the OCID of the compartment where you want the security
3374
3375
  # list to reside. Notice that the security list doesn't have to be in the same compartment as the VCN, subnets,
3375
3376
  # or other Networking Service components. If you're not sure which compartment to use, put the security
3376
3377
  # list in the same compartment as the VCN. For more information about compartments and access control, see
3377
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3378
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3378
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3379
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3379
3380
  #
3380
3381
  # You may optionally specify a *display name* for the security list, otherwise a default is provided.
3381
3382
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -3442,8 +3443,8 @@ module OCI
3442
3443
  #
3443
3444
  # For the purposes of access control, you must provide the OCID of the compartment where you want
3444
3445
  # the service gateway to reside. For more information about compartments and access control, see
3445
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
3446
- # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3446
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
3447
+ # For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3447
3448
  #
3448
3449
  # You may optionally specify a *display name* for the service gateway, otherwise a default is provided.
3449
3450
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -3508,35 +3509,35 @@ module OCI
3508
3509
 
3509
3510
  # Creates a new subnet in the specified VCN. You can't change the size of the subnet after creation,
3510
3511
  # so it's important to think about the size of subnets you need before creating them.
3511
- # For more information, see [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
3512
+ # For more information, see [VCNs and Subnets](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm).
3512
3513
  # For information on the number of subnets you can have in a VCN, see
3513
- # [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
3514
+ # [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm).
3514
3515
  #
3515
3516
  # For the purposes of access control, you must provide the OCID of the compartment where you want the subnet
3516
3517
  # to reside. Notice that the subnet doesn't have to be in the same compartment as the VCN, route tables, or
3517
3518
  # other Networking Service components. If you're not sure which compartment to use, put the subnet in
3518
3519
  # the same compartment as the VCN. For more information about compartments and access control, see
3519
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs,
3520
- # see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3520
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs,
3521
+ # see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3521
3522
  #
3522
3523
  # You may optionally associate a route table with the subnet. If you don't, the subnet will use the
3523
3524
  # VCN's default route table. For more information about route tables, see
3524
- # [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
3525
+ # [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
3525
3526
  #
3526
3527
  # You may optionally associate a security list with the subnet. If you don't, the subnet will use the
3527
3528
  # VCN's default security list. For more information about security lists, see
3528
- # [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
3529
+ # [Security Lists](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm).
3529
3530
  #
3530
3531
  # You may optionally associate a set of DHCP options with the subnet. If you don't, the subnet will use the
3531
3532
  # VCN's default set. For more information about DHCP options, see
3532
- # [DHCP Options](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDHCP.htm).
3533
+ # [DHCP Options](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDHCP.htm).
3533
3534
  #
3534
3535
  # You may optionally specify a *display name* for the subnet, otherwise a default is provided.
3535
3536
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
3536
3537
  #
3537
3538
  # You can also add a DNS label for the subnet, which is required if you want the Internet and
3538
3539
  # VCN Resolver to resolve hostnames for instances in the subnet. For more information, see
3539
- # [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
3540
+ # [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
3540
3541
  #
3541
3542
  # @param [OCI::Core::Models::CreateSubnetDetails] create_subnet_details Details for creating a subnet.
3542
3543
  # @param [Hash] opts the optional parameters
@@ -3597,33 +3598,30 @@ module OCI
3597
3598
 
3598
3599
 
3599
3600
  # Creates a new virtual cloud network (VCN). For more information, see
3600
- # [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
3601
+ # [VCNs and Subnets](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm).
3601
3602
  #
3602
- # To create the VCN, you may specify a list of IPv4 CIDR blocks. The CIDRs must maintain
3603
- # the following rules -
3603
+ # For the VCN, you specify a list of one or more IPv4 CIDR blocks that meet the following criteria:
3604
3604
  #
3605
- # a. The list of CIDRs provided are valid
3606
- # b. There is no overlap between different CIDRs
3607
- # c. The list of CIDRs does not exceed the max limit of CIDRs per VCN
3605
+ # - The CIDR blocks must be valid.
3606
+ # - They must not overlap with each other or with the on-premises network CIDR block.
3607
+ # - The number of CIDR blocks does not exceed the limit of CIDR blocks allowed per VCN.
3608
3608
  #
3609
- # Oracle recommends using one of the private IP address ranges specified in [RFC 1918]
3610
- # (https://tools.ietf.org/html/rfc1918) (10.0.0.0/8, 172.16/12, and 192.168/16). Example:
3611
- # 172.16.0.0/16. The CIDR blocks can range from /16 to /30, and they must not overlap with
3612
- # your on-premises network.
3609
+ # For a CIDR block, Oracle recommends that you use one of the private IP address ranges specified in [RFC 1918](https://tools.ietf.org/html/rfc1918) (10.0.0.0/8, 172.16/12, and 192.168/16). Example:
3610
+ # 172.16.0.0/16. The CIDR blocks can range from /16 to /30.
3613
3611
  #
3614
3612
  # For the purposes of access control, you must provide the OCID of the compartment where you want the VCN to
3615
3613
  # reside. Consult an Oracle Cloud Infrastructure administrator in your organization if you're not sure which
3616
3614
  # compartment to use. Notice that the VCN doesn't have to be in the same compartment as the subnets or other
3617
3615
  # Networking Service components. For more information about compartments and access control, see
3618
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3619
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3616
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
3617
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3620
3618
  #
3621
3619
  # You may optionally specify a *display name* for the VCN, otherwise a default is provided. It does not have to
3622
3620
  # be unique, and you can change it. Avoid entering confidential information.
3623
3621
  #
3624
3622
  # You can also add a DNS label for the VCN, which is required if you want the instances to use the
3625
3623
  # Interent and VCN Resolver option for DNS in the VCN. For more information, see
3626
- # [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
3624
+ # [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
3627
3625
  #
3628
3626
  # The VCN automatically comes with a default route table, default security list, and default set of DHCP options.
3629
3627
  # The OCID for each is returned in the response. You can't delete these default objects, but you can change their
@@ -3631,7 +3629,7 @@ module OCI
3631
3629
  #
3632
3630
  # The VCN and subnets you create are not accessible until you attach an internet gateway or set up an IPSec VPN
3633
3631
  # or FastConnect. For more information, see
3634
- # [Overview of the Networking Service](https://docs.cloud.oracle.com/Content/Network/Concepts/overview.htm).
3632
+ # [Overview of the Networking Service](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm).
3635
3633
  #
3636
3634
  # @param [OCI::Core::Models::CreateVcnDetails] create_vcn_details Details for creating a new VCN.
3637
3635
  # @param [Hash] opts the optional parameters
@@ -3693,16 +3691,16 @@ module OCI
3693
3691
 
3694
3692
  # Creates a new virtual circuit to use with Oracle Cloud
3695
3693
  # Infrastructure FastConnect. For more information, see
3696
- # [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
3694
+ # [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
3697
3695
  #
3698
3696
  # For the purposes of access control, you must provide the OCID of the
3699
3697
  # compartment where you want the virtual circuit to reside. If you're
3700
3698
  # not sure which compartment to use, put the virtual circuit in the
3701
3699
  # same compartment with the DRG it's using. For more information about
3702
3700
  # compartments and access control, see
3703
- # [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
3701
+ # [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
3704
3702
  # For information about OCIDs, see
3705
- # [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
3703
+ # [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3706
3704
  #
3707
3705
  # You may optionally specify a *display name* for the virtual circuit.
3708
3706
  # It does not have to be unique, and you can change it. Avoid entering confidential information.
@@ -3711,7 +3709,7 @@ module OCI
3711
3709
  # the traffic to flow through. Make sure you attach the DRG to your
3712
3710
  # VCN and confirm the VCN's routing sends traffic to the DRG. Otherwise
3713
3711
  # traffic will not flow. For more information, see
3714
- # [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
3712
+ # [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
3715
3713
  #
3716
3714
  # @param [OCI::Core::Models::CreateVirtualCircuitDetails] create_virtual_circuit_details Details to create a VirtualCircuit.
3717
3715
  # @param [Hash] opts the optional parameters
@@ -3835,14 +3833,13 @@ module OCI
3835
3833
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3836
3834
 
3837
3835
 
3838
- # Deletes the specified Byoip Range prefix.
3839
- # The prefix must be in CREATING, PROVISIONED or FAILED state.
3840
- # It must not have any subranges allocated to a Public Ip Pool object.
3841
- # You must specify the object's OCID.
3842
- #
3843
- # In case the range is currently PROVISIONED, the operation will be asynchronous as it needs to be de-ptovisioned first.
3836
+ # Deletes the specified `ByoipRange` resource.
3837
+ # The resource must be in one of the following states: CREATING, PROVISIONED, ACTIVE, or FAILED.
3838
+ # It must not have any subranges currently allocated to a PublicIpPool object or the deletion will fail.
3839
+ # You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3840
+ # If the `ByoipRange` resource is currently in the PROVISIONED or ACTIVE state, it will be de-provisioned and then deleted.
3844
3841
  #
3845
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
3842
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
3846
3843
  # @param [Hash] opts the optional parameters
3847
3844
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3848
3845
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -3850,7 +3847,7 @@ module OCI
3850
3847
  # If you need to contact Oracle about a particular request, please provide the request ID.
3851
3848
  #
3852
3849
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3853
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3850
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3854
3851
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3855
3852
  #
3856
3853
  # @return [Response] A Response object with data of type nil
@@ -3910,7 +3907,7 @@ module OCI
3910
3907
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3911
3908
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3912
3909
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3913
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3910
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3914
3911
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3915
3912
  #
3916
3913
  # @return [Response] A Response object with data of type nil
@@ -3968,7 +3965,7 @@ module OCI
3968
3965
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3969
3966
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3970
3967
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3971
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3968
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3972
3969
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3973
3970
  #
3974
3971
  # @return [Response] A Response object with data of type nil
@@ -4027,7 +4024,7 @@ module OCI
4027
4024
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4028
4025
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4029
4026
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4030
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4027
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4031
4028
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4032
4029
  #
4033
4030
  # @return [Response] A Response object with data of type nil
@@ -4088,7 +4085,7 @@ module OCI
4088
4085
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4089
4086
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4090
4087
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4091
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4088
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4092
4089
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4093
4090
  #
4094
4091
  # @return [Response] A Response object with data of type nil
@@ -4148,7 +4145,7 @@ module OCI
4148
4145
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4149
4146
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4150
4147
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4151
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4148
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4152
4149
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4153
4150
  #
4154
4151
  # @return [Response] A Response object with data of type nil
@@ -4207,7 +4204,7 @@ module OCI
4207
4204
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4208
4205
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4209
4206
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4210
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4207
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4211
4208
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4212
4209
  #
4213
4210
  # @return [Response] A Response object with data of type nil
@@ -4268,7 +4265,7 @@ module OCI
4268
4265
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4269
4266
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4270
4267
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4271
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4268
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4272
4269
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4273
4270
  #
4274
4271
  # @return [Response] A Response object with data of type nil
@@ -4332,7 +4329,7 @@ module OCI
4332
4329
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4333
4330
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4334
4331
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4335
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4332
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4336
4333
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4337
4334
  #
4338
4335
  # @return [Response] A Response object with data of type nil
@@ -4385,12 +4382,12 @@ module OCI
4385
4382
  # Unassigns and deletes the specified IPv6. You must specify the object's OCID.
4386
4383
  # The IPv6 address is returned to the subnet's pool of available addresses.
4387
4384
  #
4388
- # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
4385
+ # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
4389
4386
  # @param [Hash] opts the optional parameters
4390
4387
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4391
4388
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4392
4389
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4393
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4390
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4394
4391
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4395
4392
  #
4396
4393
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -4454,7 +4451,7 @@ module OCI
4454
4451
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4455
4452
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4456
4453
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4457
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4454
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4458
4455
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4459
4456
  #
4460
4457
  # @return [Response] A Response object with data of type nil
@@ -4510,12 +4507,12 @@ module OCI
4510
4507
  # This is an asynchronous operation. The NAT gateway's `lifecycleState` will change to
4511
4508
  # TERMINATING temporarily until the NAT gateway is completely removed.
4512
4509
  #
4513
- # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
4510
+ # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4514
4511
  # @param [Hash] opts the optional parameters
4515
4512
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4516
4513
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4517
4514
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4518
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4515
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4519
4516
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4520
4517
  #
4521
4518
  # @return [Response] A Response object with data of type nil
@@ -4573,12 +4570,12 @@ module OCI
4573
4570
  # contains both the OCID of the VNIC and the OCID of the VNIC's parent resource (for example,
4574
4571
  # the Compute instance that the VNIC is attached to).
4575
4572
  #
4576
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
4573
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
4577
4574
  # @param [Hash] opts the optional parameters
4578
4575
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4579
4576
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4580
4577
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4581
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4578
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4582
4579
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4583
4580
  #
4584
4581
  # @return [Response] A Response object with data of type nil
@@ -4636,7 +4633,7 @@ module OCI
4636
4633
  # automatically unassigned and deleted when the VNIC is terminated.
4637
4634
  #
4638
4635
  # **Important:** If a secondary private IP is the
4639
- # [target of a route rule](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm#privateip),
4636
+ # [target of a route rule](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip),
4640
4637
  # unassigning it from the VNIC causes that route rule to blackhole and the traffic
4641
4638
  # will be dropped.
4642
4639
  #
@@ -4645,7 +4642,7 @@ module OCI
4645
4642
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4646
4643
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4647
4644
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4648
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4645
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4649
4646
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4650
4647
  #
4651
4648
  # @return [Response] A Response object with data of type nil
@@ -4716,7 +4713,7 @@ module OCI
4716
4713
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4717
4714
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4718
4715
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4719
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4716
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4720
4717
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4721
4718
  #
4722
4719
  # @return [Response] A Response object with data of type nil
@@ -4766,11 +4763,11 @@ module OCI
4766
4763
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4767
4764
 
4768
4765
 
4769
- # Deletes the specified Public Ip Pool
4770
- # It must not have any active address allocations
4771
- # You must specify the object's OCID.
4766
+ # Deletes the specified public IP pool.
4767
+ # To delete a public IP pool it must not have any active IP address allocations.
4768
+ # You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) when deleting an IP pool.
4772
4769
  #
4773
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
4770
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
4774
4771
  # @param [Hash] opts the optional parameters
4775
4772
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4776
4773
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -4778,7 +4775,7 @@ module OCI
4778
4775
  # If you need to contact Oracle about a particular request, please provide the request ID.
4779
4776
  #
4780
4777
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4781
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4778
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4782
4779
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4783
4780
  #
4784
4781
  # @return [Response] A Response object with data of type nil
@@ -4839,7 +4836,7 @@ module OCI
4839
4836
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4840
4837
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4841
4838
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4842
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4839
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4843
4840
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4844
4841
  #
4845
4842
  # @return [Response] A Response object with data of type nil
@@ -4900,7 +4897,7 @@ module OCI
4900
4897
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4901
4898
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4902
4899
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4903
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4900
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4904
4901
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4905
4902
  #
4906
4903
  # @return [Response] A Response object with data of type nil
@@ -4961,7 +4958,7 @@ module OCI
4961
4958
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4962
4959
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4963
4960
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4964
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4961
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4965
4962
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4966
4963
  #
4967
4964
  # @return [Response] A Response object with data of type nil
@@ -5014,12 +5011,12 @@ module OCI
5014
5011
  # Deletes the specified service gateway. There must not be a route table that lists the service
5015
5012
  # gateway as a target.
5016
5013
  #
5017
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
5014
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5018
5015
  # @param [Hash] opts the optional parameters
5019
5016
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5020
5017
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5021
5018
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5022
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5019
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5023
5020
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5024
5021
  #
5025
5022
  # @return [Response] A Response object with data of type nil
@@ -5078,7 +5075,7 @@ module OCI
5078
5075
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5079
5076
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5080
5077
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5081
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5078
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5082
5079
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5083
5080
  #
5084
5081
  # @return [Response] A Response object with data of type nil
@@ -5132,12 +5129,12 @@ module OCI
5132
5129
  # operation. The VCN's `lifecycleState` will change to TERMINATING temporarily until the VCN is completely
5133
5130
  # removed.
5134
5131
  #
5135
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
5132
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
5136
5133
  # @param [Hash] opts the optional parameters
5137
5134
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5138
5135
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5139
5136
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5140
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5137
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5141
5138
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5142
5139
  #
5143
5140
  # @return [Response] A Response object with data of type nil
@@ -5198,7 +5195,7 @@ module OCI
5198
5195
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5199
5196
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5200
5197
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5201
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5198
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5202
5199
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5203
5200
  #
5204
5201
  # @return [Response] A Response object with data of type nil
@@ -5250,12 +5247,12 @@ module OCI
5250
5247
 
5251
5248
  # Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
5252
5249
  #
5253
- # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
5250
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
5254
5251
  # @param [Hash] opts the optional parameters
5255
5252
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5256
5253
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5257
5254
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5258
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5255
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5259
5256
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5260
5257
  #
5261
5258
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -5322,13 +5319,13 @@ module OCI
5322
5319
  # `Update` call. `UpdateServiceGateway` also lets you block all traffic through the service
5323
5320
  # gateway without having to remove each of the individual `Service` objects.
5324
5321
  #
5325
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
5322
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5326
5323
  # @param [OCI::Core::Models::ServiceIdRequestDetails] detach_service_details ServiceId of Service to be detached from a service gateway.
5327
5324
  # @param [Hash] opts the optional parameters
5328
5325
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5329
5326
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5330
5327
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5331
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5328
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5332
5329
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5333
5330
  #
5334
5331
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
@@ -5380,9 +5377,9 @@ module OCI
5380
5377
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
5381
5378
 
5382
5379
 
5383
- # Gets the specified Byoip Range object. You must specify the object's OCID.
5380
+ # Gets the `ByoipRange` resource. You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5384
5381
  #
5385
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
5382
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
5386
5383
  # @param [Hash] opts the optional parameters
5387
5384
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5388
5385
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -5621,7 +5618,7 @@ module OCI
5621
5618
  # * {#get_ipsec_cpe_device_config_content get_ipsec_cpe_device_config_content}
5622
5619
  # * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
5623
5620
  #
5624
- # @param [String] cpe_device_shape_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE device shape.
5621
+ # @param [String] cpe_device_shape_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE device shape.
5625
5622
  # @param [Hash] opts the optional parameters
5626
5623
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5627
5624
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -6056,7 +6053,7 @@ module OCI
6056
6053
 
6057
6054
 
6058
6055
  # Gets the redundancy status for the specified DRG. For more information, see
6059
- # [Redundancy Remedies](https://docs.cloud.oracle.com/Content/Network/Troubleshoot/drgredundancy.htm).
6056
+ # [Redundancy Remedies](https://docs.cloud.oracle.com/iaas/Content/Network/Troubleshoot/drgredundancy.htm).
6060
6057
  #
6061
6058
  # @param [String] drg_id The OCID of the DRG.
6062
6059
  # @param [Hash] opts the optional parameters
@@ -6115,7 +6112,7 @@ module OCI
6115
6112
 
6116
6113
 
6117
6114
  # Gets the specified provider service.
6118
- # For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
6115
+ # For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
6119
6116
  #
6120
6117
  # @param [String] provider_service_id The OCID of the provider service.
6121
6118
  # @param [Hash] opts the optional parameters
@@ -6463,7 +6460,7 @@ module OCI
6463
6460
  # {#get_ip_sec_connection_tunnel_shared_secret get_ip_sec_connection_tunnel_shared_secret}.
6464
6461
  #
6465
6462
  # @param [String] ipsc_id The OCID of the IPSec connection.
6466
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
6463
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
6467
6464
  # @param [Hash] opts the optional parameters
6468
6465
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6469
6466
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -6522,7 +6519,7 @@ module OCI
6522
6519
  # about the tunnel, use {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}.
6523
6520
  #
6524
6521
  # @param [String] ipsc_id The OCID of the IPSec connection.
6525
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
6522
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
6526
6523
  # @param [Hash] opts the optional parameters
6527
6524
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6528
6525
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -6702,7 +6699,7 @@ module OCI
6702
6699
  # {#list_ipv6s list_ipv6s}
6703
6700
  # with the IPv6 address (for example, 2001:0db8:0123:1111:98fe:dcba:9876:4321) and subnet OCID.
6704
6701
  #
6705
- # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
6702
+ # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
6706
6703
  # @param [Hash] opts the optional parameters
6707
6704
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6708
6705
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -6813,7 +6810,7 @@ module OCI
6813
6810
 
6814
6811
 
6815
6812
  # Gets the specified NAT gateway's information.
6816
- # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
6813
+ # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6817
6814
  # @param [Hash] opts the optional parameters
6818
6815
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6819
6816
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -6874,7 +6871,7 @@ module OCI
6874
6871
  # To list the security rules in an NSG, see
6875
6872
  # {#list_network_security_group_security_rules list_network_security_group_security_rules}.
6876
6873
  #
6877
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
6874
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
6878
6875
  # @param [Hash] opts the optional parameters
6879
6876
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6880
6877
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7171,9 +7168,9 @@ module OCI
7171
7168
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
7172
7169
 
7173
7170
 
7174
- # Gets the specified Public Ip Pool object. You must specify the object's OCID.
7171
+ # Gets the specified `PublicIpPool` object. You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7175
7172
  #
7176
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
7173
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
7177
7174
  # @param [Hash] opts the optional parameters
7178
7175
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7179
7176
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7394,7 +7391,7 @@ module OCI
7394
7391
 
7395
7392
  # Gets the specified {Service} object.
7396
7393
  #
7397
- # @param [String] service_id The service's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
7394
+ # @param [String] service_id The service's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7398
7395
  # @param [Hash] opts the optional parameters
7399
7396
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7400
7397
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7448,7 +7445,7 @@ module OCI
7448
7445
 
7449
7446
 
7450
7447
  # Gets the specified service gateway's information.
7451
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
7448
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7452
7449
  # @param [Hash] opts the optional parameters
7453
7450
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7454
7451
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7561,7 +7558,7 @@ module OCI
7561
7558
  # {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}.
7562
7559
  #
7563
7560
  # @param [String] ipsc_id The OCID of the IPSec connection.
7564
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
7561
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
7565
7562
  # @param [Hash] opts the optional parameters
7566
7563
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7567
7564
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7638,7 +7635,7 @@ module OCI
7638
7635
  # returns CPE configuration content for *all* IPSec connections that use a specific CPE.
7639
7636
  #
7640
7637
  # @param [String] ipsc_id The OCID of the IPSec connection.
7641
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
7638
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
7642
7639
  # @param [Hash] opts the optional parameters
7643
7640
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7644
7641
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7743,7 +7740,7 @@ module OCI
7743
7740
 
7744
7741
 
7745
7742
  # Gets the specified VCN's information.
7746
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7743
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
7747
7744
  # @param [Hash] opts the optional parameters
7748
7745
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7749
7746
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7796,7 +7793,7 @@ module OCI
7796
7793
 
7797
7794
 
7798
7795
  # Get the associated DNS resolver information with a vcn
7799
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7796
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
7800
7797
  # @param [Hash] opts the optional parameters
7801
7798
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7802
7799
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7906,7 +7903,7 @@ module OCI
7906
7903
 
7907
7904
 
7908
7905
  # Gets the specified VLAN's information.
7909
- # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
7906
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
7910
7907
  # @param [Hash] opts the optional parameters
7911
7908
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7912
7909
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8021,7 +8018,7 @@ module OCI
8021
8018
 
8022
8019
 
8023
8020
  # Lists the regions that support remote VCN peering (which is peering across regions).
8024
- # For more information, see [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
8021
+ # For more information, see [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
8025
8022
  #
8026
8023
  # @param [Hash] opts the optional parameters
8027
8024
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -8072,10 +8069,10 @@ module OCI
8072
8069
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8073
8070
 
8074
8071
 
8075
- # Lists the ByoipAllocatedRange objects for the ByoipRange.
8076
- # Each ByoipAllocatedRange object has a CIDR block part of the ByoipRange and the PublicIpPool it is assigned to.
8072
+ # Lists the subranges of a BYOIP CIDR block currently allocated to an IP pool.
8073
+ # Each `ByoipAllocatedRange` object also lists the IP pool where it is allocated.
8077
8074
  #
8078
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
8075
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
8079
8076
  # @param [Hash] opts the optional parameters
8080
8077
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8081
8078
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8142,10 +8139,10 @@ module OCI
8142
8139
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8143
8140
 
8144
8141
 
8145
- # Lists the ByoipRange objects in the specified compartment.
8146
- # You can filter the list by using query parameters.
8142
+ # Lists the `ByoipRange` resources in the specified compartment.
8143
+ # You can filter the list using query parameters.
8147
8144
  #
8148
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8145
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8149
8146
  # @param [Hash] opts the optional parameters
8150
8147
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8151
8148
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8322,7 +8319,7 @@ module OCI
8322
8319
 
8323
8320
  # Lists the customer-premises equipment objects (CPEs) in the specified compartment.
8324
8321
  #
8325
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8322
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8326
8323
  # @param [Hash] opts the optional parameters
8327
8324
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8328
8325
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8387,7 +8384,7 @@ module OCI
8387
8384
 
8388
8385
  # Lists the cross-connect groups in the specified compartment.
8389
8386
  #
8390
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8387
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8391
8388
  # @param [Hash] opts the optional parameters
8392
8389
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8393
8390
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8417,7 +8414,8 @@ module OCI
8417
8414
  # is case sensitive.
8418
8415
  #
8419
8416
  # Allowed values are: ASC, DESC
8420
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
8417
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
8418
+ # state. The value is case insensitive.
8421
8419
  #
8422
8420
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectGroup CrossConnectGroup}>
8423
8421
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connect_groups.rb.html) to see an example of how to use list_cross_connect_groups API.
@@ -8487,7 +8485,7 @@ module OCI
8487
8485
  # Lists the available FastConnect locations for cross-connect installation. You need
8488
8486
  # this information so you can specify your desired location when you create a cross-connect.
8489
8487
  #
8490
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8488
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8491
8489
  # @param [Hash] opts the optional parameters
8492
8490
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8493
8491
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8553,7 +8551,7 @@ module OCI
8553
8551
  # Lists the cross-connects in the specified compartment. You can filter the list
8554
8552
  # by specifying the OCID of a cross-connect group.
8555
8553
  #
8556
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8554
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8557
8555
  # @param [Hash] opts the optional parameters
8558
8556
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8559
8557
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8584,7 +8582,8 @@ module OCI
8584
8582
  # is case sensitive.
8585
8583
  #
8586
8584
  # Allowed values are: ASC, DESC
8587
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
8585
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
8586
+ # state. The value is case insensitive.
8588
8587
  #
8589
8588
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnect CrossConnect}>
8590
8589
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connects.rb.html) to see an example of how to use list_cross_connects API.
@@ -8656,7 +8655,7 @@ module OCI
8656
8655
  # so you can specify your desired port speed (that is, shape) when you create a
8657
8656
  # cross-connect.
8658
8657
  #
8659
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8658
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8660
8659
  # @param [Hash] opts the optional parameters
8661
8660
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8662
8661
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8724,11 +8723,11 @@ module OCI
8724
8723
  # The response includes the default set of options that automatically comes with each VCN,
8725
8724
  # plus any other sets you've created.
8726
8725
  #
8727
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8726
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8728
8727
  # @param [Hash] opts the optional parameters
8729
8728
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8730
8729
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8731
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8730
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
8732
8731
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
8733
8732
  # \"List\" call. For important details about how pagination works, see
8734
8733
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -8755,7 +8754,8 @@ module OCI
8755
8754
  # is case sensitive.
8756
8755
  #
8757
8756
  # Allowed values are: ASC, DESC
8758
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
8757
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
8758
+ # state. The state value is case-insensitive.
8759
8759
  #
8760
8760
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DhcpOptions DhcpOptions}>
8761
8761
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dhcp_options.rb.html) to see an example of how to use list_dhcp_options API.
@@ -8826,11 +8826,11 @@ module OCI
8826
8826
  # Lists the `DrgAttachment` objects for the specified compartment. You can filter the
8827
8827
  # results by VCN or DRG.
8828
8828
  #
8829
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8829
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8830
8830
  # @param [Hash] opts the optional parameters
8831
8831
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8832
8832
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8833
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8833
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
8834
8834
  # @option opts [String] :drg_id The OCID of the DRG.
8835
8835
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
8836
8836
  # \"List\" call. For important details about how pagination works, see
@@ -8895,7 +8895,7 @@ module OCI
8895
8895
 
8896
8896
  # Lists the DRGs in the specified compartment.
8897
8897
  #
8898
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8898
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8899
8899
  # @param [Hash] opts the optional parameters
8900
8900
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8901
8901
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8964,9 +8964,9 @@ module OCI
8964
8964
  #
8965
8965
  # For the compartment ID, provide the OCID of your tenancy (the root compartment).
8966
8966
  #
8967
- # For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
8967
+ # For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
8968
8968
  #
8969
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8969
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
8970
8970
  # @param [Hash] opts the optional parameters
8971
8971
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8972
8972
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9032,7 +9032,7 @@ module OCI
9032
9032
  # Gets the list of available virtual circuit bandwidth levels for a provider.
9033
9033
  # You need this information so you can specify your desired bandwidth level (shape) when you create a virtual circuit.
9034
9034
  #
9035
- # For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
9035
+ # For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
9036
9036
  #
9037
9037
  # @param [String] provider_service_id The OCID of the provider service.
9038
9038
  # @param [Hash] opts the optional parameters
@@ -9100,11 +9100,11 @@ module OCI
9100
9100
  # Lists the internet gateways in the specified VCN and the specified compartment.
9101
9101
  # If the VCN ID is not provided, then the list includes the internet gateways from all VCNs in the specified compartment.
9102
9102
  #
9103
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9103
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9104
9104
  # @param [Hash] opts the optional parameters
9105
9105
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9106
9106
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
9107
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9107
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
9108
9108
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
9109
9109
  # \"List\" call. For important details about how pagination works, see
9110
9110
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -9131,7 +9131,8 @@ module OCI
9131
9131
  # is case sensitive.
9132
9132
  #
9133
9133
  # Allowed values are: ASC, DESC
9134
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
9134
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
9135
+ # state. The state value is case-insensitive.
9135
9136
  #
9136
9137
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InternetGateway InternetGateway}>
9137
9138
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_internet_gateways.rb.html) to see an example of how to use list_internet_gateways API.
@@ -9267,7 +9268,7 @@ module OCI
9267
9268
  # Lists the IPSec connections for the specified compartment. You can filter the
9268
9269
  # results by DRG or CPE.
9269
9270
  #
9270
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9271
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9271
9272
  # @param [Hash] opts the optional parameters
9272
9273
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9273
9274
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9418,7 +9419,7 @@ module OCI
9418
9419
  # Lists the local peering gateways (LPGs) for the specified VCN and specified compartment.
9419
9420
  # If the VCN ID is not provided, then the list includes the LPGs from all VCNs in the specified compartment.
9420
9421
  #
9421
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9422
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9422
9423
  # @param [Hash] opts the optional parameters
9423
9424
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9424
9425
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9432,7 +9433,7 @@ module OCI
9432
9433
  # call. For important details about how pagination works, see
9433
9434
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9434
9435
  #
9435
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9436
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
9436
9437
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}>
9437
9438
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_local_peering_gateways.rb.html) to see an example of how to use list_local_peering_gateways API.
9438
9439
  def list_local_peering_gateways(compartment_id, opts = {})
@@ -9486,11 +9487,11 @@ module OCI
9486
9487
  # Lists the NAT gateways in the specified compartment. You may optionally specify a VCN OCID
9487
9488
  # to filter the results by VCN.
9488
9489
  #
9489
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9490
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9490
9491
  # @param [Hash] opts the optional parameters
9491
9492
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9492
9493
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
9493
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9494
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
9494
9495
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
9495
9496
  # \"List\" call. For important details about how pagination works, see
9496
9497
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -9517,7 +9518,8 @@ module OCI
9517
9518
  # is case sensitive.
9518
9519
  #
9519
9520
  # Allowed values are: ASC, DESC
9520
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
9521
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
9522
+ # state. The value is case insensitive.
9521
9523
  #
9522
9524
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::NatGateway NatGateway}>
9523
9525
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_nat_gateways.rb.html) to see an example of how to use list_nat_gateways API.
@@ -9587,7 +9589,7 @@ module OCI
9587
9589
 
9588
9590
  # Lists the security rules in the specified network security group.
9589
9591
  #
9590
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
9592
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
9591
9593
  # @param [Hash] opts the optional parameters
9592
9594
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9593
9595
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9677,7 +9679,7 @@ module OCI
9677
9679
 
9678
9680
  # Lists the VNICs in the specified network security group.
9679
9681
  #
9680
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
9682
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
9681
9683
  # @param [Hash] opts the optional parameters
9682
9684
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9683
9685
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9758,11 +9760,11 @@ module OCI
9758
9760
 
9759
9761
  # Lists the network security groups in the specified compartment.
9760
9762
  #
9761
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9763
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9762
9764
  # @param [Hash] opts the optional parameters
9763
9765
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9764
9766
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
9765
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9767
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
9766
9768
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
9767
9769
  # \"List\" call. For important details about how pagination works, see
9768
9770
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -9789,7 +9791,8 @@ module OCI
9789
9791
  # is case sensitive.
9790
9792
  #
9791
9793
  # Allowed values are: ASC, DESC
9792
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
9794
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
9795
+ # state. The value is case insensitive.
9793
9796
  #
9794
9797
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}>
9795
9798
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_network_security_groups.rb.html) to see an example of how to use list_network_security_groups API.
@@ -9892,7 +9895,7 @@ module OCI
9892
9895
  #
9893
9896
  # @option opts [String] :subnet_id The OCID of the subnet.
9894
9897
  # @option opts [String] :vnic_id The OCID of the VNIC.
9895
- # @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
9898
+ # @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
9896
9899
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PrivateIp PrivateIp}>
9897
9900
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_private_ips.rb.html) to see an example of how to use list_private_ips API.
9898
9901
  def list_private_ips(opts = {})
@@ -9944,10 +9947,10 @@ module OCI
9944
9947
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
9945
9948
 
9946
9949
 
9947
- # Lists the PublicIpPool objects in the specified compartment.
9948
- # You can filter the list by using query parameters.
9950
+ # Lists the public IP pools in the specified compartment.
9951
+ # You can filter the list using query parameters.
9949
9952
  #
9950
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9953
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
9951
9954
  # @param [Hash] opts the optional parameters
9952
9955
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9953
9956
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9966,7 +9969,7 @@ module OCI
9966
9969
  #
9967
9970
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
9968
9971
  #
9969
- # @option opts [String] :byoip_range_id A filter to return only resources that match the given Byoip Range
9972
+ # @option opts [String] :byoip_range_id A filter to return only resources that match the given BYOIP CIDR block.
9970
9973
  #
9971
9974
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
9972
9975
  # TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
@@ -10077,7 +10080,7 @@ module OCI
10077
10080
  # Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
10078
10081
  #
10079
10082
  # Allowed values are: REGION, AVAILABILITY_DOMAIN
10080
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10083
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10081
10084
  # @param [Hash] opts the optional parameters
10082
10085
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10083
10086
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10164,7 +10167,7 @@ module OCI
10164
10167
  # Lists the remote peering connections (RPCs) for the specified DRG and compartment
10165
10168
  # (the RPC's compartment).
10166
10169
  #
10167
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10170
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10168
10171
  # @param [Hash] opts the optional parameters
10169
10172
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10170
10173
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10234,7 +10237,7 @@ module OCI
10234
10237
  # The response includes the default route table that automatically comes with
10235
10238
  # each VCN in the specified compartment, plus any route tables you've created.
10236
10239
  #
10237
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10240
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10238
10241
  # @param [Hash] opts the optional parameters
10239
10242
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10240
10243
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10248,7 +10251,7 @@ module OCI
10248
10251
  # call. For important details about how pagination works, see
10249
10252
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10250
10253
  #
10251
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
10254
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
10252
10255
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
10253
10256
  #
10254
10257
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -10265,7 +10268,8 @@ module OCI
10265
10268
  # is case sensitive.
10266
10269
  #
10267
10270
  # Allowed values are: ASC, DESC
10268
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10271
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
10272
+ # state. The state value is case-insensitive.
10269
10273
  #
10270
10274
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::RouteTable RouteTable}>
10271
10275
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_route_tables.rb.html) to see an example of how to use list_route_tables API.
@@ -10336,7 +10340,7 @@ module OCI
10336
10340
  # Lists the security lists in the specified VCN and compartment.
10337
10341
  # If the VCN ID is not provided, then the list includes the security lists from all VCNs in the specified compartment.
10338
10342
  #
10339
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10343
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10340
10344
  # @param [Hash] opts the optional parameters
10341
10345
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10342
10346
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10350,7 +10354,7 @@ module OCI
10350
10354
  # call. For important details about how pagination works, see
10351
10355
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10352
10356
  #
10353
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
10357
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
10354
10358
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
10355
10359
  #
10356
10360
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -10367,7 +10371,8 @@ module OCI
10367
10371
  # is case sensitive.
10368
10372
  #
10369
10373
  # Allowed values are: ASC, DESC
10370
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10374
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
10375
+ # state. The state value is case-insensitive.
10371
10376
  #
10372
10377
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::SecurityList SecurityList}>
10373
10378
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_security_lists.rb.html) to see an example of how to use list_security_lists API.
@@ -10438,11 +10443,11 @@ module OCI
10438
10443
  # Lists the service gateways in the specified compartment. You may optionally specify a VCN OCID
10439
10444
  # to filter the results by VCN.
10440
10445
  #
10441
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10446
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10442
10447
  # @param [Hash] opts the optional parameters
10443
10448
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10444
10449
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
10445
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
10450
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
10446
10451
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
10447
10452
  # \"List\" call. For important details about how pagination works, see
10448
10453
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -10467,7 +10472,8 @@ module OCI
10467
10472
  # is case sensitive.
10468
10473
  #
10469
10474
  # Allowed values are: ASC, DESC
10470
- # @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
10475
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle
10476
+ # state. The state value is case-insensitive.
10471
10477
  #
10472
10478
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ServiceGateway ServiceGateway}>
10473
10479
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_service_gateways.rb.html) to see an example of how to use list_service_gateways API.
@@ -10600,7 +10606,7 @@ module OCI
10600
10606
  # Lists the subnets in the specified VCN and the specified compartment.
10601
10607
  # If the VCN ID is not provided, then the list includes the subnets from all VCNs in the specified compartment.
10602
10608
  #
10603
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10609
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10604
10610
  # @param [Hash] opts the optional parameters
10605
10611
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10606
10612
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10614,7 +10620,7 @@ module OCI
10614
10620
  # call. For important details about how pagination works, see
10615
10621
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10616
10622
  #
10617
- # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
10623
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
10618
10624
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
10619
10625
  #
10620
10626
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -10631,7 +10637,8 @@ module OCI
10631
10637
  # is case sensitive.
10632
10638
  #
10633
10639
  # Allowed values are: ASC, DESC
10634
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10640
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
10641
+ # state. The state value is case-insensitive.
10635
10642
  #
10636
10643
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Subnet Subnet}>
10637
10644
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_subnets.rb.html) to see an example of how to use list_subnets API.
@@ -10701,7 +10708,7 @@ module OCI
10701
10708
 
10702
10709
  # Lists the virtual cloud networks (VCNs) in the specified compartment.
10703
10710
  #
10704
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10711
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10705
10712
  # @param [Hash] opts the optional parameters
10706
10713
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10707
10714
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10731,7 +10738,8 @@ module OCI
10731
10738
  # is case sensitive.
10732
10739
  #
10733
10740
  # Allowed values are: ASC, DESC
10734
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10741
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
10742
+ # state. The state value is case-insensitive.
10735
10743
  #
10736
10744
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vcn Vcn}>
10737
10745
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vcns.rb.html) to see an example of how to use list_vcns API.
@@ -10800,7 +10808,7 @@ module OCI
10800
10808
 
10801
10809
  # The deprecated operation lists available bandwidth levels for virtual circuits. For the compartment ID, provide the OCID of your tenancy (the root compartment).
10802
10810
  #
10803
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10811
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10804
10812
  # @param [Hash] opts the optional parameters
10805
10813
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10806
10814
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10870,7 +10878,9 @@ module OCI
10870
10878
  # @param [Hash] opts the optional parameters
10871
10879
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10872
10880
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
10873
- # @option opts [String] :verification_state A filter to only return resources that match the given verification state.
10881
+ # @option opts [String] :verification_state A filter to only return resources that match the given verification
10882
+ # state.
10883
+ #
10874
10884
  # The state value is case-insensitive.
10875
10885
  #
10876
10886
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitPublicPrefix VirtualCircuitPublicPrefix}>
@@ -10927,7 +10937,7 @@ module OCI
10927
10937
 
10928
10938
  # Lists the virtual circuits in the specified compartment.
10929
10939
  #
10930
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10940
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
10931
10941
  # @param [Hash] opts the optional parameters
10932
10942
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10933
10943
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -10957,7 +10967,8 @@ module OCI
10957
10967
  # is case sensitive.
10958
10968
  #
10959
10969
  # Allowed values are: ASC, DESC
10960
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
10970
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
10971
+ # state. The value is case insensitive.
10961
10972
  #
10962
10973
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuit VirtualCircuit}>
10963
10974
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_virtual_circuits.rb.html) to see an example of how to use list_virtual_circuits API.
@@ -11026,8 +11037,8 @@ module OCI
11026
11037
 
11027
11038
  # Lists the VLANs in the specified VCN and the specified compartment.
11028
11039
  #
11029
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
11030
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
11040
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
11041
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
11031
11042
  # @param [Hash] opts the optional parameters
11032
11043
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11033
11044
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -11060,7 +11071,8 @@ module OCI
11060
11071
  # @option opts [String] :opc_request_id Unique identifier for the request.
11061
11072
  # If you need to contact Oracle about a particular request, please provide the request ID.
11062
11073
  #
11063
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
11074
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
11075
+ # state. The state value is case-insensitive.
11064
11076
  #
11065
11077
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vlan Vlan}>
11066
11078
  # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vlans.rb.html) to see an example of how to use list_vlans API.
@@ -11130,16 +11142,17 @@ module OCI
11130
11142
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
11131
11143
 
11132
11144
 
11133
- # Update a CIDR from a VCN. The new CIDR must maintain the following rules -
11145
+ # Updates the specified CIDR block of a VCN. The new CIDR IP range must meet the following criteria:
11146
+ #
11147
+ # - Must be valid.
11148
+ # - Must not overlap with another CIDR block in the VCN, a CIDR block of a peered VCN, or the on-premises network CIDR block.
11149
+ # - Must not exceed the limit of CIDR blocks allowed per VCN.
11150
+ # - Must include IP addresses from the original CIDR block that are used in the VCN's existing route rules.
11151
+ # - No IP address in an existing subnet should be outside of the new CIDR block range.
11134
11152
  #
11135
- # a. The CIDR provided is valid
11136
- # b. The new CIDR range should not overlap with any existing CIDRs
11137
- # c. The new CIDR should not exceed the max limit of CIDRs per VCNs
11138
- # d. The new CIDR range does not overlap with any peered VCNs
11139
- # e. The new CIDR should overlap with any existing route rule within a VCN
11140
- # f. All existing subnet CIDRs are subsets of the updated CIDR ranges
11153
+ # **Note:** Modifying a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can vary depending on the size of your network. Updating a small network could take about a minute, and updating a large network could take up to an hour. You can use the `GetWorkRequest` operation to check the status of the update.
11141
11154
  #
11142
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
11155
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
11143
11156
  # @param [OCI::Core::Models::ModifyVcnCidrDetails] modify_vcn_cidr_details Details object for updating a VCN CIDR.
11144
11157
  # @param [Hash] opts the optional parameters
11145
11158
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -11154,7 +11167,7 @@ module OCI
11154
11167
  # may be rejected).
11155
11168
  #
11156
11169
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11157
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11170
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11158
11171
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11159
11172
  #
11160
11173
  # @return [Response] A Response object with data of type nil
@@ -11211,7 +11224,7 @@ module OCI
11211
11224
 
11212
11225
  # Removes one or more security rules from the specified network security group.
11213
11226
  #
11214
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
11227
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
11215
11228
  # @param [OCI::Core::Models::RemoveNetworkSecurityGroupSecurityRulesDetails] remove_network_security_group_security_rules_details Request with one or more security rules associated with the network security group that
11216
11229
  # will be removed.
11217
11230
  #
@@ -11266,10 +11279,10 @@ module OCI
11266
11279
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
11267
11280
 
11268
11281
 
11269
- # Removes a Cidr from the referenced Public IP Pool.
11282
+ # Removes a CIDR block from the referenced public IP pool.
11270
11283
  #
11271
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
11272
- # @param [OCI::Core::Models::RemovePublicIpPoolCapacityDetails] remove_public_ip_pool_capacity_details The Cidr to be removed from the Public Ip Pool
11284
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
11285
+ # @param [OCI::Core::Models::RemovePublicIpPoolCapacityDetails] remove_public_ip_pool_capacity_details The CIDR block to remove from the IP pool.
11273
11286
  # @param [Hash] opts the optional parameters
11274
11287
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11275
11288
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -11333,10 +11346,13 @@ module OCI
11333
11346
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
11334
11347
 
11335
11348
 
11336
- # Remove a CIDR from a VCN. The CIDR being removed should not have
11337
- # any resources allocated from it.
11349
+ # Removes a specified CIDR block from a VCN.
11350
+ #
11351
+ # **Notes:**
11352
+ # - You cannot remove a CIDR block if an IP address in its range is in use.
11353
+ # - Removing a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can take a few minutes. You can use the `GetWorkRequest` operation to check the status of the update.
11338
11354
  #
11339
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
11355
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
11340
11356
  # @param [OCI::Core::Models::RemoveVcnCidrDetails] remove_vcn_cidr_details Details object for removing a VCN CIDR.
11341
11357
  # @param [Hash] opts the optional parameters
11342
11358
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -11351,7 +11367,7 @@ module OCI
11351
11367
  # may be rejected).
11352
11368
  #
11353
11369
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11354
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11370
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11355
11371
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11356
11372
  #
11357
11373
  # @return [Response] A Response object with data of type nil
@@ -11405,9 +11421,9 @@ module OCI
11405
11421
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
11406
11422
 
11407
11423
 
11408
- # Updates the specified Byoip Range.
11424
+ # Updates the tags or display name associated to the specified BYOIP CIDR block.
11409
11425
  #
11410
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
11426
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
11411
11427
  # @param [OCI::Core::Models::UpdateByoipRangeDetails] update_byoip_range_details Byoip Range details.
11412
11428
  # @param [Hash] opts the optional parameters
11413
11429
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
@@ -11416,7 +11432,7 @@ module OCI
11416
11432
  # If you need to contact Oracle about a particular request, please provide the request ID.
11417
11433
  #
11418
11434
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11419
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11435
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11420
11436
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11421
11437
  #
11422
11438
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
@@ -11478,7 +11494,7 @@ module OCI
11478
11494
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11479
11495
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11480
11496
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11481
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11497
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11482
11498
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11483
11499
  #
11484
11500
  # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
@@ -11537,7 +11553,7 @@ module OCI
11537
11553
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11538
11554
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11539
11555
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11540
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11556
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11541
11557
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11542
11558
  #
11543
11559
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnect CrossConnect}
@@ -11598,7 +11614,7 @@ module OCI
11598
11614
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11599
11615
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11600
11616
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11601
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11617
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11602
11618
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11603
11619
  #
11604
11620
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectGroup CrossConnectGroup}
@@ -11661,7 +11677,7 @@ module OCI
11661
11677
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11662
11678
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11663
11679
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11664
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11680
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11665
11681
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11666
11682
  #
11667
11683
  # @return [Response] A Response object with data of type {OCI::Core::Models::DhcpOptions DhcpOptions}
@@ -11721,7 +11737,7 @@ module OCI
11721
11737
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11722
11738
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11723
11739
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11724
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11740
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11725
11741
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11726
11742
  #
11727
11743
  # @return [Response] A Response object with data of type {OCI::Core::Models::Drg Drg}
@@ -11782,7 +11798,7 @@ module OCI
11782
11798
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11783
11799
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11784
11800
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11785
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11801
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11786
11802
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11787
11803
  #
11788
11804
  # @return [Response] A Response object with data of type {OCI::Core::Models::DrgAttachment DrgAttachment}
@@ -11846,7 +11862,7 @@ module OCI
11846
11862
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11847
11863
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11848
11864
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11849
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11865
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11850
11866
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11851
11867
  #
11852
11868
  # @return [Response] A Response object with data of type {OCI::Core::Models::InternetGateway InternetGateway}
@@ -11909,7 +11925,7 @@ module OCI
11909
11925
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11910
11926
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11911
11927
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11912
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11928
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11913
11929
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11914
11930
  #
11915
11931
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnection IPSecConnection}
@@ -11975,13 +11991,13 @@ module OCI
11975
11991
  # static route.
11976
11992
  #
11977
11993
  # @param [String] ipsc_id The OCID of the IPSec connection.
11978
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
11994
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
11979
11995
  # @param [OCI::Core::Models::UpdateIPSecConnectionTunnelDetails] update_ip_sec_connection_tunnel_details Details object for updating a IPSecConnection tunnel's details.
11980
11996
  # @param [Hash] opts the optional parameters
11981
11997
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11982
11998
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11983
11999
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
11984
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12000
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
11985
12001
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11986
12002
  #
11987
12003
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -12044,13 +12060,13 @@ module OCI
12044
12060
  # **Important:** If you change the shared secret, the tunnel will go down while it's reprovisioned.
12045
12061
  #
12046
12062
  # @param [String] ipsc_id The OCID of the IPSec connection.
12047
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
12063
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
12048
12064
  # @param [OCI::Core::Models::UpdateIPSecConnectionTunnelSharedSecretDetails] update_ip_sec_connection_tunnel_shared_secret_details Details object for updating a IPSec connection tunnel's sharedSecret.
12049
12065
  # @param [Hash] opts the optional parameters
12050
12066
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12051
12067
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12052
12068
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12053
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12069
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12054
12070
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12055
12071
  #
12056
12072
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnelSharedSecret IPSecConnectionTunnelSharedSecret}
@@ -12112,13 +12128,13 @@ module OCI
12112
12128
  # * Change the display name for an IPv6.
12113
12129
  # * Update resource tags for an IPv6.
12114
12130
  #
12115
- # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
12131
+ # @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
12116
12132
  # @param [OCI::Core::Models::UpdateIpv6Details] update_ipv6_details IPv6 details to be updated.
12117
12133
  # @param [Hash] opts the optional parameters
12118
12134
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12119
12135
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12120
12136
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12121
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12137
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12122
12138
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12123
12139
  #
12124
12140
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -12182,7 +12198,7 @@ module OCI
12182
12198
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12183
12199
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12184
12200
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12185
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12201
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12186
12202
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12187
12203
  #
12188
12204
  # @return [Response] A Response object with data of type {OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}
@@ -12236,13 +12252,13 @@ module OCI
12236
12252
 
12237
12253
  # Updates the specified NAT gateway.
12238
12254
  #
12239
- # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
12255
+ # @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
12240
12256
  # @param [OCI::Core::Models::UpdateNatGatewayDetails] update_nat_gateway_details Details object for updating a NAT gateway.
12241
12257
  # @param [Hash] opts the optional parameters
12242
12258
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12243
12259
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12244
12260
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12245
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12261
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12246
12262
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12247
12263
  #
12248
12264
  # @return [Response] A Response object with data of type {OCI::Core::Models::NatGateway NatGateway}
@@ -12310,13 +12326,13 @@ module OCI
12310
12326
  # To edit the contents of existing security rules in the group, use
12311
12327
  # {#update_network_security_group_security_rules update_network_security_group_security_rules}.
12312
12328
  #
12313
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
12329
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
12314
12330
  # @param [OCI::Core::Models::UpdateNetworkSecurityGroupDetails] update_network_security_group_details Details object for updating a network security group.
12315
12331
  # @param [Hash] opts the optional parameters
12316
12332
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12317
12333
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12318
12334
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12319
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12335
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12320
12336
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12321
12337
  #
12322
12338
  # @return [Response] A Response object with data of type {OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}
@@ -12371,7 +12387,7 @@ module OCI
12371
12387
 
12372
12388
  # Updates one or more security rules in the specified network security group.
12373
12389
  #
12374
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
12390
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
12375
12391
  # @param [OCI::Core::Models::UpdateNetworkSecurityGroupSecurityRulesDetails] update_network_security_group_security_rules_details Request with one or more security rules associated with the network security group that
12376
12392
  # will be updated.
12377
12393
  #
@@ -12444,7 +12460,7 @@ module OCI
12444
12460
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12445
12461
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12446
12462
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12447
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12463
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12448
12464
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12449
12465
  #
12450
12466
  # @return [Response] A Response object with data of type {OCI::Core::Models::PrivateIp PrivateIp}
@@ -12534,7 +12550,7 @@ module OCI
12534
12550
  # a VNIC or instance can have. If you try to move a reserved public IP
12535
12551
  # to a VNIC or instance that has already reached its public IP limit, an error is
12536
12552
  # returned. For information about the public IP limits, see
12537
- # [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
12553
+ # [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
12538
12554
  #
12539
12555
  # @param [String] public_ip_id The OCID of the public IP.
12540
12556
  # @param [OCI::Core::Models::UpdatePublicIpDetails] update_public_ip_details Public IP details.
@@ -12542,7 +12558,7 @@ module OCI
12542
12558
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12543
12559
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12544
12560
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12545
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12561
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12546
12562
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12547
12563
  #
12548
12564
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
@@ -12594,10 +12610,10 @@ module OCI
12594
12610
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
12595
12611
 
12596
12612
 
12597
- # Updates the specified Public Ip Pool.
12613
+ # Updates the specified public IP pool.
12598
12614
  #
12599
- # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
12600
- # @param [OCI::Core::Models::UpdatePublicIpPoolDetails] update_public_ip_pool_details Public Ip Pool details.
12615
+ # @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
12616
+ # @param [OCI::Core::Models::UpdatePublicIpPoolDetails] update_public_ip_pool_details Public IP pool details.
12601
12617
  # @param [Hash] opts the optional parameters
12602
12618
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12603
12619
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -12605,7 +12621,7 @@ module OCI
12605
12621
  # If you need to contact Oracle about a particular request, please provide the request ID.
12606
12622
  #
12607
12623
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12608
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12624
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12609
12625
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12610
12626
  #
12611
12627
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
@@ -12666,7 +12682,7 @@ module OCI
12666
12682
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12667
12683
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12668
12684
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12669
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12685
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12670
12686
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12671
12687
  #
12672
12688
  # @return [Response] A Response object with data of type {OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}
@@ -12729,7 +12745,7 @@ module OCI
12729
12745
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12730
12746
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12731
12747
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12732
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12748
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12733
12749
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12734
12750
  #
12735
12751
  # @return [Response] A Response object with data of type {OCI::Core::Models::RouteTable RouteTable}
@@ -12793,7 +12809,7 @@ module OCI
12793
12809
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12794
12810
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12795
12811
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12796
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12812
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12797
12813
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12798
12814
  #
12799
12815
  # @return [Response] A Response object with data of type {OCI::Core::Models::SecurityList SecurityList}
@@ -12848,13 +12864,13 @@ module OCI
12848
12864
  # Updates the specified service gateway. The information you provide overwrites the existing
12849
12865
  # attributes of the gateway.
12850
12866
  #
12851
- # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
12867
+ # @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
12852
12868
  # @param [OCI::Core::Models::UpdateServiceGatewayDetails] update_service_gateway_details Details object for updating a service gateway.
12853
12869
  # @param [Hash] opts the optional parameters
12854
12870
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12855
12871
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12856
12872
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12857
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12873
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12858
12874
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12859
12875
  #
12860
12876
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
@@ -12914,7 +12930,7 @@ module OCI
12914
12930
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12915
12931
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12916
12932
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12917
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12933
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12918
12934
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12919
12935
  #
12920
12936
  # @return [Response] A Response object with data of type {OCI::Core::Models::Subnet Subnet}
@@ -12971,13 +12987,13 @@ module OCI
12971
12987
  # `parameters` attribute of {CpeDeviceShapeDetail}).
12972
12988
  #
12973
12989
  # @param [String] ipsc_id The OCID of the IPSec connection.
12974
- # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
12990
+ # @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
12975
12991
  # @param [OCI::Core::Models::UpdateTunnelCpeDeviceConfigDetails] update_tunnel_cpe_device_config_details Request to input the tunnel's cpe configuration parameters
12976
12992
  # @param [Hash] opts the optional parameters
12977
12993
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12978
12994
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12979
12995
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12980
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12996
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12981
12997
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12982
12998
  #
12983
12999
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
@@ -13045,13 +13061,13 @@ module OCI
13045
13061
 
13046
13062
  # Updates the specified VCN.
13047
13063
  #
13048
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
13064
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
13049
13065
  # @param [OCI::Core::Models::UpdateVcnDetails] update_vcn_details Details object for updating a VCN.
13050
13066
  # @param [Hash] opts the optional parameters
13051
13067
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13052
13068
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
13053
13069
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
13054
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13070
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13055
13071
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
13056
13072
  #
13057
13073
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vcn Vcn}
@@ -13118,7 +13134,7 @@ module OCI
13118
13134
  # its state will return to PROVISIONED. Make sure you confirm that
13119
13135
  # the associated BGP session is back up. For more information
13120
13136
  # about the various states and how to test connectivity, see
13121
- # [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
13137
+ # [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
13122
13138
  #
13123
13139
  # To change the list of public IP prefixes for a public virtual circuit,
13124
13140
  # use {#bulk_add_virtual_circuit_public_prefixes bulk_add_virtual_circuit_public_prefixes}
@@ -13134,7 +13150,7 @@ module OCI
13134
13150
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13135
13151
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
13136
13152
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
13137
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13153
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13138
13154
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
13139
13155
  #
13140
13156
  # @return [Response] A Response object with data of type {OCI::Core::Models::VirtualCircuit VirtualCircuit}
@@ -13186,17 +13202,16 @@ module OCI
13186
13202
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
13187
13203
 
13188
13204
 
13189
- # Updates the specified VLAN. This could result in changes to all
13190
- # the VNICs in the VLAN, which can take time. During that transition
13191
- # period, the VLAN will be in the UPDATING state.
13205
+ # Updates the specified VLAN. Note that this operation might require changes to all
13206
+ # the VNICs in the VLAN, which can take a while. The VLAN will be in the UPDATING state until the changes are complete.
13192
13207
  #
13193
- # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
13208
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
13194
13209
  # @param [OCI::Core::Models::UpdateVlanDetails] update_vlan_details Details object for updating a subnet.
13195
13210
  # @param [Hash] opts the optional parameters
13196
13211
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13197
13212
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
13198
13213
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
13199
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13214
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13200
13215
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
13201
13216
  #
13202
13217
  # @option opts [String] :opc_request_id Unique identifier for the request.
@@ -13260,7 +13275,7 @@ module OCI
13260
13275
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13261
13276
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
13262
13277
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
13263
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13278
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
13264
13279
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
13265
13280
  #
13266
13281
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
@@ -13312,10 +13327,10 @@ module OCI
13312
13327
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
13313
13328
 
13314
13329
 
13315
- # submit the Byoip Range for validation. This presumes the user has
13316
- # updated their IP registry record in accordance to validation requirements
13330
+ # Submits the BYOIP CIDR block you are importing for validation. Do not submit to Oracle for validation if you have not already
13331
+ # modified the information for the BYOIP CIDR block with your Regional Internet Registry. See [To import a CIDR block](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOIP.htm#import_cidr) for details.
13317
13332
  #
13318
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
13333
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
13319
13334
  # @param [Hash] opts the optional parameters
13320
13335
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13321
13336
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -13369,9 +13384,9 @@ module OCI
13369
13384
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
13370
13385
 
13371
13386
 
13372
- # stop route advertisements for the Byoip Range prefix.
13387
+ # Withdraws BGP route advertisement for the BYOIP CIDR block.
13373
13388
  #
13374
- # @param [String] byoip_range_id The OCID of the Byoip Range object.
13389
+ # @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
13375
13390
  # @param [Hash] opts the optional parameters
13376
13391
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
13377
13392
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry