oci 2.9.0 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1687) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -2
  3. data/lib/oci.rb +12 -0
  4. data/lib/oci/analytics/analytics.rb +6 -0
  5. data/lib/oci/analytics/analytics_client.rb +74 -10
  6. data/lib/oci/analytics/analytics_client_composite_operations.rb +52 -0
  7. data/lib/oci/analytics/models/analytics_instance.rb +15 -1
  8. data/lib/oci/analytics/models/analytics_instance_summary.rb +15 -1
  9. data/lib/oci/analytics/models/change_analytics_instance_network_endpoint_details.rb +155 -0
  10. data/lib/oci/analytics/models/create_analytics_instance_details.rb +14 -1
  11. data/lib/oci/analytics/models/network_endpoint_details.rb +193 -0
  12. data/lib/oci/analytics/models/network_endpoint_type.rb +11 -0
  13. data/lib/oci/analytics/models/private_endpoint_details.rb +179 -0
  14. data/lib/oci/analytics/models/public_endpoint_details.rb +179 -0
  15. data/lib/oci/analytics/models/sort_by.rb +1 -0
  16. data/lib/oci/analytics/models/virtual_cloud_network.rb +167 -0
  17. data/lib/oci/analytics/models/work_request.rb +1 -0
  18. data/lib/oci/analytics/models/work_request_action_result.rb +1 -0
  19. data/lib/oci/analytics/models/work_request_operation_type.rb +2 -1
  20. data/lib/oci/analytics/models/work_request_resource.rb +1 -0
  21. data/lib/oci/analytics/models/work_request_summary.rb +1 -0
  22. data/lib/oci/announcements_service/announcement_client.rb +1 -10
  23. data/lib/oci/api_client.rb +7 -5
  24. data/lib/oci/apigateway/api_gateway_client.rb +500 -0
  25. data/lib/oci/apigateway/api_gateway_client_composite_operations.rb +173 -0
  26. data/lib/oci/apigateway/apigateway.rb +24 -0
  27. data/lib/oci/apigateway/deployment_client.rb +1 -10
  28. data/lib/oci/apigateway/gateway_client.rb +3 -10
  29. data/lib/oci/apigateway/models/access_log_policy.rb +11 -2
  30. data/lib/oci/apigateway/models/api_specification_route.rb +14 -1
  31. data/lib/oci/apigateway/models/api_specification_route_request_policies.rb +30 -4
  32. data/lib/oci/apigateway/models/api_specification_route_response_policies.rb +154 -0
  33. data/lib/oci/apigateway/models/certificate.rb +362 -0
  34. data/lib/oci/apigateway/models/certificate_collection.rb +150 -0
  35. data/lib/oci/apigateway/models/certificate_summary.rb +311 -0
  36. data/lib/oci/apigateway/models/change_certificate_compartment_details.rb +156 -0
  37. data/lib/oci/apigateway/models/create_certificate_details.rb +250 -0
  38. data/lib/oci/apigateway/models/create_gateway_details.rb +21 -2
  39. data/lib/oci/apigateway/models/execution_log_policy.rb +13 -4
  40. data/lib/oci/apigateway/models/filter_header_policy.rb +186 -0
  41. data/lib/oci/apigateway/models/filter_header_policy_item.rb +152 -0
  42. data/lib/oci/apigateway/models/filter_query_parameter_policy.rb +186 -0
  43. data/lib/oci/apigateway/models/filter_query_parameter_policy_item.rb +152 -0
  44. data/lib/oci/apigateway/models/gateway.rb +35 -2
  45. data/lib/oci/apigateway/models/gateway_summary.rb +21 -2
  46. data/lib/oci/apigateway/models/header_transformation_policy.rb +180 -0
  47. data/lib/oci/apigateway/models/ip_address.rb +154 -0
  48. data/lib/oci/apigateway/models/query_parameter_transformation_policy.rb +180 -0
  49. data/lib/oci/apigateway/models/rename_header_policy.rb +151 -0
  50. data/lib/oci/apigateway/models/rename_header_policy_item.rb +164 -0
  51. data/lib/oci/apigateway/models/rename_query_parameter_policy.rb +152 -0
  52. data/lib/oci/apigateway/models/rename_query_parameter_policy_item.rb +165 -0
  53. data/lib/oci/apigateway/models/route_authorization_policy.rb +1 -1
  54. data/lib/oci/apigateway/models/set_header_policy.rb +151 -0
  55. data/lib/oci/apigateway/models/set_header_policy_item.rb +204 -0
  56. data/lib/oci/apigateway/models/set_query_parameter_policy.rb +152 -0
  57. data/lib/oci/apigateway/models/set_query_parameter_policy_item.rb +204 -0
  58. data/lib/oci/apigateway/models/update_certificate_details.rb +196 -0
  59. data/lib/oci/apigateway/models/update_gateway_details.rb +16 -1
  60. data/lib/oci/apigateway/models/work_request.rb +3 -0
  61. data/lib/oci/apigateway/work_requests_client.rb +1 -10
  62. data/lib/oci/application_migration/application_migration_client.rb +1 -10
  63. data/lib/oci/audit/audit_client.rb +1 -10
  64. data/lib/oci/auth/auth.rb +2 -0
  65. data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +127 -0
  66. data/lib/oci/auth/signers/instance_principals_delegation_token_signer.rb +62 -0
  67. data/lib/oci/auth/signers/resource_principals_signer.rb +18 -2
  68. data/lib/oci/auth/util.rb +15 -0
  69. data/lib/oci/autoscaling/auto_scaling_client.rb +1 -10
  70. data/lib/oci/bds/bds.rb +3 -0
  71. data/lib/oci/bds/bds_client.rb +143 -10
  72. data/lib/oci/bds/bds_client_composite_operations.rb +100 -0
  73. data/lib/oci/bds/models/bds_instance.rb +1 -0
  74. data/lib/oci/bds/models/change_shape_details.rb +164 -0
  75. data/lib/oci/bds/models/change_shape_nodes.rb +180 -0
  76. data/lib/oci/bds/models/cluster_details.rb +72 -2
  77. data/lib/oci/bds/models/node.rb +2 -0
  78. data/lib/oci/bds/models/operation_types.rb +4 -1
  79. data/lib/oci/bds/models/restart_node_details.rb +154 -0
  80. data/lib/oci/bds/models/work_request.rb +3 -0
  81. data/lib/oci/blockchain/blockchain.rb +57 -0
  82. data/lib/oci/blockchain/blockchain_platform_client.rb +1715 -0
  83. data/lib/oci/blockchain/blockchain_platform_client_composite_operations.rb +728 -0
  84. data/lib/oci/blockchain/models/availability_domain.rb +171 -0
  85. data/lib/oci/blockchain/models/blockchain_platform.rb +506 -0
  86. data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +318 -0
  87. data/lib/oci/blockchain/models/blockchain_platform_collection.rb +150 -0
  88. data/lib/oci/blockchain/models/blockchain_platform_component_details.rb +160 -0
  89. data/lib/oci/blockchain/models/blockchain_platform_summary.rb +318 -0
  90. data/lib/oci/blockchain/models/change_blockchain_platform_compartment_details.rb +156 -0
  91. data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +303 -0
  92. data/lib/oci/blockchain/models/create_osn_details.rb +163 -0
  93. data/lib/oci/blockchain/models/create_peer_details.rb +188 -0
  94. data/lib/oci/blockchain/models/metadata_details.rb +182 -0
  95. data/lib/oci/blockchain/models/modify_peer_details.rb +168 -0
  96. data/lib/oci/blockchain/models/ocpu_allocation_number_param.rb +154 -0
  97. data/lib/oci/blockchain/models/ocpu_utilization_info.rb +178 -0
  98. data/lib/oci/blockchain/models/osn.rb +212 -0
  99. data/lib/oci/blockchain/models/osn_collection.rb +150 -0
  100. data/lib/oci/blockchain/models/osn_summary.rb +168 -0
  101. data/lib/oci/blockchain/models/peer.rb +246 -0
  102. data/lib/oci/blockchain/models/peer_collection.rb +150 -0
  103. data/lib/oci/blockchain/models/peer_role.rb +163 -0
  104. data/lib/oci/blockchain/models/peer_summary.rb +168 -0
  105. data/lib/oci/blockchain/models/replica_details.rb +182 -0
  106. data/lib/oci/blockchain/models/scale_blockchain_platform_details.rb +259 -0
  107. data/lib/oci/blockchain/models/scale_storage_details.rb +154 -0
  108. data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +346 -0
  109. data/lib/oci/blockchain/models/scaled_platform_metering_preview.rb +210 -0
  110. data/lib/oci/blockchain/models/update_blockchain_platform_details.rb +219 -0
  111. data/lib/oci/blockchain/models/update_osn_details.rb +154 -0
  112. data/lib/oci/blockchain/models/update_peer_details.rb +154 -0
  113. data/lib/oci/blockchain/models/work_request.rb +311 -0
  114. data/lib/oci/blockchain/models/work_request_collection.rb +150 -0
  115. data/lib/oci/blockchain/models/work_request_error.rb +173 -0
  116. data/lib/oci/blockchain/models/work_request_error_collection.rb +150 -0
  117. data/lib/oci/blockchain/models/work_request_log_entry.rb +160 -0
  118. data/lib/oci/blockchain/models/work_request_log_entry_collection.rb +150 -0
  119. data/lib/oci/blockchain/models/work_request_resource.rb +219 -0
  120. data/lib/oci/blockchain/models/work_request_summary.rb +288 -0
  121. data/lib/oci/blockchain/util.rb +3 -0
  122. data/lib/oci/budget/budget_client.rb +1 -10
  123. data/lib/oci/cims/cims.rb +5 -0
  124. data/lib/oci/cims/incident_client.rb +68 -64
  125. data/lib/oci/cims/models/activity_item.rb +6 -6
  126. data/lib/oci/cims/models/availability_domain.rb +0 -3
  127. data/lib/oci/cims/models/category.rb +3 -3
  128. data/lib/oci/cims/models/classifier.rb +8 -8
  129. data/lib/oci/cims/models/contact.rb +5 -5
  130. data/lib/oci/cims/models/contact_list.rb +2 -2
  131. data/lib/oci/cims/models/contextual_data.rb +192 -0
  132. data/lib/oci/cims/models/create_category_details.rb +5 -2
  133. data/lib/oci/cims/models/create_incident.rb +9 -6
  134. data/lib/oci/cims/models/create_issue_type_details.rb +5 -2
  135. data/lib/oci/cims/models/create_item_details.rb +6 -3
  136. data/lib/oci/cims/models/create_limit_item_details.rb +5 -5
  137. data/lib/oci/cims/models/create_resource_details.rb +7 -13
  138. data/lib/oci/cims/models/create_sub_category_details.rb +5 -2
  139. data/lib/oci/cims/models/create_tech_support_item_details.rb +4 -1
  140. data/lib/oci/cims/models/create_ticket_details.rb +26 -9
  141. data/lib/oci/cims/models/create_user_details.rb +236 -0
  142. data/lib/oci/cims/models/error_code.rb +6 -1
  143. data/lib/oci/cims/models/incident.rb +5 -5
  144. data/lib/oci/cims/models/incident_resource_type.rb +6 -6
  145. data/lib/oci/cims/models/incident_summary.rb +4 -4
  146. data/lib/oci/cims/models/incident_type.rb +6 -6
  147. data/lib/oci/cims/models/issue_type.rb +3 -3
  148. data/lib/oci/cims/models/item.rb +4 -4
  149. data/lib/oci/cims/models/limit_item.rb +5 -5
  150. data/lib/oci/cims/models/region.rb +1 -7
  151. data/lib/oci/cims/models/resource.rb +3 -12
  152. data/lib/oci/cims/models/service_category.rb +9 -9
  153. data/lib/oci/cims/models/status.rb +3 -3
  154. data/lib/oci/cims/models/sub_category.rb +3 -3
  155. data/lib/oci/cims/models/tech_support_item.rb +1 -1
  156. data/lib/oci/cims/models/tenancy_information.rb +3 -3
  157. data/lib/oci/cims/models/ticket.rb +10 -10
  158. data/lib/oci/cims/models/time_zone.rb +37 -0
  159. data/lib/oci/cims/models/update_activity_item_details.rb +6 -3
  160. data/lib/oci/cims/models/update_incident.rb +1 -1
  161. data/lib/oci/cims/models/update_item_details.rb +5 -2
  162. data/lib/oci/cims/models/update_resource_details.rb +4 -1
  163. data/lib/oci/cims/models/update_ticket_details.rb +5 -2
  164. data/lib/oci/cims/models/user.rb +261 -0
  165. data/lib/oci/cims/models/validation_response.rb +2 -2
  166. data/lib/oci/cims/user_client.rb +162 -0
  167. data/lib/oci/cims/user_client_composite_operations.rb +25 -0
  168. data/lib/oci/cloud_guard/cloud_guard.rb +182 -0
  169. data/lib/oci/cloud_guard/cloud_guard_client.rb +6019 -0
  170. data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +788 -0
  171. data/lib/oci/cloud_guard/models/activity_problem_aggregation.rb +192 -0
  172. data/lib/oci/cloud_guard/models/activity_problem_aggregation_collection.rb +150 -0
  173. data/lib/oci/cloud_guard/models/actor_type.rb +13 -0
  174. data/lib/oci/cloud_guard/models/attach_target_detector_recipe_details.rb +154 -0
  175. data/lib/oci/cloud_guard/models/attach_target_responder_recipe_details.rb +154 -0
  176. data/lib/oci/cloud_guard/models/candidate_responder_rule.rb +178 -0
  177. data/lib/oci/cloud_guard/models/change_detector_recipe_compartment_details.rb +154 -0
  178. data/lib/oci/cloud_guard/models/change_managed_list_compartment_details.rb +154 -0
  179. data/lib/oci/cloud_guard/models/change_responder_recipe_compartment_details.rb +154 -0
  180. data/lib/oci/cloud_guard/models/cloud_guard_status.rb +11 -0
  181. data/lib/oci/cloud_guard/models/composite_condition.rb +207 -0
  182. data/lib/oci/cloud_guard/models/condition.rb +187 -0
  183. data/lib/oci/cloud_guard/models/condition_filter_type.rb +11 -0
  184. data/lib/oci/cloud_guard/models/condition_group.rb +164 -0
  185. data/lib/oci/cloud_guard/models/condition_metadata_type.rb +164 -0
  186. data/lib/oci/cloud_guard/models/condition_metadata_type_collection.rb +150 -0
  187. data/lib/oci/cloud_guard/models/condition_metadata_type_summary.rb +199 -0
  188. data/lib/oci/cloud_guard/models/condition_operator.rb +191 -0
  189. data/lib/oci/cloud_guard/models/condition_operator_name.rb +18 -0
  190. data/lib/oci/cloud_guard/models/condition_type_enum.rb +12 -0
  191. data/lib/oci/cloud_guard/models/condition_value_type.rb +11 -0
  192. data/lib/oci/cloud_guard/models/config_value.rb +198 -0
  193. data/lib/oci/cloud_guard/models/configuration.rb +199 -0
  194. data/lib/oci/cloud_guard/models/configuration_list_item_type.rb +11 -0
  195. data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +238 -0
  196. data/lib/oci/cloud_guard/models/create_managed_list_details.rb +274 -0
  197. data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +238 -0
  198. data/lib/oci/cloud_guard/models/create_target_details.rb +312 -0
  199. data/lib/oci/cloud_guard/models/create_target_detector_recipe_details.rb +168 -0
  200. data/lib/oci/cloud_guard/models/create_target_responder_recipe_details.rb +168 -0
  201. data/lib/oci/cloud_guard/models/detector.rb +199 -0
  202. data/lib/oci/cloud_guard/models/detector_collection.rb +150 -0
  203. data/lib/oci/cloud_guard/models/detector_configuration.rb +198 -0
  204. data/lib/oci/cloud_guard/models/detector_details.rb +234 -0
  205. data/lib/oci/cloud_guard/models/detector_enum.rb +11 -0
  206. data/lib/oci/cloud_guard/models/detector_recipe.rb +406 -0
  207. data/lib/oci/cloud_guard/models/detector_recipe_collection.rb +150 -0
  208. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +398 -0
  209. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_collection.rb +150 -0
  210. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +398 -0
  211. data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +392 -0
  212. data/lib/oci/cloud_guard/models/detector_rule.rb +398 -0
  213. data/lib/oci/cloud_guard/models/detector_rule_collection.rb +150 -0
  214. data/lib/oci/cloud_guard/models/detector_rule_summary.rb +398 -0
  215. data/lib/oci/cloud_guard/models/detector_summary.rb +199 -0
  216. data/lib/oci/cloud_guard/models/event_status.rb +14 -0
  217. data/lib/oci/cloud_guard/models/execute_responder_execution_details.rb +150 -0
  218. data/lib/oci/cloud_guard/models/feed_provider_type.rb +11 -0
  219. data/lib/oci/cloud_guard/models/geographical_location.rb +160 -0
  220. data/lib/oci/cloud_guard/models/impacted_resource_collection.rb +150 -0
  221. data/lib/oci/cloud_guard/models/impacted_resource_summary.rb +244 -0
  222. data/lib/oci/cloud_guard/models/lifecycle_state.rb +16 -0
  223. data/lib/oci/cloud_guard/models/managed_list.rb +437 -0
  224. data/lib/oci/cloud_guard/models/managed_list_collection.rb +150 -0
  225. data/lib/oci/cloud_guard/models/managed_list_summary.rb +437 -0
  226. data/lib/oci/cloud_guard/models/managed_list_type.rb +20 -0
  227. data/lib/oci/cloud_guard/models/managed_list_type_collection.rb +150 -0
  228. data/lib/oci/cloud_guard/models/managed_list_type_summary.rb +199 -0
  229. data/lib/oci/cloud_guard/models/operator_summary.rb +246 -0
  230. data/lib/oci/cloud_guard/models/operator_type.rb +13 -0
  231. data/lib/oci/cloud_guard/models/owner_type.rb +11 -0
  232. data/lib/oci/cloud_guard/models/political_location.rb +170 -0
  233. data/lib/oci/cloud_guard/models/problem.rb +439 -0
  234. data/lib/oci/cloud_guard/models/problem_aggregation.rb +164 -0
  235. data/lib/oci/cloud_guard/models/problem_aggregation_collection.rb +150 -0
  236. data/lib/oci/cloud_guard/models/problem_collection.rb +150 -0
  237. data/lib/oci/cloud_guard/models/problem_dimension.rb +13 -0
  238. data/lib/oci/cloud_guard/models/problem_history_collection.rb +150 -0
  239. data/lib/oci/cloud_guard/models/problem_history_summary.rb +328 -0
  240. data/lib/oci/cloud_guard/models/problem_lifecycle_detail.rb +12 -0
  241. data/lib/oci/cloud_guard/models/problem_lifecycle_state.rb +11 -0
  242. data/lib/oci/cloud_guard/models/problem_summary.rb +429 -0
  243. data/lib/oci/cloud_guard/models/problem_trend_aggregation.rb +192 -0
  244. data/lib/oci/cloud_guard/models/problem_trend_aggregation_collection.rb +150 -0
  245. data/lib/oci/cloud_guard/models/recommendation_lifecycle_detail.rb +12 -0
  246. data/lib/oci/cloud_guard/models/recommendation_summary.rb +402 -0
  247. data/lib/oci/cloud_guard/models/recommendation_summary_collection.rb +150 -0
  248. data/lib/oci/cloud_guard/models/recommendation_type.rb +11 -0
  249. data/lib/oci/cloud_guard/models/resource_type_collection.rb +150 -0
  250. data/lib/oci/cloud_guard/models/resource_type_summary.rb +174 -0
  251. data/lib/oci/cloud_guard/models/responder_activity_collection.rb +150 -0
  252. data/lib/oci/cloud_guard/models/responder_activity_summary.rb +321 -0
  253. data/lib/oci/cloud_guard/models/responder_activity_type.rb +11 -0
  254. data/lib/oci/cloud_guard/models/responder_configuration.rb +174 -0
  255. data/lib/oci/cloud_guard/models/responder_dimension.rb +11 -0
  256. data/lib/oci/cloud_guard/models/responder_execution.rb +415 -0
  257. data/lib/oci/cloud_guard/models/responder_execution_aggregation.rb +164 -0
  258. data/lib/oci/cloud_guard/models/responder_execution_aggregation_collection.rb +150 -0
  259. data/lib/oci/cloud_guard/models/responder_execution_collection.rb +150 -0
  260. data/lib/oci/cloud_guard/models/responder_execution_modes.rb +12 -0
  261. data/lib/oci/cloud_guard/models/responder_execution_states.rb +16 -0
  262. data/lib/oci/cloud_guard/models/responder_execution_status.rb +14 -0
  263. data/lib/oci/cloud_guard/models/responder_execution_summary.rb +429 -0
  264. data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation.rb +192 -0
  265. data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation_collection.rb +150 -0
  266. data/lib/oci/cloud_guard/models/responder_mode_types.rb +11 -0
  267. data/lib/oci/cloud_guard/models/responder_recipe.rb +391 -0
  268. data/lib/oci/cloud_guard/models/responder_recipe_collection.rb +150 -0
  269. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +361 -0
  270. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_collection.rb +150 -0
  271. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_summary.rb +357 -0
  272. data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +377 -0
  273. data/lib/oci/cloud_guard/models/responder_rule.rb +343 -0
  274. data/lib/oci/cloud_guard/models/responder_rule_collection.rb +150 -0
  275. data/lib/oci/cloud_guard/models/responder_rule_details.rb +203 -0
  276. data/lib/oci/cloud_guard/models/responder_rule_execution_details.rb +159 -0
  277. data/lib/oci/cloud_guard/models/responder_rule_summary.rb +343 -0
  278. data/lib/oci/cloud_guard/models/responder_type.rb +11 -0
  279. data/lib/oci/cloud_guard/models/risk_level.rb +14 -0
  280. data/lib/oci/cloud_guard/models/risk_score_aggregation.rb +168 -0
  281. data/lib/oci/cloud_guard/models/risk_score_aggregation_collection.rb +150 -0
  282. data/lib/oci/cloud_guard/models/rule_summary.rb +170 -0
  283. data/lib/oci/cloud_guard/models/security_rating.rb +13 -0
  284. data/lib/oci/cloud_guard/models/security_score_aggregation.rb +204 -0
  285. data/lib/oci/cloud_guard/models/security_score_aggregation_collection.rb +150 -0
  286. data/lib/oci/cloud_guard/models/security_score_trend_aggregation.rb +232 -0
  287. data/lib/oci/cloud_guard/models/security_score_trend_aggregation_collection.rb +150 -0
  288. data/lib/oci/cloud_guard/models/service_type_summary.rb +164 -0
  289. data/lib/oci/cloud_guard/models/simple_condition.rb +233 -0
  290. data/lib/oci/cloud_guard/models/skip_bulk_responder_execution_details.rb +154 -0
  291. data/lib/oci/cloud_guard/models/sort_orders.rb +11 -0
  292. data/lib/oci/cloud_guard/models/target.rb +424 -0
  293. data/lib/oci/cloud_guard/models/target_collection.rb +150 -0
  294. data/lib/oci/cloud_guard/models/target_detector_details.rb +239 -0
  295. data/lib/oci/cloud_guard/models/target_detector_recipe.rb +355 -0
  296. data/lib/oci/cloud_guard/models/target_detector_recipe_collection.rb +150 -0
  297. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +384 -0
  298. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.rb +150 -0
  299. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +384 -0
  300. data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +341 -0
  301. data/lib/oci/cloud_guard/models/target_resource_type.rb +12 -0
  302. data/lib/oci/cloud_guard/models/target_responder_recipe.rb +288 -0
  303. data/lib/oci/cloud_guard/models/target_responder_recipe_collection.rb +150 -0
  304. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +361 -0
  305. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.rb +150 -0
  306. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.rb +357 -0
  307. data/lib/oci/cloud_guard/models/target_responder_recipe_summary.rb +312 -0
  308. data/lib/oci/cloud_guard/models/target_summary.rb +372 -0
  309. data/lib/oci/cloud_guard/models/trigger_responder_details.rb +164 -0
  310. data/lib/oci/cloud_guard/models/update_bulk_problem_status_details.rb +178 -0
  311. data/lib/oci/cloud_guard/models/update_configuration_details.rb +193 -0
  312. data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +210 -0
  313. data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule.rb +164 -0
  314. data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule_details.rb +149 -0
  315. data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +213 -0
  316. data/lib/oci/cloud_guard/models/update_managed_list_details.rb +210 -0
  317. data/lib/oci/cloud_guard/models/update_problem_status_details.rb +174 -0
  318. data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +210 -0
  319. data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule.rb +164 -0
  320. data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule_details.rb +150 -0
  321. data/lib/oci/cloud_guard/models/update_responder_rule_details.rb +154 -0
  322. data/lib/oci/cloud_guard/models/update_target_details.rb +246 -0
  323. data/lib/oci/cloud_guard/models/update_target_detector_recipe.rb +168 -0
  324. data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +154 -0
  325. data/lib/oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.rb +150 -0
  326. data/lib/oci/cloud_guard/models/update_target_detector_rule_details.rb +154 -0
  327. data/lib/oci/cloud_guard/models/update_target_recipe_detector_rule_details.rb +164 -0
  328. data/lib/oci/cloud_guard/models/update_target_recipe_responder_rule_details.rb +164 -0
  329. data/lib/oci/cloud_guard/models/update_target_responder_recipe.rb +168 -0
  330. data/lib/oci/cloud_guard/models/update_target_responder_recipe_details.rb +154 -0
  331. data/lib/oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.rb +150 -0
  332. data/lib/oci/cloud_guard/models/update_target_responder_rule_details.rb +182 -0
  333. data/lib/oci/cloud_guard/util.rb +3 -0
  334. data/lib/oci/config.rb +32 -2
  335. data/lib/oci/container_engine/container_engine.rb +3 -0
  336. data/lib/oci/container_engine/container_engine_client.rb +1 -10
  337. data/lib/oci/container_engine/models/create_node_pool_details.rb +18 -3
  338. data/lib/oci/container_engine/models/create_node_shape_config_details.rb +149 -0
  339. data/lib/oci/container_engine/models/node.rb +15 -1
  340. data/lib/oci/container_engine/models/node_pool.rb +32 -4
  341. data/lib/oci/container_engine/models/node_pool_summary.rb +31 -3
  342. data/lib/oci/container_engine/models/node_shape_config.rb +152 -0
  343. data/lib/oci/container_engine/models/node_source_details.rb +11 -4
  344. data/lib/oci/container_engine/models/node_source_via_image_details.rb +18 -4
  345. data/lib/oci/container_engine/models/update_node_pool_details.rb +76 -4
  346. data/lib/oci/container_engine/models/update_node_shape_config_details.rb +149 -0
  347. data/lib/oci/core/blockstorage_client.rb +1 -10
  348. data/lib/oci/core/compute_client.rb +903 -157
  349. data/lib/oci/core/compute_client_composite_operations.rb +41 -1
  350. data/lib/oci/core/compute_management_client.rb +9 -10
  351. data/lib/oci/core/core.rb +42 -0
  352. data/lib/oci/core/models/add_image_shape_compatibility_entry_details.rb +14 -1
  353. data/lib/oci/core/models/add_public_ip_pool_capacity_details.rb +170 -0
  354. data/lib/oci/core/models/app_catalog_listing.rb +1 -1
  355. data/lib/oci/core/models/app_catalog_listing_resource_version.rb +1 -1
  356. data/lib/oci/core/models/app_catalog_listing_resource_version_agreements.rb +1 -1
  357. data/lib/oci/core/models/app_catalog_listing_resource_version_summary.rb +1 -1
  358. data/lib/oci/core/models/app_catalog_subscription.rb +1 -1
  359. data/lib/oci/core/models/app_catalog_subscription_summary.rb +1 -1
  360. data/lib/oci/core/models/attach_volume_details.rb +1 -1
  361. data/lib/oci/core/models/boolean_image_capability_schema_descriptor.rb +166 -0
  362. data/lib/oci/core/models/boot_volume.rb +37 -5
  363. data/lib/oci/core/models/boot_volume_attachment.rb +1 -1
  364. data/lib/oci/core/models/boot_volume_backup.rb +3 -3
  365. data/lib/oci/core/models/byoip_allocated_range_collection.rb +150 -0
  366. data/lib/oci/core/models/byoip_allocated_range_summary.rb +169 -0
  367. data/lib/oci/core/models/byoip_range.rb +388 -0
  368. data/lib/oci/core/models/byoip_range_collection.rb +150 -0
  369. data/lib/oci/core/models/byoip_range_summary.rb +276 -0
  370. data/lib/oci/core/models/change_byoip_range_compartment_details.rb +156 -0
  371. data/lib/oci/core/models/change_compute_image_capability_schema_compartment_details.rb +156 -0
  372. data/lib/oci/core/models/change_public_ip_pool_compartment_details.rb +156 -0
  373. data/lib/oci/core/models/change_vlan_compartment_details.rb +155 -0
  374. data/lib/oci/core/models/cluster_network.rb +2 -2
  375. data/lib/oci/core/models/cluster_network_summary.rb +2 -2
  376. data/lib/oci/core/models/compute_global_image_capability_schema.rb +249 -0
  377. data/lib/oci/core/models/compute_global_image_capability_schema_summary.rb +248 -0
  378. data/lib/oci/core/models/compute_global_image_capability_schema_version.rb +214 -0
  379. data/lib/oci/core/models/compute_global_image_capability_schema_version_summary.rb +197 -0
  380. data/lib/oci/core/models/compute_image_capability_schema.rb +295 -0
  381. data/lib/oci/core/models/compute_image_capability_schema_summary.rb +263 -0
  382. data/lib/oci/core/models/console_history.rb +1 -1
  383. data/lib/oci/core/models/cpe.rb +1 -1
  384. data/lib/oci/core/models/create_app_catalog_subscription_details.rb +1 -1
  385. data/lib/oci/core/models/create_boot_volume_details.rb +19 -4
  386. data/lib/oci/core/models/create_byoip_range_details.rb +223 -0
  387. data/lib/oci/core/models/create_cluster_network_instance_pool_details.rb +5 -2
  388. data/lib/oci/core/models/create_compute_image_capability_schema_details.rb +250 -0
  389. data/lib/oci/core/models/create_cpe_details.rb +1 -1
  390. data/lib/oci/core/models/create_image_details.rb +1 -1
  391. data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +0 -2
  392. data/lib/oci/core/models/create_ipv6_details.rb +1 -1
  393. data/lib/oci/core/models/create_nat_gateway_details.rb +19 -4
  394. data/lib/oci/core/models/create_private_ip_details.rb +23 -5
  395. data/lib/oci/core/models/create_public_ip_details.rb +18 -4
  396. data/lib/oci/core/models/create_public_ip_pool_details.rb +207 -0
  397. data/lib/oci/core/models/create_subnet_details.rb +5 -2
  398. data/lib/oci/core/models/create_vcn_details.rb +1 -2
  399. data/lib/oci/core/models/create_vlan_details.rb +305 -0
  400. data/lib/oci/core/models/create_vnic_details.rb +50 -5
  401. data/lib/oci/core/models/create_volume_backup_policy_details.rb +2 -1
  402. data/lib/oci/core/models/create_volume_details.rb +19 -4
  403. data/lib/oci/core/models/cross_connect.rb +1 -1
  404. data/lib/oci/core/models/cross_connect_group.rb +1 -1
  405. data/lib/oci/core/models/dedicated_vm_host.rb +1 -1
  406. data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +1 -1
  407. data/lib/oci/core/models/dedicated_vm_host_summary.rb +1 -1
  408. data/lib/oci/core/models/dhcp_options.rb +1 -1
  409. data/lib/oci/core/models/drg.rb +1 -1
  410. data/lib/oci/core/models/drg_attachment.rb +1 -1
  411. data/lib/oci/core/models/enum_integer_image_capability_descriptor.rb +176 -0
  412. data/lib/oci/core/models/enum_string_image_capability_schema_descriptor.rb +176 -0
  413. data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +1 -1
  414. data/lib/oci/core/models/i_scsi_volume_attachment.rb +5 -6
  415. data/lib/oci/core/models/image.rb +2 -2
  416. data/lib/oci/core/models/image_capability_schema_descriptor.rb +204 -0
  417. data/lib/oci/core/models/image_memory_constraints.rb +168 -0
  418. data/lib/oci/core/models/image_shape_compatibility_entry.rb +14 -1
  419. data/lib/oci/core/models/image_shape_compatibility_summary.rb +16 -3
  420. data/lib/oci/core/models/instance.rb +39 -8
  421. data/lib/oci/core/models/instance_availability_config.rb +181 -0
  422. data/lib/oci/core/models/instance_configuration.rb +1 -1
  423. data/lib/oci/core/models/instance_configuration_attach_volume_details.rb +29 -1
  424. data/lib/oci/core/models/instance_configuration_availability_config.rb +181 -0
  425. data/lib/oci/core/models/instance_configuration_instance_options.rb +157 -0
  426. data/lib/oci/core/models/instance_configuration_iscsi_attach_volume_details.rb +9 -1
  427. data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +58 -27
  428. data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +30 -10
  429. data/lib/oci/core/models/instance_configuration_launch_options.rb +16 -13
  430. data/lib/oci/core/models/instance_configuration_paravirtualized_attach_volume_details.rb +29 -4
  431. data/lib/oci/core/models/instance_configuration_summary.rb +1 -1
  432. data/lib/oci/core/models/instance_options.rb +157 -0
  433. data/lib/oci/core/models/instance_pool.rb +1 -1
  434. data/lib/oci/core/models/instance_pool_summary.rb +1 -1
  435. data/lib/oci/core/models/instance_shape_config.rb +12 -9
  436. data/lib/oci/core/models/instance_summary.rb +2 -2
  437. data/lib/oci/core/models/internet_gateway.rb +1 -1
  438. data/lib/oci/core/models/ip_sec_connection.rb +1 -1
  439. data/lib/oci/core/models/ip_sec_connection_device_status.rb +1 -1
  440. data/lib/oci/core/models/ip_sec_connection_tunnel.rb +4 -4
  441. data/lib/oci/core/models/ip_sec_connection_tunnel_shared_secret.rb +0 -2
  442. data/lib/oci/core/models/ipv6.rb +1 -1
  443. data/lib/oci/core/models/launch_instance_availability_config_details.rb +174 -0
  444. data/lib/oci/core/models/launch_instance_details.rb +49 -23
  445. data/lib/oci/core/models/launch_instance_shape_config_details.rb +29 -10
  446. data/lib/oci/core/models/launch_options.rb +18 -15
  447. data/lib/oci/core/models/letter_of_authority.rb +2 -2
  448. data/lib/oci/core/models/local_peering_gateway.rb +1 -1
  449. data/lib/oci/core/models/nat_gateway.rb +20 -5
  450. data/lib/oci/core/models/network_security_group.rb +1 -1
  451. data/lib/oci/core/models/network_security_group_vnic.rb +1 -1
  452. data/lib/oci/core/models/private_ip.rb +35 -2
  453. data/lib/oci/core/models/public_ip.rb +20 -6
  454. data/lib/oci/core/models/public_ip_pool.rb +285 -0
  455. data/lib/oci/core/models/public_ip_pool_collection.rb +150 -0
  456. data/lib/oci/core/models/public_ip_pool_summary.rb +248 -0
  457. data/lib/oci/core/models/remote_peering_connection.rb +1 -1
  458. data/lib/oci/core/models/remove_public_ip_pool_capacity_details.rb +156 -0
  459. data/lib/oci/core/models/route_table.rb +1 -1
  460. data/lib/oci/core/models/security_list.rb +1 -1
  461. data/lib/oci/core/models/security_rule.rb +1 -1
  462. data/lib/oci/core/models/service_gateway.rb +1 -1
  463. data/lib/oci/core/models/shape.rb +18 -14
  464. data/lib/oci/core/models/shape_max_vnic_attachment_options.rb +4 -1
  465. data/lib/oci/core/models/shape_memory_options.rb +38 -9
  466. data/lib/oci/core/models/shape_networking_bandwidth_options.rb +5 -3
  467. data/lib/oci/core/models/shape_ocpu_options.rb +3 -3
  468. data/lib/oci/core/models/subnet.rb +3 -3
  469. data/lib/oci/core/models/tunnel_config.rb +2 -4
  470. data/lib/oci/core/models/tunnel_status.rb +3 -3
  471. data/lib/oci/core/models/update_boot_volume_details.rb +19 -4
  472. data/lib/oci/core/models/update_byoip_range_details.rb +192 -0
  473. data/lib/oci/core/models/update_compute_image_capability_schema_details.rb +206 -0
  474. data/lib/oci/core/models/update_instance_availability_config_details.rb +174 -0
  475. data/lib/oci/core/models/update_instance_console_connection_details.rb +177 -0
  476. data/lib/oci/core/models/update_instance_details.rb +73 -5
  477. data/lib/oci/core/models/update_instance_shape_config_details.rb +19 -4
  478. data/lib/oci/core/models/update_ip_sec_connection_tunnel_shared_secret_details.rb +0 -2
  479. data/lib/oci/core/models/update_launch_options.rb +248 -0
  480. data/lib/oci/core/models/update_public_ip_pool_details.rb +192 -0
  481. data/lib/oci/core/models/update_vlan_details.rb +225 -0
  482. data/lib/oci/core/models/update_vnic_details.rb +10 -3
  483. data/lib/oci/core/models/update_volume_backup_policy_details.rb +4 -2
  484. data/lib/oci/core/models/update_volume_details.rb +19 -4
  485. data/lib/oci/core/models/vcn.rb +1 -1
  486. data/lib/oci/core/models/virtual_circuit.rb +1 -1
  487. data/lib/oci/core/models/vlan.rb +378 -0
  488. data/lib/oci/core/models/vnic.rb +43 -6
  489. data/lib/oci/core/models/vnic_attachment.rb +26 -3
  490. data/lib/oci/core/models/volume.rb +35 -5
  491. data/lib/oci/core/models/volume_attachment.rb +1 -1
  492. data/lib/oci/core/models/volume_backup.rb +3 -3
  493. data/lib/oci/core/models/volume_backup_policy.rb +3 -2
  494. data/lib/oci/core/models/volume_backup_policy_assignment.rb +1 -1
  495. data/lib/oci/core/models/volume_group.rb +1 -1
  496. data/lib/oci/core/models/volume_group_backup.rb +2 -2
  497. data/lib/oci/core/virtual_network_client.rb +1900 -288
  498. data/lib/oci/core/virtual_network_client_composite_operations.rb +437 -0
  499. data/lib/oci/data_catalog/data_catalog.rb +7 -0
  500. data/lib/oci/data_catalog/data_catalog_client.rb +600 -39
  501. data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +1420 -5
  502. data/lib/oci/data_catalog/models/attach_catalog_private_endpoint_details.rb +154 -0
  503. data/lib/oci/data_catalog/models/attribute.rb +125 -2
  504. data/lib/oci/data_catalog/models/attribute_collection.rb +11 -1
  505. data/lib/oci/data_catalog/models/attribute_summary.rb +128 -5
  506. data/lib/oci/data_catalog/models/attribute_tag.rb +27 -1
  507. data/lib/oci/data_catalog/models/attribute_tag_collection.rb +11 -1
  508. data/lib/oci/data_catalog/models/attribute_tag_summary.rb +27 -1
  509. data/lib/oci/data_catalog/models/base_tag.rb +20 -1
  510. data/lib/oci/data_catalog/models/base_tag_summary.rb +20 -1
  511. data/lib/oci/data_catalog/models/catalog.rb +45 -5
  512. data/lib/oci/data_catalog/models/catalog_private_endpoint.rb +336 -0
  513. data/lib/oci/data_catalog/models/catalog_private_endpoint_summary.rb +336 -0
  514. data/lib/oci/data_catalog/models/catalog_summary.rb +45 -5
  515. data/lib/oci/data_catalog/models/change_catalog_compartment_details.rb +1 -1
  516. data/lib/oci/data_catalog/models/change_catalog_private_endpoint_compartment_details.rb +154 -0
  517. data/lib/oci/data_catalog/models/connection.rb +27 -1
  518. data/lib/oci/data_catalog/models/connection_collection.rb +11 -1
  519. data/lib/oci/data_catalog/models/connection_summary.rb +27 -1
  520. data/lib/oci/data_catalog/models/create_attribute_details.rb +60 -1
  521. data/lib/oci/data_catalog/models/create_catalog_private_endpoint_details.rb +231 -0
  522. data/lib/oci/data_catalog/models/create_entity_details.rb +16 -1
  523. data/lib/oci/data_catalog/models/create_folder_details.rb +16 -1
  524. data/lib/oci/data_catalog/models/create_glossary_details.rb +16 -1
  525. data/lib/oci/data_catalog/models/create_job_definition_details.rb +27 -1
  526. data/lib/oci/data_catalog/models/create_job_execution_details.rb +45 -2
  527. data/lib/oci/data_catalog/models/create_term_details.rb +16 -1
  528. data/lib/oci/data_catalog/models/data_asset.rb +27 -1
  529. data/lib/oci/data_catalog/models/data_asset_collection.rb +11 -1
  530. data/lib/oci/data_catalog/models/data_asset_summary.rb +27 -1
  531. data/lib/oci/data_catalog/models/data_asset_tag.rb +27 -1
  532. data/lib/oci/data_catalog/models/data_asset_tag_collection.rb +11 -1
  533. data/lib/oci/data_catalog/models/data_asset_tag_summary.rb +27 -1
  534. data/lib/oci/data_catalog/models/detach_catalog_private_endpoint_details.rb +154 -0
  535. data/lib/oci/data_catalog/models/entity.rb +64 -3
  536. data/lib/oci/data_catalog/models/entity_collection.rb +11 -1
  537. data/lib/oci/data_catalog/models/entity_summary.rb +42 -2
  538. data/lib/oci/data_catalog/models/entity_tag.rb +27 -1
  539. data/lib/oci/data_catalog/models/entity_tag_collection.rb +11 -1
  540. data/lib/oci/data_catalog/models/entity_tag_summary.rb +27 -1
  541. data/lib/oci/data_catalog/models/folder.rb +49 -2
  542. data/lib/oci/data_catalog/models/folder_collection.rb +11 -1
  543. data/lib/oci/data_catalog/models/folder_summary.rb +27 -1
  544. data/lib/oci/data_catalog/models/folder_tag.rb +27 -1
  545. data/lib/oci/data_catalog/models/folder_tag_collection.rb +11 -1
  546. data/lib/oci/data_catalog/models/folder_tag_summary.rb +27 -1
  547. data/lib/oci/data_catalog/models/glossary.rb +49 -2
  548. data/lib/oci/data_catalog/models/glossary_collection.rb +11 -1
  549. data/lib/oci/data_catalog/models/glossary_summary.rb +49 -2
  550. data/lib/oci/data_catalog/models/glossary_tree_element.rb +49 -2
  551. data/lib/oci/data_catalog/models/job.rb +119 -4
  552. data/lib/oci/data_catalog/models/job_collection.rb +11 -1
  553. data/lib/oci/data_catalog/models/job_definition.rb +161 -3
  554. data/lib/oci/data_catalog/models/job_definition_collection.rb +11 -1
  555. data/lib/oci/data_catalog/models/job_definition_summary.rb +179 -6
  556. data/lib/oci/data_catalog/models/job_execution.rb +58 -2
  557. data/lib/oci/data_catalog/models/job_execution_collection.rb +11 -1
  558. data/lib/oci/data_catalog/models/job_execution_summary.rb +58 -2
  559. data/lib/oci/data_catalog/models/job_log_collection.rb +11 -1
  560. data/lib/oci/data_catalog/models/job_metric_collection.rb +11 -1
  561. data/lib/oci/data_catalog/models/job_summary.rb +100 -3
  562. data/lib/oci/data_catalog/models/job_type.rb +2 -0
  563. data/lib/oci/data_catalog/models/term.rb +49 -2
  564. data/lib/oci/data_catalog/models/term_collection.rb +11 -1
  565. data/lib/oci/data_catalog/models/term_relationship.rb +56 -2
  566. data/lib/oci/data_catalog/models/term_relationship_collection.rb +11 -1
  567. data/lib/oci/data_catalog/models/term_relationship_summary.rb +56 -2
  568. data/lib/oci/data_catalog/models/term_summary.rb +49 -2
  569. data/lib/oci/data_catalog/models/type.rb +27 -1
  570. data/lib/oci/data_catalog/models/type_collection.rb +11 -1
  571. data/lib/oci/data_catalog/models/type_summary.rb +27 -1
  572. data/lib/oci/data_catalog/models/update_attribute_details.rb +60 -1
  573. data/lib/oci/data_catalog/models/update_catalog_details.rb +1 -1
  574. data/lib/oci/data_catalog/models/update_catalog_private_endpoint_details.rb +202 -0
  575. data/lib/oci/data_catalog/models/update_entity_details.rb +16 -1
  576. data/lib/oci/data_catalog/models/update_folder_details.rb +16 -1
  577. data/lib/oci/data_catalog/models/update_glossary_details.rb +16 -1
  578. data/lib/oci/data_catalog/models/update_term_details.rb +16 -1
  579. data/lib/oci/data_catalog/models/validate_connection_result.rb +21 -1
  580. data/lib/oci/data_catalog/models/work_request.rb +6 -0
  581. data/lib/oci/data_flow/data_flow.rb +17 -0
  582. data/lib/oci/data_flow/data_flow_client.rb +658 -11
  583. data/lib/oci/data_flow/data_flow_client_composite_operations.rb +204 -0
  584. data/lib/oci/data_flow/models/application.rb +37 -6
  585. data/lib/oci/data_flow/models/application_summary.rb +1 -1
  586. data/lib/oci/data_flow/models/change_private_endpoint_compartment_details.rb +156 -0
  587. data/lib/oci/data_flow/models/create_application_details.rb +36 -5
  588. data/lib/oci/data_flow/models/create_private_endpoint_details.rb +279 -0
  589. data/lib/oci/data_flow/models/create_run_details.rb +3 -3
  590. data/lib/oci/data_flow/models/private_endpoint.rb +408 -0
  591. data/lib/oci/data_flow/models/private_endpoint_collection.rb +152 -0
  592. data/lib/oci/data_flow/models/private_endpoint_lifecycle_state.rb +16 -0
  593. data/lib/oci/data_flow/models/private_endpoint_summary.rb +382 -0
  594. data/lib/oci/data_flow/models/run.rb +101 -6
  595. data/lib/oci/data_flow/models/run_summary.rb +1 -1
  596. data/lib/oci/data_flow/models/update_application_details.rb +36 -5
  597. data/lib/oci/data_flow/models/update_private_endpoint_details.rb +249 -0
  598. data/lib/oci/data_flow/models/work_request.rb +308 -0
  599. data/lib/oci/data_flow/models/work_request_collection.rb +152 -0
  600. data/lib/oci/data_flow/models/work_request_error.rb +199 -0
  601. data/lib/oci/data_flow/models/work_request_error_collection.rb +152 -0
  602. data/lib/oci/data_flow/models/work_request_log.rb +187 -0
  603. data/lib/oci/data_flow/models/work_request_log_collection.rb +152 -0
  604. data/lib/oci/data_flow/models/work_request_operation.rb +13 -0
  605. data/lib/oci/data_flow/models/work_request_resource.rb +250 -0
  606. data/lib/oci/data_flow/models/work_request_status.rb +15 -0
  607. data/lib/oci/data_flow/models/work_request_summary.rb +308 -0
  608. data/lib/oci/data_integration/data_integration.rb +318 -0
  609. data/lib/oci/data_integration/data_integration_client.rb +6423 -0
  610. data/lib/oci/data_integration/data_integration_client_composite_operations.rb +321 -0
  611. data/lib/oci/data_integration/models/abstract_data_operation_config.rb +184 -0
  612. data/lib/oci/data_integration/models/abstract_field.rb +173 -0
  613. data/lib/oci/data_integration/models/abstract_format_attribute.rb +193 -0
  614. data/lib/oci/data_integration/models/abstract_read_attribute.rb +190 -0
  615. data/lib/oci/data_integration/models/abstract_write_attribute.rb +196 -0
  616. data/lib/oci/data_integration/models/aggregator.rb +209 -0
  617. data/lib/oci/data_integration/models/application.rb +343 -0
  618. data/lib/oci/data_integration/models/application_details.rb +272 -0
  619. data/lib/oci/data_integration/models/application_summary.rb +340 -0
  620. data/lib/oci/data_integration/models/application_summary_collection.rb +150 -0
  621. data/lib/oci/data_integration/models/avro_format_attribute.rb +158 -0
  622. data/lib/oci/data_integration/models/base_type.rb +270 -0
  623. data/lib/oci/data_integration/models/change_compartment_details.rb +154 -0
  624. data/lib/oci/data_integration/models/child_reference.rb +270 -0
  625. data/lib/oci/data_integration/models/child_reference_detail.rb +164 -0
  626. data/lib/oci/data_integration/models/composite_field_map.rb +230 -0
  627. data/lib/oci/data_integration/models/composite_type.rb +208 -0
  628. data/lib/oci/data_integration/models/conditional_input_link.rb +207 -0
  629. data/lib/oci/data_integration/models/config_definition.rb +243 -0
  630. data/lib/oci/data_integration/models/config_parameter_definition.rb +233 -0
  631. data/lib/oci/data_integration/models/config_parameter_value.rb +196 -0
  632. data/lib/oci/data_integration/models/config_provider.rb +164 -0
  633. data/lib/oci/data_integration/models/config_values.rb +167 -0
  634. data/lib/oci/data_integration/models/configuration_details.rb +185 -0
  635. data/lib/oci/data_integration/models/configured_type.rb +212 -0
  636. data/lib/oci/data_integration/models/connection.rb +360 -0
  637. data/lib/oci/data_integration/models/connection_details.rb +339 -0
  638. data/lib/oci/data_integration/models/connection_from_adwc.rb +220 -0
  639. data/lib/oci/data_integration/models/connection_from_adwc_details.rb +216 -0
  640. data/lib/oci/data_integration/models/connection_from_atp.rb +220 -0
  641. data/lib/oci/data_integration/models/connection_from_atp_details.rb +216 -0
  642. data/lib/oci/data_integration/models/connection_from_jdbc.rb +210 -0
  643. data/lib/oci/data_integration/models/connection_from_jdbc_details.rb +206 -0
  644. data/lib/oci/data_integration/models/connection_from_my_sql.rb +210 -0
  645. data/lib/oci/data_integration/models/connection_from_my_sql_details.rb +206 -0
  646. data/lib/oci/data_integration/models/connection_from_object_storage.rb +256 -0
  647. data/lib/oci/data_integration/models/connection_from_object_storage_details.rb +252 -0
  648. data/lib/oci/data_integration/models/connection_from_oracle.rb +220 -0
  649. data/lib/oci/data_integration/models/connection_from_oracle_details.rb +217 -0
  650. data/lib/oci/data_integration/models/connection_property.rb +160 -0
  651. data/lib/oci/data_integration/models/connection_summary.rb +360 -0
  652. data/lib/oci/data_integration/models/connection_summary_collection.rb +150 -0
  653. data/lib/oci/data_integration/models/connection_summary_from_adwc.rb +220 -0
  654. data/lib/oci/data_integration/models/connection_summary_from_atp.rb +220 -0
  655. data/lib/oci/data_integration/models/connection_summary_from_jdbc.rb +210 -0
  656. data/lib/oci/data_integration/models/connection_summary_from_my_sql.rb +210 -0
  657. data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +256 -0
  658. data/lib/oci/data_integration/models/connection_summary_from_oracle.rb +221 -0
  659. data/lib/oci/data_integration/models/connection_validation.rb +271 -0
  660. data/lib/oci/data_integration/models/connection_validation_summary.rb +268 -0
  661. data/lib/oci/data_integration/models/connection_validation_summary_collection.rb +150 -0
  662. data/lib/oci/data_integration/models/count_statistic.rb +154 -0
  663. data/lib/oci/data_integration/models/count_statistic_summary.rb +193 -0
  664. data/lib/oci/data_integration/models/create_application_details.rb +260 -0
  665. data/lib/oci/data_integration/models/create_config_provider.rb +150 -0
  666. data/lib/oci/data_integration/models/create_connection_details.rb +300 -0
  667. data/lib/oci/data_integration/models/create_connection_from_adwc.rb +204 -0
  668. data/lib/oci/data_integration/models/create_connection_from_atp.rb +204 -0
  669. data/lib/oci/data_integration/models/create_connection_from_jdbc.rb +204 -0
  670. data/lib/oci/data_integration/models/create_connection_from_my_sql.rb +204 -0
  671. data/lib/oci/data_integration/models/create_connection_from_object_storage.rb +240 -0
  672. data/lib/oci/data_integration/models/create_connection_from_oracle.rb +204 -0
  673. data/lib/oci/data_integration/models/create_connection_validation_details.rb +175 -0
  674. data/lib/oci/data_integration/models/create_data_asset_details.rb +301 -0
  675. data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +239 -0
  676. data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +239 -0
  677. data/lib/oci/data_integration/models/create_data_asset_from_jdbc.rb +231 -0
  678. data/lib/oci/data_integration/models/create_data_asset_from_my_sql.rb +231 -0
  679. data/lib/oci/data_integration/models/create_data_asset_from_object_storage.rb +231 -0
  680. data/lib/oci/data_integration/models/create_data_asset_from_oracle.rb +269 -0
  681. data/lib/oci/data_integration/models/create_data_flow_details.rb +268 -0
  682. data/lib/oci/data_integration/models/create_data_flow_validation_details.rb +302 -0
  683. data/lib/oci/data_integration/models/create_entity_shape_details.rb +182 -0
  684. data/lib/oci/data_integration/models/create_entity_shape_from_file.rb +389 -0
  685. data/lib/oci/data_integration/models/create_external_publication_details.rb +218 -0
  686. data/lib/oci/data_integration/models/create_external_publication_validation_details.rb +150 -0
  687. data/lib/oci/data_integration/models/create_folder_details.rb +236 -0
  688. data/lib/oci/data_integration/models/create_patch_details.rb +263 -0
  689. data/lib/oci/data_integration/models/create_project_details.rb +221 -0
  690. data/lib/oci/data_integration/models/create_source_application_info.rb +168 -0
  691. data/lib/oci/data_integration/models/create_task_details.rb +343 -0
  692. data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +213 -0
  693. data/lib/oci/data_integration/models/create_task_from_integration_task.rb +213 -0
  694. data/lib/oci/data_integration/models/create_task_run_details.rb +234 -0
  695. data/lib/oci/data_integration/models/create_task_validation_details.rb +352 -0
  696. data/lib/oci/data_integration/models/create_task_validation_from_data_loader_task.rb +217 -0
  697. data/lib/oci/data_integration/models/create_task_validation_from_integration_task.rb +217 -0
  698. data/lib/oci/data_integration/models/create_workspace_details.rb +282 -0
  699. data/lib/oci/data_integration/models/csv_format_attribute.rb +238 -0
  700. data/lib/oci/data_integration/models/data_asset.rb +358 -0
  701. data/lib/oci/data_integration/models/data_asset_from_adwc_details.rb +255 -0
  702. data/lib/oci/data_integration/models/data_asset_from_atp_details.rb +255 -0
  703. data/lib/oci/data_integration/models/data_asset_from_jdbc.rb +247 -0
  704. data/lib/oci/data_integration/models/data_asset_from_my_sql.rb +247 -0
  705. data/lib/oci/data_integration/models/data_asset_from_object_storage_details.rb +247 -0
  706. data/lib/oci/data_integration/models/data_asset_from_oracle_details.rb +285 -0
  707. data/lib/oci/data_integration/models/data_asset_summary.rb +344 -0
  708. data/lib/oci/data_integration/models/data_asset_summary_collection.rb +150 -0
  709. data/lib/oci/data_integration/models/data_asset_summary_from_adwc.rb +251 -0
  710. data/lib/oci/data_integration/models/data_asset_summary_from_atp.rb +251 -0
  711. data/lib/oci/data_integration/models/data_asset_summary_from_jdbc.rb +243 -0
  712. data/lib/oci/data_integration/models/data_asset_summary_from_my_sql.rb +243 -0
  713. data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +243 -0
  714. data/lib/oci/data_integration/models/data_asset_summary_from_oracle.rb +281 -0
  715. data/lib/oci/data_integration/models/data_entity.rb +202 -0
  716. data/lib/oci/data_integration/models/data_entity_details.rb +186 -0
  717. data/lib/oci/data_integration/models/data_entity_from_file.rb +400 -0
  718. data/lib/oci/data_integration/models/data_entity_from_file_entity_details.rb +389 -0
  719. data/lib/oci/data_integration/models/data_entity_from_table.rb +387 -0
  720. data/lib/oci/data_integration/models/data_entity_from_table_entity_details.rb +376 -0
  721. data/lib/oci/data_integration/models/data_entity_from_view.rb +387 -0
  722. data/lib/oci/data_integration/models/data_entity_from_view_entity_details.rb +376 -0
  723. data/lib/oci/data_integration/models/data_entity_summary.rb +202 -0
  724. data/lib/oci/data_integration/models/data_entity_summary_collection.rb +150 -0
  725. data/lib/oci/data_integration/models/data_entity_summary_from_file.rb +400 -0
  726. data/lib/oci/data_integration/models/data_entity_summary_from_table.rb +387 -0
  727. data/lib/oci/data_integration/models/data_entity_summary_from_view.rb +387 -0
  728. data/lib/oci/data_integration/models/data_flow.rb +305 -0
  729. data/lib/oci/data_integration/models/data_flow_details.rb +295 -0
  730. data/lib/oci/data_integration/models/data_flow_summary.rb +302 -0
  731. data/lib/oci/data_integration/models/data_flow_summary_collection.rb +150 -0
  732. data/lib/oci/data_integration/models/data_flow_validation.rb +328 -0
  733. data/lib/oci/data_integration/models/data_flow_validation_summary.rb +325 -0
  734. data/lib/oci/data_integration/models/data_flow_validation_summary_collection.rb +150 -0
  735. data/lib/oci/data_integration/models/data_format.rb +187 -0
  736. data/lib/oci/data_integration/models/data_type.rb +233 -0
  737. data/lib/oci/data_integration/models/dependent_object.rb +339 -0
  738. data/lib/oci/data_integration/models/dependent_object_summary.rb +303 -0
  739. data/lib/oci/data_integration/models/dependent_object_summary_collection.rb +150 -0
  740. data/lib/oci/data_integration/models/derived_field.rb +205 -0
  741. data/lib/oci/data_integration/models/derived_type.rb +169 -0
  742. data/lib/oci/data_integration/models/direct_field_map.rb +244 -0
  743. data/lib/oci/data_integration/models/direct_named_field_map.rb +272 -0
  744. data/lib/oci/data_integration/models/distinct.rb +193 -0
  745. data/lib/oci/data_integration/models/dynamic_input_field.rb +195 -0
  746. data/lib/oci/data_integration/models/dynamic_proxy_field.rb +195 -0
  747. data/lib/oci/data_integration/models/dynamic_type.rb +198 -0
  748. data/lib/oci/data_integration/models/dynamic_type_handler.rb +189 -0
  749. data/lib/oci/data_integration/models/enriched_entity.rb +162 -0
  750. data/lib/oci/data_integration/models/entity_shape.rb +198 -0
  751. data/lib/oci/data_integration/models/entity_shape_from_file.rb +400 -0
  752. data/lib/oci/data_integration/models/error_details.rb +162 -0
  753. data/lib/oci/data_integration/models/expression.rb +232 -0
  754. data/lib/oci/data_integration/models/external_publication.rb +385 -0
  755. data/lib/oci/data_integration/models/external_publication_summary.rb +382 -0
  756. data/lib/oci/data_integration/models/external_publication_summary_collection.rb +150 -0
  757. data/lib/oci/data_integration/models/external_publication_validation.rb +220 -0
  758. data/lib/oci/data_integration/models/external_publication_validation_summary.rb +217 -0
  759. data/lib/oci/data_integration/models/external_publication_validation_summary_collection.rb +150 -0
  760. data/lib/oci/data_integration/models/field_map.rb +205 -0
  761. data/lib/oci/data_integration/models/filter.rb +209 -0
  762. data/lib/oci/data_integration/models/filter_push.rb +162 -0
  763. data/lib/oci/data_integration/models/flow_node.rb +288 -0
  764. data/lib/oci/data_integration/models/flow_port.rb +173 -0
  765. data/lib/oci/data_integration/models/flow_port_link.rb +257 -0
  766. data/lib/oci/data_integration/models/folder.rb +287 -0
  767. data/lib/oci/data_integration/models/folder_details.rb +276 -0
  768. data/lib/oci/data_integration/models/folder_summary.rb +284 -0
  769. data/lib/oci/data_integration/models/folder_summary_collection.rb +150 -0
  770. data/lib/oci/data_integration/models/foreign_key.rb +264 -0
  771. data/lib/oci/data_integration/models/input_field.rb +195 -0
  772. data/lib/oci/data_integration/models/input_link.rb +200 -0
  773. data/lib/oci/data_integration/models/input_port.rb +221 -0
  774. data/lib/oci/data_integration/models/java_type.rb +199 -0
  775. data/lib/oci/data_integration/models/join.rb +190 -0
  776. data/lib/oci/data_integration/models/joiner.rb +245 -0
  777. data/lib/oci/data_integration/models/json_format_attribute.rb +158 -0
  778. data/lib/oci/data_integration/models/key.rb +192 -0
  779. data/lib/oci/data_integration/models/key_attribute.rb +159 -0
  780. data/lib/oci/data_integration/models/key_range.rb +159 -0
  781. data/lib/oci/data_integration/models/key_range_partition_config.rb +175 -0
  782. data/lib/oci/data_integration/models/macro_field.rb +231 -0
  783. data/lib/oci/data_integration/models/message.rb +191 -0
  784. data/lib/oci/data_integration/models/name_list_rule.rb +306 -0
  785. data/lib/oci/data_integration/models/name_pattern_rule.rb +306 -0
  786. data/lib/oci/data_integration/models/native_shape_field.rb +225 -0
  787. data/lib/oci/data_integration/models/object_metadata.rb +306 -0
  788. data/lib/oci/data_integration/models/operator.rb +349 -0
  789. data/lib/oci/data_integration/models/oracle_adwc_write_attribute.rb +202 -0
  790. data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +191 -0
  791. data/lib/oci/data_integration/models/oracle_atp_write_attribute.rb +202 -0
  792. data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +191 -0
  793. data/lib/oci/data_integration/models/oracle_read_attribute.rb +162 -0
  794. data/lib/oci/data_integration/models/oracle_read_attributes.rb +151 -0
  795. data/lib/oci/data_integration/models/oracle_write_attribute.rb +190 -0
  796. data/lib/oci/data_integration/models/oracle_write_attributes.rb +179 -0
  797. data/lib/oci/data_integration/models/output_field.rb +195 -0
  798. data/lib/oci/data_integration/models/output_link.rb +186 -0
  799. data/lib/oci/data_integration/models/output_port.rb +221 -0
  800. data/lib/oci/data_integration/models/parameter.rb +291 -0
  801. data/lib/oci/data_integration/models/parameter_value.rb +168 -0
  802. data/lib/oci/data_integration/models/parent_reference.rb +150 -0
  803. data/lib/oci/data_integration/models/partition_config.rb +189 -0
  804. data/lib/oci/data_integration/models/patch.rb +412 -0
  805. data/lib/oci/data_integration/models/patch_change_summary.rb +255 -0
  806. data/lib/oci/data_integration/models/patch_change_summary_collection.rb +150 -0
  807. data/lib/oci/data_integration/models/patch_object_metadata.rb +258 -0
  808. data/lib/oci/data_integration/models/patch_summary.rb +409 -0
  809. data/lib/oci/data_integration/models/patch_summary_collection.rb +150 -0
  810. data/lib/oci/data_integration/models/primary_key.rb +212 -0
  811. data/lib/oci/data_integration/models/project.rb +273 -0
  812. data/lib/oci/data_integration/models/project_details.rb +262 -0
  813. data/lib/oci/data_integration/models/project_summary.rb +270 -0
  814. data/lib/oci/data_integration/models/project_summary_collection.rb +150 -0
  815. data/lib/oci/data_integration/models/projection.rb +193 -0
  816. data/lib/oci/data_integration/models/projection_rule.rb +285 -0
  817. data/lib/oci/data_integration/models/proxy_field.rb +205 -0
  818. data/lib/oci/data_integration/models/published_object.rb +286 -0
  819. data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +257 -0
  820. data/lib/oci/data_integration/models/published_object_from_integration_task.rb +257 -0
  821. data/lib/oci/data_integration/models/published_object_summary.rb +295 -0
  822. data/lib/oci/data_integration/models/published_object_summary_collection.rb +150 -0
  823. data/lib/oci/data_integration/models/published_object_summary_from_data_loader_task.rb +261 -0
  824. data/lib/oci/data_integration/models/published_object_summary_from_integration_task.rb +261 -0
  825. data/lib/oci/data_integration/models/push_down_operation.rb +197 -0
  826. data/lib/oci/data_integration/models/query.rb +158 -0
  827. data/lib/oci/data_integration/models/read_operation_config.rb +249 -0
  828. data/lib/oci/data_integration/models/reference.rb +284 -0
  829. data/lib/oci/data_integration/models/reference_summary.rb +284 -0
  830. data/lib/oci/data_integration/models/reference_summary_collection.rb +150 -0
  831. data/lib/oci/data_integration/models/reference_used_by.rb +174 -0
  832. data/lib/oci/data_integration/models/registry_metadata.rb +204 -0
  833. data/lib/oci/data_integration/models/rename_rule.rb +218 -0
  834. data/lib/oci/data_integration/models/resource_configuration.rb +196 -0
  835. data/lib/oci/data_integration/models/root_object.rb +205 -0
  836. data/lib/oci/data_integration/models/rule_based_field_map.rb +319 -0
  837. data/lib/oci/data_integration/models/rule_type_config.rb +251 -0
  838. data/lib/oci/data_integration/models/schema.rb +314 -0
  839. data/lib/oci/data_integration/models/schema_summary.rb +311 -0
  840. data/lib/oci/data_integration/models/schema_summary_collection.rb +150 -0
  841. data/lib/oci/data_integration/models/select.rb +176 -0
  842. data/lib/oci/data_integration/models/shape.rb +186 -0
  843. data/lib/oci/data_integration/models/shape_field.rb +209 -0
  844. data/lib/oci/data_integration/models/sort.rb +162 -0
  845. data/lib/oci/data_integration/models/sort_clause.rb +179 -0
  846. data/lib/oci/data_integration/models/sort_key.rb +154 -0
  847. data/lib/oci/data_integration/models/sort_key_rule.rb +167 -0
  848. data/lib/oci/data_integration/models/sort_oper.rb +209 -0
  849. data/lib/oci/data_integration/models/source.rb +260 -0
  850. data/lib/oci/data_integration/models/source_application_info.rb +196 -0
  851. data/lib/oci/data_integration/models/structured_type.rb +203 -0
  852. data/lib/oci/data_integration/models/target.rb +298 -0
  853. data/lib/oci/data_integration/models/task.rb +373 -0
  854. data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +221 -0
  855. data/lib/oci/data_integration/models/task_from_integration_task_details.rb +221 -0
  856. data/lib/oci/data_integration/models/task_run.rb +451 -0
  857. data/lib/oci/data_integration/models/task_run_details.rb +396 -0
  858. data/lib/oci/data_integration/models/task_run_log_summary.rb +150 -0
  859. data/lib/oci/data_integration/models/task_run_summary.rb +393 -0
  860. data/lib/oci/data_integration/models/task_run_summary_collection.rb +150 -0
  861. data/lib/oci/data_integration/models/task_summary.rb +373 -0
  862. data/lib/oci/data_integration/models/task_summary_collection.rb +150 -0
  863. data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +221 -0
  864. data/lib/oci/data_integration/models/task_summary_from_integration_task.rb +221 -0
  865. data/lib/oci/data_integration/models/task_validation.rb +328 -0
  866. data/lib/oci/data_integration/models/task_validation_summary.rb +325 -0
  867. data/lib/oci/data_integration/models/task_validation_summary_collection.rb +150 -0
  868. data/lib/oci/data_integration/models/type_library.rb +259 -0
  869. data/lib/oci/data_integration/models/type_list_rule.rb +306 -0
  870. data/lib/oci/data_integration/models/type_system.rb +287 -0
  871. data/lib/oci/data_integration/models/typed_name_pattern_rule.rb +326 -0
  872. data/lib/oci/data_integration/models/typed_object.rb +290 -0
  873. data/lib/oci/data_integration/models/ui_properties.rb +168 -0
  874. data/lib/oci/data_integration/models/unique_key.rb +224 -0
  875. data/lib/oci/data_integration/models/update_application_details.rb +269 -0
  876. data/lib/oci/data_integration/models/update_connection_details.rb +314 -0
  877. data/lib/oci/data_integration/models/update_connection_from_adwc.rb +208 -0
  878. data/lib/oci/data_integration/models/update_connection_from_atp.rb +208 -0
  879. data/lib/oci/data_integration/models/update_connection_from_jdbc.rb +208 -0
  880. data/lib/oci/data_integration/models/update_connection_from_my_sql.rb +208 -0
  881. data/lib/oci/data_integration/models/update_connection_from_object_storage.rb +244 -0
  882. data/lib/oci/data_integration/models/update_connection_from_oracle.rb +208 -0
  883. data/lib/oci/data_integration/models/update_data_asset_details.rb +315 -0
  884. data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +243 -0
  885. data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +243 -0
  886. data/lib/oci/data_integration/models/update_data_asset_from_jdbc.rb +235 -0
  887. data/lib/oci/data_integration/models/update_data_asset_from_my_sql.rb +235 -0
  888. data/lib/oci/data_integration/models/update_data_asset_from_object_storage.rb +235 -0
  889. data/lib/oci/data_integration/models/update_data_asset_from_oracle.rb +273 -0
  890. data/lib/oci/data_integration/models/update_data_flow_details.rb +292 -0
  891. data/lib/oci/data_integration/models/update_external_publication_details.rb +218 -0
  892. data/lib/oci/data_integration/models/update_folder_details.rb +273 -0
  893. data/lib/oci/data_integration/models/update_project_details.rb +259 -0
  894. data/lib/oci/data_integration/models/update_reference_details.rb +178 -0
  895. data/lib/oci/data_integration/models/update_task_details.rb +356 -0
  896. data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +217 -0
  897. data/lib/oci/data_integration/models/update_task_from_integration_task.rb +217 -0
  898. data/lib/oci/data_integration/models/update_task_run_details.rb +247 -0
  899. data/lib/oci/data_integration/models/update_workspace_details.rb +196 -0
  900. data/lib/oci/data_integration/models/validation_message.rb +178 -0
  901. data/lib/oci/data_integration/models/work_request.rb +306 -0
  902. data/lib/oci/data_integration/models/work_request_error.rb +172 -0
  903. data/lib/oci/data_integration/models/work_request_log_entry.rb +160 -0
  904. data/lib/oci/data_integration/models/work_request_resource.rb +222 -0
  905. data/lib/oci/data_integration/models/work_request_summary.rb +303 -0
  906. data/lib/oci/data_integration/models/workspace.rb +387 -0
  907. data/lib/oci/data_integration/models/workspace_summary.rb +306 -0
  908. data/lib/oci/data_integration/models/write_operation_config.rb +297 -0
  909. data/lib/oci/data_integration/util.rb +3 -0
  910. data/lib/oci/data_safe/data_safe_client.rb +1 -10
  911. data/lib/oci/data_science/data_science_client.rb +1 -10
  912. data/lib/oci/database/database.rb +42 -0
  913. data/lib/oci/database/database_client.rb +4110 -1557
  914. data/lib/oci/database/database_client_composite_operations.rb +694 -22
  915. data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +1 -1
  916. data/lib/oci/database/models/automated_mount_details.rb +176 -0
  917. data/lib/oci/database/models/autonomous_container_database.rb +106 -3
  918. data/lib/oci/database/models/autonomous_container_database_backup_config.rb +15 -1
  919. data/lib/oci/database/models/autonomous_container_database_summary.rb +106 -3
  920. data/lib/oci/database/models/autonomous_database.rb +314 -5
  921. data/lib/oci/database/models/autonomous_database_manual_refresh_details.rb +155 -0
  922. data/lib/oci/database/models/autonomous_database_standby_summary.rb +220 -0
  923. data/lib/oci/database/models/autonomous_database_summary.rb +314 -5
  924. data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
  925. data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
  926. data/lib/oci/database/models/autonomous_patch.rb +296 -0
  927. data/lib/oci/database/models/autonomous_patch_summary.rb +304 -0
  928. data/lib/oci/database/models/autonomous_vm_cluster.rb +452 -0
  929. data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +455 -0
  930. data/lib/oci/database/models/backup_destination.rb +62 -1
  931. data/lib/oci/database/models/backup_destination_details.rb +18 -4
  932. data/lib/oci/database/models/backup_destination_summary.rb +62 -1
  933. data/lib/oci/database/models/change_autonomous_vm_cluster_compartment_details.rb +156 -0
  934. data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +155 -0
  935. data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +155 -0
  936. data/lib/oci/database/models/cloud_exadata_infrastructure.rb +398 -0
  937. data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +401 -0
  938. data/lib/oci/database/models/cloud_vm_cluster.rb +734 -0
  939. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +721 -0
  940. data/lib/oci/database/models/create_autonomous_container_database_details.rb +77 -6
  941. data/lib/oci/database/models/create_autonomous_database_base.rb +28 -8
  942. data/lib/oci/database/models/create_autonomous_database_clone_details.rb +5 -1
  943. data/lib/oci/database/models/create_autonomous_database_details.rb +5 -1
  944. data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +5 -1
  945. data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +5 -1
  946. data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +288 -0
  947. data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +270 -0
  948. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +464 -0
  949. data/lib/oci/database/models/create_data_guard_association_details.rb +1 -0
  950. data/lib/oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.rb +177 -0
  951. data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +1 -1
  952. data/lib/oci/database/models/create_database_details.rb +15 -1
  953. data/lib/oci/database/models/create_database_from_db_system_details.rb +246 -0
  954. data/lib/oci/database/models/create_database_software_image_details.rb +319 -0
  955. data/lib/oci/database/models/create_db_home_base.rb +51 -1
  956. data/lib/oci/database/models/create_db_home_details.rb +52 -4
  957. data/lib/oci/database/models/create_db_home_from_backup_details.rb +38 -4
  958. data/lib/oci/database/models/create_db_home_from_database_details.rb +38 -4
  959. data/lib/oci/database/models/create_db_home_from_db_system_details.rb +201 -0
  960. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +13 -1
  961. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +13 -1
  962. data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +13 -1
  963. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +13 -1
  964. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +189 -0
  965. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +12 -2
  966. data/lib/oci/database/models/create_nfs_backup_destination_details.rb +19 -5
  967. data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +274 -0
  968. data/lib/oci/database/models/create_vm_cluster_details.rb +1 -1
  969. data/lib/oci/database/models/database.rb +32 -4
  970. data/lib/oci/database/models/database_software_image.rb +428 -0
  971. data/lib/oci/database/models/database_software_image_summary.rb +438 -0
  972. data/lib/oci/database/models/database_summary.rb +32 -4
  973. data/lib/oci/database/models/db_home.rb +66 -4
  974. data/lib/oci/database/models/db_home_summary.rb +66 -4
  975. data/lib/oci/database/models/db_iorm_config.rb +4 -4
  976. data/lib/oci/database/models/db_iorm_config_update_detail.rb +3 -3
  977. data/lib/oci/database/models/db_system.rb +36 -6
  978. data/lib/oci/database/models/db_system_shape_summary.rb +19 -5
  979. data/lib/oci/database/models/db_system_summary.rb +36 -6
  980. data/lib/oci/database/models/deregister_autonomous_database_data_safe_details.rb +155 -0
  981. data/lib/oci/database/models/exadata_db_system_migration.rb +197 -0
  982. data/lib/oci/database/models/exadata_db_system_migration_summary.rb +183 -0
  983. data/lib/oci/database/models/exadata_infrastructure.rb +26 -2
  984. data/lib/oci/database/models/exadata_infrastructure_contact.rb +188 -0
  985. data/lib/oci/database/models/exadata_infrastructure_summary.rb +27 -3
  986. data/lib/oci/database/models/exadata_iorm_config.rb +7 -7
  987. data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +7 -1
  988. data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
  989. data/lib/oci/database/models/info_for_network_gen_details.rb +1 -1
  990. data/lib/oci/database/models/launch_db_system_base.rb +25 -7
  991. data/lib/oci/database/models/launch_db_system_details.rb +5 -1
  992. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
  993. data/lib/oci/database/models/launch_db_system_from_database_details.rb +5 -1
  994. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +297 -0
  995. data/lib/oci/database/models/maintenance_run.rb +26 -11
  996. data/lib/oci/database/models/maintenance_run_summary.rb +26 -11
  997. data/lib/oci/database/models/mount_type_details.rb +186 -0
  998. data/lib/oci/database/models/patch_details.rb +15 -1
  999. data/lib/oci/database/models/patch_history_entry.rb +1 -1
  1000. data/lib/oci/database/models/patch_history_entry_summary.rb +1 -1
  1001. data/lib/oci/database/models/register_autonomous_database_data_safe_details.rb +155 -0
  1002. data/lib/oci/database/models/self_mount_details.rb +163 -0
  1003. data/lib/oci/database/models/update.rb +339 -0
  1004. data/lib/oci/database/models/update_autonomous_database_details.rb +185 -3
  1005. data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +202 -0
  1006. data/lib/oci/database/models/update_backup_destination_details.rb +56 -1
  1007. data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +231 -0
  1008. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +318 -0
  1009. data/lib/oci/database/models/update_database_software_image_details.rb +189 -0
  1010. data/lib/oci/database/models/update_db_home_details.rb +52 -4
  1011. data/lib/oci/database/models/update_db_system_details.rb +1 -1
  1012. data/lib/oci/database/models/update_details.rb +183 -0
  1013. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +12 -2
  1014. data/lib/oci/database/models/update_history_entry.rb +305 -0
  1015. data/lib/oci/database/models/update_history_entry_summary.rb +308 -0
  1016. data/lib/oci/database/models/update_maintenance_run_details.rb +35 -7
  1017. data/lib/oci/database/models/update_summary.rb +347 -0
  1018. data/lib/oci/database/models/update_vm_cluster_details.rb +1 -1
  1019. data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
  1020. data/lib/oci/database/models/vm_cluster.rb +2 -2
  1021. data/lib/oci/database/models/vm_cluster_network_details.rb +2 -2
  1022. data/lib/oci/database/models/vm_cluster_network_summary.rb +1 -1
  1023. data/lib/oci/database/models/vm_cluster_summary.rb +2 -2
  1024. data/lib/oci/database/models/vm_network_details.rb +1 -1
  1025. data/lib/oci/dns/dns_client.rb +1 -10
  1026. data/lib/oci/dts/appliance_export_job_client.rb +1 -10
  1027. data/lib/oci/dts/shipping_vendors_client.rb +1 -10
  1028. data/lib/oci/dts/transfer_appliance_client.rb +1 -10
  1029. data/lib/oci/dts/transfer_appliance_entitlement_client.rb +1 -10
  1030. data/lib/oci/dts/transfer_device_client.rb +1 -10
  1031. data/lib/oci/dts/transfer_job_client.rb +1 -10
  1032. data/lib/oci/dts/transfer_package_client.rb +1 -10
  1033. data/lib/oci/email/email_client.rb +1 -10
  1034. data/lib/oci/events/events_client.rb +1 -10
  1035. data/lib/oci/file_storage/file_storage_client.rb +1 -10
  1036. data/lib/oci/functions/functions_invoke_client.rb +1 -10
  1037. data/lib/oci/functions/functions_management_client.rb +1 -10
  1038. data/lib/oci/healthchecks/health_checks_client.rb +1 -10
  1039. data/lib/oci/identity/identity.rb +1 -0
  1040. data/lib/oci/identity/identity_client.rb +19 -16
  1041. data/lib/oci/identity/models/authentication_policy.rb +17 -5
  1042. data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
  1043. data/lib/oci/identity/models/bulk_action_resource.rb +26 -5
  1044. data/lib/oci/identity/models/bulk_action_resource_type.rb +3 -5
  1045. data/lib/oci/identity/models/bulk_action_resource_type_collection.rb +2 -2
  1046. data/lib/oci/identity/models/create_tag_details.rb +0 -11
  1047. data/lib/oci/identity/models/identity_provider_group_summary.rb +11 -1
  1048. data/lib/oci/identity/models/network_policy.rb +156 -0
  1049. data/lib/oci/identity/models/network_sources_summary.rb +38 -4
  1050. data/lib/oci/identity/models/tag.rb +0 -11
  1051. data/lib/oci/identity/models/update_authentication_policy_details.rb +17 -5
  1052. data/lib/oci/identity/models/update_tag_details.rb +0 -11
  1053. data/lib/oci/identity/models/user.rb +0 -1
  1054. data/lib/oci/integration/integration_instance_client.rb +1 -10
  1055. data/lib/oci/integration/models/create_integration_instance_details.rb +29 -1
  1056. data/lib/oci/integration/models/integration_instance.rb +38 -4
  1057. data/lib/oci/integration/models/integration_instance_summary.rb +38 -4
  1058. data/lib/oci/key_management/key_management.rb +2 -0
  1059. data/lib/oci/key_management/kms_crypto_client.rb +60 -13
  1060. data/lib/oci/key_management/kms_management_client.rb +17 -13
  1061. data/lib/oci/key_management/kms_vault_client.rb +3 -11
  1062. data/lib/oci/key_management/models/create_key_details.rb +36 -4
  1063. data/lib/oci/key_management/models/export_key_details.rb +229 -0
  1064. data/lib/oci/key_management/models/exported_key_data.rb +249 -0
  1065. data/lib/oci/key_management/models/generated_key.rb +2 -2
  1066. data/lib/oci/key_management/models/import_key_details.rb +38 -4
  1067. data/lib/oci/key_management/models/key.rb +39 -1
  1068. data/lib/oci/key_management/models/key_summary.rb +42 -4
  1069. data/lib/oci/key_management/models/vault.rb +2 -2
  1070. data/lib/oci/key_management/models/vault_summary.rb +2 -2
  1071. data/lib/oci/key_management/models/vault_usage.rb +34 -6
  1072. data/lib/oci/key_management/models/wrapped_import_key.rb +2 -2
  1073. data/lib/oci/key_management/models/wrapping_key.rb +1 -1
  1074. data/lib/oci/limits/limits_client.rb +1 -10
  1075. data/lib/oci/limits/quotas_client.rb +1 -10
  1076. data/lib/oci/load_balancer/load_balancer.rb +6 -0
  1077. data/lib/oci/load_balancer/load_balancer_client.rb +386 -10
  1078. data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +210 -0
  1079. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +14 -1
  1080. data/lib/oci/load_balancer/models/create_ssl_cipher_suite_details.rb +445 -0
  1081. data/lib/oci/load_balancer/models/http_header_rule.rb +188 -0
  1082. data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
  1083. data/lib/oci/load_balancer/models/rule.rb +2 -0
  1084. data/lib/oci/load_balancer/models/ssl_cipher_suite.rb +445 -0
  1085. data/lib/oci/load_balancer/models/ssl_cipher_suite_details.rb +445 -0
  1086. data/lib/oci/load_balancer/models/ssl_configuration.rb +139 -23
  1087. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +132 -23
  1088. data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +160 -0
  1089. data/lib/oci/load_balancer/models/update_ssl_cipher_suite_details.rb +259 -0
  1090. data/lib/oci/load_balancer/models/work_request.rb +15 -1
  1091. data/lib/oci/log_analytics/log_analytics.rb +305 -0
  1092. data/lib/oci/log_analytics/log_analytics_client.rb +8863 -0
  1093. data/lib/oci/log_analytics/log_analytics_client_composite_operations.rb +634 -0
  1094. data/lib/oci/log_analytics/models/abstract_column.rb +386 -0
  1095. data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +330 -0
  1096. data/lib/oci/log_analytics/models/abstract_field.rb +354 -0
  1097. data/lib/oci/log_analytics/models/abstract_parser_test_result_log_entry.rb +234 -0
  1098. data/lib/oci/log_analytics/models/abstract_parser_test_result_log_line.rb +168 -0
  1099. data/lib/oci/log_analytics/models/action.rb +187 -0
  1100. data/lib/oci/log_analytics/models/action_types.rb +14 -0
  1101. data/lib/oci/log_analytics/models/add_entity_association_details.rb +156 -0
  1102. data/lib/oci/log_analytics/models/add_fields_command_descriptor.rb +184 -0
  1103. data/lib/oci/log_analytics/models/agent_upload.rb +151 -0
  1104. data/lib/oci/log_analytics/models/archiving_configuration.rb +174 -0
  1105. data/lib/oci/log_analytics/models/argument.rb +189 -0
  1106. data/lib/oci/log_analytics/models/association_summary_report.rb +154 -0
  1107. data/lib/oci/log_analytics/models/attribute.rb +435 -0
  1108. data/lib/oci/log_analytics/models/auto_lookups.rb +168 -0
  1109. data/lib/oci/log_analytics/models/bottom_command_descriptor.rb +180 -0
  1110. data/lib/oci/log_analytics/models/bucket_command_descriptor.rb +223 -0
  1111. data/lib/oci/log_analytics/models/bucket_range.rb +178 -0
  1112. data/lib/oci/log_analytics/models/change_log_analytics_entity_compartment_details.rb +156 -0
  1113. data/lib/oci/log_analytics/models/change_log_analytics_log_group_compartment_details.rb +156 -0
  1114. data/lib/oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.rb +156 -0
  1115. data/lib/oci/log_analytics/models/change_scheduled_task_compartment_details.rb +155 -0
  1116. data/lib/oci/log_analytics/models/char_encoding_collection.rb +150 -0
  1117. data/lib/oci/log_analytics/models/chart_column.rb +241 -0
  1118. data/lib/oci/log_analytics/models/chart_data_column.rb +219 -0
  1119. data/lib/oci/log_analytics/models/classify_column.rb +294 -0
  1120. data/lib/oci/log_analytics/models/classify_command_descriptor.rb +210 -0
  1121. data/lib/oci/log_analytics/models/cluster_command_descriptor.rb +166 -0
  1122. data/lib/oci/log_analytics/models/cluster_compare_command_descriptor.rb +257 -0
  1123. data/lib/oci/log_analytics/models/cluster_details_command_descriptor.rb +166 -0
  1124. data/lib/oci/log_analytics/models/cluster_split_command_descriptor.rb +166 -0
  1125. data/lib/oci/log_analytics/models/column.rb +186 -0
  1126. data/lib/oci/log_analytics/models/column_name.rb +150 -0
  1127. data/lib/oci/log_analytics/models/column_name_collection.rb +150 -0
  1128. data/lib/oci/log_analytics/models/command_descriptor.rb +166 -0
  1129. data/lib/oci/log_analytics/models/create_acceleration_task_details.rb +181 -0
  1130. data/lib/oci/log_analytics/models/create_log_analytics_entity_details.rb +298 -0
  1131. data/lib/oci/log_analytics/models/create_log_analytics_entity_type_details.rb +172 -0
  1132. data/lib/oci/log_analytics/models/create_log_analytics_log_group_details.rb +216 -0
  1133. data/lib/oci/log_analytics/models/create_log_analytics_object_collection_rule_details.rb +382 -0
  1134. data/lib/oci/log_analytics/models/create_namespace_details.rb +154 -0
  1135. data/lib/oci/log_analytics/models/create_scheduled_task_details.rb +245 -0
  1136. data/lib/oci/log_analytics/models/create_standard_task_details.rb +216 -0
  1137. data/lib/oci/log_analytics/models/cron_schedule.rb +178 -0
  1138. data/lib/oci/log_analytics/models/delete_command_descriptor.rb +184 -0
  1139. data/lib/oci/log_analytics/models/delete_log_analytics_association.rb +234 -0
  1140. data/lib/oci/log_analytics/models/delete_log_analytics_association_details.rb +164 -0
  1141. data/lib/oci/log_analytics/models/delta_command_descriptor.rb +180 -0
  1142. data/lib/oci/log_analytics/models/demo_mode_command_descriptor.rb +166 -0
  1143. data/lib/oci/log_analytics/models/distinct_command_descriptor.rb +166 -0
  1144. data/lib/oci/log_analytics/models/efd_regex_result.rb +263 -0
  1145. data/lib/oci/log_analytics/models/entity_cloud_type.rb +11 -0
  1146. data/lib/oci/log_analytics/models/entity_lifecycle_states.rb +11 -0
  1147. data/lib/oci/log_analytics/models/entity_type_property.rb +163 -0
  1148. data/lib/oci/log_analytics/models/error_details.rb +160 -0
  1149. data/lib/oci/log_analytics/models/estimate_purge_data_size_details.rb +226 -0
  1150. data/lib/oci/log_analytics/models/estimate_purge_data_size_result.rb +155 -0
  1151. data/lib/oci/log_analytics/models/eval_command_descriptor.rb +166 -0
  1152. data/lib/oci/log_analytics/models/event_stats_command_descriptor.rb +195 -0
  1153. data/lib/oci/log_analytics/models/export_content.rb +181 -0
  1154. data/lib/oci/log_analytics/models/export_details.rb +358 -0
  1155. data/lib/oci/log_analytics/models/extended_fields_validation_result.rb +150 -0
  1156. data/lib/oci/log_analytics/models/extract_command_descriptor.rb +166 -0
  1157. data/lib/oci/log_analytics/models/extract_log_field_results.rb +150 -0
  1158. data/lib/oci/log_analytics/models/extract_log_header_details.rb +168 -0
  1159. data/lib/oci/log_analytics/models/extract_log_header_results.rb +168 -0
  1160. data/lib/oci/log_analytics/models/field.rb +182 -0
  1161. data/lib/oci/log_analytics/models/field_argument.rb +158 -0
  1162. data/lib/oci/log_analytics/models/field_map.rb +169 -0
  1163. data/lib/oci/log_analytics/models/field_summary_command_descriptor.rb +186 -0
  1164. data/lib/oci/log_analytics/models/field_summary_report.rb +182 -0
  1165. data/lib/oci/log_analytics/models/field_value.rb +186 -0
  1166. data/lib/oci/log_analytics/models/fields_add_remove_field.rb +216 -0
  1167. data/lib/oci/log_analytics/models/fields_command_descriptor.rb +166 -0
  1168. data/lib/oci/log_analytics/models/file_validation_response.rb +178 -0
  1169. data/lib/oci/log_analytics/models/filter.rb +207 -0
  1170. data/lib/oci/log_analytics/models/filter_details.rb +193 -0
  1171. data/lib/oci/log_analytics/models/filter_output.rb +186 -0
  1172. data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +189 -0
  1173. data/lib/oci/log_analytics/models/function_field.rb +207 -0
  1174. data/lib/oci/log_analytics/models/generate_agent_object_name_details.rb +196 -0
  1175. data/lib/oci/log_analytics/models/head_command_descriptor.rb +180 -0
  1176. data/lib/oci/log_analytics/models/highlight_command_descriptor.rb +202 -0
  1177. data/lib/oci/log_analytics/models/highlight_rows_command_descriptor.rb +180 -0
  1178. data/lib/oci/log_analytics/models/indexes.rb +168 -0
  1179. data/lib/oci/log_analytics/models/job_mode.rb +11 -0
  1180. data/lib/oci/log_analytics/models/job_mode_filter.rb +12 -0
  1181. data/lib/oci/log_analytics/models/label_names.rb +154 -0
  1182. data/lib/oci/log_analytics/models/label_priority.rb +174 -0
  1183. data/lib/oci/log_analytics/models/label_priority_collection.rb +150 -0
  1184. data/lib/oci/log_analytics/models/label_source_collection.rb +151 -0
  1185. data/lib/oci/log_analytics/models/label_source_summary.rb +238 -0
  1186. data/lib/oci/log_analytics/models/label_summary_report.rb +168 -0
  1187. data/lib/oci/log_analytics/models/lifecycle_states.rb +11 -0
  1188. data/lib/oci/log_analytics/models/link_command_descriptor.rb +214 -0
  1189. data/lib/oci/log_analytics/models/link_details_command_descriptor.rb +166 -0
  1190. data/lib/oci/log_analytics/models/literal_argument.rb +175 -0
  1191. data/lib/oci/log_analytics/models/log_analytics.rb +293 -0
  1192. data/lib/oci/log_analytics/models/log_analytics_associated_entity.rb +224 -0
  1193. data/lib/oci/log_analytics/models/log_analytics_associated_entity_collection.rb +150 -0
  1194. data/lib/oci/log_analytics/models/log_analytics_association.rb +398 -0
  1195. data/lib/oci/log_analytics/models/log_analytics_association_collection.rb +150 -0
  1196. data/lib/oci/log_analytics/models/log_analytics_association_parameter.rb +283 -0
  1197. data/lib/oci/log_analytics/models/log_analytics_association_parameter_collection.rb +150 -0
  1198. data/lib/oci/log_analytics/models/log_analytics_collection_warning.rb +151 -0
  1199. data/lib/oci/log_analytics/models/log_analytics_config_work_request.rb +299 -0
  1200. data/lib/oci/log_analytics/models/log_analytics_config_work_request_collection.rb +150 -0
  1201. data/lib/oci/log_analytics/models/log_analytics_config_work_request_payload.rb +182 -0
  1202. data/lib/oci/log_analytics/models/log_analytics_config_work_request_summary.rb +275 -0
  1203. data/lib/oci/log_analytics/models/log_analytics_entity.rb +450 -0
  1204. data/lib/oci/log_analytics/models/log_analytics_entity_collection.rb +151 -0
  1205. data/lib/oci/log_analytics/models/log_analytics_entity_summary.rb +364 -0
  1206. data/lib/oci/log_analytics/models/log_analytics_entity_summary_report.rb +200 -0
  1207. data/lib/oci/log_analytics/models/log_analytics_entity_type.rb +302 -0
  1208. data/lib/oci/log_analytics/models/log_analytics_entity_type_collection.rb +151 -0
  1209. data/lib/oci/log_analytics/models/log_analytics_entity_type_summary.rb +277 -0
  1210. data/lib/oci/log_analytics/models/log_analytics_extended_field.rb +232 -0
  1211. data/lib/oci/log_analytics/models/log_analytics_field.rb +428 -0
  1212. data/lib/oci/log_analytics/models/log_analytics_field_collection.rb +150 -0
  1213. data/lib/oci/log_analytics/models/log_analytics_field_summary.rb +425 -0
  1214. data/lib/oci/log_analytics/models/log_analytics_import_custom_change_list.rb +266 -0
  1215. data/lib/oci/log_analytics/models/log_analytics_import_custom_content.rb +210 -0
  1216. data/lib/oci/log_analytics/models/log_analytics_label.rb +337 -0
  1217. data/lib/oci/log_analytics/models/log_analytics_label_alias.rb +239 -0
  1218. data/lib/oci/log_analytics/models/log_analytics_label_collection.rb +151 -0
  1219. data/lib/oci/log_analytics/models/log_analytics_label_definition.rb +196 -0
  1220. data/lib/oci/log_analytics/models/log_analytics_label_operator.rb +164 -0
  1221. data/lib/oci/log_analytics/models/log_analytics_label_operator_collection.rb +150 -0
  1222. data/lib/oci/log_analytics/models/log_analytics_label_summary.rb +337 -0
  1223. data/lib/oci/log_analytics/models/log_analytics_label_view.rb +341 -0
  1224. data/lib/oci/log_analytics/models/log_analytics_log_group.rb +258 -0
  1225. data/lib/oci/log_analytics/models/log_analytics_log_group_summary.rb +258 -0
  1226. data/lib/oci/log_analytics/models/log_analytics_log_group_summary_collection.rb +150 -0
  1227. data/lib/oci/log_analytics/models/log_analytics_lookup.rb +310 -0
  1228. data/lib/oci/log_analytics/models/log_analytics_meta_function.rb +226 -0
  1229. data/lib/oci/log_analytics/models/log_analytics_meta_function_argument.rb +322 -0
  1230. data/lib/oci/log_analytics/models/log_analytics_meta_function_collection.rb +150 -0
  1231. data/lib/oci/log_analytics/models/log_analytics_meta_source_type.rb +244 -0
  1232. data/lib/oci/log_analytics/models/log_analytics_meta_source_type_collection.rb +150 -0
  1233. data/lib/oci/log_analytics/models/log_analytics_metric.rb +466 -0
  1234. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule.rb +475 -0
  1235. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_collection.rb +150 -0
  1236. data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_summary.rb +345 -0
  1237. data/lib/oci/log_analytics/models/log_analytics_operation_types.rb +11 -0
  1238. data/lib/oci/log_analytics/models/log_analytics_parameter.rb +202 -0
  1239. data/lib/oci/log_analytics/models/log_analytics_parser.rb +540 -0
  1240. data/lib/oci/log_analytics/models/log_analytics_parser_collection.rb +150 -0
  1241. data/lib/oci/log_analytics/models/log_analytics_parser_field.rb +270 -0
  1242. data/lib/oci/log_analytics/models/log_analytics_parser_filter.rb +225 -0
  1243. data/lib/oci/log_analytics/models/log_analytics_parser_function.rb +279 -0
  1244. data/lib/oci/log_analytics/models/log_analytics_parser_function_collection.rb +150 -0
  1245. data/lib/oci/log_analytics/models/log_analytics_parser_function_parameter.rb +237 -0
  1246. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin.rb +188 -0
  1247. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_collection.rb +150 -0
  1248. data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_parameter.rb +212 -0
  1249. data/lib/oci/log_analytics/models/log_analytics_parser_summary.rb +540 -0
  1250. data/lib/oci/log_analytics/models/log_analytics_pattern_filter.rb +238 -0
  1251. data/lib/oci/log_analytics/models/log_analytics_source.rb +598 -0
  1252. data/lib/oci/log_analytics/models/log_analytics_source_collection.rb +150 -0
  1253. data/lib/oci/log_analytics/models/log_analytics_source_data_filter.rb +348 -0
  1254. data/lib/oci/log_analytics/models/log_analytics_source_entity_type.rb +196 -0
  1255. data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition.rb +359 -0
  1256. data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition_collection.rb +150 -0
  1257. data/lib/oci/log_analytics/models/log_analytics_source_function.rb +295 -0
  1258. data/lib/oci/log_analytics/models/log_analytics_source_label_condition.rb +388 -0
  1259. data/lib/oci/log_analytics/models/log_analytics_source_metadata_field.rb +206 -0
  1260. data/lib/oci/log_analytics/models/log_analytics_source_metric.rb +196 -0
  1261. data/lib/oci/log_analytics/models/log_analytics_source_pattern.rb +397 -0
  1262. data/lib/oci/log_analytics/models/log_analytics_source_pattern_collection.rb +150 -0
  1263. data/lib/oci/log_analytics/models/log_analytics_source_summary.rb +598 -0
  1264. data/lib/oci/log_analytics/models/log_analytics_summary.rb +261 -0
  1265. data/lib/oci/log_analytics/models/log_group_summary_report.rb +150 -0
  1266. data/lib/oci/log_analytics/models/lookup_command_descriptor.rb +166 -0
  1267. data/lib/oci/log_analytics/models/lookup_field.rb +230 -0
  1268. data/lib/oci/log_analytics/models/macro_command_descriptor.rb +166 -0
  1269. data/lib/oci/log_analytics/models/match_info.rb +182 -0
  1270. data/lib/oci/log_analytics/models/multi_search_command_descriptor.rb +184 -0
  1271. data/lib/oci/log_analytics/models/namespace.rb +182 -0
  1272. data/lib/oci/log_analytics/models/namespace_collection.rb +152 -0
  1273. data/lib/oci/log_analytics/models/namespace_summary.rb +179 -0
  1274. data/lib/oci/log_analytics/models/object_collection_rule_collection_types.rb +12 -0
  1275. data/lib/oci/log_analytics/models/operation_status.rb +15 -0
  1276. data/lib/oci/log_analytics/models/out_of_box_entity_type_details.rb +217 -0
  1277. data/lib/oci/log_analytics/models/parse_query_details.rb +182 -0
  1278. data/lib/oci/log_analytics/models/parse_query_output.rb +208 -0
  1279. data/lib/oci/log_analytics/models/parsed_content.rb +224 -0
  1280. data/lib/oci/log_analytics/models/parsed_field.rb +168 -0
  1281. data/lib/oci/log_analytics/models/parser_summary_report.rb +168 -0
  1282. data/lib/oci/log_analytics/models/parser_test_result.rb +202 -0
  1283. data/lib/oci/log_analytics/models/property_override.rb +201 -0
  1284. data/lib/oci/log_analytics/models/purge_action.rb +246 -0
  1285. data/lib/oci/log_analytics/models/purge_storage_data_details.rb +226 -0
  1286. data/lib/oci/log_analytics/models/query.rb +154 -0
  1287. data/lib/oci/log_analytics/models/query_aggregation.rb +264 -0
  1288. data/lib/oci/log_analytics/models/query_details.rb +401 -0
  1289. data/lib/oci/log_analytics/models/query_operation_type.rb +11 -0
  1290. data/lib/oci/log_analytics/models/query_work_request.rb +440 -0
  1291. data/lib/oci/log_analytics/models/query_work_request_collection.rb +152 -0
  1292. data/lib/oci/log_analytics/models/query_work_request_resource.rb +154 -0
  1293. data/lib/oci/log_analytics/models/query_work_request_summary.rb +335 -0
  1294. data/lib/oci/log_analytics/models/recall_archived_data_details.rb +210 -0
  1295. data/lib/oci/log_analytics/models/regex_command_descriptor.rb +166 -0
  1296. data/lib/oci/log_analytics/models/regex_match_result.rb +210 -0
  1297. data/lib/oci/log_analytics/models/register_entity_types_details.rb +154 -0
  1298. data/lib/oci/log_analytics/models/release_recalled_data_details.rb +210 -0
  1299. data/lib/oci/log_analytics/models/remove_entity_associations_details.rb +156 -0
  1300. data/lib/oci/log_analytics/models/rename_command_descriptor.rb +166 -0
  1301. data/lib/oci/log_analytics/models/result_column.rb +205 -0
  1302. data/lib/oci/log_analytics/models/schedule.rb +223 -0
  1303. data/lib/oci/log_analytics/models/scheduled_task.rb +398 -0
  1304. data/lib/oci/log_analytics/models/scheduled_task_collection.rb +150 -0
  1305. data/lib/oci/log_analytics/models/scheduled_task_summary.rb +344 -0
  1306. data/lib/oci/log_analytics/models/scheduler_resource.rb +154 -0
  1307. data/lib/oci/log_analytics/models/scope_filter.rb +167 -0
  1308. data/lib/oci/log_analytics/models/search_command_descriptor.rb +184 -0
  1309. data/lib/oci/log_analytics/models/search_lookup_command_descriptor.rb +166 -0
  1310. data/lib/oci/log_analytics/models/service_tenancy.rb +154 -0
  1311. data/lib/oci/log_analytics/models/sort_command_descriptor.rb +166 -0
  1312. data/lib/oci/log_analytics/models/sort_field.rb +216 -0
  1313. data/lib/oci/log_analytics/models/sort_orders.rb +11 -0
  1314. data/lib/oci/log_analytics/models/source_mapping_response.rb +154 -0
  1315. data/lib/oci/log_analytics/models/source_summary_report.rb +182 -0
  1316. data/lib/oci/log_analytics/models/source_validate_details.rb +160 -0
  1317. data/lib/oci/log_analytics/models/source_validate_results.rb +150 -0
  1318. data/lib/oci/log_analytics/models/stats_command_descriptor.rb +195 -0
  1319. data/lib/oci/log_analytics/models/status_summary.rb +202 -0
  1320. data/lib/oci/log_analytics/models/step_info.rb +182 -0
  1321. data/lib/oci/log_analytics/models/storage.rb +170 -0
  1322. data/lib/oci/log_analytics/models/storage_data_type.rb +11 -0
  1323. data/lib/oci/log_analytics/models/storage_operation_type.rb +15 -0
  1324. data/lib/oci/log_analytics/models/storage_usage.rb +182 -0
  1325. data/lib/oci/log_analytics/models/storage_work_request.rb +469 -0
  1326. data/lib/oci/log_analytics/models/storage_work_request_collection.rb +152 -0
  1327. data/lib/oci/log_analytics/models/storage_work_request_summary.rb +466 -0
  1328. data/lib/oci/log_analytics/models/stream_action.rb +162 -0
  1329. data/lib/oci/log_analytics/models/string_list_details.rb +150 -0
  1330. data/lib/oci/log_analytics/models/sub_system_name.rb +10 -0
  1331. data/lib/oci/log_analytics/models/success.rb +150 -0
  1332. data/lib/oci/log_analytics/models/suggest_details.rb +214 -0
  1333. data/lib/oci/log_analytics/models/suggest_output.rb +222 -0
  1334. data/lib/oci/log_analytics/models/tail_command_descriptor.rb +180 -0
  1335. data/lib/oci/log_analytics/models/task_type.rb +13 -0
  1336. data/lib/oci/log_analytics/models/test_parser_payload_details.rb +463 -0
  1337. data/lib/oci/log_analytics/models/time_column.rb +211 -0
  1338. data/lib/oci/log_analytics/models/time_compare_command_descriptor.rb +166 -0
  1339. data/lib/oci/log_analytics/models/time_range.rb +188 -0
  1340. data/lib/oci/log_analytics/models/time_stats_command_descriptor.rb +217 -0
  1341. data/lib/oci/log_analytics/models/timezone_collection.rb +150 -0
  1342. data/lib/oci/log_analytics/models/top_command_descriptor.rb +180 -0
  1343. data/lib/oci/log_analytics/models/trend_column.rb +269 -0
  1344. data/lib/oci/log_analytics/models/ui_parser_test_metadata.rb +182 -0
  1345. data/lib/oci/log_analytics/models/update_log_analytics_entity_details.rb +238 -0
  1346. data/lib/oci/log_analytics/models/update_log_analytics_entity_type_details.rb +161 -0
  1347. data/lib/oci/log_analytics/models/update_log_analytics_log_group_details.rb +202 -0
  1348. data/lib/oci/log_analytics/models/update_log_analytics_object_collection_rule_details.rb +258 -0
  1349. data/lib/oci/log_analytics/models/update_scheduled_task_details.rb +202 -0
  1350. data/lib/oci/log_analytics/models/update_storage_details.rb +154 -0
  1351. data/lib/oci/log_analytics/models/upload.rb +231 -0
  1352. data/lib/oci/log_analytics/models/upload_collection.rb +150 -0
  1353. data/lib/oci/log_analytics/models/upload_file_collection.rb +150 -0
  1354. data/lib/oci/log_analytics/models/upload_file_status.rb +168 -0
  1355. data/lib/oci/log_analytics/models/upload_file_summary.rb +359 -0
  1356. data/lib/oci/log_analytics/models/upload_summary.rb +230 -0
  1357. data/lib/oci/log_analytics/models/upload_warning_collection.rb +150 -0
  1358. data/lib/oci/log_analytics/models/upload_warning_summary.rb +188 -0
  1359. data/lib/oci/log_analytics/models/upsert_log_analytics_association.rb +248 -0
  1360. data/lib/oci/log_analytics/models/upsert_log_analytics_association_details.rb +164 -0
  1361. data/lib/oci/log_analytics/models/upsert_log_analytics_field_details.rb +202 -0
  1362. data/lib/oci/log_analytics/models/upsert_log_analytics_label_details.rb +296 -0
  1363. data/lib/oci/log_analytics/models/upsert_log_analytics_parser_details.rb +440 -0
  1364. data/lib/oci/log_analytics/models/upsert_log_analytics_source_details.rb +500 -0
  1365. data/lib/oci/log_analytics/models/usage_status_item.rb +196 -0
  1366. data/lib/oci/log_analytics/models/value_type.rb +17 -0
  1367. data/lib/oci/log_analytics/models/verify_output.rb +216 -0
  1368. data/lib/oci/log_analytics/models/violation.rb +226 -0
  1369. data/lib/oci/log_analytics/models/where_command_descriptor.rb +166 -0
  1370. data/lib/oci/log_analytics/models/work_request.rb +306 -0
  1371. data/lib/oci/log_analytics/models/work_request_collection.rb +152 -0
  1372. data/lib/oci/log_analytics/models/work_request_error.rb +173 -0
  1373. data/lib/oci/log_analytics/models/work_request_error_collection.rb +152 -0
  1374. data/lib/oci/log_analytics/models/work_request_log.rb +160 -0
  1375. data/lib/oci/log_analytics/models/work_request_log_collection.rb +152 -0
  1376. data/lib/oci/log_analytics/models/work_request_resource.rb +219 -0
  1377. data/lib/oci/log_analytics/models/work_request_status.rb +14 -0
  1378. data/lib/oci/log_analytics/models/work_request_summary.rb +258 -0
  1379. data/lib/oci/log_analytics/util.rb +3 -0
  1380. data/lib/oci/logging/logging.rb +90 -0
  1381. data/lib/oci/logging/logging_management_client.rb +2280 -0
  1382. data/lib/oci/logging/logging_management_client_composite_operations.rb +673 -0
  1383. data/lib/oci/logging/models/action_types.rb +14 -0
  1384. data/lib/oci/logging/models/archiving.rb +156 -0
  1385. data/lib/oci/logging/models/category.rb +174 -0
  1386. data/lib/oci/logging/models/change_log_group_compartment_details.rb +154 -0
  1387. data/lib/oci/logging/models/change_log_log_group_details.rb +154 -0
  1388. data/lib/oci/logging/models/change_log_saved_search_compartment_details.rb +155 -0
  1389. data/lib/oci/logging/models/change_unified_agent_configuration_compartment_details.rb +154 -0
  1390. data/lib/oci/logging/models/configuration.rb +174 -0
  1391. data/lib/oci/logging/models/create_log_details.rb +259 -0
  1392. data/lib/oci/logging/models/create_log_group_details.rb +215 -0
  1393. data/lib/oci/logging/models/create_log_saved_search_details.rb +237 -0
  1394. data/lib/oci/logging/models/create_unified_agent_configuration_details.rb +258 -0
  1395. data/lib/oci/logging/models/grok_pattern.rb +202 -0
  1396. data/lib/oci/logging/models/group_association_details.rb +154 -0
  1397. data/lib/oci/logging/models/log.rb +383 -0
  1398. data/lib/oci/logging/models/log_group.rb +291 -0
  1399. data/lib/oci/logging/models/log_group_lifecycle_state.rb +15 -0
  1400. data/lib/oci/logging/models/log_group_summary.rb +253 -0
  1401. data/lib/oci/logging/models/log_included_search.rb +251 -0
  1402. data/lib/oci/logging/models/log_included_search_summary.rb +195 -0
  1403. data/lib/oci/logging/models/log_included_search_summary_collection.rb +150 -0
  1404. data/lib/oci/logging/models/log_lifecycle_state.rb +15 -0
  1405. data/lib/oci/logging/models/log_saved_search.rb +275 -0
  1406. data/lib/oci/logging/models/log_saved_search_lifecycle_state.rb +11 -0
  1407. data/lib/oci/logging/models/log_saved_search_summary.rb +254 -0
  1408. data/lib/oci/logging/models/log_saved_search_summary_collection.rb +151 -0
  1409. data/lib/oci/logging/models/log_summary.rb +369 -0
  1410. data/lib/oci/logging/models/oci_service.rb +188 -0
  1411. data/lib/oci/logging/models/operation_status.rb +15 -0
  1412. data/lib/oci/logging/models/operation_types.rb +21 -0
  1413. data/lib/oci/logging/models/parameter.rb +191 -0
  1414. data/lib/oci/logging/models/resource_type.rb +160 -0
  1415. data/lib/oci/logging/models/service_summary.rb +222 -0
  1416. data/lib/oci/logging/models/source.rb +191 -0
  1417. data/lib/oci/logging/models/source_update_details.rb +150 -0
  1418. data/lib/oci/logging/models/unified_agent_apache2_parser.rb +173 -0
  1419. data/lib/oci/logging/models/unified_agent_apache_error_parser.rb +173 -0
  1420. data/lib/oci/logging/models/unified_agent_auditd_parser.rb +173 -0
  1421. data/lib/oci/logging/models/unified_agent_configuration.rb +368 -0
  1422. data/lib/oci/logging/models/unified_agent_configuration_collection.rb +150 -0
  1423. data/lib/oci/logging/models/unified_agent_configuration_summary.rb +372 -0
  1424. data/lib/oci/logging/models/unified_agent_csv_parser.rb +194 -0
  1425. data/lib/oci/logging/models/unified_agent_grok_parser.rb +211 -0
  1426. data/lib/oci/logging/models/unified_agent_logging_configuration.rb +166 -0
  1427. data/lib/oci/logging/models/unified_agent_logging_destination.rb +154 -0
  1428. data/lib/oci/logging/models/unified_agent_logging_source.rb +201 -0
  1429. data/lib/oci/logging/models/unified_agent_msgpack_parser.rb +173 -0
  1430. data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +224 -0
  1431. data/lib/oci/logging/models/unified_agent_multiline_parser.rb +198 -0
  1432. data/lib/oci/logging/models/unified_agent_none_parser.rb +189 -0
  1433. data/lib/oci/logging/models/unified_agent_parser.rb +313 -0
  1434. data/lib/oci/logging/models/unified_agent_regex_parser.rb +198 -0
  1435. data/lib/oci/logging/models/unified_agent_service_configuration_details.rb +189 -0
  1436. data/lib/oci/logging/models/unified_agent_service_configuration_states.rb +11 -0
  1437. data/lib/oci/logging/models/unified_agent_service_configuration_types.rb +10 -0
  1438. data/lib/oci/logging/models/unified_agent_syslog_parser.rb +294 -0
  1439. data/lib/oci/logging/models/unified_agent_tail_log_source.rb +170 -0
  1440. data/lib/oci/logging/models/unified_agent_tsv_parser.rb +194 -0
  1441. data/lib/oci/logging/models/unified_agent_windows_event_source.rb +161 -0
  1442. data/lib/oci/logging/models/unified_json_parser.rb +223 -0
  1443. data/lib/oci/logging/models/update_configuration_details.rb +159 -0
  1444. data/lib/oci/logging/models/update_log_details.rb +230 -0
  1445. data/lib/oci/logging/models/update_log_group_details.rb +201 -0
  1446. data/lib/oci/logging/models/update_log_saved_search_details.rb +223 -0
  1447. data/lib/oci/logging/models/update_unified_agent_configuration_details.rb +244 -0
  1448. data/lib/oci/logging/models/work_request.rb +307 -0
  1449. data/lib/oci/logging/models/work_request_error.rb +173 -0
  1450. data/lib/oci/logging/models/work_request_log.rb +160 -0
  1451. data/lib/oci/logging/models/work_request_resource.rb +219 -0
  1452. data/lib/oci/logging/models/work_request_summary.rb +307 -0
  1453. data/lib/oci/logging/util.rb +3 -0
  1454. data/lib/oci/loggingingestion/logging_client.rb +169 -0
  1455. data/lib/oci/loggingingestion/logging_client_composite_operations.rb +25 -0
  1456. data/lib/oci/loggingingestion/loggingingestion.rb +22 -0
  1457. data/lib/oci/loggingingestion/models/log_entry.rb +178 -0
  1458. data/lib/oci/loggingingestion/models/log_entry_batch.rb +201 -0
  1459. data/lib/oci/loggingingestion/models/put_logs_details.rb +167 -0
  1460. data/lib/oci/loggingingestion/util.rb +3 -0
  1461. data/lib/oci/loggingsearch/log_search_client.rb +169 -0
  1462. data/lib/oci/loggingsearch/log_search_client_composite_operations.rb +25 -0
  1463. data/lib/oci/loggingsearch/loggingsearch.rb +24 -0
  1464. data/lib/oci/loggingsearch/models/field_info.rb +195 -0
  1465. data/lib/oci/loggingsearch/models/search_logs_details.rb +202 -0
  1466. data/lib/oci/loggingsearch/models/search_response.rb +170 -0
  1467. data/lib/oci/loggingsearch/models/search_result.rb +150 -0
  1468. data/lib/oci/loggingsearch/models/search_result_summary.rb +168 -0
  1469. data/lib/oci/loggingsearch/util.rb +3 -0
  1470. data/lib/oci/management_agent/management_agent.rb +48 -0
  1471. data/lib/oci/management_agent/management_agent_client.rb +1382 -0
  1472. data/lib/oci/management_agent/management_agent_client_composite_operations.rb +273 -0
  1473. data/lib/oci/management_agent/models/action_types.rb +14 -0
  1474. data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +196 -0
  1475. data/lib/oci/management_agent/models/datatypes.rb +14 -0
  1476. data/lib/oci/management_agent/models/deploy_plugins_details.rb +182 -0
  1477. data/lib/oci/management_agent/models/edit_modes.rb +12 -0
  1478. data/lib/oci/management_agent/models/lifecycle_states.rb +17 -0
  1479. data/lib/oci/management_agent/models/management_agent.rb +443 -0
  1480. data/lib/oci/management_agent/models/management_agent_error.rb +160 -0
  1481. data/lib/oci/management_agent/models/management_agent_image.rb +268 -0
  1482. data/lib/oci/management_agent/models/management_agent_image_summary.rb +281 -0
  1483. data/lib/oci/management_agent/models/management_agent_install_key.rb +326 -0
  1484. data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +302 -0
  1485. data/lib/oci/management_agent/models/management_agent_plugin.rb +257 -0
  1486. data/lib/oci/management_agent/models/management_agent_plugin_details.rb +196 -0
  1487. data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +264 -0
  1488. data/lib/oci/management_agent/models/management_agent_summary.rb +401 -0
  1489. data/lib/oci/management_agent/models/operation_status.rb +16 -0
  1490. data/lib/oci/management_agent/models/operation_types.rb +12 -0
  1491. data/lib/oci/management_agent/models/platform_types.rb +11 -0
  1492. data/lib/oci/management_agent/models/update_management_agent_details.rb +200 -0
  1493. data/lib/oci/management_agent/models/update_management_agent_install_key_details.rb +168 -0
  1494. data/lib/oci/management_agent/models/work_delivery_status.rb +15 -0
  1495. data/lib/oci/management_agent/models/work_request.rb +308 -0
  1496. data/lib/oci/management_agent/models/work_request_error.rb +173 -0
  1497. data/lib/oci/management_agent/models/work_request_log_entry.rb +160 -0
  1498. data/lib/oci/management_agent/models/work_request_resource.rb +281 -0
  1499. data/lib/oci/management_agent/models/work_request_summary.rb +308 -0
  1500. data/lib/oci/management_agent/models/work_submission_key.rb +154 -0
  1501. data/lib/oci/management_agent/util.rb +3 -0
  1502. data/lib/oci/management_dashboard/dashx_apis_client.rb +1025 -0
  1503. data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +25 -0
  1504. data/lib/oci/management_dashboard/management_dashboard.rb +39 -0
  1505. data/lib/oci/management_dashboard/models/change_management_dashboards_compartment_details.rb +154 -0
  1506. data/lib/oci/management_dashboard/models/change_management_saved_searches_compartment_details.rb +154 -0
  1507. data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +408 -0
  1508. data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +395 -0
  1509. data/lib/oci/management_dashboard/models/lifecycle_states.rb +10 -0
  1510. data/lib/oci/management_dashboard/models/management_dashboard.rb +478 -0
  1511. data/lib/oci/management_dashboard/models/management_dashboard_collection.rb +150 -0
  1512. data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +182 -0
  1513. data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +422 -0
  1514. data/lib/oci/management_dashboard/models/management_dashboard_import_details.rb +182 -0
  1515. data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +375 -0
  1516. data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +291 -0
  1517. data/lib/oci/management_dashboard/models/management_saved_search.rb +458 -0
  1518. data/lib/oci/management_dashboard/models/management_saved_search_collection.rb +150 -0
  1519. data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +402 -0
  1520. data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +434 -0
  1521. data/lib/oci/management_dashboard/models/saved_search_types.rb +13 -0
  1522. data/lib/oci/management_dashboard/models/sort_orders.rb +11 -0
  1523. data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +394 -0
  1524. data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +385 -0
  1525. data/lib/oci/management_dashboard/util.rb +3 -0
  1526. data/lib/oci/marketplace/marketplace.rb +1 -0
  1527. data/lib/oci/marketplace/marketplace_client.rb +59 -11
  1528. data/lib/oci/marketplace/models/image_listing_package.rb +3 -2
  1529. data/lib/oci/marketplace/models/listing.rb +2 -1
  1530. data/lib/oci/marketplace/models/listing_package_summary.rb +3 -2
  1531. data/lib/oci/marketplace/models/listing_summary.rb +2 -1
  1532. data/lib/oci/marketplace/models/orchestration_listing_package.rb +2 -1
  1533. data/lib/oci/marketplace/models/tax_summary.rb +180 -0
  1534. data/lib/oci/monitoring/monitoring_client.rb +1 -10
  1535. data/lib/oci/mysql/db_backups_client.rb +1 -10
  1536. data/lib/oci/mysql/db_system_client.rb +1 -10
  1537. data/lib/oci/mysql/mysqlaas_client.rb +1 -10
  1538. data/lib/oci/mysql/work_requests_client.rb +1 -10
  1539. data/lib/oci/nosql/nosql_client.rb +1 -10
  1540. data/lib/oci/object_storage/models/object_lifecycle_rule.rb +13 -2
  1541. data/lib/oci/object_storage/models/reencrypt_object_details.rb +195 -0
  1542. data/lib/oci/object_storage/models/sse_customer_key_details.rb +191 -0
  1543. data/lib/oci/object_storage/object_storage.rb +2 -0
  1544. data/lib/oci/object_storage/object_storage_client.rb +116 -32
  1545. data/lib/oci/oce/models/create_oce_instance_details.rb +28 -1
  1546. data/lib/oci/oce/models/identity_stripe_details.rb +1 -1
  1547. data/lib/oci/oce/models/license_type.rb +11 -0
  1548. data/lib/oci/oce/models/oce_instance.rb +34 -1
  1549. data/lib/oci/oce/models/oce_instance_summary.rb +34 -1
  1550. data/lib/oci/oce/models/update_oce_instance_details.rb +28 -1
  1551. data/lib/oci/oce/oce.rb +1 -0
  1552. data/lib/oci/oce/oce_instance_client.rb +1 -10
  1553. data/lib/oci/ocvp/esxi_host_client.rb +477 -0
  1554. data/lib/oci/ocvp/esxi_host_client_composite_operations.rb +165 -0
  1555. data/lib/oci/ocvp/models/action_types.rb +14 -0
  1556. data/lib/oci/ocvp/models/change_sddc_compartment_details.rb +156 -0
  1557. data/lib/oci/ocvp/models/create_esxi_host_details.rb +213 -0
  1558. data/lib/oci/ocvp/models/create_sddc_details.rb +443 -0
  1559. data/lib/oci/ocvp/models/esxi_host.rb +332 -0
  1560. data/lib/oci/ocvp/models/esxi_host_collection.rb +150 -0
  1561. data/lib/oci/ocvp/models/esxi_host_summary.rb +324 -0
  1562. data/lib/oci/ocvp/models/lifecycle_states.rb +15 -0
  1563. data/lib/oci/ocvp/models/operation_status.rb +15 -0
  1564. data/lib/oci/ocvp/models/operation_types.rb +13 -0
  1565. data/lib/oci/ocvp/models/sddc.rb +795 -0
  1566. data/lib/oci/ocvp/models/sddc_collection.rb +150 -0
  1567. data/lib/oci/ocvp/models/sddc_summary.rb +386 -0
  1568. data/lib/oci/ocvp/models/sort_orders.rb +11 -0
  1569. data/lib/oci/ocvp/models/supported_vmware_software_version_collection.rb +150 -0
  1570. data/lib/oci/ocvp/models/supported_vmware_software_version_summary.rb +163 -0
  1571. data/lib/oci/ocvp/models/update_esxi_host_details.rb +192 -0
  1572. data/lib/oci/ocvp/models/update_sddc_details.rb +349 -0
  1573. data/lib/oci/ocvp/models/work_request.rb +309 -0
  1574. data/lib/oci/ocvp/models/work_request_collection.rb +150 -0
  1575. data/lib/oci/ocvp/models/work_request_error.rb +175 -0
  1576. data/lib/oci/ocvp/models/work_request_error_collection.rb +150 -0
  1577. data/lib/oci/ocvp/models/work_request_log_entry.rb +163 -0
  1578. data/lib/oci/ocvp/models/work_request_log_entry_collection.rb +150 -0
  1579. data/lib/oci/ocvp/models/work_request_resource.rb +222 -0
  1580. data/lib/oci/ocvp/ocvp.rb +48 -0
  1581. data/lib/oci/ocvp/sddc_client.rb +610 -0
  1582. data/lib/oci/ocvp/sddc_client_composite_operations.rb +165 -0
  1583. data/lib/oci/ocvp/util.rb +3 -0
  1584. data/lib/oci/ocvp/work_request_client.rb +361 -0
  1585. data/lib/oci/ocvp/work_request_client_composite_operations.rb +25 -0
  1586. data/lib/oci/oda/oda_client.rb +1 -10
  1587. data/lib/oci/ons/notification_control_plane_client.rb +1 -10
  1588. data/lib/oci/ons/notification_data_plane_client.rb +1 -10
  1589. data/lib/oci/os_management/os_management_client.rb +1 -10
  1590. data/lib/oci/regions.rb +27 -3
  1591. data/lib/oci/resource_manager/models/change_configuration_source_provider_compartment_details.rb +157 -0
  1592. data/lib/oci/resource_manager/models/change_stack_compartment_details.rb +1 -1
  1593. data/lib/oci/resource_manager/models/compartment_config_source.rb +201 -0
  1594. data/lib/oci/resource_manager/models/config_source.rb +5 -0
  1595. data/lib/oci/resource_manager/models/config_source_record.rb +193 -0
  1596. data/lib/oci/resource_manager/models/configuration_source_provider.rb +327 -0
  1597. data/lib/oci/resource_manager/models/configuration_source_provider_collection.rb +151 -0
  1598. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +291 -0
  1599. data/lib/oci/resource_manager/models/create_compartment_config_source_details.rb +199 -0
  1600. data/lib/oci/resource_manager/models/create_config_source_details.rb +4 -1
  1601. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +246 -0
  1602. data/lib/oci/resource_manager/models/create_git_config_source_details.rb +199 -0
  1603. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +200 -0
  1604. data/lib/oci/resource_manager/models/create_stack_details.rb +3 -2
  1605. data/lib/oci/resource_manager/models/failure_details.rb +2 -0
  1606. data/lib/oci/resource_manager/models/git_config_source.rb +198 -0
  1607. data/lib/oci/resource_manager/models/git_config_source_record.rb +207 -0
  1608. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +198 -0
  1609. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +198 -0
  1610. data/lib/oci/resource_manager/models/job.rb +29 -7
  1611. data/lib/oci/resource_manager/models/job_summary.rb +8 -2
  1612. data/lib/oci/resource_manager/models/log_entry.rb +4 -1
  1613. data/lib/oci/resource_manager/models/resource_discovery_service_collection.rb +151 -0
  1614. data/lib/oci/resource_manager/models/resource_discovery_service_summary.rb +190 -0
  1615. data/lib/oci/resource_manager/models/stack.rb +10 -5
  1616. data/lib/oci/resource_manager/models/stack_resource_drift_collection.rb +1 -1
  1617. data/lib/oci/resource_manager/models/stack_resource_drift_summary.rb +3 -2
  1618. data/lib/oci/resource_manager/models/stack_summary.rb +7 -3
  1619. data/lib/oci/resource_manager/models/update_config_source_details.rb +2 -1
  1620. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +230 -0
  1621. data/lib/oci/resource_manager/models/update_git_config_source_details.rb +198 -0
  1622. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +196 -0
  1623. data/lib/oci/resource_manager/models/update_stack_details.rb +2 -2
  1624. data/lib/oci/resource_manager/models/work_request.rb +13 -3
  1625. data/lib/oci/resource_manager/models/work_request_error.rb +4 -1
  1626. data/lib/oci/resource_manager/models/work_request_log_entry.rb +4 -1
  1627. data/lib/oci/resource_manager/models/work_request_summary.rb +12 -3
  1628. data/lib/oci/resource_manager/models/zip_upload_config_source_record.rb +146 -0
  1629. data/lib/oci/resource_manager/resource_manager.rb +20 -0
  1630. data/lib/oci/resource_manager/resource_manager_client.rb +487 -16
  1631. data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +138 -6
  1632. data/lib/oci/resource_search/resource_search_client.rb +5 -11
  1633. data/lib/oci/sch/models/action_type.rb +14 -0
  1634. data/lib/oci/sch/models/change_service_connector_compartment_details.rb +157 -0
  1635. data/lib/oci/sch/models/create_service_connector_details.rb +247 -0
  1636. data/lib/oci/sch/models/functions_target_details.rb +164 -0
  1637. data/lib/oci/sch/models/lifecycle_state.rb +16 -0
  1638. data/lib/oci/sch/models/log_rule_task_details.rb +160 -0
  1639. data/lib/oci/sch/models/log_source.rb +186 -0
  1640. data/lib/oci/sch/models/logging_source_details.rb +164 -0
  1641. data/lib/oci/sch/models/monitoring_target_details.rb +194 -0
  1642. data/lib/oci/sch/models/notifications_target_details.rb +164 -0
  1643. data/lib/oci/sch/models/object_storage_target_details.rb +190 -0
  1644. data/lib/oci/sch/models/operation_status.rb +15 -0
  1645. data/lib/oci/sch/models/operation_type.rb +14 -0
  1646. data/lib/oci/sch/models/service_connector.rb +365 -0
  1647. data/lib/oci/sch/models/service_connector_collection.rb +152 -0
  1648. data/lib/oci/sch/models/service_connector_summary.rb +334 -0
  1649. data/lib/oci/sch/models/sort_order.rb +11 -0
  1650. data/lib/oci/sch/models/source_details.rb +190 -0
  1651. data/lib/oci/sch/models/streaming_target_details.rb +164 -0
  1652. data/lib/oci/sch/models/target_details.rb +198 -0
  1653. data/lib/oci/sch/models/task_details.rb +190 -0
  1654. data/lib/oci/sch/models/update_service_connector_details.rb +229 -0
  1655. data/lib/oci/sch/models/work_request.rb +325 -0
  1656. data/lib/oci/sch/models/work_request_collection.rb +152 -0
  1657. data/lib/oci/sch/models/work_request_error.rb +178 -0
  1658. data/lib/oci/sch/models/work_request_error_collection.rb +152 -0
  1659. data/lib/oci/sch/models/work_request_log_entry.rb +165 -0
  1660. data/lib/oci/sch/models/work_request_log_entry_collection.rb +152 -0
  1661. data/lib/oci/sch/models/work_request_resource.rb +223 -0
  1662. data/lib/oci/sch/sch.rb +49 -0
  1663. data/lib/oci/sch/service_connector_client.rb +958 -0
  1664. data/lib/oci/sch/service_connector_client_composite_operations.rb +329 -0
  1665. data/lib/oci/sch/util.rb +3 -0
  1666. data/lib/oci/secrets/secrets_client.rb +1 -10
  1667. data/lib/oci/signer.rb +27 -4
  1668. data/lib/oci/streaming/stream_admin_client.rb +1 -10
  1669. data/lib/oci/streaming/stream_client.rb +1 -10
  1670. data/lib/oci/usage_api/models/configuration.rb +161 -0
  1671. data/lib/oci/usage_api/models/configuration_aggregation.rb +150 -0
  1672. data/lib/oci/usage_api/models/dimension.rb +163 -0
  1673. data/lib/oci/usage_api/models/filter.rb +194 -0
  1674. data/lib/oci/usage_api/models/request_summarized_usages_details.rb +282 -0
  1675. data/lib/oci/usage_api/models/tag.rb +171 -0
  1676. data/lib/oci/usage_api/models/usage_aggregation.rb +164 -0
  1677. data/lib/oci/usage_api/models/usage_summary.rb +460 -0
  1678. data/lib/oci/usage_api/usage_api.rb +27 -0
  1679. data/lib/oci/usage_api/usageapi_client.rb +223 -0
  1680. data/lib/oci/usage_api/usageapi_client_composite_operations.rb +25 -0
  1681. data/lib/oci/usage_api/util.rb +3 -0
  1682. data/lib/oci/vault/vaults_client.rb +1 -10
  1683. data/lib/oci/version.rb +1 -1
  1684. data/lib/oci/waas/redirect_client.rb +1 -10
  1685. data/lib/oci/waas/waas_client.rb +1 -10
  1686. data/lib/oci/work_requests/work_request_client.rb +1 -10
  1687. metadata +1226 -5
