oci 2.11.0 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/oci.rb +1 -0
  4. data/lib/oci/analytics/analytics_client.rb +15 -0
  5. data/lib/oci/announcements_service/announcement_client.rb +4 -0
  6. data/lib/oci/apigateway/api_gateway_client.rb +15 -0
  7. data/lib/oci/apigateway/deployment_client.rb +6 -0
  8. data/lib/oci/apigateway/gateway_client.rb +6 -0
  9. data/lib/oci/apigateway/work_requests_client.rb +5 -0
  10. data/lib/oci/application_migration/application_migration_client.rb +19 -0
  11. data/lib/oci/audit/audit_client.rb +4 -1
  12. data/lib/oci/audit/models/audit_event.rb +8 -7
  13. data/lib/oci/audit/models/data.rb +0 -107
  14. data/lib/oci/audit/models/identity.rb +0 -17
  15. data/lib/oci/audit/models/request.rb +0 -46
  16. data/lib/oci/audit/models/response.rb +0 -34
  17. data/lib/oci/audit/models/state_change.rb +0 -9
  18. data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
  19. data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
  20. data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
  21. data/lib/oci/bds/bds_client.rb +16 -0
  22. data/lib/oci/blockchain/blockchain.rb +1 -0
  23. data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
  24. data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
  25. data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
  26. data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
  27. data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
  28. data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
  29. data/lib/oci/blockchain/models/work_request.rb +1 -0
  30. data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
  31. data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
  32. data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
  33. data/lib/oci/budget/budget_client.rb +10 -0
  34. data/lib/oci/cims/incident_client.rb +7 -0
  35. data/lib/oci/cims/user_client.rb +1 -0
  36. data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
  37. data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
  38. data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
  39. data/lib/oci/container_engine/container_engine_client.rb +18 -0
  40. data/lib/oci/core/blockstorage_client.rb +53 -0
  41. data/lib/oci/core/compute_client.rb +71 -0
  42. data/lib/oci/core/compute_management_client.rb +28 -0
  43. data/lib/oci/core/virtual_network_client.rb +194 -0
  44. data/lib/oci/data_catalog/data_catalog.rb +5 -0
  45. data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
  46. data/lib/oci/data_catalog/models/attribute.rb +45 -4
  47. data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
  48. data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
  49. data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
  50. data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
  51. data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
  52. data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
  53. data/lib/oci/data_catalog/models/rule_type.rb +12 -0
  54. data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
  55. data/lib/oci/data_flow/data_flow_client.rb +24 -0
  56. data/lib/oci/data_integration/data_integration_client.rb +92 -0
  57. data/lib/oci/data_safe/data_safe.rb +8 -0
  58. data/lib/oci/data_safe/data_safe_client.rb +606 -13
  59. data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
  60. data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
  61. data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
  62. data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
  63. data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
  64. data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
  65. data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
  66. data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
  67. data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
  68. data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
  69. data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
  70. data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
  71. data/lib/oci/data_safe/models/service_list.rb +1 -0
  72. data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
  73. data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
  74. data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
  75. data/lib/oci/data_safe/models/work_request.rb +11 -6
  76. data/lib/oci/data_safe/models/work_request_error.rb +3 -4
  77. data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
  78. data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
  79. data/lib/oci/data_science/data_science_client.rb +34 -0
  80. data/lib/oci/database/database.rb +4 -8
  81. data/lib/oci/database/database_client.rb +523 -766
  82. data/lib/oci/database/database_client_composite_operations.rb +1299 -330
  83. data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
  84. data/lib/oci/database/models/autonomous_container_database.rb +3 -3
  85. data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
  86. data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
  87. data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
  88. data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
  89. data/lib/oci/database/models/autonomous_database.rb +35 -3
  90. data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
  91. data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
  92. data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
  93. data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
  94. data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
  95. data/lib/oci/database/models/backup.rb +19 -5
  96. data/lib/oci/database/models/backup_summary.rb +19 -5
  97. data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
  98. data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
  99. data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
  100. data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
  101. data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
  102. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
  103. data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
  104. data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
  105. data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
  106. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
  107. data/lib/oci/database/models/create_database_base.rb +33 -4
  108. data/lib/oci/database/models/create_database_from_backup.rb +9 -1
  109. data/lib/oci/database/models/create_db_home_base.rb +30 -1
  110. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
  111. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
  112. data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
  113. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
  114. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
  115. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
  116. data/lib/oci/database/models/create_new_database_details.rb +9 -1
  117. data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
  118. data/lib/oci/database/models/database.rb +16 -2
  119. data/lib/oci/database/models/database_summary.rb +16 -2
  120. data/lib/oci/database/models/db_home.rb +16 -2
  121. data/lib/oci/database/models/db_home_summary.rb +16 -2
  122. data/lib/oci/database/models/db_system.rb +16 -2
  123. data/lib/oci/database/models/db_system_summary.rb +16 -2
  124. data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
  125. data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
  126. data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
  127. data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
  128. data/lib/oci/database/models/flex_component_collection.rb +150 -0
  129. data/lib/oci/database/models/flex_component_summary.rb +197 -0
  130. data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
  131. data/lib/oci/database/models/launch_db_system_base.rb +30 -1
  132. data/lib/oci/database/models/launch_db_system_details.rb +9 -1
  133. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
  134. data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
  135. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
  136. data/lib/oci/database/models/maintenance_run.rb +2 -1
  137. data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
  138. data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
  139. data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
  140. data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
  141. data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
  142. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
  143. data/lib/oci/database/models/update_database_details.rb +1 -1
  144. data/lib/oci/database/models/update_details.rb +1 -1
  145. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
  146. data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
  147. data/lib/oci/database/models/update_summary.rb +1 -1
  148. data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
  149. data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
  150. data/lib/oci/database/models/vm_cluster.rb +2 -1
  151. data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
  152. data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
  153. data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
  154. data/lib/oci/database/models/vm_network_details.rb +2 -1
  155. data/lib/oci/dns/dns_client.rb +49 -0
  156. data/lib/oci/dts/appliance_export_job_client.rb +6 -0
  157. data/lib/oci/dts/shipping_vendors_client.rb +1 -0
  158. data/lib/oci/dts/transfer_appliance_client.rb +8 -0
  159. data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
  160. data/lib/oci/dts/transfer_device_client.rb +5 -0
  161. data/lib/oci/dts/transfer_job_client.rb +6 -0
  162. data/lib/oci/dts/transfer_package_client.rb +7 -0
  163. data/lib/oci/email/email_client.rb +10 -0
  164. data/lib/oci/events/events_client.rb +6 -0
  165. data/lib/oci/file_storage/file_storage_client.rb +25 -0
  166. data/lib/oci/functions/functions_invoke_client.rb +1 -0
  167. data/lib/oci/functions/functions_management_client.rb +11 -0
  168. data/lib/oci/healthchecks/health_checks_client.rb +17 -0
  169. data/lib/oci/identity/identity_client.rb +120 -0
  170. data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
  171. data/lib/oci/integration/integration.rb +3 -0
  172. data/lib/oci/integration/integration_instance_client.rb +12 -0
  173. data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
  174. data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
  175. data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
  176. data/lib/oci/integration/models/integration_instance.rb +43 -1
  177. data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
  178. data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
  179. data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
  180. data/lib/oci/key_management/kms_crypto_client.rb +4 -0
  181. data/lib/oci/key_management/kms_management_client.rb +31 -0
  182. data/lib/oci/key_management/kms_vault_client.rb +11 -0
  183. data/lib/oci/limits/limits_client.rb +4 -0
  184. data/lib/oci/limits/quotas_client.rb +5 -0
  185. data/lib/oci/load_balancer/load_balancer.rb +1 -0
  186. data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
  187. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
  188. data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
  189. data/lib/oci/load_balancer/models/shape_details.rb +180 -0
  190. data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
  191. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
  192. data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
  193. data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
  194. data/lib/oci/logging/logging_management_client.rb +32 -0
  195. data/lib/oci/loggingingestion/logging_client.rb +1 -0
  196. data/lib/oci/loggingsearch/log_search_client.rb +1 -0
  197. data/lib/oci/management_agent/management_agent.rb +2 -0
  198. data/lib/oci/management_agent/management_agent_client.rb +101 -0
  199. data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
  200. data/lib/oci/management_agent/models/availability_status.rb +12 -0
  201. data/lib/oci/management_agent/models/management_agent.rb +35 -1
  202. data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
  203. data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
  204. data/lib/oci/marketplace/marketplace_client.rb +16 -0
  205. data/lib/oci/monitoring/monitoring_client.rb +12 -0
  206. data/lib/oci/mysql/channels_client.rb +625 -0
  207. data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
  208. data/lib/oci/mysql/db_backups_client.rb +11 -0
  209. data/lib/oci/mysql/db_system_client.rb +17 -0
  210. data/lib/oci/mysql/models/backup.rb +16 -3
  211. data/lib/oci/mysql/models/backup_summary.rb +17 -3
  212. data/lib/oci/mysql/models/ca_certificate.rb +189 -0
  213. data/lib/oci/mysql/models/channel.rb +340 -0
  214. data/lib/oci/mysql/models/channel_source.rb +189 -0
  215. data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
  216. data/lib/oci/mysql/models/channel_summary.rb +304 -0
  217. data/lib/oci/mysql/models/channel_target.rb +189 -0
  218. data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
  219. data/lib/oci/mysql/models/configuration.rb +2 -2
  220. data/lib/oci/mysql/models/configuration_summary.rb +2 -2
  221. data/lib/oci/mysql/models/configuration_variables.rb +30 -15
  222. data/lib/oci/mysql/models/create_backup_details.rb +2 -2
  223. data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
  224. data/lib/oci/mysql/models/create_channel_details.rb +248 -0
  225. data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
  226. data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
  227. data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
  228. data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
  229. data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
  230. data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
  231. data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
  232. data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
  233. data/lib/oci/mysql/models/db_system.rb +15 -3
  234. data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
  235. data/lib/oci/mysql/models/db_system_source.rb +1 -0
  236. data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
  237. data/lib/oci/mysql/models/db_system_summary.rb +2 -2
  238. data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
  239. data/lib/oci/mysql/models/update_backup_details.rb +2 -2
  240. data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
  241. data/lib/oci/mysql/models/update_channel_details.rb +234 -0
  242. data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
  243. data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
  244. data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
  245. data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
  246. data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
  247. data/lib/oci/mysql/mysql.rb +23 -0
  248. data/lib/oci/mysql/mysqlaas_client.rb +7 -0
  249. data/lib/oci/mysql/work_requests_client.rb +4 -0
  250. data/lib/oci/nosql/nosql_client.rb +22 -0
  251. data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
  252. data/lib/oci/object_storage/object_storage_client.rb +55 -6
  253. data/lib/oci/oce/oce_instance_client.rb +10 -0
  254. data/lib/oci/ocvp/esxi_host_client.rb +5 -0
  255. data/lib/oci/ocvp/sddc_client.rb +7 -0
  256. data/lib/oci/ocvp/work_request_client.rb +4 -0
  257. data/lib/oci/oda/oda_client.rb +12 -0
  258. data/lib/oci/ons/notification_control_plane_client.rb +6 -0
  259. data/lib/oci/ons/notification_data_plane_client.rb +10 -0
  260. data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
  261. data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
  262. data/lib/oci/opsi/operations_insights_client.rb +22 -3
  263. data/lib/oci/optimizer/optimizer_client.rb +22 -0
  264. data/lib/oci/os_management/os_management_client.rb +53 -0
  265. data/lib/oci/regions.rb +3 -0
  266. data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
  267. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
  268. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
  269. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
  270. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  271. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
  272. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
  273. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
  274. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
  275. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
  276. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
  277. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  278. data/lib/oci/resource_manager/resource_manager.rb +4 -0
  279. data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
  280. data/lib/oci/resource_search/resource_search_client.rb +3 -0
  281. data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
  282. data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
  283. data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
  284. data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
  285. data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
  286. data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
  287. data/lib/oci/rover/models/enclosure_type.rb +11 -0
  288. data/lib/oci/rover/models/lifecycle_state.rb +15 -0
  289. data/lib/oci/rover/models/node_type.rb +11 -0
  290. data/lib/oci/rover/models/rover_cluster.rb +610 -0
  291. data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
  292. data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
  293. data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
  294. data/lib/oci/rover/models/rover_entitlement.rb +363 -0
  295. data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
  296. data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
  297. data/lib/oci/rover/models/rover_node.rb +661 -0
  298. data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
  299. data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
  300. data/lib/oci/rover/models/rover_node_collection.rb +150 -0
  301. data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
  302. data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
  303. data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
  304. data/lib/oci/rover/models/rover_node_summary.rb +323 -0
  305. data/lib/oci/rover/models/rover_workload.rb +264 -0
  306. data/lib/oci/rover/models/shipping_address.rb +276 -0
  307. data/lib/oci/rover/models/sort_orders.rb +11 -0
  308. data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
  309. data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
  310. data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
  311. data/lib/oci/rover/rover.rb +54 -0
  312. data/lib/oci/rover/rover_cluster_client.rb +549 -0
  313. data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
  314. data/lib/oci/rover/rover_entitlement_client.rb +514 -0
  315. data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
  316. data/lib/oci/rover/rover_node_client.rb +738 -0
  317. data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
  318. data/lib/oci/rover/util.rb +3 -0
  319. data/lib/oci/sch/service_connector_client.rb +12 -0
  320. data/lib/oci/secrets/secrets_client.rb +2 -0
  321. data/lib/oci/streaming/stream_admin_client.rb +18 -0
  322. data/lib/oci/streaming/stream_client.rb +8 -0
  323. data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
  324. data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
  325. data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
  326. data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
  327. data/lib/oci/usage_api/usageapi_client.rb +2 -0
  328. data/lib/oci/vault/vaults_client.rb +11 -0
  329. data/lib/oci/version.rb +1 -1
  330. data/lib/oci/waas/redirect_client.rb +6 -0
  331. data/lib/oci/waas/waas_client.rb +66 -0
  332. data/lib/oci/work_requests/work_request_client.rb +4 -0
  333. metadata +91 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa17bdb6d6eb238dc1219928baf81dca2102fcf4332849959b365acd2b801a5a
