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
@@ -0,0 +1,12 @@
1
+ # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
2
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
4
+ module OCI
5
+ module DataCatalog::Models
6
+ RULE_TYPE_ENUM = [
7
+ RULE_TYPE_PRIMARYKEY = 'PRIMARYKEY'.freeze,
8
+ RULE_TYPE_FOREIGNKEY = 'FOREIGNKEY'.freeze,
9
+ RULE_TYPE_UNIQUEKEY = 'UNIQUEKEY'.freeze
10
+ ].freeze
11
+ end
12
+ end
@@ -25,6 +25,10 @@ module OCI
25
25
  # @return [Array<OCI::DataCatalog::Models::FacetedSearchAggregation>]
26
26
  attr_accessor :faceted_search_aggregation
27
27
 
28
+ # A list of fields or properties used in the sorting of a search result.
29
+ # @return [Array<String>]
30
+ attr_accessor :sortable_fields
31
+
28
32
  # Attribute mapping from ruby-style variable name to JSON key.
29
33
  def self.attribute_map
30
34
  {
@@ -32,7 +36,8 @@ module OCI
32
36
  'count': :'count',
33
37
  'items': :'items',
34
38
  'query': :'query',
35
- 'faceted_search_aggregation': :'facetedSearchAggregation'
39
+ 'faceted_search_aggregation': :'facetedSearchAggregation',
40
+ 'sortable_fields': :'sortableFields'
36
41
  # rubocop:enable Style/SymbolLiteral
37
42
  }
38
43
  end
@@ -44,7 +49,8 @@ module OCI
44
49
  'count': :'Integer',
45
50
  'items': :'Array<OCI::DataCatalog::Models::SearchResult>',
46
51
  'query': :'String',
47
- 'faceted_search_aggregation': :'Array<OCI::DataCatalog::Models::FacetedSearchAggregation>'
52
+ 'faceted_search_aggregation': :'Array<OCI::DataCatalog::Models::FacetedSearchAggregation>',
53
+ 'sortable_fields': :'Array<String>'
48
54
  # rubocop:enable Style/SymbolLiteral
49
55
  }
50
56
  end
@@ -59,6 +65,7 @@ module OCI
59
65
  # @option attributes [Array<OCI::DataCatalog::Models::SearchResult>] :items The value to assign to the {#items} property
60
66
  # @option attributes [String] :query The value to assign to the {#query} property
61
67
  # @option attributes [Array<OCI::DataCatalog::Models::FacetedSearchAggregation>] :faceted_search_aggregation The value to assign to the {#faceted_search_aggregation} property
68
+ # @option attributes [Array<String>] :sortable_fields The value to assign to the {#sortable_fields} property
62
69
  def initialize(attributes = {})
63
70
  return unless attributes.is_a?(Hash)
64
71
 
@@ -76,6 +83,12 @@ module OCI
76
83
  raise 'You cannot provide both :facetedSearchAggregation and :faceted_search_aggregation' if attributes.key?(:'facetedSearchAggregation') && attributes.key?(:'faceted_search_aggregation')
77
84
 
78
85
  self.faceted_search_aggregation = attributes[:'faceted_search_aggregation'] if attributes[:'faceted_search_aggregation']
86
+
87
+ self.sortable_fields = attributes[:'sortableFields'] if attributes[:'sortableFields']
88
+
89
+ raise 'You cannot provide both :sortableFields and :sortable_fields' if attributes.key?(:'sortableFields') && attributes.key?(:'sortable_fields')
90
+
91
+ self.sortable_fields = attributes[:'sortable_fields'] if attributes[:'sortable_fields']
79
92
  end
80
93
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
81
94
  # rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
@@ -92,7 +105,8 @@ module OCI
92
105
  count == other.count &&
93
106
  items == other.items &&
94
107
  query == other.query &&
95
- faceted_search_aggregation == other.faceted_search_aggregation
108
+ faceted_search_aggregation == other.faceted_search_aggregation &&
109
+ sortable_fields == other.sortable_fields
96
110
  end
97
111
  # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
98
112
 
@@ -108,7 +122,7 @@ module OCI
108
122
  # Calculates hash code according to all attributes.
109
123
  # @return [Fixnum] Hash code
110
124
  def hash
111
- [count, items, query, faceted_search_aggregation].hash
125
+ [count, items, query, faceted_search_aggregation, sortable_fields].hash
112
126
  end
113
127
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
114
128
 
@@ -121,6 +121,7 @@ module OCI
121
121
  # For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
122
122
  #
123
123
  # @return [Response] A Response object with data of type nil
124
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/change_application_compartment.rb.html) to see an example of how to use change_application_compartment API.
124
125
  def change_application_compartment(application_id, change_application_compartment_details, opts = {})
125
126
  logger.debug 'Calling operation DataFlowClient#change_application_compartment.' if logger
126
127
 
@@ -187,6 +188,7 @@ module OCI
187
188
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
188
189
  #
189
190
  # @return [Response] A Response object with data of type nil
191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/change_private_endpoint_compartment.rb.html) to see an example of how to use change_private_endpoint_compartment API.
190
192
  def change_private_endpoint_compartment(private_endpoint_id, change_private_endpoint_compartment_details, opts = {})
191
193
  logger.debug 'Calling operation DataFlowClient#change_private_endpoint_compartment.' if logger
192
194
 
@@ -259,6 +261,7 @@ module OCI
259
261
  # For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
260
262
  #
261
263
  # @return [Response] A Response object with data of type nil
264
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/change_run_compartment.rb.html) to see an example of how to use change_run_compartment API.
262
265
  def change_run_compartment(run_id, change_run_compartment_details, opts = {})
263
266
  logger.debug 'Calling operation DataFlowClient#change_run_compartment.' if logger
264
267
 
@@ -324,6 +327,7 @@ module OCI
324
327
  # Otherwise, a random request ID will be generated by the service.
325
328
  #
326
329
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Application Application}
330
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/create_application.rb.html) to see an example of how to use create_application API.
327
331
  def create_application(create_application_details, opts = {})
328
332
  logger.debug 'Calling operation DataFlowClient#create_application.' if logger
329
333
 
@@ -387,6 +391,7 @@ module OCI
387
391
  # Otherwise, a random request ID will be generated by the service.
388
392
  #
389
393
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::PrivateEndpoint PrivateEndpoint}
394
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/create_private_endpoint.rb.html) to see an example of how to use create_private_endpoint API.
390
395
  def create_private_endpoint(create_private_endpoint_details, opts = {})
391
396
  logger.debug 'Calling operation DataFlowClient#create_private_endpoint.' if logger
392
397
 
@@ -450,6 +455,7 @@ module OCI
450
455
  # Otherwise, a random request ID will be generated by the service.
451
456
  #
452
457
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Run Run}
458
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/create_run.rb.html) to see an example of how to use create_run API.
453
459
  def create_run(create_run_details, opts = {})
454
460
  logger.debug 'Calling operation DataFlowClient#create_run.' if logger
455
461
 
@@ -512,6 +518,7 @@ module OCI
512
518
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
513
519
  #
514
520
  # @return [Response] A Response object with data of type nil