@@ -18,6 +18,12 @@ module OCI
18
18
  # information, see {#create_private_ip create_private_ip} and
19
19
  # [IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPaddresses.htm).
20
20
  #
21
+ #
22
+ # If you are an Oracle Cloud VMware Solution customer, you will have secondary VNICs
23
+ # that reside in a VLAN instead of a subnet. These VNICs have other differences, which
24
+ # are called out in the descriptions of the relevant attributes in the `Vnic` object.
25
+ # Also see {Vlan}.
26
+ #
21
27
  # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
22
28
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
23
29
  # [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
@@ -98,18 +104,34 @@ module OCI
98
104
 
99
105
  # The MAC address of the VNIC.
100
106
  #
101
- # Example: `00:00:17:B6:4D:DD`
107
+ # If the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution,
108
+ # the MAC address is learned. If the VNIC belongs to a subnet, the
109
+ # MAC address is a static, Oracle-provided value.
110
+ #
111
+ # Example: `00:00:00:00:00:01`
102
112
  #
103
113
  # @return [String]
104
114
  attr_accessor :mac_address
105
115
 
106
- # A list of the OCIDs of the network security groups that the VNIC belongs to. For more
107
- # information about NSGs, see
116
+ # A list of the OCIDs of the network security groups that the VNIC belongs to.
117
+ #
118
+ # If the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution (instead of
119
+ # belonging to a subnet), the value of the `nsgIds` attribute is ignored. Instead, the
120
+ # VNIC belongs to the NSGs that are associated with the VLAN itself. See {Vlan}.
121
+ #
122
+ # For more information about NSGs, see
108
123
  # {NetworkSecurityGroup}.