4
- data.tar.gz: 87fa9bf2b2afe84cfa8a2cc38fb800cb06df94b206dab4a63f330a8504f61201
3
+ metadata.gz: 5ab1d48e7c22017e79da87b54b5babb79d67be150fc84fcf6a93e263c7a307a7
4
+ data.tar.gz: 7bb498e3032b1e20df8a164027b68e88c86e037d4a7d213631d7a87188bdce97
5
5
  SHA512:
6
- metadata.gz: 57d3a499e296119dad4028e174e2b0c646fa5a9f937041381f5cafe506e82ce0d079c339416a84ab58663b83b72993807e3f86b8a8ebf56967d6eeb799b1385a
7
- data.tar.gz: 6b8414f1b43a3c7d1f1a6da0a0eb7713d828c745d27c2d9fda53f892bf3ff6bfc14303283676421d7de2e506d4802768335205f23e0a160aa2f9a005a45481cb
6
+ metadata.gz: 46ea9785a238430c95f5b7b2c04fd54a22ffd56cc8f481b9d90a50217c283e2462ffc93a91947673c91ff85252da78bb68abfa955cae0a8d2ea7a2595346e5f8
7
+ data.tar.gz: 4aa2ff45dcb6793afe2c20cb22a364633cb576e1d61e299d32c729b98026ddbd6d02103a190f01792232a647c2ee4d2a03b43b5fb56f97ef64d9c500c0b4178a
data/README.md CHANGED
@@ -56,6 +56,7 @@ The Ruby SDK supports the following services:
56
56
  * MySQL Database service