521
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/delete_application.rb.html) to see an example of how to use delete_application API.
515
522
  def delete_application(application_id, opts = {})
516
523
  logger.debug 'Calling operation DataFlowClient#delete_application.' if logger
517
524
 
@@ -573,6 +580,7 @@ module OCI
573
580
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
574
581
  #
575
582
  # @return [Response] A Response object with data of type nil
583
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/delete_private_endpoint.rb.html) to see an example of how to use delete_private_endpoint API.
576
584
  def delete_private_endpoint(private_endpoint_id, opts = {})
577
585
  logger.debug 'Calling operation DataFlowClient#delete_private_endpoint.' if logger
578
586
 
@@ -635,6 +643,7 @@ module OCI
635
643
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
636
644
  #
637
645
  # @return [Response] A Response object with data of type nil
646
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/delete_run.rb.html) to see an example of how to use delete_run API.
638
647
  def delete_run(run_id, opts = {})
639
648
  logger.debug 'Calling operation DataFlowClient#delete_run.' if logger
640
649
 
@@ -692,6 +701,7 @@ module OCI
692
701
  # Otherwise, a random request ID will be generated by the service.
693
702
  #
694
703
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Application Application}
704
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/get_application.rb.html) to see an example of how to use get_application API.
695
705
  def get_application(application_id, opts = {})
696
706
  logger.debug 'Calling operation DataFlowClient#get_application.' if logger
697
707
 
@@ -749,6 +759,7 @@ module OCI
749
759
  # Otherwise, a random request ID will be generated by the service.
750
760
  #
751
761
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::PrivateEndpoint PrivateEndpoint}
762
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/get_private_endpoint.rb.html) to see an example of how to use get_private_endpoint API.
752
763
  def get_private_endpoint(private_endpoint_id, opts = {})
753
764
  logger.debug 'Calling operation DataFlowClient#get_private_endpoint.' if logger
754
765
 
@@ -806,6 +817,7 @@ module OCI
806
817
  # Otherwise, a random request ID will be generated by the service.
807
818
  #
808
819
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Run Run}
820
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/get_run.rb.html) to see an example of how to use get_run API.
809
821
  def get_run(run_id, opts = {})
810
822
  logger.debug 'Calling operation DataFlowClient#get_run.' if logger
811
823
 
@@ -867,6 +879,7 @@ module OCI
867
879
  # @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
868
880
  # @option [Block] &block Streaming http body to the block
869
881
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
882
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/get_run_log.rb.html) to see an example of how to use get_run_log API.
870
883
  def get_run_log(run_id, name, opts = {}, &block)
871
884
  logger.debug 'Calling operation DataFlowClient#get_run_log.' if logger
872
885
 
@@ -970,6 +983,7 @@ module OCI
970
983
  # Otherwise, a random request ID will be generated by the service.
971
984
  #
972
985
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::WorkRequest WorkRequest}
986
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/get_work_request.rb.html) to see an example of how to use get_work_request API.
973
987
  def get_work_request(work_request_id, opts = {})
974
988
  logger.debug 'Calling operation DataFlowClient#get_work_request.' if logger
975
989
 
@@ -1044,6 +1058,7 @@ module OCI
1044
1058
  # @option opts [String] :display_name_starts_with The displayName prefix.
1045
1059
  #
1046
1060
  # @return [Response] A Response object with data of type Array<{OCI::DataFlow::Models::ApplicationSummary ApplicationSummary}>
1061
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_applications.rb.html) to see an example of how to use list_applications API.
1047
1062
  def list_applications(compartment_id, opts = {})
1048
1063
  logger.debug 'Calling operation DataFlowClient#list_applications.' if logger
1049
1064
 
@@ -1135,6 +1150,7 @@ module OCI
1135
1150
  # @option opts [String] :display_name_starts_with The displayName prefix.
1136
1151
  #
1137
1152
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::PrivateEndpointCollection PrivateEndpointCollection}
1153
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_private_endpoints.rb.html) to see an example of how to use list_private_endpoints API.
1138
1154
  def list_private_endpoints(compartment_id, opts = {})
1139
1155
  logger.debug 'Calling operation DataFlowClient#list_private_endpoints.' if logger
1140
1156
 
@@ -1217,6 +1233,7 @@ module OCI
1217
1233
  # to sent back to server for getting the next page of results.
1218
1234
  #
1219
1235
  # @return [Response] A Response object with data of type Array<{OCI::DataFlow::Models::RunLogSummary RunLogSummary}>
1236
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_run_logs.rb.html) to see an example of how to use list_run_logs API.
1220
1237
  def list_run_logs(run_id, opts = {})
1221
1238
  logger.debug 'Calling operation DataFlowClient#list_run_logs.' if logger
1222
1239
 
@@ -1299,6 +1316,7 @@ module OCI
1299
1316
  # @option opts [String] :display_name The query parameter for the Spark application name.
1300
1317
  #
1301
1318
  # @return [Response] A Response object with data of type Array<{OCI::DataFlow::Models::RunSummary RunSummary}>
1319
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_runs.rb.html) to see an example of how to use list_runs API.
1302
1320
  def list_runs(compartment_id, opts = {})
1303
1321
  logger.debug 'Calling operation DataFlowClient#list_runs.' if logger
1304
1322
 
@@ -1383,6 +1401,7 @@ module OCI
1383
1401
  # to sent back to server for getting the next page of results.
1384
1402
  #
1385
1403
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
1404
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
1386
1405
  def list_work_request_errors(work_request_id, opts = {})
1387
1406
  logger.debug 'Calling operation DataFlowClient#list_work_request_errors.' if logger
1388
1407
 
@@ -1447,6 +1466,7 @@ module OCI
1447
1466
  # to sent back to server for getting the next page of results.
1448
1467
  #
1449
1468
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::WorkRequestLogCollection WorkRequestLogCollection}
1469
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
1450
1470
  def list_work_request_logs(work_request_id, opts = {})
1451
1471
  logger.debug 'Calling operation DataFlowClient#list_work_request_logs.' if logger
1452
1472
 
@@ -1511,6 +1531,7 @@ module OCI
1511
1531
  # to sent back to server for getting the next page of results.
1512
1532
  #
1513
1533
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::WorkRequestCollection WorkRequestCollection}
1534
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
1514
1535
  def list_work_requests(compartment_id, opts = {})
1515
1536
  logger.debug 'Calling operation DataFlowClient#list_work_requests.' if logger
1516
1537
 
@@ -1576,6 +1597,7 @@ module OCI
1576
1597
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
1577
1598
  #
1578
1599
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Application Application}
1600
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/update_application.rb.html) to see an example of how to use update_application API.
1579
1601
  def update_application(update_application_details, application_id, opts = {})
1580
1602
  logger.debug 'Calling operation DataFlowClient#update_application.' if logger
1581
1603
 
@@ -1643,6 +1665,7 @@ module OCI
1643
1665
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
1644
1666
  #
1645
1667
  # @return [Response] A Response object with data of type nil
1668
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/update_private_endpoint.rb.html) to see an example of how to use update_private_endpoint API.
1646
1669
  def update_private_endpoint(update_private_endpoint_details, private_endpoint_id, opts = {})