109
124
  #
110
125
  # @return [Array<String>]
111
126
  attr_accessor :nsg_ids
112
127
 
128
+ # If the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution (instead of
129
+ # belonging to a subnet), the `vlanId` is the OCID of the VLAN the VNIC is in. See
130
+ # {Vlan}. If the VNIC is instead in a subnet, `subnetId` has a value.
131
+ #
132
+ # @return [String]
133
+ attr_accessor :vlan_id
134
+
113
135
  # The private IP address of the primary `privateIp` object on the VNIC.
114
136
  # The address is within the CIDR of the VNIC's subnet.
115
137
  #
@@ -128,16 +150,21 @@ module OCI
128
150
  # about why you would skip the source/destination check, see
129
151
  # [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm#privateip).
130
152
  #
153
+ #
154
+ # If the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution (instead of
155
+ # belonging to a subnet), the `skipSourceDestCheck` attribute is `true`.
156
+ # This is because the source/destination check is always disabled for VNICs in a VLAN.
157
+ #
131
158
  # Example: `true`
132
159
  #
133
160
  # @return [BOOLEAN]
134
161
  attr_accessor :skip_source_dest_check
135
162
 
136
- # **[Required]** The OCID of the subnet the VNIC is in.
163
+ # The OCID of the subnet the VNIC is in.
137
164
  # @return [String]