57
57
  * Notification
58
58
  * Oracle Content and Experience
59
+ * Oracle Roving Edge Infrastructure
59
60
  * Object Storage
60
61
  * Oracle NoSQL Database Cloud
61
62
  * OS Management
data/lib/oci.rb CHANGED
@@ -79,6 +79,7 @@ require 'oci/opsi/opsi'
79
79
  require 'oci/compute_instance_agent/compute_instance_agent'
80
80
  require 'oci/tenant_manager_control_plane/tenant_manager_control_plane'
81
81
  require 'oci/optimizer/optimizer'
82
+ require 'oci/rover/rover'
82
83
 
83
84
  # Top level module for the Oracle Cloud Infrastructure SDK
84
85
  module OCI
@@ -122,6 +122,7 @@ module OCI
122
122
  # may be rejected).
123
123
  #
124
124
  # @return [Response] A Response object with data of type nil
125
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/change_analytics_instance_compartment.rb.html) to see an example of how to use change_analytics_instance_compartment API.
125
126
  def change_analytics_instance_compartment(analytics_instance_id, change_compartment_details, opts = {})
126
127
  logger.debug 'Calling operation AnalyticsClient#change_analytics_instance_compartment.' if logger
127
128
 
@@ -195,6 +196,7 @@ module OCI
195
196
  # may be rejected).
196
197
  #
197
198
  # @return [Response] A Response object with data of type nil
199
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/change_analytics_instance_network_endpoint.rb.html) to see an example of how to use change_analytics_instance_network_endpoint API.
198
200
  def change_analytics_instance_network_endpoint(analytics_instance_id, change_analytics_instance_network_endpoint_details, opts = {})
199
201
  logger.debug 'Calling operation AnalyticsClient#change_analytics_instance_network_endpoint.' if logger
200
202
 
@@ -262,6 +264,7 @@ module OCI
262
264
  # may be rejected).
263
265
  #
264
266
  # @return [Response] A Response object with data of type {OCI::Analytics::Models::AnalyticsInstance AnalyticsInstance}