1647
1670
  logger.debug 'Calling operation DataFlowClient#update_private_endpoint.' if logger
1648
1671
 
@@ -1707,6 +1730,7 @@ module OCI
1707
1730
  # The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
1708
1731
  #
1709
1732
  # @return [Response] A Response object with data of type {OCI::DataFlow::Models::Run Run}
1733
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataflow/update_run.rb.html) to see an example of how to use update_run API.
1710
1734
  def update_run(update_run_details, run_id, opts = {})
1711
1735
  logger.debug 'Calling operation DataFlowClient#update_run.' if logger
1712
1736
 
@@ -116,6 +116,7 @@ module OCI
116
116
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
117
117
  #
118
118
  # @return [Response] A Response object with data of type nil
119
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/change_compartment.rb.html) to see an example of how to use change_compartment API.
119
120
  def change_compartment(workspace_id, change_compartment_details, opts = {})
120
121
  logger.debug 'Calling operation DataIntegrationClient#change_compartment.' if logger
121
122
 
@@ -179,6 +180,7 @@ module OCI
179
180
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
180
181
  #
181
182
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Application Application}
183
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_application.rb.html) to see an example of how to use create_application API.
182
184
  def create_application(workspace_id, create_application_details, opts = {})
183
185
  logger.debug 'Calling operation DataIntegrationClient#create_application.' if logger
184
186
 
@@ -241,6 +243,7 @@ module OCI
241
243
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
242
244
  #
243
245
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Connection Connection}
246
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_connection.rb.html) to see an example of how to use create_connection API.
244
247
  def create_connection(workspace_id, create_connection_details, opts = {})
245
248
  logger.debug 'Calling operation DataIntegrationClient#create_connection.' if logger
246
249
 
@@ -303,6 +306,7 @@ module OCI
303
306
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
304
307
  #
305
308
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ConnectionValidation ConnectionValidation}
309
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_connection_validation.rb.html) to see an example of how to use create_connection_validation API.
306
310
  def create_connection_validation(workspace_id, create_connection_validation_details, opts = {})
307
311
  logger.debug 'Calling operation DataIntegrationClient#create_connection_validation.' if logger
308
312
 
@@ -365,6 +369,7 @@ module OCI
365
369
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
366
370
  #
367
371
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataAsset DataAsset}
372
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_data_asset.rb.html) to see an example of how to use create_data_asset API.
368
373
  def create_data_asset(workspace_id, create_data_asset_details, opts = {})
369
374
  logger.debug 'Calling operation DataIntegrationClient#create_data_asset.' if logger
370
375
 
@@ -428,6 +433,7 @@ module OCI
428
433
  # please provide the request ID.
429
434
  #
430
435
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlow DataFlow}
436
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_data_flow.rb.html) to see an example of how to use create_data_flow API.
431
437
  def create_data_flow(workspace_id, create_data_flow_details, opts = {})
432
438
  logger.debug 'Calling operation DataIntegrationClient#create_data_flow.' if logger
433
439
 
@@ -491,6 +497,7 @@ module OCI
491
497
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
492
498
  #
493
499
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlowValidation DataFlowValidation}
500
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_data_flow_validation.rb.html) to see an example of how to use create_data_flow_validation API.
494
501
  def create_data_flow_validation(workspace_id, create_data_flow_validation_details, opts = {})
495
502
  logger.debug 'Calling operation DataIntegrationClient#create_data_flow_validation.' if logger
496
503
 
@@ -559,6 +566,7 @@ module OCI
559
566
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
560
567
  #
561
568
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::EntityShape EntityShape}
569
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_entity_shape.rb.html) to see an example of how to use create_entity_shape API.
562
570
  def create_entity_shape(workspace_id, connection_key, schema_resource_name, create_entity_shape_details, opts = {})
563
571
  logger.debug 'Calling operation DataIntegrationClient#create_entity_shape.' if logger
564
572
 
@@ -627,6 +635,7 @@ module OCI
627
635
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
628
636
  #
629
637
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublication ExternalPublication}
638
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_external_publication.rb.html) to see an example of how to use create_external_publication API.
630
639
  def create_external_publication(workspace_id, task_key, create_external_publication_details, opts = {})
631
640
  logger.debug 'Calling operation DataIntegrationClient#create_external_publication.' if logger
632
641
 
@@ -692,6 +701,7 @@ module OCI
692
701
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
693
702
  #
694
703
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublicationValidation ExternalPublicationValidation}
704
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_external_publication_validation.rb.html) to see an example of how to use create_external_publication_validation API.
695
705
  def create_external_publication_validation(workspace_id, task_key, create_external_publication_validation_details, opts = {})
696
706
  logger.debug 'Calling operation DataIntegrationClient#create_external_publication_validation.' if logger
697
707
 
@@ -758,6 +768,7 @@ module OCI
758
768
  # please provide the request ID.
759
769
  #
760
770
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Folder Folder}
771
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_folder.rb.html) to see an example of how to use create_folder API.
761
772
  def create_folder(workspace_id, create_folder_details, opts = {})
762
773
  logger.debug 'Calling operation DataIntegrationClient#create_folder.' if logger
763
774
 
@@ -821,6 +832,7 @@ module OCI
821
832
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
822
833
  #
823
834
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Patch Patch}
835
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_patch.rb.html) to see an example of how to use create_patch API.
824
836
  def create_patch(workspace_id, application_key, create_patch_details, opts = {})
825
837
  logger.debug 'Calling operation DataIntegrationClient#create_patch.' if logger
826
838
 
@@ -886,6 +898,7 @@ module OCI
886
898
  # please provide the request ID.
887
899
  #
888
900
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Project Project}
901
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_project.rb.html) to see an example of how to use create_project API.
889
902
  def create_project(workspace_id, create_project_details, opts = {})
890
903
  logger.debug 'Calling operation DataIntegrationClient#create_project.' if logger
891
904
 
@@ -949,6 +962,7 @@ module OCI
949
962
  # please provide the request ID.
950
963
  #
951
964
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Task Task}
965
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_task.rb.html) to see an example of how to use create_task API.
952
966
  def create_task(workspace_id, create_task_details, opts = {})
953
967
  logger.debug 'Calling operation DataIntegrationClient#create_task.' if logger
954
968
 
@@ -1012,6 +1026,7 @@ module OCI
1012
1026
  # please provide the request ID.
1013
1027
  #
1014
1028
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskRun TaskRun}
1029
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_task_run.rb.html) to see an example of how to use create_task_run API.
1015
1030
  def create_task_run(workspace_id, application_key, create_task_run_details, opts = {})
1016
1031
  logger.debug 'Calling operation DataIntegrationClient#create_task_run.' if logger
1017
1032
 
@@ -1076,6 +1091,7 @@ module OCI
1076
1091
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
1077
1092
  #
1078
1093
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskValidation TaskValidation}
1094
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_task_validation.rb.html) to see an example of how to use create_task_validation API.
1079
1095
  def create_task_validation(workspace_id, create_task_validation_details, opts = {})
1080
1096
  logger.debug 'Calling operation DataIntegrationClient#create_task_validation.' if logger