138
165
  attr_accessor :subnet_id
139
166
 
140
- # **[Required]** The date and time the VNIC was created, in the format defined by RFC3339.
167
+ # **[Required]** The date and time the VNIC was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
141
168
  #
142
169
  # Example: `2016-08-25T21:10:29.600Z`
143
170
  #
@@ -159,6 +186,7 @@ module OCI
159
186
  'lifecycle_state': :'lifecycleState',
160
187
  'mac_address': :'macAddress',
161
188
  'nsg_ids': :'nsgIds',
189
+ 'vlan_id': :'vlanId',
162
190
  'private_ip': :'privateIp',
163
191
  'public_ip': :'publicIp',
164
192
  'skip_source_dest_check': :'skipSourceDestCheck',
@@ -183,6 +211,7 @@ module OCI
183
211
  'lifecycle_state': :'String',
184
212
  'mac_address': :'String',
185
213
  'nsg_ids': :'Array<String>',
214
+ 'vlan_id': :'String',
186
215
  'private_ip': :'String',
187
216
  'public_ip': :'String',
188
217
  'skip_source_dest_check': :'BOOLEAN',
@@ -209,6 +238,7 @@ module OCI
209
238
  # @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
210
239
  # @option attributes [String] :mac_address The value to assign to the {#mac_address} property
211
240
  # @option attributes [Array<String>] :nsg_ids The value to assign to the {#nsg_ids} property
241
+ # @option attributes [String] :vlan_id The value to assign to the {#vlan_id} property
212
242
  # @option attributes [String] :private_ip The value to assign to the {#private_ip} property
213
243
  # @option attributes [String] :public_ip The value to assign to the {#public_ip} property
214
244
  # @option attributes [BOOLEAN] :skip_source_dest_check The value to assign to the {#skip_source_dest_check} property
@@ -282,6 +312,12 @@ module OCI
282
312
 
283
313
  self.nsg_ids = attributes[:'nsg_ids'] if attributes[:'nsg_ids']
284
314
 
315
+ self.vlan_id = attributes[:'vlanId'] if attributes[:'vlanId']
316
+
317
+ raise 'You cannot provide both :vlanId and :vlan_id' if attributes.key?(:'vlanId') && attributes.key?(:'vlan_id')
318
+
319
+ self.vlan_id = attributes[:'vlan_id'] if attributes[:'vlan_id']
320
+
285
321
  self.private_ip = attributes[:'privateIp'] if attributes[:'privateIp']
286
322
 
287
323
  raise 'You cannot provide both :privateIp and :private_ip' if attributes.key?(:'privateIp') && attributes.key?(:'private_ip')
@@ -348,6 +384,7 @@ module OCI
348
384
  lifecycle_state == other.lifecycle_state &&
349
385
  mac_address == other.mac_address &&
350
386
  nsg_ids == other.nsg_ids &&
387
+ vlan_id == other.vlan_id &&
351
388
  private_ip == other.private_ip &&
352
389
  public_ip == other.public_ip &&
353
390
  skip_source_dest_check == other.skip_source_dest_check &&
@@ -368,7 +405,7 @@ module OCI
368
405
  # Calculates hash code according to all attributes.