267
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/create_analytics_instance.rb.html) to see an example of how to use create_analytics_instance API.
265
268
  def create_analytics_instance(create_analytics_instance_details, opts = {})
266
269
  logger.debug 'Calling operation AnalyticsClient#create_analytics_instance.' if logger
267
270
 
@@ -331,6 +334,7 @@ module OCI
331
334
  # may be rejected).
332
335
  #
333
336
  # @return [Response] A Response object with data of type nil
337
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/delete_analytics_instance.rb.html) to see an example of how to use delete_analytics_instance API.
334
338
  def delete_analytics_instance(analytics_instance_id, opts = {})
335
339
  logger.debug 'Calling operation AnalyticsClient#delete_analytics_instance.' if logger
336
340
 
@@ -394,6 +398,7 @@ module OCI
394
398
  # If you need to contact Oracle about a particular request, please provide the request ID.
395
399
  #
396
400
  # @return [Response] A Response object with data of type nil
401
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
397
402
  def delete_work_request(work_request_id, opts = {})
398
403
  logger.debug 'Calling operation AnalyticsClient#delete_work_request.' if logger
399
404
 
@@ -451,6 +456,7 @@ module OCI
451
456
  # If you need to contact Oracle about a particular request, please provide the request ID.
452
457
  #
453
458
  # @return [Response] A Response object with data of type {OCI::Analytics::Models::AnalyticsInstance AnalyticsInstance}
459
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/get_analytics_instance.rb.html) to see an example of how to use get_analytics_instance API.
454
460
  def get_analytics_instance(analytics_instance_id, opts = {})
455
461
  logger.debug 'Calling operation AnalyticsClient#get_analytics_instance.' if logger
456
462
 
@@ -508,6 +514,7 @@ module OCI
508
514
  # If you need to contact Oracle about a particular request, please provide the request ID.
509
515
  #
510
516
  # @return [Response] A Response object with data of type {OCI::Analytics::Models::WorkRequest WorkRequest}
517
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/get_work_request.rb.html) to see an example of how to use get_work_request API.
511
518
  def get_work_request(work_request_id, opts = {})
512
519
  logger.debug 'Calling operation AnalyticsClient#get_work_request.' if logger
513
520
 
@@ -591,6 +598,7 @@ module OCI
591
598
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
592
599
  #
593
600
  # @return [Response] A Response object with data of type Array<{OCI::Analytics::Models::AnalyticsInstanceSummary AnalyticsInstanceSummary}>
601
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/list_analytics_instances.rb.html) to see an example of how to use list_analytics_instances API.
594
602
  def list_analytics_instances(compartment_id, opts = {})
595
603
  logger.debug 'Calling operation AnalyticsClient#list_analytics_instances.' if logger
596
604
 
@@ -686,6 +694,7 @@ module OCI
686
694
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
687
695
  #
688
696
  # @return [Response] A Response object with data of type Array<{OCI::Analytics::Models::WorkRequestError WorkRequestError}>
697
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
689
698
  def list_work_request_errors(work_request_id, opts = {})
690
699
  logger.debug 'Calling operation AnalyticsClient#list_work_request_errors.' if logger
691
700
 
@@ -755,6 +764,7 @@ module OCI
755
764
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
756
765
  #
757
766
  # @return [Response] A Response object with data of type Array<{OCI::Analytics::Models::WorkRequestLog WorkRequestLog}>
767
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
758
768
  def list_work_request_logs(work_request_id, opts = {})
759
769
  logger.debug 'Calling operation AnalyticsClient#list_work_request_logs.' if logger
760
770
 
@@ -835,6 +845,7 @@ module OCI
835
845
  # If you need to contact Oracle about a particular request, please provide the request ID.
836
846
  #
837
847
  # @return [Response] A Response object with data of type Array<{OCI::Analytics::Models::WorkRequestSummary WorkRequestSummary}>
848
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
838
849
  def list_work_requests(compartment_id, opts = {})
839
850
  logger.debug 'Calling operation AnalyticsClient#list_work_requests.' if logger
840
851
 
@@ -934,6 +945,7 @@ module OCI
934
945
  # may be rejected).
935
946
  #
936
947
  # @return [Response] A Response object with data of type nil
948
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/scale_analytics_instance.rb.html) to see an example of how to use scale_analytics_instance API.
937
949
  def scale_analytics_instance(analytics_instance_id, scale_analytics_instance_details, opts = {})
938
950
  logger.debug 'Calling operation AnalyticsClient#scale_analytics_instance.' if logger
939
951
 
@@ -1005,6 +1017,7 @@ module OCI
1005
1017
  # may be rejected).
1006
1018
  #
1007
1019
  # @return [Response] A Response object with data of type nil
1020
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/start_analytics_instance.rb.html) to see an example of how to use start_analytics_instance API.
1008
1021
  def start_analytics_instance(analytics_instance_id, opts = {})
1009
1022
  logger.debug 'Calling operation AnalyticsClient#start_analytics_instance.' if logger
1010
1023
 
@@ -1075,6 +1088,7 @@ module OCI
1075
1088
  # may be rejected).
1076
1089
  #
1077
1090
  # @return [Response] A Response object with data of type nil
1091
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/stop_analytics_instance.rb.html) to see an example of how to use stop_analytics_instance API.
1078
1092
  def stop_analytics_instance(analytics_instance_id, opts = {})
1079
1093
  logger.debug 'Calling operation AnalyticsClient#stop_analytics_instance.' if logger
1080
1094
 
@@ -1142,6 +1156,7 @@ module OCI
1142
1156
  # If you need to contact Oracle about a particular request, please provide the request ID.
1143
1157
  #
1144
1158
  # @return [Response] A Response object with data of type {OCI::Analytics::Models::AnalyticsInstance AnalyticsInstance}
1159
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/analytics/update_analytics_instance.rb.html) to see an example of how to use update_analytics_instance API.
1145
1160
  def update_analytics_instance(analytics_instance_id, update_analytics_instance_details, opts = {})