1081
1097
 
@@ -1138,6 +1154,7 @@ module OCI
1138
1154
  # please provide the request ID.
1139
1155
  #
1140
1156
  # @return [Response] A Response object with data of type nil
1157
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/create_workspace.rb.html) to see an example of how to use create_workspace API.
1141
1158
  def create_workspace(create_workspace_details, opts = {})
1142
1159
  logger.debug 'Calling operation DataIntegrationClient#create_workspace.' if logger
1143
1160
 
@@ -1199,6 +1216,7 @@ module OCI
1199
1216
  # please provide the request ID.
1200
1217
  #
1201
1218
  # @return [Response] A Response object with data of type nil
1219
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_application.rb.html) to see an example of how to use delete_application API.
1202
1220
  def delete_application(workspace_id, application_key, opts = {})
1203
1221
  logger.debug 'Calling operation DataIntegrationClient#delete_application.' if logger
1204
1222
 
@@ -1262,6 +1280,7 @@ module OCI
1262
1280
  # please provide the request ID.
1263
1281
  #
1264
1282
  # @return [Response] A Response object with data of type nil
1283
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_connection.rb.html) to see an example of how to use delete_connection API.
1265
1284
  def delete_connection(workspace_id, connection_key, opts = {})
1266
1285
  logger.debug 'Calling operation DataIntegrationClient#delete_connection.' if logger
1267
1286
 
@@ -1325,6 +1344,7 @@ module OCI
1325
1344
  # please provide the request ID.
1326
1345
  #
1327
1346
  # @return [Response] A Response object with data of type nil
1347
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_connection_validation.rb.html) to see an example of how to use delete_connection_validation API.
1328
1348
  def delete_connection_validation(workspace_id, connection_validation_key, opts = {})
1329
1349
  logger.debug 'Calling operation DataIntegrationClient#delete_connection_validation.' if logger
1330
1350
 
@@ -1388,6 +1408,7 @@ module OCI
1388
1408
  # please provide the request ID.
1389
1409
  #
1390
1410
  # @return [Response] A Response object with data of type nil
1411
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_data_asset.rb.html) to see an example of how to use delete_data_asset API.
1391
1412
  def delete_data_asset(workspace_id, data_asset_key, opts = {})
1392
1413
  logger.debug 'Calling operation DataIntegrationClient#delete_data_asset.' if logger
1393
1414
 
@@ -1451,6 +1472,7 @@ module OCI
1451
1472
  # please provide the request ID.
1452
1473
  #
1453
1474
  # @return [Response] A Response object with data of type nil
1475
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_data_flow.rb.html) to see an example of how to use delete_data_flow API.
1454
1476
  def delete_data_flow(workspace_id, data_flow_key, opts = {})
1455
1477
  logger.debug 'Calling operation DataIntegrationClient#delete_data_flow.' if logger
1456
1478
 
@@ -1514,6 +1536,7 @@ module OCI
1514
1536
  # please provide the request ID.
1515
1537
  #
1516
1538
  # @return [Response] A Response object with data of type nil
1539
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_data_flow_validation.rb.html) to see an example of how to use delete_data_flow_validation API.
1517
1540
  def delete_data_flow_validation(workspace_id, data_flow_validation_key, opts = {})
1518
1541
  logger.debug 'Calling operation DataIntegrationClient#delete_data_flow_validation.' if logger
1519
1542
 
@@ -1578,6 +1601,7 @@ module OCI
1578
1601
  # please provide the request ID.
1579
1602
  #
1580
1603
  # @return [Response] A Response object with data of type nil
1604
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_external_publication.rb.html) to see an example of how to use delete_external_publication API.
1581
1605
  def delete_external_publication(workspace_id, task_key, external_publications_key, opts = {})
1582
1606
  logger.debug 'Calling operation DataIntegrationClient#delete_external_publication.' if logger
1583
1607
 
@@ -1645,6 +1669,7 @@ module OCI
1645
1669
  # please provide the request ID.
1646
1670
  #
1647
1671
  # @return [Response] A Response object with data of type nil
1672
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_external_publication_validation.rb.html) to see an example of how to use delete_external_publication_validation API.
1648
1673
  def delete_external_publication_validation(workspace_id, task_key, external_publication_validation_key, opts = {})
1649
1674
  logger.debug 'Calling operation DataIntegrationClient#delete_external_publication_validation.' if logger
1650
1675
 
@@ -1710,6 +1735,7 @@ module OCI
1710
1735
  # please provide the request ID.
1711
1736
  #
1712
1737
  # @return [Response] A Response object with data of type nil
1738
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_folder.rb.html) to see an example of how to use delete_folder API.
1713
1739
  def delete_folder(workspace_id, folder_key, opts = {})
1714
1740
  logger.debug 'Calling operation DataIntegrationClient#delete_folder.' if logger
1715
1741
 
@@ -1774,6 +1800,7 @@ module OCI
1774
1800
  # please provide the request ID.
1775
1801
  #
1776
1802
  # @return [Response] A Response object with data of type nil
1803
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_patch.rb.html) to see an example of how to use delete_patch API.
1777
1804
  def delete_patch(workspace_id, application_key, patch_key, opts = {})
1778
1805
  logger.debug 'Calling operation DataIntegrationClient#delete_patch.' if logger
1779
1806
 
@@ -1839,6 +1866,7 @@ module OCI
1839
1866
  # please provide the request ID.
1840
1867
  #
1841
1868
  # @return [Response] A Response object with data of type nil
1869
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_project.rb.html) to see an example of how to use delete_project API.
1842
1870
  def delete_project(workspace_id, project_key, opts = {})
1843
1871
  logger.debug 'Calling operation DataIntegrationClient#delete_project.' if logger
1844
1872
 
@@ -1902,6 +1930,7 @@ module OCI
1902
1930
  # please provide the request ID.
1903
1931
  #
1904
1932
  # @return [Response] A Response object with data of type nil
1933
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_task.rb.html) to see an example of how to use delete_task API.
1905
1934
  def delete_task(workspace_id, task_key, opts = {})
1906
1935
  logger.debug 'Calling operation DataIntegrationClient#delete_task.' if logger
1907
1936
 
@@ -1966,6 +1995,7 @@ module OCI
1966
1995
  # please provide the request ID.
1967
1996
  #
1968
1997
  # @return [Response] A Response object with data of type nil
1998
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_task_run.rb.html) to see an example of how to use delete_task_run API.
1969
1999
  def delete_task_run(workspace_id, application_key, task_run_key, opts = {})
1970
2000
  logger.debug 'Calling operation DataIntegrationClient#delete_task_run.' if logger
1971
2001
 
@@ -2032,6 +2062,7 @@ module OCI
2032
2062
  # please provide the request ID.
2033
2063
  #
2034
2064
  # @return [Response] A Response object with data of type nil
2065
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_task_validation.rb.html) to see an example of how to use delete_task_validation API.
2035
2066
  def delete_task_validation(workspace_id, task_validation_key, opts = {})
2036
2067
  logger.debug 'Calling operation DataIntegrationClient#delete_task_validation.' if logger
2037
2068
 