369
406
  # @return [Fixnum] Hash code
370
407
  def hash
371
- [availability_domain, compartment_id, defined_tags, display_name, freeform_tags, hostname_label, id, is_primary, lifecycle_state, mac_address, nsg_ids, private_ip, public_ip, skip_source_dest_check, subnet_id, time_created].hash
408
+ [availability_domain, compartment_id, defined_tags, display_name, freeform_tags, hostname_label, id, is_primary, lifecycle_state, mac_address, nsg_ids, vlan_id, private_ip, public_ip, skip_source_dest_check, subnet_id, time_created].hash
372
409
  end
373
410
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
374
411
 
@@ -61,11 +61,20 @@ module OCI
61
61
  # @return [Integer]
62
62
  attr_accessor :nic_index
63
63
 
64
- # **[Required]** The OCID of the subnet to create the VNIC in.
64
+ # The OCID of the subnet to create the VNIC in.
65
65
  # @return [String]
66
66
  attr_accessor :subnet_id
67
67
 
68
- # **[Required]** The date and time the VNIC attachment was created, in the format defined by RFC3339.
68
+ # The OCID of the VLAN to create the VNIC in. Creating the VNIC in a VLAN (instead
69
+ # of a subnet) is possible only if you are an Oracle Cloud VMware Solution customer.
70
+ # See {Vlan}.
71
+ #
72
+ # An error is returned if the instance already has a VNIC attached to it from this VLAN.
73
+ #
74
+ # @return [String]
75
+ attr_accessor :vlan_id
76
+
77
+ # **[Required]** The date and time the VNIC attachment was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
69
78
  #
70
79
  # Example: `2016-08-25T21:10:29.600Z`
71
80
  #
@@ -75,6 +84,10 @@ module OCI
75
84
  # The Oracle-assigned VLAN tag of the attached VNIC. Available after the
76
85
  # attachment process is complete.
77
86
  #
87
+ # However, if the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution,
88
+ # the `vlanTag` value is instead the value of the `vlanTag` attribute for the VLAN.
89
+ # See {Vlan}.
90
+ #
78
91
  # Example: `0`
79
92
  #
80
93
  # @return [Integer]
@@ -96,6 +109,7 @@ module OCI
96
109
  'lifecycle_state': :'lifecycleState',
97
110
  'nic_index': :'nicIndex',
98
111
  'subnet_id': :'subnetId',
112
+ 'vlan_id': :'vlanId',
99
113
  'time_created': :'timeCreated',
100
114
  'vlan_tag': :'vlanTag',
101
115
  'vnic_id': :'vnicId'
@@ -115,6 +129,7 @@ module OCI
115
129
  'lifecycle_state': :'String',
116
130
  'nic_index': :'Integer',
117
131
  'subnet_id': :'String',
132
+ 'vlan_id': :'String',
118
133
  'time_created': :'DateTime',
119
134
  'vlan_tag': :'Integer',
120
135
  'vnic_id': :'String'
@@ -136,6 +151,7 @@ module OCI
136
151
  # @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
137
152
  # @option attributes [Integer] :nic_index The value to assign to the {#nic_index} property
138
153
  # @option attributes [String] :subnet_id The value to assign to the {#subnet_id} property
154
+ # @option attributes [String] :vlan_id The value to assign to the {#vlan_id} property
139
155
  # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
140
156
  # @option attributes [Integer] :vlan_tag The value to assign to the {#vlan_tag} property
141
157
  # @option attributes [String] :vnic_id The value to assign to the {#vnic_id} property
@@ -189,6 +205,12 @@ module OCI
189
205
 
190
206
  self.subnet_id = attributes[:'subnet_id'] if attributes[:'subnet_id']
191
207
 
208
+ self.vlan_id = attributes[:'vlanId'] if attributes[:'vlanId']
209
+
210
+ raise 'You cannot provide both :vlanId and :vlan_id' if attributes.key?(:'vlanId') && attributes.key?(:'vlan_id')
211
+
212
+ self.vlan_id = attributes[:'vlan_id'] if attributes[:'vlan_id']
213
+
192
214
  self.time_created = attributes[:'timeCreated'] if attributes[:'timeCreated']
193
215
 
194
216
  raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
@@ -240,6 +262,7 @@ module OCI
240
262
  lifecycle_state == other.lifecycle_state &&
241
263
  nic_index == other.nic_index &&
242
264
  subnet_id == other.subnet_id &&
265
+ vlan_id == other.vlan_id &&
243
266
  time_created == other.time_created &&
244
267
  vlan_tag == other.vlan_tag &&
245
268
  vnic_id == other.vnic_id
@@ -258,7 +281,7 @@ module OCI
258
281
  # Calculates hash code according to all attributes.
259
282
  # @return [Fixnum] Hash code
260
283
  def hash
261
- [availability_domain, compartment_id, display_name, id, instance_id, lifecycle_state, nic_index, subnet_id, time_created, vlan_tag, vnic_id].hash
284
+ [availability_domain, compartment_id, display_name, id, instance_id, lifecycle_state, nic_index, subnet_id, vlan_id, time_created, vlan_tag, vnic_id].hash
262
285
  end
263
286
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
264
287
 
@@ -112,7 +112,7 @@ module OCI
112
112
  # @return [OCI::Core::Models::VolumeSourceDetails]
113
113
  attr_accessor :source_details
114
114
 
115
- # **[Required]** The date and time the volume was created. Format defined by RFC3339.
115
+ # **[Required]** The date and time the volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
116
116
  # @return [DateTime]
117
117
  attr_accessor :time_created
118
118
 
@@ -120,6 +120,16 @@ module OCI
120
120
  # @return [String]
121
121
  attr_accessor :volume_group_id
122
122
 
123
+ # Specifies whether the auto-tune performance is enabled for this volume.
124
+ #
125
+ # @return [BOOLEAN]
126
+ attr_accessor :is_auto_tune_enabled
127
+
128
+ # The number of Volume Performance Units per GB that this volume is effectively tuned to when it's idle.
129
+ #
130
+ # @return [Integer]
131
+ attr_accessor :auto_tuned_vpus_per_gb
132
+
123
133
  # Attribute mapping from ruby-style variable name to JSON key.
124
134
  def self.attribute_map
125
135
  {
@@ -139,7 +149,9 @@ module OCI
139
149
  'size_in_mbs': :'sizeInMBs',
140
150
  'source_details': :'sourceDetails',
141
151
  'time_created': :'timeCreated',
142
- 'volume_group_id': :'volumeGroupId'
152
+ 'volume_group_id': :'volumeGroupId',
153
+ 'is_auto_tune_enabled': :'isAutoTuneEnabled',
154
+ 'auto_tuned_vpus_per_gb': :'autoTunedVpusPerGB'
143
155
  # rubocop:enable Style/SymbolLiteral
144
156
  }
145
157
  end
@@ -163,7 +175,9 @@ module OCI
163
175
  'size_in_mbs': :'Integer',
164
176
  'source_details': :'OCI::Core::Models::VolumeSourceDetails',
165
177
  'time_created': :'DateTime',
166
- 'volume_group_id': :'String'
178
+ 'volume_group_id': :'String',
179
+ 'is_auto_tune_enabled': :'BOOLEAN',
180
+ 'auto_tuned_vpus_per_gb': :'Integer'
167
181
  # rubocop:enable Style/SymbolLiteral
168
182
  }
169
183
  end
@@ -190,6 +204,8 @@ module OCI
190
204
  # @option attributes [OCI::Core::Models::VolumeSourceDetails] :source_details The value to assign to the {#source_details} property
191
205
  # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
192
206
  # @option attributes [String] :volume_group_id The value to assign to the {#volume_group_id} property
207
+ # @option attributes [BOOLEAN] :is_auto_tune_enabled The value to assign to the {#is_auto_tune_enabled} property
208
+ # @option attributes [Integer] :auto_tuned_vpus_per_gb The value to assign to the {#auto_tuned_vpus_per_gb} property
193
209
  def initialize(attributes = {})
194
210
  return unless attributes.is_a?(Hash)
195
211
 
@@ -287,6 +303,18 @@ module OCI
287
303
  raise 'You cannot provide both :volumeGroupId and :volume_group_id' if attributes.key?(:'volumeGroupId') && attributes.key?(:'volume_group_id')
288
304
 
289
305
  self.volume_group_id = attributes[:'volume_group_id'] if attributes[:'volume_group_id']
306
+
307
+ self.is_auto_tune_enabled = attributes[:'isAutoTuneEnabled'] unless attributes[:'isAutoTuneEnabled'].nil?
308
+
309
+ raise 'You cannot provide both :isAutoTuneEnabled and :is_auto_tune_enabled' if attributes.key?(:'isAutoTuneEnabled') && attributes.key?(:'is_auto_tune_enabled')
310
+
311
+ self.is_auto_tune_enabled = attributes[:'is_auto_tune_enabled'] unless attributes[:'is_auto_tune_enabled'].nil?
312
+
313
+ self.auto_tuned_vpus_per_gb = attributes[:'autoTunedVpusPerGB'] if attributes[:'autoTunedVpusPerGB']
314
+
315
+ raise 'You cannot provide both :autoTunedVpusPerGB and :auto_tuned_vpus_per_gb' if attributes.key?(:'autoTunedVpusPerGB') && attributes.key?(:'auto_tuned_vpus_per_gb')
316
+
317
+ self.auto_tuned_vpus_per_gb = attributes[:'auto_tuned_vpus_per_gb'] if attributes[:'auto_tuned_vpus_per_gb']
290
318
  end
291
319
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
292
320
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -328,7 +356,9 @@ module OCI
328
356
  size_in_mbs == other.size_in_mbs &&
329
357
  source_details == other.source_details &&
330
358
  time_created == other.time_created &&
331
- volume_group_id == other.volume_group_id
359
+ volume_group_id == other.volume_group_id &&
360
+ is_auto_tune_enabled == other.is_auto_tune_enabled &&
361
+ auto_tuned_vpus_per_gb == other.auto_tuned_vpus_per_gb
332
362
  end
333
363
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
334
364
 
@@ -344,7 +374,7 @@ module OCI
344
374
  # Calculates hash code according to all attributes.
345
375
  # @return [Fixnum] Hash code
346
376
  def hash
347
- [availability_domain, compartment_id, defined_tags, display_name, freeform_tags, system_tags, id, is_hydrated, kms_key_id, lifecycle_state, vpus_per_gb, size_in_gbs, size_in_mbs, source_details, time_created, volume_group_id].hash
377
+ [availability_domain, compartment_id, defined_tags, display_name, freeform_tags, system_tags, id, is_hydrated, kms_key_id, lifecycle_state, vpus_per_gb, size_in_gbs, size_in_mbs, source_details, time_created, volume_group_id, is_auto_tune_enabled, auto_tuned_vpus_per_gb].hash
348
378
  end
349
379
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
350
380
 
@@ -73,7 +73,7 @@ module OCI
73
73
  # @return [String]
74
74
  attr_reader :lifecycle_state
75
75
 
76
- # **[Required]** The date and time the volume was created, in the format defined by RFC3339.
76
+ # **[Required]** The date and time the volume was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
77
77
  #
78
78
  # Example: `2016-08-25T21:10:29.600Z`
79
79
  #
@@ -65,7 +65,7 @@ module OCI
65
65
  attr_accessor :display_name
66
66
 
67
67
  # The date and time the volume backup will expire and be automatically deleted.
68
- # Format defined by RFC3339. This parameter will always be present for backups that
68
+ # Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). This parameter will always be present for backups that
69
69
  # were created automatically by a scheduled-backup policy. For manually created backups,
70
70
  # it will be absent, signifying that there is no expiration time and the backup will
71
71
  # last forever until manually deleted.
@@ -117,12 +117,12 @@ module OCI
117
117
  attr_accessor :source_volume_backup_id
118
118
 
119
119
  # **[Required]** The date and time the volume backup was created. This is the time the actual point-in-time image
120
- # of the volume data was taken. Format defined by RFC3339.
120
+ # of the volume data was taken. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
121
121
  #
122
122
  # @return [DateTime]
123
123
  attr_accessor :time_created
124
124
 
125
- # The date and time the request to create the volume backup was received. Format defined by RFC3339.
125
+ # The date and time the request to create the volume backup was received. Format defined by [RFC3339]https://tools.ietf.org/html/rfc3339.
126
126
  #
127
127
  # @return [DateTime]
128
128
  attr_accessor :time_request_received
@@ -27,12 +27,13 @@ module OCI
27
27
  # @return [Array<OCI::Core::Models::VolumeBackupSchedule>]
28
28
  attr_accessor :schedules
29
29
 
30
- # The paired destination region (pre-defined by oracle) for scheduled cross region backup calls. Example `us-ashburn-1`
30
+ # The paired destination region for copying scheduled backups to. Example `us-ashburn-1`.
31
+ # See [Region Pairs](https://docs.cloud.oracle.com/iaas/Content/Block/Tasks/schedulingvolumebackups.htm#RegionPairs) for details about paired regions.
31
32
  #
32
33
  # @return [String]
33
34
  attr_accessor :destination_region
34
35
 
35
- # **[Required]** The date and time the volume backup policy was created. Format defined by RFC3339.
36
+ # **[Required]** The date and time the volume backup policy was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
36
37
  #
37
38
  # @return [DateTime]
38
39
  attr_accessor :time_created
@@ -23,7 +23,7 @@ module OCI
23
23
  # @return [String]
24
24
  attr_accessor :policy_id
25
25
 
26
- # **[Required]** The date and time the volume backup policy was assigned to the volume. The format is defined by RFC3339.
26
+ # **[Required]** The date and time the volume backup policy was assigned to the volume. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
27
27
  #
28
28
  # @return [DateTime]
29
29
  attr_accessor :time_created
@@ -72,7 +72,7 @@ module OCI
72
72
  # @return [OCI::Core::Models::VolumeGroupSourceDetails]
73
73
  attr_accessor :source_details
74
74
 
75
- # **[Required]** The date and time the volume group was created. Format defined by RFC3339.
75
+ # **[Required]** The date and time the volume group was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
76
76
  # @return [DateTime]
77
77
  attr_accessor :time_created
78
78
 
@@ -77,12 +77,12 @@ module OCI
77
77
  attr_accessor :size_in_gbs
78
78
 
79
79
  # **[Required]** The date and time the volume group backup was created. This is the time the actual point-in-time image
80
- # of the volume group data was taken. Format defined by RFC3339.
80
+ # of the volume group data was taken. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
81
81
  #
82
82
  # @return [DateTime]
83
83
  attr_accessor :time_created
84
84
 
85
- # The date and time the request to create the volume group backup was received. Format defined by RFC3339.
85
+ # The date and time the request to create the volume group backup was received. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
86
86
  #
87
87
  # @return [DateTime]
88
88
  attr_accessor :time_request_received
@@ -64,16 +64,7 @@ module OCI
64
64
  # so try and load the config from the default file.
65
65
  config = OCI::Config.validate_and_build_config_with_signer(config, signer)
66
66
 
67
- if signer.nil?
68
- signer = OCI::Signer.new(
69
- config.user,
70
- config.fingerprint,
71
- config.tenancy,
72
- config.key_file,
73
- pass_phrase: config.pass_phrase,
74
- private_key_content: config.key_content
75
- )
76
- end
67
+ signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
77
68
 
78
69
  @api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
79
70
  @retry_config = retry_config
@@ -167,6 +158,131 @@ module OCI
167
158
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
168
159
 
169
160
 
161
+ # Adds a Cidr from the named Byoip Range prefix to the referenced Public IP Pool.
162
+ # The cidr must be a subset of the Byoip Range in question.
163
+ # The cidr must not overlap with any other cidr already added to this
164
+ # or any other Public Ip Pool.
165
+ #
166
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
167
+ # @param [OCI::Core::Models::AddPublicIpPoolCapacityDetails] add_public_ip_pool_capacity_details Byoip Range prefix and a cidr from it
168
+ # @param [Hash] opts the optional parameters
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
170
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
171
+ # @option opts [String] :opc_request_id Unique identifier for the request.
172
+ # If you need to contact Oracle about a particular request, please provide the request ID.
173
+ #
174
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
175
+ # server error without risk of executing that same action again. Retry tokens expire after 24
176
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
177
+ # has been deleted and purged from the system, then a retry of the original creation request
178
+ # may be rejected).
179
+ #
180
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
181
+ def add_public_ip_pool_capacity(public_ip_pool_id, add_public_ip_pool_capacity_details, opts = {})
182
+ logger.debug 'Calling operation VirtualNetworkClient#add_public_ip_pool_capacity.' if logger
183
+
184
+ raise "Missing the required parameter 'public_ip_pool_id' when calling add_public_ip_pool_capacity." if public_ip_pool_id.nil?
185
+ raise "Missing the required parameter 'add_public_ip_pool_capacity_details' when calling add_public_ip_pool_capacity." if add_public_ip_pool_capacity_details.nil?
186
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
187
+
188
+ path = '/publicIpPools/{publicIpPoolId}/actions/addCapacity'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
189
+ operation_signing_strategy = :standard
190
+
191
+ # rubocop:disable Style/NegatedIf
192
+ # Query Params
193
+ query_params = {}
194
+
195
+ # Header Params
196
+ header_params = {}
197
+ header_params[:accept] = 'application/json'
198
+ header_params[:'content-type'] = 'application/json'
199
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
200
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
201
+ # rubocop:enable Style/NegatedIf
202
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
203
+
204
+ post_body = @api_client.object_to_http_body(add_public_ip_pool_capacity_details)
205
+
206
+ # rubocop:disable Metrics/BlockLength
207
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#add_public_ip_pool_capacity') do
208
+ @api_client.call_api(
209
+ :POST,
210
+ path,
211
+ endpoint,
212
+ header_params: header_params,
213
+ query_params: query_params,
214
+ operation_signing_strategy: operation_signing_strategy,
215
+ body: post_body,
216
+ return_type: 'OCI::Core::Models::PublicIpPool'
217
+ )
218
+ end
219
+ # rubocop:enable Metrics/BlockLength
220
+ end
221
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
222
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
223
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
224
+
225
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
226
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
227
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
228
+
229
+
230
+ # initiate route advertisements for the Byoip Range prefix.
231
+ # the prefix must be in PROVISIONED state
232
+ #
233
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
234
+ # @param [Hash] opts the optional parameters
235
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
236
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
237
+ # @option opts [String] :opc_request_id Unique identifier for the request.
238
+ # If you need to contact Oracle about a particular request, please provide the request ID.
239
+ #
240
+ # @return [Response] A Response object with data of type nil
241
+ def advertise_byoip_range(byoip_range_id, opts = {})
242
+ logger.debug 'Calling operation VirtualNetworkClient#advertise_byoip_range.' if logger
243
+
244
+ raise "Missing the required parameter 'byoip_range_id' when calling advertise_byoip_range." if byoip_range_id.nil?
245
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
246
+
247
+ path = '/byoipRanges/{byoipRangeId}/actions/advertise'.sub('{byoipRangeId}', byoip_range_id.to_s)
248
+ operation_signing_strategy = :standard
249
+
250
+ # rubocop:disable Style/NegatedIf
251
+ # Query Params
252
+ query_params = {}
253
+
254
+ # Header Params
255
+ header_params = {}
256
+ header_params[:accept] = 'application/json'
257
+ header_params[:'content-type'] = 'application/json'
258
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
259
+ # rubocop:enable Style/NegatedIf
260
+
261
+ post_body = nil
262
+
263
+ # rubocop:disable Metrics/BlockLength
264
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#advertise_byoip_range') do
265
+ @api_client.call_api(
266
+ :POST,
267
+ path,
268
+ endpoint,
269
+ header_params: header_params,
270
+ query_params: query_params,
271
+ operation_signing_strategy: operation_signing_strategy,
272
+ body: post_body
273
+ )
274
+ end
275
+ # rubocop:enable Metrics/BlockLength
276
+ end
277
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
278
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
279
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
280
+
281
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
282
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
283
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
284
+
285
+
170
286
  # Adds the specified {Service} to the list of enabled
171
287
  # `Service` objects for the specified gateway. You must also set up a route rule with the
172
288
  # `cidrBlock` of the `Service` as the rule's destination and the service gateway as the rule's
@@ -351,6 +467,73 @@ module OCI
351
467
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
352
468
 
353
469
 
470
+ # Moves a byoip range into a different compartment within the same tenancy. For information
471
+ # about moving resources between compartments, see
472
+ # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
473
+ #
474
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
475
+ # @param [OCI::Core::Models::ChangeByoipRangeCompartmentDetails] change_byoip_range_compartment_details Request to change the compartment of a Byoip Range.
476
+ # @param [Hash] opts the optional parameters
477
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
478
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
479
+ # @option opts [String] :opc_request_id Unique identifier for the request.
480
+ # If you need to contact Oracle about a particular request, please provide the request ID.
481
+ #
482
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
483
+ # server error without risk of executing that same action again. Retry tokens expire after 24
484
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
485
+ # has been deleted and purged from the system, then a retry of the original creation request
486
+ # may be rejected).
487
+ #
488
+ # @return [Response] A Response object with data of type nil
489
+ def change_byoip_range_compartment(byoip_range_id, change_byoip_range_compartment_details, opts = {})
490
+ logger.debug 'Calling operation VirtualNetworkClient#change_byoip_range_compartment.' if logger
491
+
492
+ raise "Missing the required parameter 'byoip_range_id' when calling change_byoip_range_compartment." if byoip_range_id.nil?
493
+ raise "Missing the required parameter 'change_byoip_range_compartment_details' when calling change_byoip_range_compartment." if change_byoip_range_compartment_details.nil?
494
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
495
+
496
+ path = '/byoipRanges/{byoipRangeId}/actions/changeCompartment'.sub('{byoipRangeId}', byoip_range_id.to_s)
497
+ operation_signing_strategy = :standard
498
+
499
+ # rubocop:disable Style/NegatedIf
500
+ # Query Params
501
+ query_params = {}
502
+
503
+ # Header Params
504
+ header_params = {}
505
+ header_params[:accept] = 'application/json'
506
+ header_params[:'content-type'] = 'application/json'
507
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
508
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
509
+ # rubocop:enable Style/NegatedIf
510
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
511
+
512
+ post_body = @api_client.object_to_http_body(change_byoip_range_compartment_details)
513
+
514
+ # rubocop:disable Metrics/BlockLength
515
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#change_byoip_range_compartment') do
516
+ @api_client.call_api(
517
+ :POST,
518
+ path,
519
+ endpoint,
520
+ header_params: header_params,
521
+ query_params: query_params,
522
+ operation_signing_strategy: operation_signing_strategy,
523
+ body: post_body
524
+ )
525
+ end
526
+ # rubocop:enable Metrics/BlockLength
527
+ end
528
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
529
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
530
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
531
+
532
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
533
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
534
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
535
+
536
+
354
537
  # Moves a CPE object into a different compartment within the same tenancy. For information
355
538
  # about moving resources between compartments, see
356
539
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
@@ -1090,6 +1273,73 @@ module OCI
1090
1273
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1091
1274
 
1092
1275
 
1276
+ # Moves a public IP pool into a different compartment within the same tenancy. For information
1277
+ # about moving resources between compartments, see
1278
+ # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1279
+ #
1280
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
1281
+ # @param [OCI::Core::Models::ChangePublicIpPoolCompartmentDetails] change_public_ip_pool_compartment_details Request to change the compartment of a Public IP pool.
1282
+ # @param [Hash] opts the optional parameters
1283
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1284
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1285
+ # @option opts [String] :opc_request_id Unique identifier for the request.
1286
+ # If you need to contact Oracle about a particular request, please provide the request ID.
1287
+ #
1288
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1289
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1290
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
1291
+ # has been deleted and purged from the system, then a retry of the original creation request
1292
+ # may be rejected).
1293
+ #
1294
+ # @return [Response] A Response object with data of type nil
1295
+ def change_public_ip_pool_compartment(public_ip_pool_id, change_public_ip_pool_compartment_details, opts = {})
1296
+ logger.debug 'Calling operation VirtualNetworkClient#change_public_ip_pool_compartment.' if logger
1297
+
1298
+ raise "Missing the required parameter 'public_ip_pool_id' when calling change_public_ip_pool_compartment." if public_ip_pool_id.nil?
1299
+ raise "Missing the required parameter 'change_public_ip_pool_compartment_details' when calling change_public_ip_pool_compartment." if change_public_ip_pool_compartment_details.nil?
1300
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
1301
+
1302
+ path = '/publicIpPools/{publicIpPoolId}/actions/changeCompartment'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
1303
+ operation_signing_strategy = :standard
1304
+
1305
+ # rubocop:disable Style/NegatedIf
1306
+ # Query Params
1307
+ query_params = {}
1308
+
1309
+ # Header Params
1310
+ header_params = {}
1311
+ header_params[:accept] = 'application/json'
1312
+ header_params[:'content-type'] = 'application/json'
1313
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1314
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1315
+ # rubocop:enable Style/NegatedIf
1316
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1317
+
1318
+ post_body = @api_client.object_to_http_body(change_public_ip_pool_compartment_details)
1319
+
1320
+ # rubocop:disable Metrics/BlockLength
1321
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#change_public_ip_pool_compartment') do
1322
+ @api_client.call_api(
1323
+ :POST,
1324
+ path,
1325
+ endpoint,
1326
+ header_params: header_params,
1327
+ query_params: query_params,
1328
+ operation_signing_strategy: operation_signing_strategy,
1329
+ body: post_body
1330
+ )
1331
+ end
1332
+ # rubocop:enable Metrics/BlockLength
1333
+ end
1334
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1335
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1336
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1337
+
1338
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1339
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1340
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1341
+
1342
+
1093
1343
  # Moves a remote peering connection (RPC) into a different compartment within the same tenancy. For information
1094
1344
  # about moving resources between compartments, see
1095
1345
  # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
@@ -1557,32 +1807,39 @@ module OCI
1557
1807
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1558
1808
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1559
1809
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1560
- # rubocop:disable Lint/UnusedMethodArgument
1561
1810
 
1562
1811
 
1563
- # Connects this local peering gateway (LPG) to another one in the same region.
1564
- #
1565
- # This operation must be called by the VCN administrator who is designated as
1566
- # the *requestor* in the peering relationship. The *acceptor* must implement
1567
- # an Identity and Access Management (IAM) policy that gives the requestor permission
1568
- # to connect to LPGs in the acceptor's compartment. Without that permission, this
1569
- # operation will fail. For more information, see
1570
- # [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
1812
+ # Moves a VLAN into a different compartment within the same tenancy.
1813
+ # For information about moving resources between compartments, see
1814
+ # [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1571
1815
  #
1572
- # @param [String] local_peering_gateway_id The OCID of the local peering gateway.
1573
- # @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
1816
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
1817
+ # @param [OCI::Core::Models::ChangeVlanCompartmentDetails] change_vlan_compartment_details Request to change the compartment of a given VLAN.
1574
1818
  # @param [Hash] opts the optional parameters
1575
1819
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1576
1820
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1821
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
1822
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1823
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1824
+ #
1825
+ # @option opts [String] :opc_request_id Unique identifier for the request.
1826
+ # If you need to contact Oracle about a particular request, please provide the request ID.
1827
+ #
1828
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1829
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1830
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
1831
+ # has been deleted and purged from the system, then a retry of the original creation request
1832
+ # may be rejected).
1833
+ #
1577
1834
  # @return [Response] A Response object with data of type nil
1578
- def connect_local_peering_gateways(local_peering_gateway_id, connect_local_peering_gateways_details, opts = {})
1579
- logger.debug 'Calling operation VirtualNetworkClient#connect_local_peering_gateways.' if logger
1835
+ def change_vlan_compartment(vlan_id, change_vlan_compartment_details, opts = {})
1836
+ logger.debug 'Calling operation VirtualNetworkClient#change_vlan_compartment.' if logger
1580
1837
 
1581
- raise "Missing the required parameter 'local_peering_gateway_id' when calling connect_local_peering_gateways." if local_peering_gateway_id.nil?
1582
- raise "Missing the required parameter 'connect_local_peering_gateways_details' when calling connect_local_peering_gateways." if connect_local_peering_gateways_details.nil?
1583
- raise "Parameter value for 'local_peering_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(local_peering_gateway_id)
1838
+ raise "Missing the required parameter 'vlan_id' when calling change_vlan_compartment." if vlan_id.nil?
1839
+ raise "Missing the required parameter 'change_vlan_compartment_details' when calling change_vlan_compartment." if change_vlan_compartment_details.nil?
1840
+ raise "Parameter value for 'vlan_id' must not be blank" if OCI::Internal::Util.blank_string?(vlan_id)
1584
1841
 
1585
- path = '/localPeeringGateways/{localPeeringGatewayId}/actions/connect'.sub('{localPeeringGatewayId}', local_peering_gateway_id.to_s)
1842
+ path = '/vlans/{vlanId}/actions/changeCompartment'.sub('{vlanId}', vlan_id.to_s)
1586
1843
  operation_signing_strategy = :standard
1587
1844
 
1588
1845
  # rubocop:disable Style/NegatedIf
@@ -1593,12 +1850,16 @@ module OCI
1593
1850
  header_params = {}
1594
1851
  header_params[:accept] = 'application/json'
1595
1852
  header_params[:'content-type'] = 'application/json'
1853
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1854
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1855
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1596
1856
  # rubocop:enable Style/NegatedIf
1857
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1597
1858
 
1598
- post_body = @api_client.object_to_http_body(connect_local_peering_gateways_details)
1859
+ post_body = @api_client.object_to_http_body(change_vlan_compartment_details)
1599
1860
 
1600
1861
  # rubocop:disable Metrics/BlockLength