1146
1161
  logger.debug 'Calling operation AnalyticsClient#update_analytics_instance.' if logger
1147
1162
 
@@ -108,6 +108,7 @@ module OCI
108
108
  # a particular request, please provide the complete request ID.
109
109
  #
110
110
  # @return [Response] A Response object with data of type {OCI::AnnouncementsService::Models::Announcement Announcement}
111
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/announcementsservice/get_announcement.rb.html) to see an example of how to use get_announcement API.
111
112
  def get_announcement(announcement_id, opts = {})
112
113
  logger.debug 'Calling operation AnnouncementClient#get_announcement.' if logger
113
114
 
@@ -164,6 +165,7 @@ module OCI
164
165
  # a particular request, please provide the complete request ID.
165
166
  #
166
167
  # @return [Response] A Response object with data of type {OCI::AnnouncementsService::Models::AnnouncementUserStatusDetails AnnouncementUserStatusDetails}
168
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/announcementsservice/get_announcement_user_status.rb.html) to see an example of how to use get_announcement_user_status API.
167
169
  def get_announcement_user_status(announcement_id, opts = {})
168
170
  logger.debug 'Calling operation AnnouncementClient#get_announcement_user_status.' if logger
169
171
 
@@ -236,6 +238,7 @@ module OCI
236
238
  # a particular request, please provide the complete request ID.
237
239
  #
238
240
  # @return [Response] A Response object with data of type {OCI::AnnouncementsService::Models::AnnouncementsCollection AnnouncementsCollection}
241
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/announcementsservice/list_announcements.rb.html) to see an example of how to use list_announcements API.
239
242
  def list_announcements(compartment_id, opts = {})
240
243
  logger.debug 'Calling operation AnnouncementClient#list_announcements.' if logger
241
244
 
@@ -315,6 +318,7 @@ module OCI
315
318
  # a particular request, please provide the complete request ID.
316
319
  #
317
320
  # @return [Response] A Response object with data of type nil
321
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/announcementsservice/update_announcement_user_status.rb.html) to see an example of how to use update_announcement_user_status API.
318
322
  def update_announcement_user_status(announcement_id, status_details, opts = {})
319
323
  logger.debug 'Calling operation AnnouncementClient#update_announcement_user_status.' if logger
320
324
 
@@ -120,6 +120,7 @@ module OCI
120
120
  # (default to null)
121
121
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
122
122
  # @return [Response] A Response object with data of type nil
123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/change_api_compartment.rb.html) to see an example of how to use change_api_compartment API.
123
124
  def change_api_compartment(api_id, change_api_compartment_details, opts = {})
124
125
  logger.debug 'Calling operation ApiGatewayClient#change_api_compartment.' if logger
125
126
 
@@ -189,6 +190,7 @@ module OCI
189
190
  # (default to null)
190
191
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
191
192
  # @return [Response] A Response object with data of type nil
193
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/change_certificate_compartment.rb.html) to see an example of how to use change_certificate_compartment API.
192
194
  def change_certificate_compartment(certificate_id, change_certificate_compartment_details, opts = {})
193
195
  logger.debug 'Calling operation ApiGatewayClient#change_certificate_compartment.' if logger
194
196
 
@@ -252,6 +254,7 @@ module OCI
252
254
  # (default to null)
253
255
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
254
256
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Api Api}
257
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/create_api.rb.html) to see an example of how to use create_api API.
255
258
  def create_api(create_api_details, opts = {})
256
259
  logger.debug 'Calling operation ApiGatewayClient#create_api.' if logger
257
260
 
@@ -313,6 +316,7 @@ module OCI
313
316
  # (default to null)
314
317
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
315
318
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Certificate Certificate}
319
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/create_certificate.rb.html) to see an example of how to use create_certificate API.
316
320
  def create_certificate(create_certificate_details, opts = {})
317
321
  logger.debug 'Calling operation ApiGatewayClient#create_certificate.' if logger
318
322
 
@@ -373,6 +377,7 @@ module OCI
373
377
  # (default to null)
374
378
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
375
379
  # @return [Response] A Response object with data of type nil
380
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/delete_api.rb.html) to see an example of how to use delete_api API.
376
381
  def delete_api(api_id, opts = {})
377
382
  logger.debug 'Calling operation ApiGatewayClient#delete_api.' if logger
378
383
 
@@ -432,6 +437,7 @@ module OCI
432
437
  # (default to null)
433
438
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
434
439
  # @return [Response] A Response object with data of type nil
440
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/delete_certificate.rb.html) to see an example of how to use delete_certificate API.
435
441
  def delete_certificate(certificate_id, opts = {})
436
442
  logger.debug 'Calling operation ApiGatewayClient#delete_certificate.' if logger
437
443
 
@@ -485,6 +491,7 @@ module OCI
485
491
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
486
492
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
487
493
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Api Api}
494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_api.rb.html) to see an example of how to use get_api API.
488
495
  def get_api(api_id, opts = {})
489
496
  logger.debug 'Calling operation ApiGatewayClient#get_api.' if logger
490
497
 
@@ -546,6 +553,7 @@ module OCI
546
553
  # @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
547
554
  # @option [Block] &block Streaming http body to the block
548
555
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
556
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_api_content.rb.html) to see an example of how to use get_api_content API.
549
557
  def get_api_content(api_id, opts = {}, &block)
550
558
  logger.debug 'Calling operation ApiGatewayClient#get_api_content.' if logger
551
559
 
@@ -650,6 +658,7 @@ module OCI
650
658
  # provide matches the resource's current etag value.
651
659
  # (default to null)
652
660
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::ApiSpecification ApiSpecification}
661
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_api_deployment_specification.rb.html) to see an example of how to use get_api_deployment_specification API.
653
662
  def get_api_deployment_specification(api_id, opts = {})
654
663
  logger.debug 'Calling operation ApiGatewayClient#get_api_deployment_specification.' if logger
655
664
 
@@ -710,6 +719,7 @@ module OCI
710
719
  # provide matches the resource's current etag value.
711
720
  # (default to null)