@@ -2096,6 +2127,7 @@ module OCI
2096
2127
  # please provide the request ID.
2097
2128
  #
2098
2129
  # @return [Response] A Response object with data of type nil
2130
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/delete_workspace.rb.html) to see an example of how to use delete_workspace API.
2099
2131
  def delete_workspace(workspace_id, opts = {})
2100
2132
  logger.debug 'Calling operation DataIntegrationClient#delete_workspace.' if logger
2101
2133
 
@@ -2155,6 +2187,7 @@ module OCI
2155
2187
  # please provide the request ID.
2156
2188
  #
2157
2189
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Application Application}
2190
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_application.rb.html) to see an example of how to use get_application API.
2158
2191
  def get_application(workspace_id, application_key, opts = {})
2159
2192
  logger.debug 'Calling operation DataIntegrationClient#get_application.' if logger
2160
2193
 
@@ -2214,6 +2247,7 @@ module OCI
2214
2247
  # please provide the request ID.
2215
2248
  #
2216
2249
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Connection Connection}
2250
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_connection.rb.html) to see an example of how to use get_connection API.
2217
2251
  def get_connection(workspace_id, connection_key, opts = {})
2218
2252
  logger.debug 'Calling operation DataIntegrationClient#get_connection.' if logger
2219
2253
 
@@ -2273,6 +2307,7 @@ module OCI
2273
2307
  # please provide the request ID.
2274
2308
  #
2275
2309
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ConnectionValidation ConnectionValidation}
2310
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_connection_validation.rb.html) to see an example of how to use get_connection_validation API.
2276
2311
  def get_connection_validation(workspace_id, connection_validation_key, opts = {})
2277
2312
  logger.debug 'Calling operation DataIntegrationClient#get_connection_validation.' if logger
2278
2313
 
@@ -2334,6 +2369,7 @@ module OCI
2334
2369
  # please provide the request ID.
2335
2370
  #
2336
2371
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::CountStatistic CountStatistic}
2372
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_count_statistic.rb.html) to see an example of how to use get_count_statistic API.
2337
2373
  def get_count_statistic(workspace_id, count_statistic_key, opts = {})
2338
2374
  logger.debug 'Calling operation DataIntegrationClient#get_count_statistic.' if logger
2339
2375
 
@@ -2393,6 +2429,7 @@ module OCI
2393
2429
  # please provide the request ID.
2394
2430
  #
2395
2431
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataAsset DataAsset}
2432
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_data_asset.rb.html) to see an example of how to use get_data_asset API.
2396
2433
  def get_data_asset(workspace_id, data_asset_key, opts = {})
2397
2434
  logger.debug 'Calling operation DataIntegrationClient#get_data_asset.' if logger
2398
2435
 
@@ -2454,6 +2491,7 @@ module OCI
2454
2491
  # please provide the request ID.
2455
2492
  #
2456
2493
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataEntity DataEntity}
2494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_data_entity.rb.html) to see an example of how to use get_data_entity API.
2457
2495
  def get_data_entity(workspace_id, connection_key, schema_resource_name, data_entity_key, opts = {})
2458
2496
  logger.debug 'Calling operation DataIntegrationClient#get_data_entity.' if logger
2459
2497
 
@@ -2517,6 +2555,7 @@ module OCI
2517
2555
  # please provide the request ID.
2518
2556
  #
2519
2557
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlow DataFlow}
2558
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_data_flow.rb.html) to see an example of how to use get_data_flow API.
2520
2559
  def get_data_flow(workspace_id, data_flow_key, opts = {})
2521
2560
  logger.debug 'Calling operation DataIntegrationClient#get_data_flow.' if logger
2522
2561
 
@@ -2576,6 +2615,7 @@ module OCI
2576
2615
  # please provide the request ID.
2577
2616
  #
2578
2617
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlowValidation DataFlowValidation}
2618
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_data_flow_validation.rb.html) to see an example of how to use get_data_flow_validation API.
2579
2619
  def get_data_flow_validation(workspace_id, data_flow_validation_key, opts = {})
2580
2620
  logger.debug 'Calling operation DataIntegrationClient#get_data_flow_validation.' if logger
2581
2621
 
@@ -2636,6 +2676,7 @@ module OCI
2636
2676
  # please provide the request ID.
2637
2677
  #
2638
2678
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DependentObject DependentObject}
2679
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_dependent_object.rb.html) to see an example of how to use get_dependent_object API.
2639
2680
  def get_dependent_object(workspace_id, application_key, dependent_object_key, opts = {})
2640
2681
  logger.debug 'Calling operation DataIntegrationClient#get_dependent_object.' if logger
2641
2682
 
@@ -2698,6 +2739,7 @@ module OCI
2698
2739
  # please provide the request ID.
2699
2740
  #
2700
2741
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublication ExternalPublication}
2742
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_external_publication.rb.html) to see an example of how to use get_external_publication API.
2701
2743
  def get_external_publication(workspace_id, task_key, external_publications_key, opts = {})
2702
2744
  logger.debug 'Calling operation DataIntegrationClient#get_external_publication.' if logger
2703
2745
 
@@ -2760,6 +2802,7 @@ module OCI
2760
2802
  # please provide the request ID.
2761
2803
  #
2762
2804
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublicationValidation ExternalPublicationValidation}
2805
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_external_publication_validation.rb.html) to see an example of how to use get_external_publication_validation API.
2763
2806
  def get_external_publication_validation(workspace_id, task_key, external_publication_validation_key, opts = {})
2764
2807
  logger.debug 'Calling operation DataIntegrationClient#get_external_publication_validation.' if logger
2765
2808
 
@@ -2821,6 +2864,7 @@ module OCI
2821
2864
  # please provide the request ID.
2822
2865
  #
2823
2866
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Folder Folder}
2867
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_folder.rb.html) to see an example of how to use get_folder API.
2824
2868
  def get_folder(workspace_id, folder_key, opts = {})
2825
2869
  logger.debug 'Calling operation DataIntegrationClient#get_folder.' if logger
2826
2870
 
@@ -2881,6 +2925,7 @@ module OCI
2881
2925
  # please provide the request ID.
2882
2926
  #
2883
2927
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Patch Patch}
2928
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_patch.rb.html) to see an example of how to use get_patch API.
2884
2929
  def get_patch(workspace_id, application_key, patch_key, opts = {})
2885
2930
  logger.debug 'Calling operation DataIntegrationClient#get_patch.' if logger
2886
2931
 
@@ -2942,6 +2987,7 @@ module OCI
2942
2987
  # please provide the request ID.
2943
2988
  #
2944
2989
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Project Project}
2990
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_project.rb.html) to see an example of how to use get_project API.
2945
2991
  def get_project(workspace_id, project_key, opts = {})
2946
2992
  logger.debug 'Calling operation DataIntegrationClient#get_project.' if logger
2947
2993
 
@@ -3003,6 +3049,7 @@ module OCI
3003
3049
  #
3004
3050
  # @option opts [String] :expand_references Used to expand references of the object. If value is true, then all referenced objects are expanded. If value is false, then shallow objects are returned in place of references. Default is false. <br><br><B>Example:</B><br> <ul> <li><B>?expandReferences=true</B> returns all objects of type data loader task</li> </ul> (default to false)