1601
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#connect_local_peering_gateways') do
1862
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#change_vlan_compartment') do
1602
1863
  @api_client.call_api(
1603
1864
  :POST,
1604
1865
  path,
@@ -1614,7 +1875,6 @@ module OCI
1614
1875
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1615
1876
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1616
1877
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1617
- # rubocop:enable Lint/UnusedMethodArgument
1618
1878
 
1619
1879
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1620
1880
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
@@ -1622,12 +1882,74 @@ module OCI
1622
1882
  # rubocop:disable Lint/UnusedMethodArgument
1623
1883
 
1624
1884
 
1625
- # Connects this RPC to another one in a different region.
1885
+ # Connects this local peering gateway (LPG) to another one in the same region.
1626
1886
  #
1627
1887
  # This operation must be called by the VCN administrator who is designated as
1628
1888
  # the *requestor* in the peering relationship. The *acceptor* must implement
1629
1889
  # an Identity and Access Management (IAM) policy that gives the requestor permission
1630
- # to connect to RPCs in the acceptor's compartment. Without that permission, this
1890
+ # to connect to LPGs in the acceptor's compartment. Without that permission, this
1891
+ # operation will fail. For more information, see
1892
+ # [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
1893
+ #
1894
+ # @param [String] local_peering_gateway_id The OCID of the local peering gateway.
1895
+ # @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
1896
+ # @param [Hash] opts the optional parameters
1897
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1898
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1899
+ # @return [Response] A Response object with data of type nil
1900
+ def connect_local_peering_gateways(local_peering_gateway_id, connect_local_peering_gateways_details, opts = {})
1901
+ logger.debug 'Calling operation VirtualNetworkClient#connect_local_peering_gateways.' if logger
1902
+
1903
+ raise "Missing the required parameter 'local_peering_gateway_id' when calling connect_local_peering_gateways." if local_peering_gateway_id.nil?
1904
+ raise "Missing the required parameter 'connect_local_peering_gateways_details' when calling connect_local_peering_gateways." if connect_local_peering_gateways_details.nil?
1905
+ raise "Parameter value for 'local_peering_gateway_id' must not be blank" if OCI::Internal::Util.blank_string?(local_peering_gateway_id)
1906
+
1907
+ path = '/localPeeringGateways/{localPeeringGatewayId}/actions/connect'.sub('{localPeeringGatewayId}', local_peering_gateway_id.to_s)
1908
+ operation_signing_strategy = :standard
1909
+
1910
+ # rubocop:disable Style/NegatedIf
1911
+ # Query Params
1912
+ query_params = {}
1913
+
1914
+ # Header Params
1915
+ header_params = {}
1916
+ header_params[:accept] = 'application/json'
1917
+ header_params[:'content-type'] = 'application/json'
1918
+ # rubocop:enable Style/NegatedIf
1919
+
1920
+ post_body = @api_client.object_to_http_body(connect_local_peering_gateways_details)
1921
+
1922
+ # rubocop:disable Metrics/BlockLength
1923
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#connect_local_peering_gateways') do
1924
+ @api_client.call_api(
1925
+ :POST,
1926
+ path,
1927
+ endpoint,
1928
+ header_params: header_params,
1929
+ query_params: query_params,
1930
+ operation_signing_strategy: operation_signing_strategy,
1931
+ body: post_body
1932
+ )
1933
+ end
1934
+ # rubocop:enable Metrics/BlockLength
1935
+ end
1936
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1937
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1938
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1939
+ # rubocop:enable Lint/UnusedMethodArgument
1940
+
1941
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1942
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1943
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1944
+ # rubocop:disable Lint/UnusedMethodArgument
1945
+
1946
+
1947
+ # Connects this RPC to another one in a different region.
1948
+ #
1949
+ # This operation must be called by the VCN administrator who is designated as
1950
+ # the *requestor* in the peering relationship. The *acceptor* must implement
1951
+ # an Identity and Access Management (IAM) policy that gives the requestor permission
1952
+ # to connect to RPCs in the acceptor's compartment. Without that permission, this
1631
1953
  # operation will fail. For more information, see
1632
1954
  # [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
1633
1955
  #
@@ -1683,6 +2005,69 @@ module OCI
1683
2005
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1684
2006
 
1685
2007
 
2008
+ # Creates a Byoip Range prefix.
2009
+ #
2010
+ # @param [OCI::Core::Models::CreateByoipRangeDetails] create_byoip_range_details Create Byoip Range details.
2011
+ # @param [Hash] opts the optional parameters
2012
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2013
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2014
+ # @option opts [String] :opc_request_id Unique identifier for the request.
2015
+ # If you need to contact Oracle about a particular request, please provide the request ID.
2016
+ #
2017
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
2018
+ # server error without risk of executing that same action again. Retry tokens expire after 24
2019
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
2020
+ # has been deleted and purged from the system, then a retry of the original creation request
2021
+ # may be rejected).
2022
+ #
2023
+ # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
2024
+ def create_byoip_range(create_byoip_range_details, opts = {})
2025
+ logger.debug 'Calling operation VirtualNetworkClient#create_byoip_range.' if logger
2026
+
2027
+ raise "Missing the required parameter 'create_byoip_range_details' when calling create_byoip_range." if create_byoip_range_details.nil?
2028
+
2029
+ path = '/byoipRanges'
2030
+ operation_signing_strategy = :standard
2031
+
2032
+ # rubocop:disable Style/NegatedIf
2033
+ # Query Params
2034
+ query_params = {}
2035
+
2036
+ # Header Params
2037
+ header_params = {}
2038
+ header_params[:accept] = 'application/json'
2039
+ header_params[:'content-type'] = 'application/json'
2040
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2041
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2042
+ # rubocop:enable Style/NegatedIf
2043
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2044
+
2045
+ post_body = @api_client.object_to_http_body(create_byoip_range_details)
2046
+
2047
+ # rubocop:disable Metrics/BlockLength
2048
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#create_byoip_range') do
2049
+ @api_client.call_api(
2050
+ :POST,
2051
+ path,
2052
+ endpoint,
2053
+ header_params: header_params,
2054
+ query_params: query_params,
2055
+ operation_signing_strategy: operation_signing_strategy,
2056
+ body: post_body,
2057
+ return_type: 'OCI::Core::Models::ByoipRange'
2058
+ )
2059
+ end
2060
+ # rubocop:enable Metrics/BlockLength
2061
+ end
2062
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2063
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2064
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2065
+
2066
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2067
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2068
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2069
+
2070
+
1686
2071
  # Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
1687
2072
  # more information, see [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
1688
2073
  #
@@ -2662,6 +3047,69 @@ module OCI
2662
3047
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2663
3048
 
2664
3049
 
3050
+ # Creates a Public Ip Pool
3051
+ #
3052
+ # @param [OCI::Core::Models::CreatePublicIpPoolDetails] create_public_ip_pool_details Create Public Ip Pool details
3053
+ # @param [Hash] opts the optional parameters
3054
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3055
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3056
+ # @option opts [String] :opc_request_id Unique identifier for the request.
3057
+ # If you need to contact Oracle about a particular request, please provide the request ID.
3058
+ #
3059
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
3060
+ # server error without risk of executing that same action again. Retry tokens expire after 24
3061
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
3062
+ # has been deleted and purged from the system, then a retry of the original creation request
3063
+ # may be rejected).
3064
+ #
3065
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
3066
+ def create_public_ip_pool(create_public_ip_pool_details, opts = {})
3067
+ logger.debug 'Calling operation VirtualNetworkClient#create_public_ip_pool.' if logger
3068
+
3069
+ raise "Missing the required parameter 'create_public_ip_pool_details' when calling create_public_ip_pool." if create_public_ip_pool_details.nil?
3070
+
3071
+ path = '/publicIpPools'
3072
+ operation_signing_strategy = :standard
3073
+
3074
+ # rubocop:disable Style/NegatedIf
3075
+ # Query Params
3076
+ query_params = {}
3077
+
3078
+ # Header Params
3079
+ header_params = {}
3080
+ header_params[:accept] = 'application/json'
3081
+ header_params[:'content-type'] = 'application/json'
3082
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3083
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
3084
+ # rubocop:enable Style/NegatedIf
3085
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
3086
+
3087
+ post_body = @api_client.object_to_http_body(create_public_ip_pool_details)
3088
+
3089
+ # rubocop:disable Metrics/BlockLength
3090
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#create_public_ip_pool') do
3091
+ @api_client.call_api(
3092
+ :POST,
3093
+ path,
3094
+ endpoint,
3095
+ header_params: header_params,
3096
+ query_params: query_params,
3097
+ operation_signing_strategy: operation_signing_strategy,
3098
+ body: post_body,
3099
+ return_type: 'OCI::Core::Models::PublicIpPool'
3100
+ )
3101
+ end
3102
+ # rubocop:enable Metrics/BlockLength
3103
+ end
3104
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3105
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3106
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3107
+
3108
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3109
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3110
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3111
+
3112
+
2665
3113
  # Creates a new remote peering connection (RPC) for the specified DRG.
2666
3114
  #
2667
3115
  # @param [OCI::Core::Models::CreateRemotePeeringConnectionDetails] create_remote_peering_connection_details Request to create peering connection to remote region
@@ -3188,26 +3636,28 @@ module OCI
3188
3636
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3189
3637
 
3190
3638
 
3191
- # Deletes the specified CPE object. The CPE must not be connected to a DRG. This is an asynchronous
3192
- # operation. The CPE's `lifecycleState` will change to TERMINATING temporarily until the CPE is completely
3193
- # removed.
3639
+ # Creates a VLAN in the specified VCN and the specified compartment.
3194
3640
  #
3195
- # @param [String] cpe_id The OCID of the CPE.
3641
+ # @param [OCI::Core::Models::CreateVlanDetails] create_vlan_details Details for creating a VLAN
3196
3642
  # @param [Hash] opts the optional parameters
3197
3643
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3198
3644
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3199
- # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3200
- # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3201
- # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3645
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
3646
+ # server error without risk of executing that same action again. Retry tokens expire after 24
3647
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
3648
+ # has been deleted and purged from the system, then a retry of the original creation request
3649
+ # may be rejected).
3202
3650
  #
3203
- # @return [Response] A Response object with data of type nil
3204
- def delete_cpe(cpe_id, opts = {})
3205
- logger.debug 'Calling operation VirtualNetworkClient#delete_cpe.' if logger
3651
+ # @option opts [String] :opc_request_id Unique identifier for the request.
3652
+ # If you need to contact Oracle about a particular request, please provide the request ID.
3653
+ #
3654
+ # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
3655
+ def create_vlan(create_vlan_details, opts = {})
3656
+ logger.debug 'Calling operation VirtualNetworkClient#create_vlan.' if logger
3206
3657
 
3207
- raise "Missing the required parameter 'cpe_id' when calling delete_cpe." if cpe_id.nil?
3208
- raise "Parameter value for 'cpe_id' must not be blank" if OCI::Internal::Util.blank_string?(cpe_id)
3658
+ raise "Missing the required parameter 'create_vlan_details' when calling create_vlan." if create_vlan_details.nil?
3209
3659
 
3210
- path = '/cpes/{cpeId}'.sub('{cpeId}', cpe_id.to_s)
3660
+ path = '/vlans'
3211
3661
  operation_signing_strategy = :standard
3212
3662
 
3213
3663
  # rubocop:disable Style/NegatedIf
@@ -3218,21 +3668,24 @@ module OCI
3218
3668
  header_params = {}
3219
3669
  header_params[:accept] = 'application/json'
3220
3670
  header_params[:'content-type'] = 'application/json'
3221
- header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3671
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
3672
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3222
3673
  # rubocop:enable Style/NegatedIf
3674
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
3223
3675
 
3224
- post_body = nil
3676
+ post_body = @api_client.object_to_http_body(create_vlan_details)
3225
3677
 
3226
3678
  # rubocop:disable Metrics/BlockLength
3227
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cpe') do
3679
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#create_vlan') do
3228
3680
  @api_client.call_api(
3229
- :DELETE,
3681
+ :POST,
3230
3682
  path,
3231
3683
  endpoint,
3232
3684
  header_params: header_params,
3233
3685
  query_params: query_params,
3234
3686
  operation_signing_strategy: operation_signing_strategy,
3235
- body: post_body
3687
+ body: post_body,
3688
+ return_type: 'OCI::Core::Models::Vlan'
3236
3689
  )
3237
3690
  end
3238
3691
  # rubocop:enable Metrics/BlockLength
@@ -3246,25 +3699,32 @@ module OCI
3246
3699
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3247
3700
 
3248
3701
 
3249
- # Deletes the specified cross-connect. It must not be mapped to a
3250
- # {VirtualCircuit}.
3702
+ # Deletes the specified Byoip Range prefix.
3703
+ # The prefix must be in CREATING, PROVISIONED or FAILED state.
3704
+ # It must not have any subranges allocated to a Public Ip Pool object.
3705
+ # You must specify the object's OCID.
3251
3706
  #
3252
- # @param [String] cross_connect_id The OCID of the cross-connect.
3707
+ # In case the range is currently PROVISIONED, the operation will be asynchronous as it needs to be de-ptovisioned first.
3708
+ #
3709
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
3253
3710
  # @param [Hash] opts the optional parameters
3254
3711
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3255
3712
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3713
+ # @option opts [String] :opc_request_id Unique identifier for the request.
3714
+ # If you need to contact Oracle about a particular request, please provide the request ID.
3715
+ #
3256
3716
  # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3257
3717
  # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3258
3718
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3259
3719
  #
3260
3720
  # @return [Response] A Response object with data of type nil
3261
- def delete_cross_connect(cross_connect_id, opts = {})
3262
- logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect.' if logger
3721
+ def delete_byoip_range(byoip_range_id, opts = {})
3722
+ logger.debug 'Calling operation VirtualNetworkClient#delete_byoip_range.' if logger
3263
3723
 
3264
- raise "Missing the required parameter 'cross_connect_id' when calling delete_cross_connect." if cross_connect_id.nil?
3265
- raise "Parameter value for 'cross_connect_id' must not be blank" if OCI::Internal::Util.blank_string?(cross_connect_id)
3724
+ raise "Missing the required parameter 'byoip_range_id' when calling delete_byoip_range." if byoip_range_id.nil?
3725
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
3266
3726
 
3267
- path = '/crossConnects/{crossConnectId}'.sub('{crossConnectId}', cross_connect_id.to_s)
3727
+ path = '/byoipRanges/{byoipRangeId}'.sub('{byoipRangeId}', byoip_range_id.to_s)
3268
3728
  operation_signing_strategy = :standard
3269
3729
 
3270
3730
  # rubocop:disable Style/NegatedIf
@@ -3275,13 +3735,14 @@ module OCI
3275
3735
  header_params = {}
3276
3736
  header_params[:accept] = 'application/json'
3277
3737
  header_params[:'content-type'] = 'application/json'
3738
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3278
3739
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3279
3740
  # rubocop:enable Style/NegatedIf
3280
3741
 
3281
3742
  post_body = nil
3282
3743
 
3283
3744
  # rubocop:disable Metrics/BlockLength
3284
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cross_connect') do
3745
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_byoip_range') do
3285
3746
  @api_client.call_api(
3286
3747
  :DELETE,
3287
3748
  path,
@@ -3303,11 +3764,11 @@ module OCI
3303
3764
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3304
3765
 
3305
3766
 
3306
- # Deletes the specified cross-connect group. It must not contain any
3307
- # cross-connects, and it cannot be mapped to a
3308
- # {VirtualCircuit}.
3767
+ # Deletes the specified CPE object. The CPE must not be connected to a DRG. This is an asynchronous
3768
+ # operation. The CPE's `lifecycleState` will change to TERMINATING temporarily until the CPE is completely
3769
+ # removed.
3309
3770
  #
3310
- # @param [String] cross_connect_group_id The OCID of the cross-connect group.
3771
+ # @param [String] cpe_id The OCID of the CPE.
3311
3772
  # @param [Hash] opts the optional parameters
3312
3773
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3313
3774
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -3316,13 +3777,13 @@ module OCI
3316
3777
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3317
3778
  #
3318
3779
  # @return [Response] A Response object with data of type nil
3319
- def delete_cross_connect_group(cross_connect_group_id, opts = {})
3320
- logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect_group.' if logger
3780
+ def delete_cpe(cpe_id, opts = {})
3781
+ logger.debug 'Calling operation VirtualNetworkClient#delete_cpe.' if logger
3321
3782
 
3322
- raise "Missing the required parameter 'cross_connect_group_id' when calling delete_cross_connect_group." if cross_connect_group_id.nil?
3323
- raise "Parameter value for 'cross_connect_group_id' must not be blank" if OCI::Internal::Util.blank_string?(cross_connect_group_id)
3783
+ raise "Missing the required parameter 'cpe_id' when calling delete_cpe." if cpe_id.nil?
3784
+ raise "Parameter value for 'cpe_id' must not be blank" if OCI::Internal::Util.blank_string?(cpe_id)
3324
3785
 
3325
- path = '/crossConnectGroups/{crossConnectGroupId}'.sub('{crossConnectGroupId}', cross_connect_group_id.to_s)
3786
+ path = '/cpes/{cpeId}'.sub('{cpeId}', cpe_id.to_s)
3326
3787
  operation_signing_strategy = :standard
3327
3788
 
3328
3789
  # rubocop:disable Style/NegatedIf
@@ -3339,7 +3800,7 @@ module OCI
3339
3800
  post_body = nil
3340
3801
 
3341
3802
  # rubocop:disable Metrics/BlockLength
3342
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cross_connect_group') do
3803
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cpe') do
3343
3804
  @api_client.call_api(
3344
3805
  :DELETE,
3345
3806
  path,
@@ -3361,13 +3822,10 @@ module OCI
3361
3822
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3362
3823
 
3363
3824
 
3364
- # Deletes the specified set of DHCP options, but only if it's not associated with a subnet. You can't delete a
3365
- # VCN's default set of DHCP options.
3366
- #
3367
- # This is an asynchronous operation. The state of the set of options will switch to TERMINATING temporarily
3368
- # until the set is completely removed.
3825
+ # Deletes the specified cross-connect. It must not be mapped to a
3826
+ # {VirtualCircuit}.
3369
3827
  #
3370
- # @param [String] dhcp_id The OCID for the set of DHCP options.
3828
+ # @param [String] cross_connect_id The OCID of the cross-connect.
3371
3829
  # @param [Hash] opts the optional parameters
3372
3830
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3373
3831
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -3376,13 +3834,13 @@ module OCI
3376
3834
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3377
3835
  #
3378
3836
  # @return [Response] A Response object with data of type nil
3379
- def delete_dhcp_options(dhcp_id, opts = {})
3380
- logger.debug 'Calling operation VirtualNetworkClient#delete_dhcp_options.' if logger
3837
+ def delete_cross_connect(cross_connect_id, opts = {})
3838
+ logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect.' if logger
3381
3839
 
3382
- raise "Missing the required parameter 'dhcp_id' when calling delete_dhcp_options." if dhcp_id.nil?
3383
- raise "Parameter value for 'dhcp_id' must not be blank" if OCI::Internal::Util.blank_string?(dhcp_id)
3840
+ raise "Missing the required parameter 'cross_connect_id' when calling delete_cross_connect." if cross_connect_id.nil?
3841
+ raise "Parameter value for 'cross_connect_id' must not be blank" if OCI::Internal::Util.blank_string?(cross_connect_id)
3384
3842
 
3385
- path = '/dhcps/{dhcpId}'.sub('{dhcpId}', dhcp_id.to_s)
3843
+ path = '/crossConnects/{crossConnectId}'.sub('{crossConnectId}', cross_connect_id.to_s)
3386
3844
  operation_signing_strategy = :standard
3387
3845
 
3388
3846
  # rubocop:disable Style/NegatedIf
@@ -3399,7 +3857,7 @@ module OCI
3399
3857
  post_body = nil
3400
3858
 
3401
3859
  # rubocop:disable Metrics/BlockLength
3402
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_dhcp_options') do
3860
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cross_connect') do
3403
3861
  @api_client.call_api(
3404
3862
  :DELETE,
3405
3863
  path,
@@ -3421,8 +3879,126 @@ module OCI
3421
3879
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3422
3880
 
3423
3881
 
3424
- # Deletes the specified DRG. The DRG must not be attached to a VCN or be connected to your on-premise
3425
- # network. Also, there must not be a route table that lists the DRG as a target. This is an asynchronous
3882
+ # Deletes the specified cross-connect group. It must not contain any
3883
+ # cross-connects, and it cannot be mapped to a
3884
+ # {VirtualCircuit}.
3885
+ #
3886
+ # @param [String] cross_connect_group_id The OCID of the cross-connect group.
3887
+ # @param [Hash] opts the optional parameters
3888
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3889
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3890
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3891
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3892
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3893
+ #
3894
+ # @return [Response] A Response object with data of type nil
3895
+ def delete_cross_connect_group(cross_connect_group_id, opts = {})
3896
+ logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect_group.' if logger
3897
+
3898
+ raise "Missing the required parameter 'cross_connect_group_id' when calling delete_cross_connect_group." if cross_connect_group_id.nil?
3899
+ raise "Parameter value for 'cross_connect_group_id' must not be blank" if OCI::Internal::Util.blank_string?(cross_connect_group_id)
3900
+
3901
+ path = '/crossConnectGroups/{crossConnectGroupId}'.sub('{crossConnectGroupId}', cross_connect_group_id.to_s)
3902
+ operation_signing_strategy = :standard
3903
+
3904
+ # rubocop:disable Style/NegatedIf
3905
+ # Query Params
3906
+ query_params = {}
3907
+
3908
+ # Header Params
3909
+ header_params = {}
3910
+ header_params[:accept] = 'application/json'
3911
+ header_params[:'content-type'] = 'application/json'
3912
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3913
+ # rubocop:enable Style/NegatedIf
3914
+
3915
+ post_body = nil
3916
+
3917
+ # rubocop:disable Metrics/BlockLength
3918
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_cross_connect_group') do
3919
+ @api_client.call_api(
3920
+ :DELETE,
3921
+ path,
3922
+ endpoint,
3923
+ header_params: header_params,
3924
+ query_params: query_params,
3925
+ operation_signing_strategy: operation_signing_strategy,
3926
+ body: post_body
3927
+ )
3928
+ end
3929
+ # rubocop:enable Metrics/BlockLength
3930
+ end
3931
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3932
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3933
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3934
+
3935
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3936
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3937
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3938
+
3939
+
3940
+ # Deletes the specified set of DHCP options, but only if it's not associated with a subnet. You can't delete a
3941
+ # VCN's default set of DHCP options.
3942
+ #
3943
+ # This is an asynchronous operation. The state of the set of options will switch to TERMINATING temporarily
3944
+ # until the set is completely removed.
3945
+ #
3946
+ # @param [String] dhcp_id The OCID for the set of DHCP options.
3947
+ # @param [Hash] opts the optional parameters
3948
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3949
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3950
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
3951
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
3952
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3953
+ #
3954
+ # @return [Response] A Response object with data of type nil
3955
+ def delete_dhcp_options(dhcp_id, opts = {})
3956
+ logger.debug 'Calling operation VirtualNetworkClient#delete_dhcp_options.' if logger
3957
+
3958
+ raise "Missing the required parameter 'dhcp_id' when calling delete_dhcp_options." if dhcp_id.nil?
3959
+ raise "Parameter value for 'dhcp_id' must not be blank" if OCI::Internal::Util.blank_string?(dhcp_id)
3960
+
3961
+ path = '/dhcps/{dhcpId}'.sub('{dhcpId}', dhcp_id.to_s)
3962
+ operation_signing_strategy = :standard
3963
+
3964
+ # rubocop:disable Style/NegatedIf
3965
+ # Query Params
3966
+ query_params = {}
3967
+
3968
+ # Header Params
3969
+ header_params = {}
3970
+ header_params[:accept] = 'application/json'
3971
+ header_params[:'content-type'] = 'application/json'
3972
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3973
+ # rubocop:enable Style/NegatedIf
3974
+
3975
+ post_body = nil
3976
+
3977
+ # rubocop:disable Metrics/BlockLength
3978
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_dhcp_options') do
3979
+ @api_client.call_api(
3980
+ :DELETE,
3981
+ path,
3982
+ endpoint,
3983
+ header_params: header_params,
3984
+ query_params: query_params,
3985
+ operation_signing_strategy: operation_signing_strategy,
3986
+ body: post_body
3987
+ )
3988
+ end
3989
+ # rubocop:enable Metrics/BlockLength
3990
+ end
3991
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3992
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3993
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3994
+
3995
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3996
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3997
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3998
+
3999
+
4000
+ # Deletes the specified DRG. The DRG must not be attached to a VCN or be connected to your on-premise
4001
+ # network. Also, there must not be a route table that lists the DRG as a target. This is an asynchronous
3426
4002
  # operation. The DRG's `lifecycleState` will change to TERMINATING temporarily until the DRG is completely
3427
4003
  # removed.
3428
4004
  #
@@ -4039,6 +4615,68 @@ module OCI
4039
4615
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4040
4616
 
4041
4617
 
4618
+ # Deletes the specified Public Ip Pool
4619
+ # It must not have any active address allocations
4620
+ # You must specify the object's OCID.
4621
+ #
4622
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
4623
+ # @param [Hash] opts the optional parameters
4624
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4625
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4626
+ # @option opts [String] :opc_request_id Unique identifier for the request.
4627
+ # If you need to contact Oracle about a particular request, please provide the request ID.
4628
+ #
4629
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
4630
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
4631
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4632
+ #
4633
+ # @return [Response] A Response object with data of type nil
4634
+ def delete_public_ip_pool(public_ip_pool_id, opts = {})
4635
+ logger.debug 'Calling operation VirtualNetworkClient#delete_public_ip_pool.' if logger
4636
+
4637
+ raise "Missing the required parameter 'public_ip_pool_id' when calling delete_public_ip_pool." if public_ip_pool_id.nil?
4638
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
4639
+
4640
+ path = '/publicIpPools/{publicIpPoolId}'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
4641
+ operation_signing_strategy = :standard
4642
+
4643
+ # rubocop:disable Style/NegatedIf
4644
+ # Query Params
4645
+ query_params = {}
4646
+
4647
+ # Header Params
4648
+ header_params = {}
4649
+ header_params[:accept] = 'application/json'
4650
+ header_params[:'content-type'] = 'application/json'
4651
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4652
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
4653
+ # rubocop:enable Style/NegatedIf
4654
+
4655
+ post_body = nil
4656
+
4657
+ # rubocop:disable Metrics/BlockLength
4658
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_public_ip_pool') do
4659
+ @api_client.call_api(
4660
+ :DELETE,
4661
+ path,
4662
+ endpoint,
4663
+ header_params: header_params,
4664
+ query_params: query_params,
4665
+ operation_signing_strategy: operation_signing_strategy,
4666
+ body: post_body
4667
+ )
4668
+ end
4669
+ # rubocop:enable Metrics/BlockLength
4670
+ end
4671
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4672
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4673
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4674
+
4675
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4676
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4677
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4678
+
4679
+
4042
4680
  # Deletes the remote peering connection (RPC).
4043
4681
  #
4044
4682
  # This is an asynchronous operation; the RPC's `lifecycleState` changes to TERMINATING temporarily
@@ -4451,6 +5089,66 @@ module OCI
4451
5089
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4452
5090
 
4453
5091
 
5092
+ # Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
5093
+ #
5094
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
5095
+ # @param [Hash] opts the optional parameters
5096
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5097
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5098
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
5099
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
5100
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5101
+ #
5102
+ # @option opts [String] :opc_request_id Unique identifier for the request.
5103
+ # If you need to contact Oracle about a particular request, please provide the request ID.
5104
+ #
5105
+ # @return [Response] A Response object with data of type nil
5106
+ def delete_vlan(vlan_id, opts = {})
5107
+ logger.debug 'Calling operation VirtualNetworkClient#delete_vlan.' if logger
5108
+
5109
+ raise "Missing the required parameter 'vlan_id' when calling delete_vlan." if vlan_id.nil?
5110
+ raise "Parameter value for 'vlan_id' must not be blank" if OCI::Internal::Util.blank_string?(vlan_id)
5111
+
5112
+ path = '/vlans/{vlanId}'.sub('{vlanId}', vlan_id.to_s)
5113
+ operation_signing_strategy = :standard
5114
+
5115
+ # rubocop:disable Style/NegatedIf
5116
+ # Query Params
5117
+ query_params = {}
5118
+
5119
+ # Header Params
5120
+ header_params = {}
5121
+ header_params[:accept] = 'application/json'
5122
+ header_params[:'content-type'] = 'application/json'
5123
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
5124
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
5125
+ # rubocop:enable Style/NegatedIf
5126
+
5127
+ post_body = nil
5128
+
5129
+ # rubocop:disable Metrics/BlockLength
5130
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_vlan') do
5131
+ @api_client.call_api(
5132
+ :DELETE,
5133
+ path,
5134
+ endpoint,
5135
+ header_params: header_params,
5136
+ query_params: query_params,
5137
+ operation_signing_strategy: operation_signing_strategy,
5138
+ body: post_body
5139
+ )
5140
+ end
5141
+ # rubocop:enable Metrics/BlockLength
5142
+ end
5143
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
5144
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
5145
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
5146
+
5147
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
5148
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
5149
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
5150
+
5151
+
4454
5152
  # Removes the specified {Service} from the list of enabled
4455
5153
  # `Service` objects for the specified gateway. You do not need to remove any route
4456
5154
  # rules that specify this `Service` object's `cidrBlock` as the destination CIDR. However, consider
@@ -4519,22 +5217,25 @@ module OCI
4519
5217
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4520
5218
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4521
5219
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4522
- # rubocop:disable Lint/UnusedMethodArgument
4523
5220
 
4524
5221
 
4525
- # Gets the specified CPE's information.
4526
- # @param [String] cpe_id The OCID of the CPE.
5222
+ # Gets the specified Byoip Range object. You must specify the object's OCID.
5223
+ #
5224
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
4527
5225
  # @param [Hash] opts the optional parameters
4528
5226
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4529
5227
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4530
- # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
4531
- def get_cpe(cpe_id, opts = {})
4532
- logger.debug 'Calling operation VirtualNetworkClient#get_cpe.' if logger
5228
+ # @option opts [String] :opc_request_id Unique identifier for the request.
5229
+ # If you need to contact Oracle about a particular request, please provide the request ID.
5230
+ #
5231
+ # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
5232
+ def get_byoip_range(byoip_range_id, opts = {})
5233
+ logger.debug 'Calling operation VirtualNetworkClient#get_byoip_range.' if logger
4533
5234
 
4534
- raise "Missing the required parameter 'cpe_id' when calling get_cpe." if cpe_id.nil?
4535
- raise "Parameter value for 'cpe_id' must not be blank" if OCI::Internal::Util.blank_string?(cpe_id)
5235
+ raise "Missing the required parameter 'byoip_range_id' when calling get_byoip_range." if byoip_range_id.nil?
5236
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
4536
5237
 
4537
- path = '/cpes/{cpeId}'.sub('{cpeId}', cpe_id.to_s)
5238
+ path = '/byoipRanges/{byoipRangeId}'.sub('{byoipRangeId}', byoip_range_id.to_s)
4538
5239
  operation_signing_strategy = :standard
4539
5240
 
4540
5241
  # rubocop:disable Style/NegatedIf
@@ -4545,12 +5246,13 @@ module OCI
4545
5246
  header_params = {}
4546
5247
  header_params[:accept] = 'application/json'
4547
5248
  header_params[:'content-type'] = 'application/json'
5249
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
4548
5250
  # rubocop:enable Style/NegatedIf
4549
5251
 
4550
5252
  post_body = nil
4551
5253
 
4552
5254
  # rubocop:disable Metrics/BlockLength
4553
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_cpe') do
5255
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_byoip_range') do
4554
5256
  @api_client.call_api(
4555
5257
  :GET,
4556
5258
  path,
@@ -4559,7 +5261,7 @@ module OCI
4559
5261
  query_params: query_params,
4560
5262
  operation_signing_strategy: operation_signing_strategy,
4561
5263
  body: post_body,
4562
- return_type: 'OCI::Core::Models::Cpe'
5264
+ return_type: 'OCI::Core::Models::ByoipRange'
4563
5265
  )
4564
5266
  end
4565
5267
  # rubocop:enable Metrics/BlockLength
@@ -4567,27 +5269,79 @@ module OCI
4567
5269
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4568
5270
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
4569
5271
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
4570
- # rubocop:enable Lint/UnusedMethodArgument
4571
5272
 
4572
5273
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
4573
5274
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
4574
5275
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
5276
+ # rubocop:disable Lint/UnusedMethodArgument
4575
5277
 
4576
5278
 
4577
- # Renders a set of CPE configuration content that can help a network engineer configure the actual
4578
- # CPE device (for example, a hardware router) represented by the specified {Cpe}
4579
- # object.
4580
- #
4581
- # The rendered content is specific to the type of CPE device (for example, Cisco ASA). Therefore the
4582
- # {Cpe} must have the CPE's device type specified by the `cpeDeviceShapeId`
4583
- # attribute. The content optionally includes answers that the customer provides (see
4584
- # {#update_tunnel_cpe_device_config update_tunnel_cpe_device_config}),
4585
- # merged with a template of other information specific to the CPE device type.
4586
- #
4587
- # The operation returns configuration information for *all* of the
4588
- # {IPSecConnection} objects that use the specified CPE.
4589
- # Here are similar operations:
4590
- #
5279
+ # Gets the specified CPE's information.
5280
+ # @param [String] cpe_id The OCID of the CPE.
5281
+ # @param [Hash] opts the optional parameters
5282
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5283
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5284
+ # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
5285
+ def get_cpe(cpe_id, opts = {})
5286
+ logger.debug 'Calling operation VirtualNetworkClient#get_cpe.' if logger
5287
+
5288
+ raise "Missing the required parameter 'cpe_id' when calling get_cpe." if cpe_id.nil?
5289
+ raise "Parameter value for 'cpe_id' must not be blank" if OCI::Internal::Util.blank_string?(cpe_id)
5290
+
5291
+ path = '/cpes/{cpeId}'.sub('{cpeId}', cpe_id.to_s)
5292
+ operation_signing_strategy = :standard
5293
+
5294
+ # rubocop:disable Style/NegatedIf
5295
+ # Query Params
5296
+ query_params = {}
5297
+
5298
+ # Header Params
5299
+ header_params = {}
5300
+ header_params[:accept] = 'application/json'
5301
+ header_params[:'content-type'] = 'application/json'
5302
+ # rubocop:enable Style/NegatedIf
5303
+
5304
+ post_body = nil
5305
+
5306
+ # rubocop:disable Metrics/BlockLength
5307
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_cpe') do
5308
+ @api_client.call_api(
5309
+ :GET,
5310
+ path,
5311
+ endpoint,
5312
+ header_params: header_params,
5313
+ query_params: query_params,
5314
+ operation_signing_strategy: operation_signing_strategy,
5315
+ body: post_body,
5316
+ return_type: 'OCI::Core::Models::Cpe'
5317
+ )
5318
+ end
5319
+ # rubocop:enable Metrics/BlockLength
5320
+ end
5321
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
5322
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
5323
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
5324
+ # rubocop:enable Lint/UnusedMethodArgument
5325
+
5326
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
5327
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
5328
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
5329
+
5330
+
5331
+ # Renders a set of CPE configuration content that can help a network engineer configure the actual
5332
+ # CPE device (for example, a hardware router) represented by the specified {Cpe}
5333
+ # object.
5334
+ #
5335
+ # The rendered content is specific to the type of CPE device (for example, Cisco ASA). Therefore the
5336
+ # {Cpe} must have the CPE's device type specified by the `cpeDeviceShapeId`
5337
+ # attribute. The content optionally includes answers that the customer provides (see
5338
+ # {#update_tunnel_cpe_device_config update_tunnel_cpe_device_config}),
5339
+ # merged with a template of other information specific to the CPE device type.
5340
+ #
5341
+ # The operation returns configuration information for *all* of the
5342
+ # {IPSecConnection} objects that use the specified CPE.
5343
+ # Here are similar operations:
5344
+ #
4591
5345
  # * {#get_ipsec_cpe_device_config_content get_ipsec_cpe_device_config_content}
4592
5346
  # returns CPE configuration content for all tunnels in a single IPSec connection.
4593
5347
  # * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
@@ -6047,7 +6801,7 @@ module OCI
6047
6801
  # Gets the specified public IP. You must specify the object's OCID.
6048
6802
  #
6049
6803
  # Alternatively, you can get the object by using {#get_public_ip_by_ip_address get_public_ip_by_ip_address}
6050
- # with the public IP address (for example, 129.146.2.1).
6804
+ # with the public IP address (for example, 203.0.113.2).
6051
6805
  #
6052
6806
  # Or you can use {#get_public_ip_by_private_ip_id get_public_ip_by_private_ip_id}
6053
6807
  # with the OCID of the private IP that the public IP is assigned to.
@@ -6108,7 +6862,7 @@ module OCI
6108
6862
  # rubocop:disable Lint/UnusedMethodArgument
6109
6863
 
6110
6864
 
6111
- # Gets the public IP based on the public IP address (for example, 129.146.2.1).
6865
+ # Gets the public IP based on the public IP address (for example, 203.0.113.2).
6112
6866
  #
6113
6867
  # **Note:** If you're fetching a reserved public IP that is in the process of being
6114
6868
  # moved to a different private IP, the service returns the public IP object with
@@ -6222,6 +6976,62 @@ module OCI
6222
6976
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
6223
6977
  # rubocop:enable Lint/UnusedMethodArgument
6224
6978
 
6979
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6980
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
6981
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
6982
+
6983
+
6984
+ # Gets the specified Public Ip Pool object. You must specify the object's OCID.
6985
+ #
6986
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
6987
+ # @param [Hash] opts the optional parameters
6988
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6989
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6990
+ # @option opts [String] :opc_request_id Unique identifier for the request.
6991
+ # If you need to contact Oracle about a particular request, please provide the request ID.
6992
+ #
6993
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
6994
+ def get_public_ip_pool(public_ip_pool_id, opts = {})
6995
+ logger.debug 'Calling operation VirtualNetworkClient#get_public_ip_pool.' if logger
6996
+
6997
+ raise "Missing the required parameter 'public_ip_pool_id' when calling get_public_ip_pool." if public_ip_pool_id.nil?
6998
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
6999
+
7000
+ path = '/publicIpPools/{publicIpPoolId}'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
7001
+ operation_signing_strategy = :standard
7002
+
7003
+ # rubocop:disable Style/NegatedIf
7004
+ # Query Params
7005
+ query_params = {}
7006
+
7007
+ # Header Params
7008
+ header_params = {}
7009
+ header_params[:accept] = 'application/json'
7010
+ header_params[:'content-type'] = 'application/json'
7011
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
7012
+ # rubocop:enable Style/NegatedIf
7013
+
7014
+ post_body = nil
7015
+
7016
+ # rubocop:disable Metrics/BlockLength
7017
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_public_ip_pool') do
7018
+ @api_client.call_api(
7019
+ :GET,
7020
+ path,
7021
+ endpoint,
7022
+ header_params: header_params,
7023
+ query_params: query_params,
7024
+ operation_signing_strategy: operation_signing_strategy,
7025
+ body: post_body,
7026
+ return_type: 'OCI::Core::Models::PublicIpPool'
7027
+ )
7028
+ end
7029
+ # rubocop:enable Metrics/BlockLength
7030
+ end
7031
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
7032
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
7033
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
7034
+
6225
7035
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6226
7036
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
6227
7037
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
@@ -6836,26 +7646,24 @@ module OCI
6836
7646
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6837
7647
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
6838
7648
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
6839
- # rubocop:disable Lint/UnusedMethodArgument
6840
7649
 
6841
7650
 
6842
- # Gets the information for the specified virtual network interface card (VNIC).
6843
- # You can get the VNIC OCID from the
6844
- # {#list_vnic_attachments list_vnic_attachments}
6845
- # operation.
6846
- #
6847
- # @param [String] vnic_id The OCID of the VNIC.
7651
+ # Gets the specified VLAN's information.
7652
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
6848
7653
  # @param [Hash] opts the optional parameters
6849
7654
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6850
7655
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6851
- # @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
6852
- def get_vnic(vnic_id, opts = {})
6853
- logger.debug 'Calling operation VirtualNetworkClient#get_vnic.' if logger
7656
+ # @option opts [String] :opc_request_id Unique identifier for the request.
7657
+ # If you need to contact Oracle about a particular request, please provide the request ID.
7658
+ #
7659
+ # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
7660
+ def get_vlan(vlan_id, opts = {})
7661
+ logger.debug 'Calling operation VirtualNetworkClient#get_vlan.' if logger
6854
7662
 
6855
- raise "Missing the required parameter 'vnic_id' when calling get_vnic." if vnic_id.nil?
6856
- raise "Parameter value for 'vnic_id' must not be blank" if OCI::Internal::Util.blank_string?(vnic_id)
7663
+ raise "Missing the required parameter 'vlan_id' when calling get_vlan." if vlan_id.nil?
7664
+ raise "Parameter value for 'vlan_id' must not be blank" if OCI::Internal::Util.blank_string?(vlan_id)
6857
7665
 
6858
- path = '/vnics/{vnicId}'.sub('{vnicId}', vnic_id.to_s)
7666
+ path = '/vlans/{vlanId}'.sub('{vlanId}', vlan_id.to_s)
6859
7667
  operation_signing_strategy = :standard
6860
7668
 
6861
7669
  # rubocop:disable Style/NegatedIf
@@ -6866,12 +7674,13 @@ module OCI
6866
7674
  header_params = {}
6867
7675
  header_params[:accept] = 'application/json'
6868
7676
  header_params[:'content-type'] = 'application/json'
7677
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
6869
7678
  # rubocop:enable Style/NegatedIf
6870
7679
 
6871
7680
  post_body = nil
6872
7681
 
6873
7682
  # rubocop:disable Metrics/BlockLength
6874
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_vnic') do
7683
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_vlan') do
6875
7684
  @api_client.call_api(
6876
7685
  :GET,
6877
7686
  path,
@@ -6880,7 +7689,7 @@ module OCI
6880
7689
  query_params: query_params,
6881
7690
  operation_signing_strategy: operation_signing_strategy,
6882
7691
  body: post_body,
6883
- return_type: 'OCI::Core::Models::Vnic'
7692
+ return_type: 'OCI::Core::Models::Vlan'
6884
7693
  )
6885
7694
  end
6886
7695
  # rubocop:enable Metrics/BlockLength
@@ -6888,7 +7697,6 @@ module OCI
6888
7697
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6889
7698
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
6890
7699
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
6891
- # rubocop:enable Lint/UnusedMethodArgument
6892
7700
 
6893
7701
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6894
7702
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
@@ -6896,18 +7704,23 @@ module OCI
6896
7704
  # rubocop:disable Lint/UnusedMethodArgument
6897
7705
 
6898
7706
 
6899
- # Lists the regions that support remote VCN peering (which is peering across regions).
6900
- # For more information, see [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
7707
+ # Gets the information for the specified virtual network interface card (VNIC).
7708
+ # You can get the VNIC OCID from the
7709
+ # {#list_vnic_attachments list_vnic_attachments}
7710
+ # operation.
6901
7711
  #
7712
+ # @param [String] vnic_id The OCID of the VNIC.
6902
7713
  # @param [Hash] opts the optional parameters
6903
7714
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6904
7715
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6905
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PeerRegionForRemotePeering PeerRegionForRemotePeering}>
6906
- def list_allowed_peer_regions_for_remote_peering(opts = {})
6907
- logger.debug 'Calling operation VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering.' if logger
7716
+ # @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
7717
+ def get_vnic(vnic_id, opts = {})
7718
+ logger.debug 'Calling operation VirtualNetworkClient#get_vnic.' if logger
6908
7719
 
7720
+ raise "Missing the required parameter 'vnic_id' when calling get_vnic." if vnic_id.nil?
7721
+ raise "Parameter value for 'vnic_id' must not be blank" if OCI::Internal::Util.blank_string?(vnic_id)
6909
7722
 
6910
- path = '/allowedPeerRegionsForRemotePeering'
7723
+ path = '/vnics/{vnicId}'.sub('{vnicId}', vnic_id.to_s)
6911
7724
  operation_signing_strategy = :standard
6912
7725
 
6913
7726
  # rubocop:disable Style/NegatedIf
@@ -6923,7 +7736,7 @@ module OCI
6923
7736
  post_body = nil
6924
7737
 
6925
7738
  # rubocop:disable Metrics/BlockLength
6926
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering') do
7739
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_vnic') do
6927
7740
  @api_client.call_api(
6928
7741
  :GET,
6929
7742
  path,
@@ -6932,7 +7745,7 @@ module OCI
6932
7745
  query_params: query_params,
6933
7746
  operation_signing_strategy: operation_signing_strategy,
6934
7747
  body: post_body,
6935
- return_type: 'Array<OCI::Core::Models::PeerRegionForRemotePeering>'
7748
+ return_type: 'OCI::Core::Models::Vnic'
6936
7749
  )
6937
7750
  end
6938
7751
  # rubocop:enable Metrics/BlockLength
@@ -6945,63 +7758,37 @@ module OCI
6945
7758
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
6946
7759
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
6947
7760
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
7761
+ # rubocop:disable Lint/UnusedMethodArgument
6948
7762
 
6949
7763
 
6950
- # Lists the CPE device types that the Networking service provides CPE configuration
6951
- # content for (example: Cisco ASA). The content helps a network engineer configure
6952
- # the actual CPE device represented by a {Cpe} object.
6953
- #
6954
- # If you want to generate CPE configuration content for one of the returned CPE device types,
6955
- # ensure that the {Cpe} object's `cpeDeviceShapeId` attribute is set
6956
- # to the CPE device type's OCID (returned by this operation).
6957
- #
6958
- # For information about generating CPE configuration content, see these operations:
6959
- #
6960
- # * {#get_cpe_device_config_content get_cpe_device_config_content}
6961
- # * {#get_ipsec_cpe_device_config_content get_ipsec_cpe_device_config_content}
6962
- # * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
7764
+ # Lists the regions that support remote VCN peering (which is peering across regions).
7765
+ # For more information, see [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
6963
7766
  #
6964
7767
  # @param [Hash] opts the optional parameters
6965
7768
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6966
7769
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6967
- # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
6968
- # \"List\" call. For important details about how pagination works, see
6969
- # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
6970
- #
6971
- # Example: `50`
6972
- #
6973
- # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
6974
- # call. For important details about how pagination works, see
6975
- # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
6976
- #
6977
- # @option opts [String] :opc_request_id Unique identifier for the request.
6978
- # If you need to contact Oracle about a particular request, please provide the request ID.
6979
- #
6980
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CpeDeviceShapeSummary CpeDeviceShapeSummary}>
6981
- def list_cpe_device_shapes(opts = {})
6982
- logger.debug 'Calling operation VirtualNetworkClient#list_cpe_device_shapes.' if logger
7770
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PeerRegionForRemotePeering PeerRegionForRemotePeering}>
7771
+ def list_allowed_peer_regions_for_remote_peering(opts = {})
7772
+ logger.debug 'Calling operation VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering.' if logger
6983
7773
 
6984
7774
 
6985
- path = '/cpeDeviceShapes'
7775
+ path = '/allowedPeerRegionsForRemotePeering'
6986
7776
  operation_signing_strategy = :standard
6987
7777
 
6988
7778
  # rubocop:disable Style/NegatedIf
6989
7779
  # Query Params
6990
7780
  query_params = {}
6991
- query_params[:limit] = opts[:limit] if opts[:limit]
6992
- query_params[:page] = opts[:page] if opts[:page]
6993
7781
 
6994
7782
  # Header Params
6995
7783
  header_params = {}
6996
7784
  header_params[:accept] = 'application/json'
6997
7785
  header_params[:'content-type'] = 'application/json'
6998
- header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
6999
7786
  # rubocop:enable Style/NegatedIf
7000
7787
 
7001
7788
  post_body = nil
7002
7789
 
7003
7790
  # rubocop:disable Metrics/BlockLength
7004
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cpe_device_shapes') do
7791
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering') do
7005
7792
  @api_client.call_api(
7006
7793
  :GET,
7007
7794
  path,
@@ -7010,7 +7797,7 @@ module OCI
7010
7797
  query_params: query_params,
7011
7798
  operation_signing_strategy: operation_signing_strategy,
7012
7799
  body: post_body,
7013
- return_type: 'Array<OCI::Core::Models::CpeDeviceShapeSummary>'
7800
+ return_type: 'Array<OCI::Core::Models::PeerRegionForRemotePeering>'
7014
7801
  )
7015
7802
  end
7016
7803
  # rubocop:enable Metrics/BlockLength
@@ -7018,18 +7805,23 @@ module OCI
7018
7805
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
7019
7806
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
7020
7807
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
7808
+ # rubocop:enable Lint/UnusedMethodArgument
7021
7809
 
7022
7810
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
7023
7811
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
7024
7812
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
7025
7813
 
7026
7814
 
7027
- # Lists the customer-premises equipment objects (CPEs) in the specified compartment.
7815
+ # Lists the ByoipAllocatedRange objects for the ByoipRange.
7816
+ # Each ByoipAllocatedRange object has a CIDR block part of the ByoipRange and the PublicIpPool it is assigned to.
7028
7817
  #
7029
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
7818
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
7030
7819
  # @param [Hash] opts the optional parameters
7031
7820
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7032
7821
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7822
+ # @option opts [String] :opc_request_id Unique identifier for the request.
7823
+ # If you need to contact Oracle about a particular request, please provide the request ID.
7824
+ #
7033
7825
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
7034
7826
  # \"List\" call. For important details about how pagination works, see
7035
7827
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -7040,19 +7832,19 @@ module OCI
7040
7832
  # call. For important details about how pagination works, see
7041
7833
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
7042
7834
  #
7043
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Cpe Cpe}>
7044
- def list_cpes(compartment_id, opts = {})
7045
- logger.debug 'Calling operation VirtualNetworkClient#list_cpes.' if logger
7835
+ # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipAllocatedRangeCollection ByoipAllocatedRangeCollection}
7836
+ def list_byoip_allocated_ranges(byoip_range_id, opts = {})
7837
+ logger.debug 'Calling operation VirtualNetworkClient#list_byoip_allocated_ranges.' if logger
7046
7838
 