712
721
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::ApiValidations ApiValidations}
722
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_api_validations.rb.html) to see an example of how to use get_api_validations API.
713
723
  def get_api_validations(api_id, opts = {})
714
724
  logger.debug 'Calling operation ApiGatewayClient#get_api_validations.' if logger
715
725
 
@@ -764,6 +774,7 @@ module OCI
764
774
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
765
775
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
766
776
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Certificate Certificate}
777
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_certificate.rb.html) to see an example of how to use get_certificate API.
767
778
  def get_certificate(certificate_id, opts = {})
768
779
  logger.debug 'Calling operation ApiGatewayClient#get_certificate.' if logger
769
780
 
@@ -836,6 +847,7 @@ module OCI
836
847
  # Allowed values are: timeCreated, displayName
837
848
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
838
849
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::ApiCollection ApiCollection}
850
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_apis.rb.html) to see an example of how to use list_apis API.
839
851
  def list_apis(compartment_id, opts = {})
840
852
  logger.debug 'Calling operation ApiGatewayClient#list_apis.' if logger
841
853
 
@@ -926,6 +938,7 @@ module OCI
926
938
  # Allowed values are: timeCreated, displayName
927
939
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
928
940
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::CertificateCollection CertificateCollection}
941
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_certificates.rb.html) to see an example of how to use list_certificates API.
929
942
  def list_certificates(compartment_id, opts = {})
930
943
  logger.debug 'Calling operation ApiGatewayClient#list_certificates.' if logger
931
944
 
@@ -1004,6 +1017,7 @@ module OCI
1004
1017
  # (default to null)
1005
1018
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
1006
1019
  # @return [Response] A Response object with data of type nil
1020
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/update_api.rb.html) to see an example of how to use update_api API.
1007
1021
  def update_api(api_id, update_api_details, opts = {})
1008
1022
  logger.debug 'Calling operation ApiGatewayClient#update_api.' if logger
1009
1023
 
@@ -1065,6 +1079,7 @@ module OCI
1065
1079
  # (default to null)
1066
1080
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
1067
1081
  # @return [Response] A Response object with data of type nil
1082
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/update_certificate.rb.html) to see an example of how to use update_certificate API.
1068
1083
  def update_certificate(certificate_id, update_certificate_details, opts = {})
1069
1084
  logger.debug 'Calling operation ApiGatewayClient#update_certificate.' if logger
1070
1085
 
@@ -120,6 +120,7 @@ module OCI
120
120
  # (default to null)
121
121
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
122
122
  # @return [Response] A Response object with data of type nil
123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/change_deployment_compartment.rb.html) to see an example of how to use change_deployment_compartment API.
123
124
  def change_deployment_compartment(deployment_id, change_deployment_compartment_details, opts = {})
124
125
  logger.debug 'Calling operation DeploymentClient#change_deployment_compartment.' if logger
125
126
 
@@ -183,6 +184,7 @@ module OCI
183
184
  # (default to null)
184
185
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
185
186
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Deployment Deployment}
187
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/create_deployment.rb.html) to see an example of how to use create_deployment API.
186
188
  def create_deployment(create_deployment_details, opts = {})
187
189
  logger.debug 'Calling operation DeploymentClient#create_deployment.' if logger
188
190
 
@@ -243,6 +245,7 @@ module OCI
243
245
  # (default to null)
244
246
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
245
247
  # @return [Response] A Response object with data of type nil
248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/delete_deployment.rb.html) to see an example of how to use delete_deployment API.
246
249
  def delete_deployment(deployment_id, opts = {})
247
250
  logger.debug 'Calling operation DeploymentClient#delete_deployment.' if logger
248
251
 
@@ -296,6 +299,7 @@ module OCI
296
299
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
297
300
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
298
301
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Deployment Deployment}
302
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_deployment.rb.html) to see an example of how to use get_deployment API.
299
303
  def get_deployment(deployment_id, opts = {})
300
304
  logger.debug 'Calling operation DeploymentClient#get_deployment.' if logger
301
305
 
@@ -369,6 +373,7 @@ module OCI
369
373
  # Allowed values are: timeCreated, displayName
370
374
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
371
375
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::DeploymentCollection DeploymentCollection}
376
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_deployments.rb.html) to see an example of how to use list_deployments API.
372
377
  def list_deployments(compartment_id, opts = {})
373
378
  logger.debug 'Calling operation DeploymentClient#list_deployments.' if logger
374
379
 
@@ -448,6 +453,7 @@ module OCI
448
453
  # (default to null)
449
454
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
450
455
  # @return [Response] A Response object with data of type nil
456
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/update_deployment.rb.html) to see an example of how to use update_deployment API.
451
457
  def update_deployment(deployment_id, update_deployment_details, opts = {})
452
458
  logger.debug 'Calling operation DeploymentClient#update_deployment.' if logger
453
459
 
@@ -120,6 +120,7 @@ module OCI
120
120
  # (default to null)
121
121
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
122
122
  # @return [Response] A Response object with data of type nil
123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/change_gateway_compartment.rb.html) to see an example of how to use change_gateway_compartment API.
123
124
  def change_gateway_compartment(gateway_id, change_gateway_compartment_details, opts = {})
124
125
  logger.debug 'Calling operation GatewayClient#change_gateway_compartment.' if logger
125
126
 
@@ -183,6 +184,7 @@ module OCI
183
184
  # (default to null)
184
185
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
185
186
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Gateway Gateway}
187
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/create_gateway.rb.html) to see an example of how to use create_gateway API.
186
188
  def create_gateway(create_gateway_details, opts = {})
187
189
  logger.debug 'Calling operation GatewayClient#create_gateway.' if logger
188
190
 
@@ -243,6 +245,7 @@ module OCI
243
245
  # (default to null)
244
246
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
245
247
  # @return [Response] A Response object with data of type nil
248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/delete_gateway.rb.html) to see an example of how to use delete_gateway API.
246
249
  def delete_gateway(gateway_id, opts = {})
247
250
  logger.debug 'Calling operation GatewayClient#delete_gateway.' if logger