3005
3051
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::PublishedObject PublishedObject}
3052
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_published_object.rb.html) to see an example of how to use get_published_object API.
3006
3053
  def get_published_object(workspace_id, application_key, published_object_key, opts = {})
3007
3054
  logger.debug 'Calling operation DataIntegrationClient#get_published_object.' if logger
3008
3055
 
@@ -3066,6 +3113,7 @@ module OCI
3066
3113
  # please provide the request ID.
3067
3114
  #
3068
3115
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Reference Reference}
3116
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_reference.rb.html) to see an example of how to use get_reference API.
3069
3117
  def get_reference(workspace_id, application_key, reference_key, opts = {})
3070
3118
  logger.debug 'Calling operation DataIntegrationClient#get_reference.' if logger
3071
3119
 
@@ -3128,6 +3176,7 @@ module OCI
3128
3176
  # please provide the request ID.
3129
3177
  #
3130
3178
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Schema Schema}
3179
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_schema.rb.html) to see an example of how to use get_schema API.
3131
3180
  def get_schema(workspace_id, connection_key, schema_resource_name, opts = {})
3132
3181
  logger.debug 'Calling operation DataIntegrationClient#get_schema.' if logger
3133
3182
 
@@ -3189,6 +3238,7 @@ module OCI
3189
3238
  # please provide the request ID.
3190
3239
  #
3191
3240
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Task Task}
3241
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_task.rb.html) to see an example of how to use get_task API.
3192
3242
  def get_task(workspace_id, task_key, opts = {})
3193
3243
  logger.debug 'Calling operation DataIntegrationClient#get_task.' if logger
3194
3244
 
@@ -3249,6 +3299,7 @@ module OCI
3249
3299
  # please provide the request ID.
3250
3300
  #
3251
3301
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskRun TaskRun}
3302
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_task_run.rb.html) to see an example of how to use get_task_run API.
3252
3303
  def get_task_run(workspace_id, application_key, task_run_key, opts = {})
3253
3304
  logger.debug 'Calling operation DataIntegrationClient#get_task_run.' if logger
3254
3305
 
@@ -3311,6 +3362,7 @@ module OCI
3311
3362
  # please provide the request ID.
3312
3363
  #
3313
3364
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskValidation TaskValidation}
3365
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_task_validation.rb.html) to see an example of how to use get_task_validation API.
3314
3366
  def get_task_validation(workspace_id, task_validation_key, opts = {})
3315
3367
  logger.debug 'Calling operation DataIntegrationClient#get_task_validation.' if logger
3316
3368
 
@@ -3369,6 +3421,7 @@ module OCI
3369
3421
  # please provide the request ID.
3370
3422
  #
3371
3423
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::WorkRequest WorkRequest}
3424
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_work_request.rb.html) to see an example of how to use get_work_request API.
3372
3425
  def get_work_request(work_request_id, opts = {})
3373
3426
  logger.debug 'Calling operation DataIntegrationClient#get_work_request.' if logger
3374
3427
 
@@ -3425,6 +3478,7 @@ module OCI
3425
3478
  # please provide the request ID.
3426
3479
  #
3427
3480
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Workspace Workspace}
3481
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/get_workspace.rb.html) to see an example of how to use get_workspace API.
3428
3482
  def get_workspace(workspace_id, opts = {})
3429
3483
  logger.debug 'Calling operation DataIntegrationClient#get_workspace.' if logger
3430
3484
 
@@ -3491,6 +3545,7 @@ module OCI
3491
3545
  # please provide the request ID.
3492
3546
  #
3493
3547
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ApplicationSummaryCollection ApplicationSummaryCollection}
3548
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_applications.rb.html) to see an example of how to use list_applications API.
3494
3549
  def list_applications(workspace_id, opts = {})
3495
3550
  logger.debug 'Calling operation DataIntegrationClient#list_applications.' if logger
3496
3551
 
@@ -3572,6 +3627,7 @@ module OCI
3572
3627
  # please provide the request ID.
3573
3628
  #
3574
3629
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ConnectionValidationSummaryCollection ConnectionValidationSummaryCollection}
3630
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_connection_validations.rb.html) to see an example of how to use list_connection_validations API.
3575
3631
  def list_connection_validations(workspace_id, opts = {})
3576
3632
  logger.debug 'Calling operation DataIntegrationClient#list_connection_validations.' if logger
3577
3633
 
@@ -3654,6 +3710,7 @@ module OCI
3654
3710
  # please provide the request ID.
3655
3711
  #
3656
3712
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ConnectionSummaryCollection ConnectionSummaryCollection}
3713
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_connections.rb.html) to see an example of how to use list_connections API.
3657
3714
  def list_connections(workspace_id, data_asset_key, opts = {})
3658
3715
  logger.debug 'Calling operation DataIntegrationClient#list_connections.' if logger
3659
3716
 
@@ -3737,6 +3794,7 @@ module OCI
3737
3794
  # please provide the request ID.
3738
3795
  #
3739
3796
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataAssetSummaryCollection DataAssetSummaryCollection}
3797
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_data_assets.rb.html) to see an example of how to use list_data_assets API.
3740
3798
  def list_data_assets(workspace_id, opts = {})
3741
3799
  logger.debug 'Calling operation DataIntegrationClient#list_data_assets.' if logger
3742
3800
 
@@ -3820,6 +3878,7 @@ module OCI
3820
3878
  # please provide the request ID.
3821
3879
  #
3822
3880
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataEntitySummaryCollection DataEntitySummaryCollection}
3881
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_data_entities.rb.html) to see an example of how to use list_data_entities API.
3823
3882
  def list_data_entities(workspace_id, connection_key, schema_resource_name, opts = {})
3824
3883
  logger.debug 'Calling operation DataIntegrationClient#list_data_entities.' if logger
3825
3884
 
@@ -3905,6 +3964,7 @@ module OCI
3905
3964
  # please provide the request ID.
3906
3965
  #
3907
3966
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlowValidationSummaryCollection DataFlowValidationSummaryCollection}
3967
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_data_flow_validations.rb.html) to see an example of how to use list_data_flow_validations API.
3908
3968
  def list_data_flow_validations(workspace_id, opts = {})
3909
3969
  logger.debug 'Calling operation DataIntegrationClient#list_data_flow_validations.' if logger
3910
3970
 
@@ -3988,6 +4048,7 @@ module OCI
3988
4048
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
3989
4049
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
3990
4050
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlowSummaryCollection DataFlowSummaryCollection}
4051
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_data_flows.rb.html) to see an example of how to use list_data_flows API.
3991
4052
  def list_data_flows(workspace_id, opts = {})
3992
4053
  logger.debug 'Calling operation DataIntegrationClient#list_data_flows.' if logger
3993
4054
 
@@ -4079,6 +4140,7 @@ module OCI
4079
4140
  # please provide the request ID.
4080
4141
  #
4081
4142
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DependentObjectSummaryCollection DependentObjectSummaryCollection}
4143
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_dependent_objects.rb.html) to see an example of how to use list_dependent_objects API.
4082
4144
  def list_dependent_objects(workspace_id, application_key, opts = {})