7047
- raise "Missing the required parameter 'compartment_id' when calling list_cpes." if compartment_id.nil?
7839
+ raise "Missing the required parameter 'byoip_range_id' when calling list_byoip_allocated_ranges." if byoip_range_id.nil?
7840
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
7048
7841
 
7049
- path = '/cpes'
7842
+ path = '/byoipRanges/{byoipRangeId}/byoipAllocatedRanges'.sub('{byoipRangeId}', byoip_range_id.to_s)
7050
7843
  operation_signing_strategy = :standard
7051
7844
 
7052
7845
  # rubocop:disable Style/NegatedIf
7053
7846
  # Query Params
7054
7847
  query_params = {}
7055
- query_params[:compartmentId] = compartment_id
7056
7848
  query_params[:limit] = opts[:limit] if opts[:limit]
7057
7849
  query_params[:page] = opts[:page] if opts[:page]
7058
7850
 
@@ -7060,12 +7852,13 @@ module OCI
7060
7852
  header_params = {}
7061
7853
  header_params[:accept] = 'application/json'
7062
7854
  header_params[:'content-type'] = 'application/json'
7855
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
7063
7856
  # rubocop:enable Style/NegatedIf
7064
7857
 
7065
7858
  post_body = nil
7066
7859
 
7067
7860
  # rubocop:disable Metrics/BlockLength
7068
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cpes') do
7861
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_byoip_allocated_ranges') do
7069
7862
  @api_client.call_api(
7070
7863
  :GET,
7071
7864
  path,
@@ -7074,7 +7867,7 @@ module OCI
7074
7867
  query_params: query_params,
7075
7868
  operation_signing_strategy: operation_signing_strategy,
7076
7869
  body: post_body,
7077
- return_type: 'Array<OCI::Core::Models::Cpe>'
7870
+ return_type: 'OCI::Core::Models::ByoipAllocatedRangeCollection'
7078
7871
  )
7079
7872
  end
7080
7873
  # rubocop:enable Metrics/BlockLength
@@ -7088,12 +7881,16 @@ module OCI
7088
7881
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
7089
7882
 
7090
7883
 
7091
- # Lists the cross-connect groups in the specified compartment.
7884
+ # Lists the ByoipRange objects in the specified compartment.
7885
+ # You can filter the list by using query parameters.
7092
7886
  #
7093
7887
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
7094
7888
  # @param [Hash] opts the optional parameters
7095
7889
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7096
7890
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7891
+ # @option opts [String] :opc_request_id Unique identifier for the request.
7892
+ # If you need to contact Oracle about a particular request, please provide the request ID.
7893
+ #
7097
7894
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
7098
7895
  # \"List\" call. For important details about how pagination works, see
7099
7896
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -7106,6 +7903,8 @@ module OCI
7106
7903
  #
7107
7904
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
7108
7905
  #
7906
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle state name exactly.
7907
+ #
7109
7908
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
7110
7909
  # TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
7111
7910
  # sort order is case sensitive.
@@ -7120,13 +7919,11 @@ module OCI
7120
7919
  # is case sensitive.
7121
7920
  #
7122
7921
  # Allowed values are: ASC, DESC
7123
- # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
7124
- #
7125
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectGroup CrossConnectGroup}>
7126
- def list_cross_connect_groups(compartment_id, opts = {})
7127
- logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_groups.' if logger
7922
+ # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRangeCollection ByoipRangeCollection}
7923
+ def list_byoip_ranges(compartment_id, opts = {})
7924
+ logger.debug 'Calling operation VirtualNetworkClient#list_byoip_ranges.' if logger
7128
7925
 
7129
- raise "Missing the required parameter 'compartment_id' when calling list_cross_connect_groups." if compartment_id.nil?
7926
+ raise "Missing the required parameter 'compartment_id' when calling list_byoip_ranges." if compartment_id.nil?
7130
7927
 
7131
7928
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
7132
7929
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -7136,11 +7933,7 @@ module OCI
7136
7933
  raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
7137
7934
  end
7138
7935
 
7139
- if opts[:lifecycle_state] && !OCI::Core::Models::CrossConnectGroup::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
7140
- raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::CrossConnectGroup::LIFECYCLE_STATE_ENUM.'
7141
- end
7142
-
7143
- path = '/crossConnectGroups'
7936
+ path = '/byoipRanges'
7144
7937
  operation_signing_strategy = :standard
7145
7938
 
7146
7939
  # rubocop:disable Style/NegatedIf
@@ -7150,20 +7943,21 @@ module OCI
7150
7943
  query_params[:limit] = opts[:limit] if opts[:limit]
7151
7944
  query_params[:page] = opts[:page] if opts[:page]
7152
7945
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
7946
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
7153
7947
  query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
7154
7948
  query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
7155
- query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
7156
7949
 
7157
7950
  # Header Params
7158
7951
  header_params = {}
7159
7952
  header_params[:accept] = 'application/json'
7160
7953
  header_params[:'content-type'] = 'application/json'
7954
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
7161
7955
  # rubocop:enable Style/NegatedIf
7162
7956
 
7163
7957
  post_body = nil
7164
7958
 
7165
7959
  # rubocop:disable Metrics/BlockLength
7166
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cross_connect_groups') do
7960
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_byoip_ranges') do
7167
7961
  @api_client.call_api(
7168
7962
  :GET,
7169
7963
  path,
@@ -7172,7 +7966,7 @@ module OCI
7172
7966
  query_params: query_params,
7173
7967
  operation_signing_strategy: operation_signing_strategy,
7174
7968
  body: post_body,
7175
- return_type: 'Array<OCI::Core::Models::CrossConnectGroup>'
7969
+ return_type: 'OCI::Core::Models::ByoipRangeCollection'
7176
7970
  )
7177
7971
  end
7178
7972
  # rubocop:enable Metrics/BlockLength
@@ -7186,10 +7980,20 @@ module OCI
7186
7980
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
7187
7981
 
7188
7982
 
7189
- # Lists the available FastConnect locations for cross-connect installation. You need
7190
- # this information so you can specify your desired location when you create a cross-connect.
7983
+ # Lists the CPE device types that the Networking service provides CPE configuration
7984
+ # content for (example: Cisco ASA). The content helps a network engineer configure
7985
+ # the actual CPE device represented by a {Cpe} object.
7986
+ #
7987
+ # If you want to generate CPE configuration content for one of the returned CPE device types,
7988
+ # ensure that the {Cpe} object's `cpeDeviceShapeId` attribute is set
7989
+ # to the CPE device type's OCID (returned by this operation).
7990
+ #
7991
+ # For information about generating CPE configuration content, see these operations:
7992
+ #
7993
+ # * {#get_cpe_device_config_content get_cpe_device_config_content}
7994
+ # * {#get_ipsec_cpe_device_config_content get_ipsec_cpe_device_config_content}
7995
+ # * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
7191
7996
  #
7192
- # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
7193
7997
  # @param [Hash] opts the optional parameters
7194
7998
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7195
7999
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -7203,13 +8007,242 @@ module OCI
7203
8007
  # call. For important details about how pagination works, see
7204
8008
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
7205
8009
  #
7206
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectLocation CrossConnectLocation}>
7207
- def list_cross_connect_locations(compartment_id, opts = {})
7208
- logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_locations.' if logger
7209
-
7210
- raise "Missing the required parameter 'compartment_id' when calling list_cross_connect_locations." if compartment_id.nil?
7211
-
7212
- path = '/crossConnectLocations'
8010
+ # @option opts [String] :opc_request_id Unique identifier for the request.
8011
+ # If you need to contact Oracle about a particular request, please provide the request ID.
8012
+ #
8013
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CpeDeviceShapeSummary CpeDeviceShapeSummary}>
8014
+ def list_cpe_device_shapes(opts = {})
8015
+ logger.debug 'Calling operation VirtualNetworkClient#list_cpe_device_shapes.' if logger
8016
+
8017
+
8018
+ path = '/cpeDeviceShapes'
8019
+ operation_signing_strategy = :standard
8020
+
8021
+ # rubocop:disable Style/NegatedIf
8022
+ # Query Params
8023
+ query_params = {}
8024
+ query_params[:limit] = opts[:limit] if opts[:limit]
8025
+ query_params[:page] = opts[:page] if opts[:page]
8026
+
8027
+ # Header Params
8028
+ header_params = {}
8029
+ header_params[:accept] = 'application/json'
8030
+ header_params[:'content-type'] = 'application/json'
8031
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
8032
+ # rubocop:enable Style/NegatedIf
8033
+
8034
+ post_body = nil
8035
+
8036
+ # rubocop:disable Metrics/BlockLength
8037
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cpe_device_shapes') do
8038
+ @api_client.call_api(
8039
+ :GET,
8040
+ path,
8041
+ endpoint,
8042
+ header_params: header_params,
8043
+ query_params: query_params,
8044
+ operation_signing_strategy: operation_signing_strategy,
8045
+ body: post_body,
8046
+ return_type: 'Array<OCI::Core::Models::CpeDeviceShapeSummary>'
8047
+ )
8048
+ end
8049
+ # rubocop:enable Metrics/BlockLength
8050
+ end
8051
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8052
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
8053
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
8054
+
8055
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8056
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
8057
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8058
+
8059
+
8060
+ # Lists the customer-premises equipment objects (CPEs) in the specified compartment.
8061
+ #
8062
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8063
+ # @param [Hash] opts the optional parameters
8064
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8065
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8066
+ # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
8067
+ # \"List\" call. For important details about how pagination works, see
8068
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8069
+ #
8070
+ # Example: `50`
8071
+ #
8072
+ # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
8073
+ # call. For important details about how pagination works, see
8074
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8075
+ #
8076
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Cpe Cpe}>
8077
+ def list_cpes(compartment_id, opts = {})
8078
+ logger.debug 'Calling operation VirtualNetworkClient#list_cpes.' if logger
8079
+
8080
+ raise "Missing the required parameter 'compartment_id' when calling list_cpes." if compartment_id.nil?
8081
+
8082
+ path = '/cpes'
8083
+ operation_signing_strategy = :standard
8084
+
8085
+ # rubocop:disable Style/NegatedIf
8086
+ # Query Params
8087
+ query_params = {}
8088
+ query_params[:compartmentId] = compartment_id
8089
+ query_params[:limit] = opts[:limit] if opts[:limit]
8090
+ query_params[:page] = opts[:page] if opts[:page]
8091
+
8092
+ # Header Params
8093
+ header_params = {}
8094
+ header_params[:accept] = 'application/json'
8095
+ header_params[:'content-type'] = 'application/json'
8096
+ # rubocop:enable Style/NegatedIf
8097
+
8098
+ post_body = nil
8099
+
8100
+ # rubocop:disable Metrics/BlockLength
8101
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cpes') do
8102
+ @api_client.call_api(
8103
+ :GET,
8104
+ path,
8105
+ endpoint,
8106
+ header_params: header_params,
8107
+ query_params: query_params,
8108
+ operation_signing_strategy: operation_signing_strategy,
8109
+ body: post_body,
8110
+ return_type: 'Array<OCI::Core::Models::Cpe>'
8111
+ )
8112
+ end
8113
+ # rubocop:enable Metrics/BlockLength
8114
+ end
8115
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8116
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
8117
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
8118
+
8119
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8120
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
8121
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8122
+
8123
+
8124
+ # Lists the cross-connect groups in the specified compartment.
8125
+ #
8126
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8127
+ # @param [Hash] opts the optional parameters
8128
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8129
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8130
+ # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
8131
+ # \"List\" call. For important details about how pagination works, see
8132
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8133
+ #
8134
+ # Example: `50`
8135
+ #
8136
+ # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
8137
+ # call. For important details about how pagination works, see
8138
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8139
+ #
8140
+ # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
8141
+ #
8142
+ # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
8143
+ # TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
8144
+ # sort order is case sensitive.
8145
+ #
8146
+ # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
8147
+ # optionally filter by availability domain if the scope of the resource type is within a
8148
+ # single availability domain. If you call one of these \"List\" operations without specifying
8149
+ # an availability domain, the resources are grouped by availability domain, then sorted.
8150
+ #
8151
+ # Allowed values are: TIMECREATED, DISPLAYNAME
8152
+ # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
8153
+ # is case sensitive.
8154
+ #
8155
+ # Allowed values are: ASC, DESC
8156
+ # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
8157
+ #
8158
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectGroup CrossConnectGroup}>
8159
+ def list_cross_connect_groups(compartment_id, opts = {})
8160
+ logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_groups.' if logger
8161
+
8162
+ raise "Missing the required parameter 'compartment_id' when calling list_cross_connect_groups." if compartment_id.nil?
8163
+
8164
+ if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
8165
+ raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
8166
+ end
8167
+
8168
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
8169
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
8170
+ end
8171
+
8172
+ if opts[:lifecycle_state] && !OCI::Core::Models::CrossConnectGroup::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
8173
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::CrossConnectGroup::LIFECYCLE_STATE_ENUM.'
8174
+ end
8175
+
8176
+ path = '/crossConnectGroups'
8177
+ operation_signing_strategy = :standard
8178
+
8179
+ # rubocop:disable Style/NegatedIf
8180
+ # Query Params
8181
+ query_params = {}
8182
+ query_params[:compartmentId] = compartment_id
8183
+ query_params[:limit] = opts[:limit] if opts[:limit]
8184
+ query_params[:page] = opts[:page] if opts[:page]
8185
+ query_params[:displayName] = opts[:display_name] if opts[:display_name]
8186
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
8187
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
8188
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
8189
+
8190
+ # Header Params
8191
+ header_params = {}
8192
+ header_params[:accept] = 'application/json'
8193
+ header_params[:'content-type'] = 'application/json'
8194
+ # rubocop:enable Style/NegatedIf
8195
+
8196
+ post_body = nil
8197
+
8198
+ # rubocop:disable Metrics/BlockLength
8199
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_cross_connect_groups') do
8200
+ @api_client.call_api(
8201
+ :GET,
8202
+ path,
8203
+ endpoint,
8204
+ header_params: header_params,
8205
+ query_params: query_params,
8206
+ operation_signing_strategy: operation_signing_strategy,
8207
+ body: post_body,
8208
+ return_type: 'Array<OCI::Core::Models::CrossConnectGroup>'
8209
+ )
8210
+ end
8211
+ # rubocop:enable Metrics/BlockLength
8212
+ end
8213
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8214
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
8215
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
8216
+
8217
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
8218
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
8219
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8220
+
8221
+
8222
+ # Lists the available FastConnect locations for cross-connect installation. You need
8223
+ # this information so you can specify your desired location when you create a cross-connect.
8224
+ #
8225
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8226
+ # @param [Hash] opts the optional parameters
8227
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8228
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8229
+ # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
8230
+ # \"List\" call. For important details about how pagination works, see
8231
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8232
+ #
8233
+ # Example: `50`
8234
+ #
8235
+ # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
8236
+ # call. For important details about how pagination works, see
8237
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8238
+ #
8239
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectLocation CrossConnectLocation}>
8240
+ def list_cross_connect_locations(compartment_id, opts = {})
8241
+ logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_locations.' if logger
8242
+
8243
+ raise "Missing the required parameter 'compartment_id' when calling list_cross_connect_locations." if compartment_id.nil?
8244
+
8245
+ path = '/crossConnectLocations'
7213
8246
  operation_signing_strategy = :standard
7214
8247
 
7215
8248
  # rubocop:disable Style/NegatedIf
@@ -7419,14 +8452,15 @@ module OCI
7419
8452
 
7420
8453
 
7421
8454
  # Lists the sets of DHCP options in the specified VCN and specified compartment.
8455
+ # If the VCN ID is not provided, then the list includes the sets of DHCP options from all VCNs in the specified compartment.
7422
8456
  # The response includes the default set of options that automatically comes with each VCN,
7423
8457
  # plus any other sets you've created.
7424
8458
  #
7425
8459
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
7426
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7427
8460
  # @param [Hash] opts the optional parameters
7428
8461
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7429
8462
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8463
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7430
8464
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
7431
8465
  # \"List\" call. For important details about how pagination works, see
7432
8466
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -7456,11 +8490,10 @@ module OCI
7456
8490
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
7457
8491
  #
7458
8492
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DhcpOptions DhcpOptions}>
7459
- def list_dhcp_options(compartment_id, vcn_id, opts = {})
8493
+ def list_dhcp_options(compartment_id, opts = {})
7460
8494
  logger.debug 'Calling operation VirtualNetworkClient#list_dhcp_options.' if logger
7461
8495
 
7462
8496
  raise "Missing the required parameter 'compartment_id' when calling list_dhcp_options." if compartment_id.nil?
7463
- raise "Missing the required parameter 'vcn_id' when calling list_dhcp_options." if vcn_id.nil?
7464
8497
 
7465
8498
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
7466
8499
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -7481,7 +8514,7 @@ module OCI
7481
8514
  # Query Params
7482
8515
  query_params = {}
7483
8516
  query_params[:compartmentId] = compartment_id
7484
- query_params[:vcnId] = vcn_id
8517
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
7485
8518
  query_params[:limit] = opts[:limit] if opts[:limit]
7486
8519
  query_params[:page] = opts[:page] if opts[:page]
7487
8520
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
@@ -7792,12 +8825,13 @@ module OCI
7792
8825
 
7793
8826
 
7794
8827
  # Lists the internet gateways in the specified VCN and the specified compartment.
8828
+ # If the VCN ID is not provided, then the list includes the internet gateways from all VCNs in the specified compartment.
7795
8829
  #
7796
8830
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
7797
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7798
8831
  # @param [Hash] opts the optional parameters
7799
8832
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7800
8833
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
8834
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
7801
8835
  # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
7802
8836
  # \"List\" call. For important details about how pagination works, see
7803
8837
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -7827,11 +8861,10 @@ module OCI
7827
8861
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
7828
8862
  #
7829
8863
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InternetGateway InternetGateway}>
7830
- def list_internet_gateways(compartment_id, vcn_id, opts = {})
8864
+ def list_internet_gateways(compartment_id, opts = {})
7831
8865
  logger.debug 'Calling operation VirtualNetworkClient#list_internet_gateways.' if logger
7832
8866
 
7833
8867
  raise "Missing the required parameter 'compartment_id' when calling list_internet_gateways." if compartment_id.nil?
7834
- raise "Missing the required parameter 'vcn_id' when calling list_internet_gateways." if vcn_id.nil?
7835
8868
 
7836
8869
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
7837
8870
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -7852,7 +8885,7 @@ module OCI
7852
8885
  # Query Params
7853
8886
  query_params = {}
7854
8887
  query_params[:compartmentId] = compartment_id
7855
- query_params[:vcnId] = vcn_id
8888
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
7856
8889
  query_params[:limit] = opts[:limit] if opts[:limit]
7857
8890
  query_params[:page] = opts[:page] if opts[:page]
7858
8891
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
@@ -8105,11 +9138,10 @@ module OCI
8105
9138
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8106
9139
 
8107
9140
 
8108
- # Lists the local peering gateways (LPGs) for the specified VCN and compartment
8109
- # (the LPG's compartment).
9141
+ # Lists the local peering gateways (LPGs) for the specified VCN and specified compartment.
9142
+ # If the VCN ID is not provided, then the list includes the LPGs from all VCNs in the specified compartment.
8110
9143
  #
8111
9144
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8112
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8113
9145
  # @param [Hash] opts the optional parameters
8114
9146
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8115
9147
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8123,12 +9155,12 @@ module OCI
8123
9155
  # call. For important details about how pagination works, see
8124
9156
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8125
9157
  #
9158
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8126
9159
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}>
8127
- def list_local_peering_gateways(compartment_id, vcn_id, opts = {})
9160
+ def list_local_peering_gateways(compartment_id, opts = {})
8128
9161
  logger.debug 'Calling operation VirtualNetworkClient#list_local_peering_gateways.' if logger
8129
9162
 
8130
9163
  raise "Missing the required parameter 'compartment_id' when calling list_local_peering_gateways." if compartment_id.nil?
8131
- raise "Missing the required parameter 'vcn_id' when calling list_local_peering_gateways." if vcn_id.nil?
8132
9164
 
8133
9165
  path = '/localPeeringGateways'
8134
9166
  operation_signing_strategy = :standard
@@ -8137,9 +9169,9 @@ module OCI
8137
9169
  # Query Params
8138
9170
  query_params = {}
8139
9171
  query_params[:compartmentId] = compartment_id
8140
- query_params[:vcnId] = vcn_id
8141
9172
  query_params[:limit] = opts[:limit] if opts[:limit]
8142
9173
  query_params[:page] = opts[:page] if opts[:page]
9174
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
8143
9175
 
8144
9176
  # Header Params
8145
9177
  header_params = {}
@@ -8557,6 +9589,9 @@ module OCI
8557
9589
  # If you're listing all the private IPs associated with a given subnet
8558
9590
  # or VNIC, the response includes both primary and secondary private IPs.
8559
9591
  #
9592
+ # If you are an Oracle Cloud VMware Solution customer and have VLANs
9593
+ # in your VCN, you can filter the list by VLAN OCID. See {Vlan}.
9594
+ #
8560
9595
  # @param [Hash] opts the optional parameters
8561
9596
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8562
9597
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8575,6 +9610,7 @@ module OCI
8575
9610
  #
8576
9611
  # @option opts [String] :subnet_id The OCID of the subnet.
8577
9612
  # @option opts [String] :vnic_id The OCID of the VNIC.
9613
+ # @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
8578
9614
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PrivateIp PrivateIp}>
8579
9615
  def list_private_ips(opts = {})
8580
9616
  logger.debug 'Calling operation VirtualNetworkClient#list_private_ips.' if logger
@@ -8591,6 +9627,7 @@ module OCI
8591
9627
  query_params[:ipAddress] = opts[:ip_address] if opts[:ip_address]
8592
9628
  query_params[:subnetId] = opts[:subnet_id] if opts[:subnet_id]
8593
9629
  query_params[:vnicId] = opts[:vnic_id] if opts[:vnic_id]
9630
+ query_params[:vlanId] = opts[:vlan_id] if opts[:vlan_id]
8594
9631
 
8595
9632
  # Header Params
8596
9633
  header_params = {}
@@ -8624,13 +9661,112 @@ module OCI
8624
9661
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8625
9662
 
8626
9663
 
8627
- # Lists the {PublicIp} objects
8628
- # in the specified compartment. You can filter the list by using query parameters.
8629
- #
8630
- # To list your reserved public IPs:
8631
- # * Set `scope` = `REGION` (required)
8632
- # * Leave the `availabilityDomain` parameter empty
8633
- # * Set `lifetime` = `RESERVED`
9664
+ # Lists the PublicIpPool objects in the specified compartment.
9665
+ # You can filter the list by using query parameters.
9666
+ #
9667
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9668
+ # @param [Hash] opts the optional parameters
9669
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9670
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
9671
+ # @option opts [String] :opc_request_id Unique identifier for the request.
9672
+ # If you need to contact Oracle about a particular request, please provide the request ID.
9673
+ #
9674
+ # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
9675
+ # \"List\" call. For important details about how pagination works, see
9676
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9677
+ #
9678
+ # Example: `50`
9679
+ #
9680
+ # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
9681
+ # call. For important details about how pagination works, see
9682
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9683
+ #
9684
+ # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
9685
+ #
9686
+ # @option opts [String] :byoip_range_id A filter to return only resources that match the given Byoip Range
9687
+ #
9688
+ # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
9689
+ # TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
9690
+ # sort order is case sensitive.
9691
+ #
9692
+ # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
9693
+ # optionally filter by availability domain if the scope of the resource type is within a
9694
+ # single availability domain. If you call one of these \"List\" operations without specifying
9695
+ # an availability domain, the resources are grouped by availability domain, then sorted.
9696
+ #
9697
+ # Allowed values are: TIMECREATED, DISPLAYNAME
9698
+ # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
9699
+ # is case sensitive.
9700
+ #
9701
+ # Allowed values are: ASC, DESC
9702
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPoolCollection PublicIpPoolCollection}
9703
+ def list_public_ip_pools(compartment_id, opts = {})
9704
+ logger.debug 'Calling operation VirtualNetworkClient#list_public_ip_pools.' if logger
9705
+
9706
+ raise "Missing the required parameter 'compartment_id' when calling list_public_ip_pools." if compartment_id.nil?
9707
+
9708
+ if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
9709
+ raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
9710
+ end
9711
+
9712
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
9713
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
9714
+ end
9715
+
9716
+ path = '/publicIpPools'
9717
+ operation_signing_strategy = :standard
9718
+
9719
+ # rubocop:disable Style/NegatedIf
9720
+ # Query Params
9721
+ query_params = {}
9722
+ query_params[:compartmentId] = compartment_id
9723
+ query_params[:limit] = opts[:limit] if opts[:limit]
9724
+ query_params[:page] = opts[:page] if opts[:page]
9725
+ query_params[:displayName] = opts[:display_name] if opts[:display_name]
9726
+ query_params[:byoipRangeId] = opts[:byoip_range_id] if opts[:byoip_range_id]
9727
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
9728
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
9729
+
9730
+ # Header Params
9731
+ header_params = {}
9732
+ header_params[:accept] = 'application/json'
9733
+ header_params[:'content-type'] = 'application/json'
9734
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
9735
+ # rubocop:enable Style/NegatedIf
9736
+
9737
+ post_body = nil
9738
+
9739
+ # rubocop:disable Metrics/BlockLength
9740
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_public_ip_pools') do
9741
+ @api_client.call_api(
9742
+ :GET,
9743
+ path,
9744
+ endpoint,
9745
+ header_params: header_params,
9746
+ query_params: query_params,
9747
+ operation_signing_strategy: operation_signing_strategy,
9748
+ body: post_body,
9749
+ return_type: 'OCI::Core::Models::PublicIpPoolCollection'
9750
+ )
9751
+ end
9752
+ # rubocop:enable Metrics/BlockLength
9753
+ end
9754
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
9755
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
9756
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
9757
+
9758
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
9759
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
9760
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
9761
+
9762
+
9763
+ # Lists the {PublicIp} objects
9764
+ # in the specified compartment. You can filter the list by using query parameters.
9765
+ #
9766
+ # To list your reserved public IPs:
9767
+ # * Set `scope` = `REGION` (required)
9768
+ # * Leave the `availabilityDomain` parameter empty
9769
+ # * Set `lifetime` = `RESERVED`
8634
9770
  #