248
251
 
@@ -296,6 +299,7 @@ module OCI
296
299
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
297
300
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
298
301
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::Gateway Gateway}
302
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_gateway.rb.html) to see an example of how to use get_gateway API.
299
303
  def get_gateway(gateway_id, opts = {})
300
304
  logger.debug 'Calling operation GatewayClient#get_gateway.' if logger
301
305
 
@@ -369,6 +373,7 @@ module OCI
369
373
  # Allowed values are: timeCreated, displayName
370
374
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
371
375
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::GatewayCollection GatewayCollection}
376
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_gateways.rb.html) to see an example of how to use list_gateways API.
372
377
  def list_gateways(compartment_id, opts = {})
373
378
  logger.debug 'Calling operation GatewayClient#list_gateways.' if logger
374
379
 
@@ -448,6 +453,7 @@ module OCI
448
453
  # (default to null)
449
454
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
450
455
  # @return [Response] A Response object with data of type nil
456
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/update_gateway.rb.html) to see an example of how to use update_gateway API.
451
457
  def update_gateway(gateway_id, update_gateway_details, opts = {})
452
458
  logger.debug 'Calling operation GatewayClient#update_gateway.' if logger
453
459
 
@@ -119,6 +119,7 @@ module OCI
119
119
  # (default to null)
120
120
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
121
121
  # @return [Response] A Response object with data of type nil
122
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/cancel_work_request.rb.html) to see an example of how to use cancel_work_request API.
122
123
  def cancel_work_request(work_request_id, opts = {})
123
124
  logger.debug 'Calling operation WorkRequestsClient#cancel_work_request.' if logger
124
125
 
@@ -174,6 +175,7 @@ module OCI
174
175
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
175
176
  # @option opts [String] :opc_request_id The client request id for tracing. (default to null)
176
177
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::WorkRequest WorkRequest}
178
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/get_work_request.rb.html) to see an example of how to use get_work_request API.
177
179
  def get_work_request(work_request_id, opts = {})
178
180
  logger.debug 'Calling operation WorkRequestsClient#get_work_request.' if logger
179
181
 
@@ -238,6 +240,7 @@ module OCI
238
240
  # (default to timeCreated)
239
241
  # Allowed values are: timeCreated, displayName
240
242
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
243
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
241
244
  def list_work_request_errors(work_request_id, opts = {})
242
245
  logger.debug 'Calling operation WorkRequestsClient#list_work_request_errors.' if logger
243
246
 
@@ -314,6 +317,7 @@ module OCI
314
317
  # (default to timeCreated)
315
318
  # Allowed values are: timeCreated, displayName
316
319
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::WorkRequestLogCollection WorkRequestLogCollection}
320
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
317
321
  def list_work_request_logs(work_request_id, opts = {})
318
322
  logger.debug 'Calling operation WorkRequestsClient#list_work_request_logs.' if logger
319
323
 
@@ -391,6 +395,7 @@ module OCI
391
395
  # (default to timeCreated)
392
396
  # Allowed values are: timeCreated, displayName
393
397
  # @return [Response] A Response object with data of type {OCI::Apigateway::Models::WorkRequestCollection WorkRequestCollection}
398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/apigateway/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
394
399
  def list_work_requests(compartment_id, opts = {})
395
400
  logger.debug 'Calling operation WorkRequestsClient#list_work_requests.' if logger
396
401
 
@@ -118,6 +118,7 @@ module OCI
118
118
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
119
119
  #
120
120
  # @return [Response] A Response object with data of type nil
121
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/cancel_work_request.rb.html) to see an example of how to use cancel_work_request API.
121
122
  def cancel_work_request(work_request_id, opts = {})
122
123
  logger.debug 'Calling operation ApplicationMigrationClient#cancel_work_request.' if logger
123
124
 
@@ -186,6 +187,7 @@ module OCI
186
187
  # creation request may be rejected.
187
188
  #
188
189
  # @return [Response] A Response object with data of type nil
190
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/change_migration_compartment.rb.html) to see an example of how to use change_migration_compartment API.
189
191
  def change_migration_compartment(migration_id, change_migration_compartment_details, opts = {})
190
192
  logger.debug 'Calling operation ApplicationMigrationClient#change_migration_compartment.' if logger
191
193
 
@@ -257,6 +259,7 @@ module OCI
257
259
  # creation request may be rejected.
258
260
  #
259
261
  # @return [Response] A Response object with data of type nil
262
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/change_source_compartment.rb.html) to see an example of how to use change_source_compartment API.
260
263
  def change_source_compartment(source_id, change_source_compartment_details, opts = {})
261
264
  logger.debug 'Calling operation ApplicationMigrationClient#change_source_compartment.' if logger
262
265
 
@@ -342,6 +345,7 @@ module OCI
342
345
  # creation request may be rejected.
343
346
  #
344
347
  # @return [Response] A Response object with data of type {OCI::ApplicationMigration::Models::Migration Migration}
348
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/create_migration.rb.html) to see an example of how to use create_migration API.
345
349
  def create_migration(create_migration_details, opts = {})
346
350
  logger.debug 'Calling operation ApplicationMigrationClient#create_migration.' if logger
347
351
 
@@ -421,6 +425,7 @@ module OCI
421
425
  # creation request may be rejected.
422
426
  #
423
427
  # @return [Response] A Response object with data of type {OCI::ApplicationMigration::Models::Source Source}
428
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/create_source.rb.html) to see an example of how to use create_source API.
424
429
  def create_source(create_source_details, opts = {})
425
430
  logger.debug 'Calling operation ApplicationMigrationClient#create_source.' if logger
426
431
 
@@ -486,6 +491,7 @@ module OCI
486
491
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
487
492
  #
488
493
  # @return [Response] A Response object with data of type nil
494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/delete_migration.rb.html) to see an example of how to use delete_migration API.
489
495
  def delete_migration(migration_id, opts = {})
490
496
  logger.debug 'Calling operation ApplicationMigrationClient#delete_migration.' if logger