4083
4145
  logger.debug 'Calling operation DataIntegrationClient#list_dependent_objects.' if logger
4084
4146
 
@@ -4165,6 +4227,7 @@ module OCI
4165
4227
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4166
4228
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
4167
4229
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublicationValidationSummaryCollection ExternalPublicationValidationSummaryCollection}
4230
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_external_publication_validations.rb.html) to see an example of how to use list_external_publication_validations API.
4168
4231
  def list_external_publication_validations(workspace_id, task_key, opts = {})
4169
4232
  logger.debug 'Calling operation DataIntegrationClient#list_external_publication_validations.' if logger
4170
4233
 
@@ -4247,6 +4310,7 @@ module OCI
4247
4310
  # please provide the request ID.
4248
4311
  #
4249
4312
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublicationSummaryCollection ExternalPublicationSummaryCollection}
4313
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_external_publications.rb.html) to see an example of how to use list_external_publications API.
4250
4314
  def list_external_publications(workspace_id, task_key, opts = {})
4251
4315
  logger.debug 'Calling operation DataIntegrationClient#list_external_publications.' if logger
4252
4316
 
@@ -4331,6 +4395,7 @@ module OCI
4331
4395
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4332
4396
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
4333
4397
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::FolderSummaryCollection FolderSummaryCollection}
4398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_folders.rb.html) to see an example of how to use list_folders API.
4334
4399
  def list_folders(workspace_id, opts = {})
4335
4400
  logger.debug 'Calling operation DataIntegrationClient#list_folders.' if logger
4336
4401
 
@@ -4413,6 +4478,7 @@ module OCI
4413
4478
  # please provide the request ID.
4414
4479
  #
4415
4480
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::PatchChangeSummaryCollection PatchChangeSummaryCollection}
4481
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_patch_changes.rb.html) to see an example of how to use list_patch_changes API.
4416
4482
  def list_patch_changes(workspace_id, application_key, opts = {})
4417
4483
  logger.debug 'Calling operation DataIntegrationClient#list_patch_changes.' if logger
4418
4484
 
@@ -4497,6 +4563,7 @@ module OCI
4497
4563
  # please provide the request ID.
4498
4564
  #
4499
4565
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::PatchSummaryCollection PatchSummaryCollection}
4566
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_patches.rb.html) to see an example of how to use list_patches API.
4500
4567
  def list_patches(workspace_id, application_key, opts = {})
4501
4568
  logger.debug 'Calling operation DataIntegrationClient#list_patches.' if logger
4502
4569
 
@@ -4580,6 +4647,7 @@ module OCI
4580
4647
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4581
4648
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
4582
4649
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ProjectSummaryCollection ProjectSummaryCollection}
4650
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_projects.rb.html) to see an example of how to use list_projects API.
4583
4651
  def list_projects(workspace_id, opts = {})
4584
4652
  logger.debug 'Calling operation DataIntegrationClient#list_projects.' if logger
4585
4653
 
@@ -4670,6 +4738,7 @@ module OCI
4670
4738
  # please provide the request ID.
4671
4739
  #
4672
4740
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::PublishedObjectSummaryCollection PublishedObjectSummaryCollection}
4741
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_published_objects.rb.html) to see an example of how to use list_published_objects API.
4673
4742
  def list_published_objects(workspace_id, application_key, opts = {})
4674
4743
  logger.debug 'Calling operation DataIntegrationClient#list_published_objects.' if logger
4675
4744
 
@@ -4753,6 +4822,7 @@ module OCI
4753
4822
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4754
4823
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
4755
4824
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ReferenceSummaryCollection ReferenceSummaryCollection}
4825
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_references.rb.html) to see an example of how to use list_references API.
4756
4826
  def list_references(workspace_id, application_key, opts = {})
4757
4827
  logger.debug 'Calling operation DataIntegrationClient#list_references.' if logger
4758
4828
 
@@ -4834,6 +4904,7 @@ module OCI
4834
4904
  # please provide the request ID.
4835
4905
  #
4836
4906
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::SchemaSummaryCollection SchemaSummaryCollection}
4907
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_schemas.rb.html) to see an example of how to use list_schemas API.
4837
4908
  def list_schemas(workspace_id, connection_key, schema_resource_name, opts = {})
4838
4909
  logger.debug 'Calling operation DataIntegrationClient#list_schemas.' if logger
4839
4910
 
@@ -4916,6 +4987,7 @@ module OCI
4916
4987
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4917
4988
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
4918
4989
  # @return [Response] A Response object with data of type Array<{OCI::DataIntegration::Models::TaskRunLogSummary TaskRunLogSummary}>
4990
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_task_run_logs.rb.html) to see an example of how to use list_task_run_logs API.
4919
4991
  def list_task_run_logs(workspace_id, application_key, task_run_key, opts = {})
4920
4992
  logger.debug 'Calling operation DataIntegrationClient#list_task_run_logs.' if logger
4921
4993
 
@@ -4998,6 +5070,7 @@ module OCI
4998
5070
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
4999
5071
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
5000
5072
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskRunSummaryCollection TaskRunSummaryCollection}
5073
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_task_runs.rb.html) to see an example of how to use list_task_runs API.
5001
5074
  def list_task_runs(workspace_id, application_key, opts = {})
5002
5075
  logger.debug 'Calling operation DataIntegrationClient#list_task_runs.' if logger
5003
5076
 
@@ -5082,6 +5155,7 @@ module OCI
5082
5155
  # please provide the request ID.
5083
5156
  #
5084
5157
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskValidationSummaryCollection TaskValidationSummaryCollection}
5158
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_task_validations.rb.html) to see an example of how to use list_task_validations API.
5085
5159
  def list_task_validations(workspace_id, opts = {})
5086
5160
  logger.debug 'Calling operation DataIntegrationClient#list_task_validations.' if logger
5087
5161
 
@@ -5167,6 +5241,7 @@ module OCI
5167
5241
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
5168
5242
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
5169
5243
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskSummaryCollection TaskSummaryCollection}
5244
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_tasks.rb.html) to see an example of how to use list_tasks API.
5170
5245
  def list_tasks(workspace_id, opts = {})
5171
5246
  logger.debug 'Calling operation DataIntegrationClient#list_tasks.' if logger
5172
5247
 
@@ -5248,6 +5323,7 @@ module OCI
5248
5323
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
5249
5324
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
5250
5325
  # @return [Response] A Response object with data of type Array<{OCI::DataIntegration::Models::WorkRequestError WorkRequestError}>
5326
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
5251
5327
  def list_work_request_errors(work_request_id, opts = {})
5252
5328
  logger.debug 'Calling operation DataIntegrationClient#list_work_request_errors.' if logger
5253
5329
 
@@ -5323,6 +5399,7 @@ module OCI
5323
5399
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
5324
5400
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
5325
5401
  # @return [Response] A Response object with data of type Array<{OCI::DataIntegration::Models::WorkRequestLogEntry WorkRequestLogEntry}>
5402
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
5326
5403
  def list_work_request_logs(work_request_id, opts = {})