8635
9771
  # To list the ephemeral public IPs assigned to a regional entity such as a NAT gateway:
8636
9772
  # * Set `scope` = `REGION` (required)
@@ -8678,6 +9814,8 @@ module OCI
8678
9814
  # @option opts [String] :lifetime A filter to return only public IPs that match given lifetime.
8679
9815
  #
8680
9816
  # Allowed values are: EPHEMERAL, RESERVED
9817
+ # @option opts [String] :public_ip_pool_id A filter to return only resources that belong to the given public IP pool.
9818
+ #
8681
9819
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PublicIp PublicIp}>
8682
9820
  def list_public_ips(scope, compartment_id, opts = {})
8683
9821
  logger.debug 'Calling operation VirtualNetworkClient#list_public_ips.' if logger
@@ -8704,6 +9842,7 @@ module OCI
8704
9842
  query_params[:page] = opts[:page] if opts[:page]
8705
9843
  query_params[:availabilityDomain] = opts[:availability_domain] if opts[:availability_domain]
8706
9844
  query_params[:lifetime] = opts[:lifetime] if opts[:lifetime]
9845
+ query_params[:publicIpPoolId] = opts[:public_ip_pool_id] if opts[:public_ip_pool_id]
8707
9846
 
8708
9847
  # Header Params
8709
9848
  header_params = {}
@@ -8804,12 +9943,12 @@ module OCI
8804
9943
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
8805
9944
 
8806
9945
 
8807
- # Lists the route tables in the specified VCN and specified compartment. The response
8808
- # includes the default route table that automatically comes with each VCN, plus any route tables
8809
- # you've created.
9946
+ # Lists the route tables in the specified VCN and specified compartment.
9947
+ # If the VCN ID is not provided, then the list includes the route tables from all VCNs in the specified compartment.
9948
+ # The response includes the default route table that automatically comes with
9949
+ # each VCN in the specified compartment, plus any route tables you've created.
8810
9950
  #
8811
9951
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8812
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8813
9952
  # @param [Hash] opts the optional parameters
8814
9953
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8815
9954
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8823,6 +9962,7 @@ module OCI
8823
9962
  # call. For important details about how pagination works, see
8824
9963
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8825
9964
  #
9965
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8826
9966
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
8827
9967
  #
8828
9968
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -8842,11 +9982,10 @@ module OCI
8842
9982
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
8843
9983
  #
8844
9984
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::RouteTable RouteTable}>
8845
- def list_route_tables(compartment_id, vcn_id, opts = {})
9985
+ def list_route_tables(compartment_id, opts = {})
8846
9986
  logger.debug 'Calling operation VirtualNetworkClient#list_route_tables.' if logger
8847
9987
 
8848
9988
  raise "Missing the required parameter 'compartment_id' when calling list_route_tables." if compartment_id.nil?
8849
- raise "Missing the required parameter 'vcn_id' when calling list_route_tables." if vcn_id.nil?
8850
9989
 
8851
9990
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
8852
9991
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -8867,9 +10006,9 @@ module OCI
8867
10006
  # Query Params
8868
10007
  query_params = {}
8869
10008
  query_params[:compartmentId] = compartment_id
8870
- query_params[:vcnId] = vcn_id
8871
10009
  query_params[:limit] = opts[:limit] if opts[:limit]
8872
10010
  query_params[:page] = opts[:page] if opts[:page]
10011
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
8873
10012
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
8874
10013
  query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
8875
10014
  query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
@@ -8908,9 +10047,9 @@ module OCI
8908
10047
 
8909
10048
 
8910
10049
  # Lists the security lists in the specified VCN and compartment.
10050
+ # If the VCN ID is not provided, then the list includes the security lists from all VCNs in the specified compartment.
8911
10051
  #
8912
10052
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
8913
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8914
10053
  # @param [Hash] opts the optional parameters
8915
10054
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
8916
10055
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -8924,6 +10063,7 @@ module OCI
8924
10063
  # call. For important details about how pagination works, see
8925
10064
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8926
10065
  #
10066
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
8927
10067
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
8928
10068
  #
8929
10069
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -8943,11 +10083,10 @@ module OCI
8943
10083
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
8944
10084
  #
8945
10085
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::SecurityList SecurityList}>
8946
- def list_security_lists(compartment_id, vcn_id, opts = {})
10086
+ def list_security_lists(compartment_id, opts = {})
8947
10087
  logger.debug 'Calling operation VirtualNetworkClient#list_security_lists.' if logger
8948
10088
 
8949
10089
  raise "Missing the required parameter 'compartment_id' when calling list_security_lists." if compartment_id.nil?
8950
- raise "Missing the required parameter 'vcn_id' when calling list_security_lists." if vcn_id.nil?
8951
10090
 
8952
10091
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
8953
10092
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -8968,9 +10107,9 @@ module OCI
8968
10107
  # Query Params
8969
10108
  query_params = {}
8970
10109
  query_params[:compartmentId] = compartment_id
8971
- query_params[:vcnId] = vcn_id
8972
10110
  query_params[:limit] = opts[:limit] if opts[:limit]
8973
10111
  query_params[:page] = opts[:page] if opts[:page]
10112
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
8974
10113
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
8975
10114
  query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
8976
10115
  query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
@@ -9169,9 +10308,9 @@ module OCI
9169
10308
 
9170
10309
 
9171
10310
  # Lists the subnets in the specified VCN and the specified compartment.
10311
+ # If the VCN ID is not provided, then the list includes the subnets from all VCNs in the specified compartment.
9172
10312
  #
9173
10313
  # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
9174
- # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9175
10314
  # @param [Hash] opts the optional parameters
9176
10315
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9177
10316
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -9185,6 +10324,7 @@ module OCI
9185
10324
  # call. For important details about how pagination works, see
9186
10325
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9187
10326
  #
10327
+ # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9188
10328
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
9189
10329
  #
9190
10330
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
@@ -9201,14 +10341,13 @@ module OCI
9201
10341
  # is case sensitive.
9202
10342
  #
9203
10343
  # Allowed values are: ASC, DESC
9204
- # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10344
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
9205
10345
  #
9206
10346
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Subnet Subnet}>
9207
- def list_subnets(compartment_id, vcn_id, opts = {})
10347
+ def list_subnets(compartment_id, opts = {})
9208
10348
  logger.debug 'Calling operation VirtualNetworkClient#list_subnets.' if logger
9209
10349
 
9210
10350
  raise "Missing the required parameter 'compartment_id' when calling list_subnets." if compartment_id.nil?
9211
- raise "Missing the required parameter 'vcn_id' when calling list_subnets." if vcn_id.nil?
9212
10351
 
9213
10352
  if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
9214
10353
  raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
@@ -9229,9 +10368,9 @@ module OCI
9229
10368
  # Query Params
9230
10369
  query_params = {}
9231
10370
  query_params[:compartmentId] = compartment_id
9232
- query_params[:vcnId] = vcn_id
9233
10371
  query_params[:limit] = opts[:limit] if opts[:limit]
9234
10372
  query_params[:page] = opts[:page] if opts[:page]
10373
+ query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
9235
10374
  query_params[:displayName] = opts[:display_name] if opts[:display_name]
9236
10375
  query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
9237
10376
  query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
@@ -9526,57 +10665,285 @@ module OCI
9526
10665
  # Allowed values are: ASC, DESC
9527
10666
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
9528
10667
  #
9529
- # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuit VirtualCircuit}>
9530
- def list_virtual_circuits(compartment_id, opts = {})
9531
- logger.debug 'Calling operation VirtualNetworkClient#list_virtual_circuits.' if logger
9532
-
9533
- raise "Missing the required parameter 'compartment_id' when calling list_virtual_circuits." if compartment_id.nil?
9534
-
9535
- if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
9536
- raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
9537
- end
9538
-
9539
- if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
9540
- raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
9541
- end
10668
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuit VirtualCircuit}>
10669
+ def list_virtual_circuits(compartment_id, opts = {})
10670
+ logger.debug 'Calling operation VirtualNetworkClient#list_virtual_circuits.' if logger
10671
+
10672
+ raise "Missing the required parameter 'compartment_id' when calling list_virtual_circuits." if compartment_id.nil?
10673
+
10674
+ if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
10675
+ raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
10676
+ end
10677
+
10678
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
10679
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
10680
+ end
10681
+
10682
+ if opts[:lifecycle_state] && !OCI::Core::Models::VirtualCircuit::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
10683
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::VirtualCircuit::LIFECYCLE_STATE_ENUM.'
10684
+ end
10685
+
10686
+ path = '/virtualCircuits'
10687
+ operation_signing_strategy = :standard
10688
+
10689
+ # rubocop:disable Style/NegatedIf
10690
+ # Query Params
10691
+ query_params = {}
10692
+ query_params[:compartmentId] = compartment_id
10693
+ query_params[:limit] = opts[:limit] if opts[:limit]
10694
+ query_params[:page] = opts[:page] if opts[:page]
10695
+ query_params[:displayName] = opts[:display_name] if opts[:display_name]
10696
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
10697
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
10698
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
10699
+
10700
+ # Header Params
10701
+ header_params = {}
10702
+ header_params[:accept] = 'application/json'
10703
+ header_params[:'content-type'] = 'application/json'
10704
+ # rubocop:enable Style/NegatedIf
10705
+
10706
+ post_body = nil
10707
+
10708
+ # rubocop:disable Metrics/BlockLength
10709
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_virtual_circuits') do
10710
+ @api_client.call_api(
10711
+ :GET,
10712
+ path,
10713
+ endpoint,
10714
+ header_params: header_params,
10715
+ query_params: query_params,
10716
+ operation_signing_strategy: operation_signing_strategy,
10717
+ body: post_body,
10718
+ return_type: 'Array<OCI::Core::Models::VirtualCircuit>'
10719
+ )
10720
+ end
10721
+ # rubocop:enable Metrics/BlockLength
10722
+ end
10723
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10724
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
10725
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
10726
+
10727
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10728
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
10729
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
10730
+
10731
+
10732
+ # Lists the VLANs in the specified VCN and the specified compartment.
10733
+ #
10734
+ # @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
10735
+ # @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
10736
+ # @param [Hash] opts the optional parameters
10737
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10738
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
10739
+ # @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
10740
+ # \"List\" call. For important details about how pagination works, see
10741
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10742
+ #
10743
+ # Example: `50`
10744
+ #
10745
+ # @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
10746
+ # call. For important details about how pagination works, see
10747
+ # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10748
+ #
10749
+ # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
10750
+ #
10751
+ # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
10752
+ # TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
10753
+ # sort order is case sensitive.
10754
+ #
10755
+ # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
10756
+ # optionally filter by availability domain if the scope of the resource type is within a
10757
+ # single availability domain. If you call one of these \"List\" operations without specifying
10758
+ # an availability domain, the resources are grouped by availability domain, then sorted.
10759
+ #
10760
+ # Allowed values are: TIMECREATED, DISPLAYNAME
10761
+ # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
10762
+ # is case sensitive.
10763
+ #
10764
+ # Allowed values are: ASC, DESC
10765
+ # @option opts [String] :opc_request_id Unique identifier for the request.
10766
+ # If you need to contact Oracle about a particular request, please provide the request ID.
10767
+ #
10768
+ # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10769
+ #
10770
+ # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vlan Vlan}>
10771
+ def list_vlans(compartment_id, vcn_id, opts = {})
10772
+ logger.debug 'Calling operation VirtualNetworkClient#list_vlans.' if logger
10773
+
10774
+ raise "Missing the required parameter 'compartment_id' when calling list_vlans." if compartment_id.nil?
10775
+ raise "Missing the required parameter 'vcn_id' when calling list_vlans." if vcn_id.nil?
10776
+
10777
+ if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
10778
+ raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
10779
+ end
10780
+
10781
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
10782
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
10783
+ end
10784
+
10785
+ if opts[:lifecycle_state] && !OCI::Core::Models::Vlan::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
10786
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::Vlan::LIFECYCLE_STATE_ENUM.'
10787
+ end
10788
+
10789
+ path = '/vlans'
10790
+ operation_signing_strategy = :standard
10791
+
10792
+ # rubocop:disable Style/NegatedIf
10793
+ # Query Params
10794
+ query_params = {}
10795
+ query_params[:compartmentId] = compartment_id
10796
+ query_params[:vcnId] = vcn_id
10797
+ query_params[:limit] = opts[:limit] if opts[:limit]
10798
+ query_params[:page] = opts[:page] if opts[:page]
10799
+ query_params[:displayName] = opts[:display_name] if opts[:display_name]
10800
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
10801
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
10802
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
10803
+
10804
+ # Header Params
10805
+ header_params = {}
10806
+ header_params[:accept] = 'application/json'
10807
+ header_params[:'content-type'] = 'application/json'
10808
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
10809
+ # rubocop:enable Style/NegatedIf
10810
+
10811
+ post_body = nil
10812
+
10813
+ # rubocop:disable Metrics/BlockLength
10814
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_vlans') do
10815
+ @api_client.call_api(
10816
+ :GET,
10817
+ path,
10818
+ endpoint,
10819
+ header_params: header_params,
10820
+ query_params: query_params,
10821
+ operation_signing_strategy: operation_signing_strategy,
10822
+ body: post_body,
10823
+ return_type: 'Array<OCI::Core::Models::Vlan>'
10824
+ )
10825
+ end
10826
+ # rubocop:enable Metrics/BlockLength
10827
+ end
10828
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10829
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
10830
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
10831
+
10832
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10833
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
10834
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
10835
+ # rubocop:disable Lint/UnusedMethodArgument
10836
+
10837
+
10838
+ # Removes one or more security rules from the specified network security group.
10839
+ #
10840
+ # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
10841
+ # @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
10842
+ # will be removed.
10843
+ #
10844
+ # @param [Hash] opts the optional parameters
10845
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10846
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
10847
+ # @return [Response] A Response object with data of type nil
10848
+ def remove_network_security_group_security_rules(network_security_group_id, remove_network_security_group_security_rules_details, opts = {})
10849
+ logger.debug 'Calling operation VirtualNetworkClient#remove_network_security_group_security_rules.' if logger
10850
+
10851
+ raise "Missing the required parameter 'network_security_group_id' when calling remove_network_security_group_security_rules." if network_security_group_id.nil?
10852
+ raise "Missing the required parameter 'remove_network_security_group_security_rules_details' when calling remove_network_security_group_security_rules." if remove_network_security_group_security_rules_details.nil?
10853
+ raise "Parameter value for 'network_security_group_id' must not be blank" if OCI::Internal::Util.blank_string?(network_security_group_id)
10854
+
10855
+ path = '/networkSecurityGroups/{networkSecurityGroupId}/actions/removeSecurityRules'.sub('{networkSecurityGroupId}', network_security_group_id.to_s)
10856
+ operation_signing_strategy = :standard
10857
+
10858
+ # rubocop:disable Style/NegatedIf
10859
+ # Query Params
10860
+ query_params = {}
10861
+
10862
+ # Header Params
10863
+ header_params = {}
10864
+ header_params[:accept] = 'application/json'
10865
+ header_params[:'content-type'] = 'application/json'
10866
+ # rubocop:enable Style/NegatedIf
10867
+
10868
+ post_body = @api_client.object_to_http_body(remove_network_security_group_security_rules_details)
10869
+
10870
+ # rubocop:disable Metrics/BlockLength
10871
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#remove_network_security_group_security_rules') do
10872
+ @api_client.call_api(
10873
+ :POST,
10874
+ path,
10875
+ endpoint,
10876
+ header_params: header_params,
10877
+ query_params: query_params,
10878
+ operation_signing_strategy: operation_signing_strategy,
10879
+ body: post_body
10880
+ )
10881
+ end
10882
+ # rubocop:enable Metrics/BlockLength
10883
+ end
10884
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10885
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
10886
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
10887
+ # rubocop:enable Lint/UnusedMethodArgument
10888
+
10889
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
10890
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
10891
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
10892
+
10893
+
10894
+ # Removes a Cidr from the referenced Public IP Pool.
10895
+ #
10896
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
10897
+ # @param [OCI::Core::Models::RemovePublicIpPoolCapacityDetails] remove_public_ip_pool_capacity_details The Cidr to be removed from the Public Ip Pool
10898
+ # @param [Hash] opts the optional parameters
10899
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
10900
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
10901
+ # @option opts [String] :opc_request_id Unique identifier for the request.
10902
+ # If you need to contact Oracle about a particular request, please provide the request ID.
10903
+ #
10904
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
10905
+ # server error without risk of executing that same action again. Retry tokens expire after 24
10906
+ # hours, but can be invalidated before then due to conflicting operations (for example, if a resource
10907
+ # has been deleted and purged from the system, then a retry of the original creation request
10908
+ # may be rejected).
10909
+ #
10910
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
10911
+ def remove_public_ip_pool_capacity(public_ip_pool_id, remove_public_ip_pool_capacity_details, opts = {})
10912
+ logger.debug 'Calling operation VirtualNetworkClient#remove_public_ip_pool_capacity.' if logger
9542
10913
 
9543
- if opts[:lifecycle_state] && !OCI::Core::Models::VirtualCircuit::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
9544
- raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::VirtualCircuit::LIFECYCLE_STATE_ENUM.'
9545
- end
10914
+ raise "Missing the required parameter 'public_ip_pool_id' when calling remove_public_ip_pool_capacity." if public_ip_pool_id.nil?
10915
+ raise "Missing the required parameter 'remove_public_ip_pool_capacity_details' when calling remove_public_ip_pool_capacity." if remove_public_ip_pool_capacity_details.nil?
10916
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
9546
10917
 
9547
- path = '/virtualCircuits'
10918
+ path = '/publicIpPools/{publicIpPoolId}/actions/removeCapacity'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
9548
10919
  operation_signing_strategy = :standard
9549
10920
 
9550
10921
  # rubocop:disable Style/NegatedIf
9551
10922
  # Query Params
9552
10923
  query_params = {}
9553
- query_params[:compartmentId] = compartment_id
9554
- query_params[:limit] = opts[:limit] if opts[:limit]
9555
- query_params[:page] = opts[:page] if opts[:page]
9556
- query_params[:displayName] = opts[:display_name] if opts[:display_name]
9557
- query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
9558
- query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
9559
- query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
9560
10924
 
9561
10925
  # Header Params
9562
10926
  header_params = {}
9563
10927
  header_params[:accept] = 'application/json'
9564
10928
  header_params[:'content-type'] = 'application/json'
10929
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
10930
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
9565
10931
  # rubocop:enable Style/NegatedIf
10932
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
9566
10933
 
9567
- post_body = nil
10934
+ post_body = @api_client.object_to_http_body(remove_public_ip_pool_capacity_details)
9568
10935
 
9569
10936
  # rubocop:disable Metrics/BlockLength
9570
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_virtual_circuits') do
10937
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#remove_public_ip_pool_capacity') do
9571
10938
  @api_client.call_api(
9572
- :GET,
10939
+ :POST,
9573
10940
  path,
9574
10941
  endpoint,
9575
10942
  header_params: header_params,
9576
10943
  query_params: query_params,
9577
10944
  operation_signing_strategy: operation_signing_strategy,
9578
10945
  body: post_body,
9579
- return_type: 'Array<OCI::Core::Models::VirtualCircuit>'
10946
+ return_type: 'OCI::Core::Models::PublicIpPool'
9580
10947
  )
9581
10948
  end
9582
10949
  # rubocop:enable Metrics/BlockLength
@@ -9588,27 +10955,31 @@ module OCI
9588
10955
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
9589
10956
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
9590
10957
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
9591
- # rubocop:disable Lint/UnusedMethodArgument
9592
10958
 
9593
10959
 
9594
- # Removes one or more security rules from the specified network security group.
9595
- #
9596
- # @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
9597
- # @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
9598
- # will be removed.
10960
+ # Updates the specified Byoip Range.
9599
10961
  #
10962
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
10963
+ # @param [OCI::Core::Models::UpdateByoipRangeDetails] update_byoip_range_details Byoip Range details.
9600
10964
  # @param [Hash] opts the optional parameters
9601
10965
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
9602
10966
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
9603
- # @return [Response] A Response object with data of type nil
9604
- def remove_network_security_group_security_rules(network_security_group_id, remove_network_security_group_security_rules_details, opts = {})
9605
- logger.debug 'Calling operation VirtualNetworkClient#remove_network_security_group_security_rules.' if logger
10967
+ # @option opts [String] :opc_request_id Unique identifier for the request.
10968
+ # If you need to contact Oracle about a particular request, please provide the request ID.
10969
+ #
10970
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
10971
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
10972
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
10973
+ #
10974
+ # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
10975
+ def update_byoip_range(byoip_range_id, update_byoip_range_details, opts = {})
10976
+ logger.debug 'Calling operation VirtualNetworkClient#update_byoip_range.' if logger
9606
10977
 
9607
- raise "Missing the required parameter 'network_security_group_id' when calling remove_network_security_group_security_rules." if network_security_group_id.nil?
9608
- raise "Missing the required parameter 'remove_network_security_group_security_rules_details' when calling remove_network_security_group_security_rules." if remove_network_security_group_security_rules_details.nil?
9609
- raise "Parameter value for 'network_security_group_id' must not be blank" if OCI::Internal::Util.blank_string?(network_security_group_id)
10978
+ raise "Missing the required parameter 'byoip_range_id' when calling update_byoip_range." if byoip_range_id.nil?
10979
+ raise "Missing the required parameter 'update_byoip_range_details' when calling update_byoip_range." if update_byoip_range_details.nil?
10980
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
9610
10981
 
9611
- path = '/networkSecurityGroups/{networkSecurityGroupId}/actions/removeSecurityRules'.sub('{networkSecurityGroupId}', network_security_group_id.to_s)
10982
+ path = '/byoipRanges/{byoipRangeId}'.sub('{byoipRangeId}', byoip_range_id.to_s)
9612
10983
  operation_signing_strategy = :standard
9613
10984
 
9614
10985
  # rubocop:disable Style/NegatedIf
@@ -9619,20 +10990,23 @@ module OCI
9619
10990
  header_params = {}
9620
10991
  header_params[:accept] = 'application/json'
9621
10992
  header_params[:'content-type'] = 'application/json'
10993
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
10994
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
9622
10995
  # rubocop:enable Style/NegatedIf
9623
10996
 
9624
- post_body = @api_client.object_to_http_body(remove_network_security_group_security_rules_details)
10997
+ post_body = @api_client.object_to_http_body(update_byoip_range_details)
9625
10998
 
9626
10999
  # rubocop:disable Metrics/BlockLength
9627
- OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#remove_network_security_group_security_rules') do
11000
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#update_byoip_range') do
9628
11001
  @api_client.call_api(
9629
- :POST,
11002
+ :PUT,
9630
11003
  path,
9631
11004
  endpoint,
9632
11005
  header_params: header_params,
9633
11006
  query_params: query_params,
9634
11007
  operation_signing_strategy: operation_signing_strategy,
9635
- body: post_body
11008
+ body: post_body,
11009
+ return_type: 'OCI::Core::Models::ByoipRange'
9636
11010
  )
9637
11011
  end
9638
11012
  # rubocop:enable Metrics/BlockLength
@@ -9640,7 +11014,6 @@ module OCI
9640
11014
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
9641
11015
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
9642
11016
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
9643
- # rubocop:enable Lint/UnusedMethodArgument
9644
11017
 
9645
11018
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
9646
11019
  # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
@@ -10755,6 +12128,69 @@ module OCI
10755
12128
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
10756
12129
 
10757
12130
 
12131
+ # Updates the specified Public Ip Pool.
12132
+ #
12133
+ # @param [String] public_ip_pool_id The OCID of the Public Ip Pool object.
12134
+ # @param [OCI::Core::Models::UpdatePublicIpPoolDetails] update_public_ip_pool_details Public Ip Pool details.
12135
+ # @param [Hash] opts the optional parameters
12136
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12137
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12138
+ # @option opts [String] :opc_request_id Unique identifier for the request.
12139
+ # If you need to contact Oracle about a particular request, please provide the request ID.
12140
+ #
12141
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12142
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12143
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12144
+ #
12145
+ # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
12146
+ def update_public_ip_pool(public_ip_pool_id, update_public_ip_pool_details, opts = {})
12147
+ logger.debug 'Calling operation VirtualNetworkClient#update_public_ip_pool.' if logger
12148
+
12149
+ raise "Missing the required parameter 'public_ip_pool_id' when calling update_public_ip_pool." if public_ip_pool_id.nil?
12150
+ raise "Missing the required parameter 'update_public_ip_pool_details' when calling update_public_ip_pool." if update_public_ip_pool_details.nil?
12151
+ raise "Parameter value for 'public_ip_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(public_ip_pool_id)
12152
+
12153
+ path = '/publicIpPools/{publicIpPoolId}'.sub('{publicIpPoolId}', public_ip_pool_id.to_s)
12154
+ operation_signing_strategy = :standard
12155
+
12156
+ # rubocop:disable Style/NegatedIf
12157
+ # Query Params
12158
+ query_params = {}
12159
+
12160
+ # Header Params
12161
+ header_params = {}
12162
+ header_params[:accept] = 'application/json'
12163
+ header_params[:'content-type'] = 'application/json'
12164
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
12165
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
12166
+ # rubocop:enable Style/NegatedIf
12167
+
12168
+ post_body = @api_client.object_to_http_body(update_public_ip_pool_details)
12169
+
12170
+ # rubocop:disable Metrics/BlockLength
12171
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#update_public_ip_pool') do
12172
+ @api_client.call_api(
12173
+ :PUT,
12174
+ path,
12175
+ endpoint,
12176
+ header_params: header_params,
12177
+ query_params: query_params,
12178
+ operation_signing_strategy: operation_signing_strategy,
12179
+ body: post_body,
12180
+ return_type: 'OCI::Core::Models::PublicIpPool'
12181
+ )
12182
+ end
12183
+ # rubocop:enable Metrics/BlockLength
12184
+ end
12185
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12186
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
12187
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
12188
+
12189
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12190
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
12191
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
12192
+
12193
+
10758
12194
  # Updates the specified remote peering connection (RPC).
10759
12195
  #
10760
12196
  # @param [String] remote_peering_connection_id The OCID of the remote peering connection (RPC).
@@ -11275,6 +12711,71 @@ module OCI
11275
12711
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
11276
12712
 
11277
12713
 
12714
+ # Updates the specified VLAN. This could result in changes to all
12715
+ # the VNICs in the VLAN, which can take time. During that transition
12716
+ # period, the VLAN will be in the UPDATING state.
12717
+ #
12718
+ # @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
12719
+ # @param [OCI::Core::Models::UpdateVlanDetails] update_vlan_details Details object for updating a subnet.
12720
+ # @param [Hash] opts the optional parameters
12721
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12722
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12723
+ # @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
12724
+ # parameter to the value of the etag from a previous GET or POST response for that resource. The resource
12725
+ # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12726
+ #
12727
+ # @option opts [String] :opc_request_id Unique identifier for the request.
12728
+ # If you need to contact Oracle about a particular request, please provide the request ID.
12729
+ #
12730
+ # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
12731
+ def update_vlan(vlan_id, update_vlan_details, opts = {})
12732
+ logger.debug 'Calling operation VirtualNetworkClient#update_vlan.' if logger
12733
+
12734
+ raise "Missing the required parameter 'vlan_id' when calling update_vlan." if vlan_id.nil?
12735
+ raise "Missing the required parameter 'update_vlan_details' when calling update_vlan." if update_vlan_details.nil?
12736
+ raise "Parameter value for 'vlan_id' must not be blank" if OCI::Internal::Util.blank_string?(vlan_id)
12737
+
12738
+ path = '/vlans/{vlanId}'.sub('{vlanId}', vlan_id.to_s)
12739
+ operation_signing_strategy = :standard
12740
+
12741
+ # rubocop:disable Style/NegatedIf
12742
+ # Query Params
12743
+ query_params = {}
12744
+
12745
+ # Header Params
12746
+ header_params = {}
12747
+ header_params[:accept] = 'application/json'
12748
+ header_params[:'content-type'] = 'application/json'
12749
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
12750
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
12751
+ # rubocop:enable Style/NegatedIf
12752
+
12753
+ post_body = @api_client.object_to_http_body(update_vlan_details)
12754
+
12755
+ # rubocop:disable Metrics/BlockLength
12756
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#update_vlan') do
12757
+ @api_client.call_api(
12758
+ :PUT,
12759
+ path,
12760
+ endpoint,
12761
+ header_params: header_params,
12762
+ query_params: query_params,
12763
+ operation_signing_strategy: operation_signing_strategy,
12764
+ body: post_body,
12765
+ return_type: 'OCI::Core::Models::Vlan'
12766
+ )
12767
+ end
12768
+ # rubocop:enable Metrics/BlockLength
12769
+ end
12770
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12771
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
12772
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
12773
+
12774
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12775
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
12776
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
12777
+
12778
+
11278
12779
  # Updates the specified VNIC.
11279
12780
  #
11280
12781
  # @param [String] vnic_id The OCID of the VNIC.
@@ -11329,6 +12830,117 @@ module OCI
11329
12830
  # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
11330
12831
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
11331
12832
 
12833
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12834
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
12835
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
12836
+
12837
+
12838
+ # submit the Byoip Range for validation. This presumes the user has
12839
+ # updated their IP registry record in accordance to validation requirements
12840
+ #
12841
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
12842
+ # @param [Hash] opts the optional parameters
12843
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12844
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12845
+ # @option opts [String] :opc_request_id Unique identifier for the request.
12846
+ # If you need to contact Oracle about a particular request, please provide the request ID.
12847
+ #
12848
+ # @return [Response] A Response object with data of type nil
12849
+ def validate_byoip_range(byoip_range_id, opts = {})
12850
+ logger.debug 'Calling operation VirtualNetworkClient#validate_byoip_range.' if logger
12851
+
12852
+ raise "Missing the required parameter 'byoip_range_id' when calling validate_byoip_range." if byoip_range_id.nil?
12853
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
12854
+
12855
+ path = '/byoipRanges/{byoipRangeId}/actions/validate'.sub('{byoipRangeId}', byoip_range_id.to_s)
12856
+ operation_signing_strategy = :standard
12857
+
12858
+ # rubocop:disable Style/NegatedIf
12859
+ # Query Params
12860
+ query_params = {}
12861
+
12862
+ # Header Params
12863
+ header_params = {}
12864
+ header_params[:accept] = 'application/json'
12865
+ header_params[:'content-type'] = 'application/json'
12866
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
12867
+ # rubocop:enable Style/NegatedIf
12868
+
12869
+ post_body = nil
12870
+
12871
+ # rubocop:disable Metrics/BlockLength
12872
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#validate_byoip_range') do
12873
+ @api_client.call_api(
12874
+ :POST,
12875
+ path,
12876
+ endpoint,
12877
+ header_params: header_params,
12878
+ query_params: query_params,
12879
+ operation_signing_strategy: operation_signing_strategy,
12880
+ body: post_body
12881
+ )
12882
+ end
12883
+ # rubocop:enable Metrics/BlockLength
12884
+ end
12885
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12886
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
12887
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
12888
+
12889
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12890
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
12891
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
12892
+
12893
+
12894
+ # stop route advertisements for the Byoip Range prefix.
12895
+ #
12896
+ # @param [String] byoip_range_id The OCID of the Byoip Range object.
12897
+ # @param [Hash] opts the optional parameters
12898
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12899
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12900
+ # @option opts [String] :opc_request_id Unique identifier for the request.
12901
+ # If you need to contact Oracle about a particular request, please provide the request ID.
12902
+ #
12903
+ # @return [Response] A Response object with data of type nil
12904
+ def withdraw_byoip_range(byoip_range_id, opts = {})
12905
+ logger.debug 'Calling operation VirtualNetworkClient#withdraw_byoip_range.' if logger
12906
+
12907
+ raise "Missing the required parameter 'byoip_range_id' when calling withdraw_byoip_range." if byoip_range_id.nil?
12908
+ raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
12909
+
12910
+ path = '/byoipRanges/{byoipRangeId}/actions/withdraw'.sub('{byoipRangeId}', byoip_range_id.to_s)
12911
+ operation_signing_strategy = :standard
12912
+
12913
+ # rubocop:disable Style/NegatedIf
12914
+ # Query Params
12915
+ query_params = {}
12916
+
12917
+ # Header Params
12918
+ header_params = {}
12919
+ header_params[:accept] = 'application/json'
12920
+ header_params[:'content-type'] = 'application/json'
12921
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
12922
+ # rubocop:enable Style/NegatedIf
12923
+
12924
+ post_body = nil
12925
+
12926
+ # rubocop:disable Metrics/BlockLength
12927
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#withdraw_byoip_range') do
12928
+ @api_client.call_api(
12929
+ :POST,
12930
+ path,
12931
+ endpoint,
12932
+ header_params: header_params,
12933
+ query_params: query_params,
12934
+ operation_signing_strategy: operation_signing_strategy,
12935
+ body: post_body
12936
+ )
12937
+ end
12938
+ # rubocop:enable Metrics/BlockLength
12939
+ end
12940
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
12941
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
12942
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
12943
+
11332
12944
  private
11333
12945
 
11334
12946
  def applicable_retry_config(opts = {})