491
497
 
@@ -550,6 +556,7 @@ module OCI
550
556
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
551
557
  #
552
558
  # @return [Response] A Response object with data of type nil
559
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/delete_source.rb.html) to see an example of how to use delete_source API.
553
560
  def delete_source(source_id, opts = {})
554
561
  logger.debug 'Calling operation ApplicationMigrationClient#delete_source.' if logger
555
562
 
@@ -605,6 +612,7 @@ module OCI
605
612
  # particular request, please provide the request ID.
606
613
  #
607
614
  # @return [Response] A Response object with data of type {OCI::ApplicationMigration::Models::Migration Migration}
615
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/get_migration.rb.html) to see an example of how to use get_migration API.
608
616
  def get_migration(migration_id, opts = {})
609
617
  logger.debug 'Calling operation ApplicationMigrationClient#get_migration.' if logger
610
618
 
@@ -661,6 +669,7 @@ module OCI
661
669
  # particular request, please provide the request ID.
662
670
  #
663
671
  # @return [Response] A Response object with data of type {OCI::ApplicationMigration::Models::Source Source}
672
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/get_source.rb.html) to see an example of how to use get_source API.
664
673
  def get_source(source_id, opts = {})
665
674
  logger.debug 'Calling operation ApplicationMigrationClient#get_source.' if logger
666
675
 
@@ -716,6 +725,7 @@ module OCI
716
725
  # particular request, please provide the request ID.
717
726
  #
718
727
  # @return [Response] A Response object with data of type {OCI::ApplicationMigration::Models::WorkRequest WorkRequest}
728
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/get_work_request.rb.html) to see an example of how to use get_work_request API.
719
729
  def get_work_request(work_request_id, opts = {})
720
730
  logger.debug 'Calling operation ApplicationMigrationClient#get_work_request.' if logger
721
731
 
@@ -789,6 +799,7 @@ module OCI
789
799
  # @option opts [String] :display_name Display name on which to query.
790
800
  # @option opts [String] :lifecycle_state This field is not supported. Do not use.
791
801
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::MigrationSummary MigrationSummary}>
802
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_migrations.rb.html) to see an example of how to use list_migrations API.
792
803
  def list_migrations(compartment_id, opts = {})
793
804
  logger.debug 'Calling operation ApplicationMigrationClient#list_migrations.' if logger
794
805
 
@@ -881,6 +892,7 @@ module OCI
881
892
  # Allowed values are: TIMECREATED, DISPLAYNAME
882
893
  # @option opts [String] :display_name Resource name on which to query.
883
894
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::SourceApplicationSummary SourceApplicationSummary}>
895
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_source_applications.rb.html) to see an example of how to use list_source_applications API.
884
896
  def list_source_applications(source_id, compartment_id, opts = {})
885
897
  logger.debug 'Calling operation ApplicationMigrationClient#list_source_applications.' if logger
886
898
 
@@ -972,6 +984,7 @@ module OCI
972
984
  # @option opts [String] :display_name Display name on which to query.
973
985
  # @option opts [String] :lifecycle_state Retrieves details of sources in the specified lifecycle state.
974
986
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::SourceSummary SourceSummary}>
987
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_sources.rb.html) to see an example of how to use list_sources API.
975
988
  def list_sources(compartment_id, opts = {})
976
989
  logger.debug 'Calling operation ApplicationMigrationClient#list_sources.' if logger
977
990
 
@@ -1055,6 +1068,7 @@ module OCI
1055
1068
  # particular request, please provide the request ID.
1056
1069
  #
1057
1070
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::WorkRequestError WorkRequestError}>
1071
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
1058
1072
  def list_work_request_errors(work_request_id, opts = {})
1059
1073
  logger.debug 'Calling operation ApplicationMigrationClient#list_work_request_errors.' if logger
1060
1074
 
@@ -1126,6 +1140,7 @@ module OCI
1126
1140
  # particular request, please provide the request ID.
1127
1141
  #
1128
1142
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::WorkRequestLogEntry WorkRequestLogEntry}>
1143
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
1129
1144
  def list_work_request_logs(work_request_id, opts = {})
1130
1145
  logger.debug 'Calling operation ApplicationMigrationClient#list_work_request_logs.' if logger
1131
1146
 
@@ -1196,6 +1211,7 @@ module OCI
1196
1211
  # For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
1197
1212
  #
1198
1213
  # @return [Response] A Response object with data of type Array<{OCI::ApplicationMigration::Models::WorkRequestSummary WorkRequestSummary}>
1214
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
1199
1215
  def list_work_requests(compartment_id, opts = {})
1200
1216
  logger.debug 'Calling operation ApplicationMigrationClient#list_work_requests.' if logger
1201
1217
 
@@ -1275,6 +1291,7 @@ module OCI
1275
1291
  # creation request may be rejected.
1276
1292
  #
1277
1293
  # @return [Response] A Response object with data of type nil
1294
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/migrate_application.rb.html) to see an example of how to use migrate_application API.
1278
1295
  def migrate_application(migration_id, opts = {})
1279
1296
  logger.debug 'Calling operation ApplicationMigrationClient#migrate_application.' if logger
1280
1297
 
@@ -1373,6 +1390,7 @@ module OCI
1373
1390
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1374
1391
  #
1375
1392
  # @return [Response] A Response object with data of type nil
1393
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/update_migration.rb.html) to see an example of how to use update_migration API.
1376
1394
  def update_migration(migration_id, update_migration_details, opts = {})
1377
1395
  logger.debug 'Calling operation ApplicationMigrationClient#update_migration.' if logger
1378
1396
 
@@ -1441,6 +1459,7 @@ module OCI
1441
1459
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1442
1460
  #
1443
1461
  # @return [Response] A Response object with data of type nil
1462
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/applicationmigration/update_source.rb.html) to see an example of how to use update_source API.
1444
1463
  def update_source(source_id, update_source_details, opts = {})
1445
1464
  logger.debug 'Calling operation ApplicationMigrationClient#update_source.' if logger
1446
1465