5327
5404
  logger.debug 'Calling operation DataIntegrationClient#list_work_request_logs.' if logger
5328
5405
 
@@ -5400,6 +5477,7 @@ module OCI
5400
5477
  # @option opts [String] :sort_by Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter `query` is present (search operation and sorting order is by relevance score in descending order). (default to TIME_CREATED)
5401
5478
  # Allowed values are: TIME_CREATED, DISPLAY_NAME
5402
5479
  # @return [Response] A Response object with data of type Array<{OCI::DataIntegration::Models::WorkRequestSummary WorkRequestSummary}>
5480
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
5403
5481
  def list_work_requests(compartment_id, opts = {})
5404
5482
  logger.debug 'Calling operation DataIntegrationClient#list_work_requests.' if logger
5405
5483
 
@@ -5482,6 +5560,7 @@ module OCI
5482
5560
  # please provide the request ID.
5483
5561
  #
5484
5562
  # @return [Response] A Response object with data of type Array<{OCI::DataIntegration::Models::WorkspaceSummary WorkspaceSummary}>
5563
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/list_workspaces.rb.html) to see an example of how to use list_workspaces API.
5485
5564
  def list_workspaces(compartment_id, opts = {})
5486
5565
  logger.debug 'Calling operation DataIntegrationClient#list_workspaces.' if logger
5487
5566
 
@@ -5563,6 +5642,7 @@ module OCI
5563
5642
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
5564
5643
  #
5565
5644
  # @return [Response] A Response object with data of type nil
5645
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/start_workspace.rb.html) to see an example of how to use start_workspace API.
5566
5646
  def start_workspace(workspace_id, opts = {})
5567
5647
  logger.debug 'Calling operation DataIntegrationClient#start_workspace.' if logger
5568
5648
 
@@ -5630,6 +5710,7 @@ module OCI
5630
5710
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
5631
5711
  #
5632
5712
  # @return [Response] A Response object with data of type nil
5713
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/stop_workspace.rb.html) to see an example of how to use stop_workspace API.
5633
5714
  def stop_workspace(workspace_id, opts = {})
5634
5715
  logger.debug 'Calling operation DataIntegrationClient#stop_workspace.' if logger
5635
5716
 
@@ -5696,6 +5777,7 @@ module OCI
5696
5777
  # please provide the request ID.
5697
5778
  #
5698
5779
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Application Application}
5780
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_application.rb.html) to see an example of how to use update_application API.
5699
5781
  def update_application(workspace_id, application_key, update_application_details, opts = {})
5700
5782
  logger.debug 'Calling operation DataIntegrationClient#update_application.' if logger
5701
5783
 
@@ -5762,6 +5844,7 @@ module OCI
5762
5844
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
5763
5845
  #
5764
5846
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Connection Connection}
5847
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_connection.rb.html) to see an example of how to use update_connection API.
5765
5848
  def update_connection(workspace_id, connection_key, update_connection_details, opts = {})
5766
5849
  logger.debug 'Calling operation DataIntegrationClient#update_connection.' if logger
5767
5850
 
@@ -5828,6 +5911,7 @@ module OCI
5828
5911
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
5829
5912
  #
5830
5913
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataAsset DataAsset}
5914
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_data_asset.rb.html) to see an example of how to use update_data_asset API.
5831
5915
  def update_data_asset(workspace_id, data_asset_key, update_data_asset_details, opts = {})
5832
5916
  logger.debug 'Calling operation DataIntegrationClient#update_data_asset.' if logger
5833
5917
 
@@ -5894,6 +5978,7 @@ module OCI
5894
5978
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
5895
5979
  #
5896
5980
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::DataFlow DataFlow}
5981
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_data_flow.rb.html) to see an example of how to use update_data_flow API.
5897
5982
  def update_data_flow(workspace_id, data_flow_key, update_data_flow_details, opts = {})
5898
5983
  logger.debug 'Calling operation DataIntegrationClient#update_data_flow.' if logger
5899
5984
 
@@ -5961,6 +6046,7 @@ module OCI
5961
6046
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
5962
6047
  #
5963
6048
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::ExternalPublication ExternalPublication}
6049
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_external_publication.rb.html) to see an example of how to use update_external_publication API.
5964
6050
  def update_external_publication(workspace_id, task_key, external_publications_key, update_external_publication_details, opts = {})
5965
6051
  logger.debug 'Calling operation DataIntegrationClient#update_external_publication.' if logger
5966
6052
 
@@ -6029,6 +6115,7 @@ module OCI
6029
6115
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
6030
6116
  #
6031
6117
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Folder Folder}
6118
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_folder.rb.html) to see an example of how to use update_folder API.
6032
6119
  def update_folder(workspace_id, folder_key, update_folder_details, opts = {})
6033
6120
  logger.debug 'Calling operation DataIntegrationClient#update_folder.' if logger
6034
6121
 
@@ -6095,6 +6182,7 @@ module OCI
6095
6182
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
6096
6183
  #
6097
6184
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Project Project}
6185
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_project.rb.html) to see an example of how to use update_project API.
6098
6186
  def update_project(workspace_id, project_key, update_project_details, opts = {})
6099
6187
  logger.debug 'Calling operation DataIntegrationClient#update_project.' if logger
6100
6188
 
@@ -6164,6 +6252,7 @@ module OCI
6164
6252
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.
6165
6253
  #
6166
6254
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Reference Reference}
6255
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_reference.rb.html) to see an example of how to use update_reference API.
6167
6256
  def update_reference(workspace_id, application_key, reference_key, update_reference_details, opts = {})
6168
6257
  logger.debug 'Calling operation DataIntegrationClient#update_reference.' if logger
6169
6258
 
@@ -6234,6 +6323,7 @@ module OCI
6234
6323
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
6235
6324
  #
6236
6325
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Task Task}
6326
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_task.rb.html) to see an example of how to use update_task API.
6237
6327
  def update_task(workspace_id, task_key, update_task_details, opts = {})
6238
6328
  logger.debug 'Calling operation DataIntegrationClient#update_task.' if logger
6239
6329
 
@@ -6301,6 +6391,7 @@ module OCI
6301
6391
  # When 'if-match' is provided and its value does not exactly match the 'etag' of the resource on the server, the request fails with the 412 response code.
6302
6392
  #
6303
6393
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::TaskRunDetails TaskRunDetails}
6394
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_task_run.rb.html) to see an example of how to use update_task_run API.
6304
6395
  def update_task_run(workspace_id, application_key, task_run_key, update_task_run_details, opts = {})
6305
6396
  logger.debug 'Calling operation DataIntegrationClient#update_task_run.' if logger
6306
6397
 
@@ -6368,6 +6459,7 @@ module OCI
6368
6459
  # please provide the request ID.
6369
6460
  #
6370
6461
  # @return [Response] A Response object with data of type {OCI::DataIntegration::Models::Workspace Workspace}
6462
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dataintegration/update_workspace.rb.html) to see an example of how to use update_workspace API.
6371
6463
  def update_workspace(workspace_id, update_workspace_details, opts = {})
6372
6464
  logger.debug 'Calling operation DataIntegrationClient#update_workspace.' if logger
6373
6465