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
@@ -22,19 +22,21 @@ module OCI
22
22
  attr_accessor :name
23
23
 
24
24
  # The target of the object lifecycle policy rule. The values of target can be either \"objects\",
25
- # \"multipart-uploads\" or \"previous-object-versions\". This field when declared as \"objects\" is used to specify
26
- # archive or delete rule for objects. This field when declared as \"multipart-uploads\" is used to specify
27
- # the abort (only) rule for uncommitted multipart-uploads. This field when declared as \"previous-object-versions\"
28
- # is used to specify archive or delete rule for previous versions of existing objects.
25
+ # \"multipart-uploads\" or \"previous-object-versions\".
26
+ # This field when declared as \"objects\" is used to specify ARCHIVE or DELETE rule for objects.
27
+ # This field when declared as \"previous-object-versions\" is used to specify ARCHIVE or DELETE
28
+ # rule for previous versions of existing objects.
29
+ # This field when declared as \"multipart-uploads\" is used to specify the ABORT (only) rule for
30
+ # uncommitted multipart-uploads.
29
31
  #
30
32
  # @return [String]
31
33
  attr_accessor :target
32
34
 
33
- # **[Required]** The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the
34
- # [Archive Storage tier](https://docs.cloud.oracle.com/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action
35
- # 'DELETE' permanently delete objects from buckets. Rules using 'ABORT' abort the uncommitted multipart-uploads
36
- # and permanently delete their parts from buckets. 'ARCHIVE', 'DELETE' and 'ABORT' are the only three supported
37
- # actions at this time.
35
+ # **[Required]** The action of the object lifecycle policy rule.
36
+ # Rules using the action 'ARCHIVE' move objects from Standard storage tier into the
37
+ # [Archive Storage tier] (https://docs.cloud.oracle.com/Content/Archive/Concepts/archivestorageoverview.htm).
38
+ # Rules using the action 'DELETE' permanently delete objects from buckets.
39
+ # Rules using 'ABORT' abort the uncommitted multipart-uploads and permanently delete their parts from buckets.
38
40
  #
39
41
  # @return [String]
40
42
  attr_accessor :action
@@ -115,6 +115,7 @@ module OCI
115
115
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
116
116
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
117
117
  # @return [Response] A Response object with data of type nil
118
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/abort_multipart_upload.rb.html) to see an example of how to use abort_multipart_upload API.
118
119
  def abort_multipart_upload(namespace_name, bucket_name, object_name, upload_id, opts = {})
119
120
  logger.debug 'Calling operation ObjectStorageClient#abort_multipart_upload.' if logger
120
121
 
@@ -174,6 +175,7 @@ module OCI
174
175
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
175
176
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
176
177
  # @return [Response] A Response object with data of type nil
178
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/cancel_work_request.rb.html) to see an example of how to use cancel_work_request API.
177
179
  def cancel_work_request(work_request_id, opts = {})
178
180
  logger.debug 'Calling operation ObjectStorageClient#cancel_work_request.' if logger
179
181
 
@@ -242,6 +244,7 @@ module OCI
242
244
  #
243
245
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
244
246
  # @return [Response] A Response object with data of type nil
247
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/commit_multipart_upload.rb.html) to see an example of how to use commit_multipart_upload API.
245
248
  def commit_multipart_upload(namespace_name, bucket_name, object_name, upload_id, commit_multipart_upload_details, opts = {})
246
249
  logger.debug 'Calling operation ObjectStorageClient#commit_multipart_upload.' if logger
247
250
 
@@ -332,6 +335,7 @@ module OCI
332
335
  # [Using Your Own Keys for Server-Side Encryption](https://docs.cloud.oracle.com/Content/Object/Tasks/usingyourencryptionkeys.htm).
333
336
  #
334
337
  # @return [Response] A Response object with data of type nil
338
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/copy_object.rb.html) to see an example of how to use copy_object API.
335
339
  def copy_object(namespace_name, bucket_name, copy_object_details, opts = {})
336
340
  logger.debug 'Calling operation ObjectStorageClient#copy_object.' if logger
337
341
 
@@ -396,6 +400,7 @@ module OCI
396
400
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
397
401
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
398
402
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::Bucket Bucket}
403
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/create_bucket.rb.html) to see an example of how to use create_bucket API.
399
404
  def create_bucket(namespace_name, create_bucket_details, opts = {})
400
405
  logger.debug 'Calling operation ObjectStorageClient#create_bucket.' if logger
401
406
 
@@ -473,6 +478,7 @@ module OCI
473
478
  # [Using Your Own Keys for Server-Side Encryption](https://docs.cloud.oracle.com/Content/Object/Tasks/usingyourencryptionkeys.htm).
474
479
  #
475
480
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::MultipartUpload MultipartUpload}
481
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/create_multipart_upload.rb.html) to see an example of how to use create_multipart_upload API.
476
482
  def create_multipart_upload(namespace_name, bucket_name, create_multipart_upload_details, opts = {})
477
483
  logger.debug 'Calling operation ObjectStorageClient#create_multipart_upload.' if logger
478
484
 
@@ -539,6 +545,7 @@ module OCI
539
545
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
540
546
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
541
547
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::PreauthenticatedRequest PreauthenticatedRequest}
548
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/create_preauthenticated_request.rb.html) to see an example of how to use create_preauthenticated_request API.
542
549
  def create_preauthenticated_request(namespace_name, bucket_name, create_preauthenticated_request_details, opts = {})
543
550
  logger.debug 'Calling operation ObjectStorageClient#create_preauthenticated_request.' if logger
544
551
 
@@ -600,6 +607,7 @@ module OCI
600
607
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
601
608
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
602
609
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ReplicationPolicy ReplicationPolicy}
610
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/create_replication_policy.rb.html) to see an example of how to use create_replication_policy API.
603
611
  def create_replication_policy(namespace_name, bucket_name, create_replication_policy_details, opts = {})
604
612
  logger.debug 'Calling operation ObjectStorageClient#create_replication_policy.' if logger
605
613
 
@@ -662,6 +670,7 @@ module OCI
662
670
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
663
671
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
664
672
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::RetentionRule RetentionRule}
673
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/create_retention_rule.rb.html) to see an example of how to use create_retention_rule API.
665
674
  def create_retention_rule(namespace_name, bucket_name, create_retention_rule_details, opts = {})
666
675
  logger.debug 'Calling operation ObjectStorageClient#create_retention_rule.' if logger
667
676
 
@@ -728,6 +737,7 @@ module OCI
728
737
  #
729
738
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
730
739
  # @return [Response] A Response object with data of type nil
740
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_bucket.rb.html) to see an example of how to use delete_bucket API.
731
741
  def delete_bucket(namespace_name, bucket_name, opts = {})
732
742
  logger.debug 'Calling operation ObjectStorageClient#delete_bucket.' if logger
733
743
 
@@ -794,6 +804,7 @@ module OCI
794
804
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
795
805
  # @option opts [String] :version_id VersionId used to identify a particular version of the object
796
806
  # @return [Response] A Response object with data of type nil
807
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_object.rb.html) to see an example of how to use delete_object API.
797
808
  def delete_object(namespace_name, bucket_name, object_name, opts = {})
798
809
  logger.debug 'Calling operation ObjectStorageClient#delete_object.' if logger
799
810
 
@@ -859,6 +870,7 @@ module OCI
859
870
  # For uploading a part, this is the entity tag of the target part.
860
871
  #
861
872
  # @return [Response] A Response object with data of type nil
873
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_object_lifecycle_policy.rb.html) to see an example of how to use delete_object_lifecycle_policy API.
862
874
  def delete_object_lifecycle_policy(namespace_name, bucket_name, opts = {})
863
875
  logger.debug 'Calling operation ObjectStorageClient#delete_object_lifecycle_policy.' if logger
864
876
 
@@ -920,6 +932,7 @@ module OCI
920
932
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
921
933
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
922
934
  # @return [Response] A Response object with data of type nil
935
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_preauthenticated_request.rb.html) to see an example of how to use delete_preauthenticated_request API.
923
936
  def delete_preauthenticated_request(namespace_name, bucket_name, par_id, opts = {})
924
937
  logger.debug 'Calling operation ObjectStorageClient#delete_preauthenticated_request.' if logger
925
938
 
@@ -981,6 +994,7 @@ module OCI
981
994
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
982
995
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
983
996
  # @return [Response] A Response object with data of type nil
997
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_replication_policy.rb.html) to see an example of how to use delete_replication_policy API.
984
998
  def delete_replication_policy(namespace_name, bucket_name, replication_id, opts = {})
985
999
  logger.debug 'Calling operation ObjectStorageClient#delete_replication_policy.' if logger
986
1000
 
@@ -1044,6 +1058,7 @@ module OCI
1044
1058
  #
1045
1059
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1046
1060
  # @return [Response] A Response object with data of type nil
1061
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/delete_retention_rule.rb.html) to see an example of how to use delete_retention_rule API.
1047
1062
  def delete_retention_rule(namespace_name, bucket_name, retention_rule_id, opts = {})
1048
1063
  logger.debug 'Calling operation ObjectStorageClient#delete_retention_rule.' if logger
1049
1064
 
@@ -1117,6 +1132,7 @@ module OCI
1117
1132
  #
1118
1133
  # Allowed values are: approximateCount, approximateSize
1119
1134
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::Bucket Bucket}
1135
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_bucket.rb.html) to see an example of how to use get_bucket API.
1120
1136
  def get_bucket(namespace_name, bucket_name, opts = {})
1121
1137
  logger.debug 'Calling operation ObjectStorageClient#get_bucket.' if logger
1122
1138
 
@@ -1194,6 +1210,7 @@ module OCI
1194
1210
  # [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) within the tenancy whose Object Storage namespace is to be retrieved.
1195
1211
  #
1196
1212
  # @return [Response] A Response object with data of type String
1213
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_namespace.rb.html) to see an example of how to use get_namespace API.
1197
1214
  def get_namespace(opts = {})
1198
1215
  logger.debug 'Calling operation ObjectStorageClient#get_namespace.' if logger
1199
1216
 
@@ -1253,6 +1270,7 @@ module OCI
1253
1270
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1254
1271
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1255
1272
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::NamespaceMetadata NamespaceMetadata}
1273
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_namespace_metadata.rb.html) to see an example of how to use get_namespace_metadata API.
1256
1274
  def get_namespace_metadata(namespace_name, opts = {})
1257
1275
  logger.debug 'Calling operation ObjectStorageClient#get_namespace_metadata.' if logger
1258
1276
 
@@ -1334,15 +1352,16 @@ module OCI
1334
1352
  # value is used to check the integrity of the encryption key. For more information, see
1335
1353
  # [Using Your Own Keys for Server-Side Encryption](https://docs.cloud.oracle.com/Content/Object/Tasks/usingyourencryptionkeys.htm).
1336
1354
  #
1337
- # @option opts [String] :http_response_content_disposition This value will be used in Content-Disposition header of the response.
1338
- # @option opts [String] :http_response_cache_control This value will be used in Cache-Control header of the response.
1339
- # @option opts [String] :http_response_content_type This value will be used in Content-Type header of the response.
1340
- # @option opts [String] :http_response_content_language This value will be used in Content-Language header of the response.
1341
- # @option opts [String] :http_response_content_encoding This value will be used in Content-Encoding header of the response
1342
- # @option opts [String] :http_response_expires This value will be used in Expires header of the response
1355
+ # @option opts [String] :http_response_content_disposition Specify this query parameter to override the value of the Content-Disposition response header in the GetObject response.
1356
+ # @option opts [String] :http_response_cache_control Specify this query parameter to override the Cache-Control response header in the GetObject response.
1357
+ # @option opts [String] :http_response_content_type Specify this query parameter to override the Content-Type response header in the GetObject response.
1358
+ # @option opts [String] :http_response_content_language Specify this query parameter to override the Content-Language response header in the GetObject response.
1359
+ # @option opts [String] :http_response_content_encoding Specify this query parameter to override the Content-Encoding response header in the GetObject response.
1360
+ # @option opts [String] :http_response_expires Specify this query parameter to override the Expires response header in the GetObject response.
1343
1361
  # @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
1344
1362
  # @option [Block] &block Streaming http body to the block
1345
1363
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
1364
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_object.rb.html) to see an example of how to use get_object API.
1346
1365
  def get_object(namespace_name, bucket_name, object_name, opts = {}, &block)
1347
1366
  logger.debug 'Calling operation ObjectStorageClient#get_object.' if logger
1348
1367
 
@@ -1461,6 +1480,7 @@ module OCI
1461
1480
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1462
1481
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1463
1482
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ObjectLifecyclePolicy ObjectLifecyclePolicy}
1483
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_object_lifecycle_policy.rb.html) to see an example of how to use get_object_lifecycle_policy API.
1464
1484
  def get_object_lifecycle_policy(namespace_name, bucket_name, opts = {})
1465
1485
  logger.debug 'Calling operation ObjectStorageClient#get_object_lifecycle_policy.' if logger
1466
1486
 
@@ -1522,6 +1542,7 @@ module OCI
1522
1542
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1523
1543
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1524
1544
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::PreauthenticatedRequestSummary PreauthenticatedRequestSummary}
1545
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_preauthenticated_request.rb.html) to see an example of how to use get_preauthenticated_request API.
1525
1546
  def get_preauthenticated_request(namespace_name, bucket_name, par_id, opts = {})
1526
1547
  logger.debug 'Calling operation ObjectStorageClient#get_preauthenticated_request.' if logger
1527
1548
 
@@ -1584,6 +1605,7 @@ module OCI
1584
1605
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1585
1606
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1586
1607
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ReplicationPolicy ReplicationPolicy}
1608
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_replication_policy.rb.html) to see an example of how to use get_replication_policy API.
1587
1609
  def get_replication_policy(namespace_name, bucket_name, replication_id, opts = {})
1588
1610
  logger.debug 'Calling operation ObjectStorageClient#get_replication_policy.' if logger
1589
1611
 
@@ -1645,6 +1667,7 @@ module OCI
1645
1667
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1646
1668
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1647
1669
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::RetentionRule RetentionRule}
1670
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_retention_rule.rb.html) to see an example of how to use get_retention_rule API.
1648
1671
  def get_retention_rule(namespace_name, bucket_name, retention_rule_id, opts = {})
1649
1672
  logger.debug 'Calling operation ObjectStorageClient#get_retention_rule.' if logger
1650
1673
 
@@ -1702,6 +1725,7 @@ module OCI
1702
1725
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1703
1726
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1704
1727
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::WorkRequest WorkRequest}
1728
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/get_work_request.rb.html) to see an example of how to use get_work_request API.
1705
1729
  def get_work_request(work_request_id, opts = {})
1706
1730
  logger.debug 'Calling operation ObjectStorageClient#get_work_request.' if logger
1707
1731
 
@@ -1766,6 +1790,7 @@ module OCI
1766
1790
  #
1767
1791
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1768
1792
  # @return [Response] A Response object with data of type nil
1793
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/head_bucket.rb.html) to see an example of how to use head_bucket API.
1769
1794
  def head_bucket(namespace_name, bucket_name, opts = {})
1770
1795
  logger.debug 'Calling operation ObjectStorageClient#head_bucket.' if logger
1771
1796
 
@@ -1848,6 +1873,7 @@ module OCI
1848
1873
  # [Using Your Own Keys for Server-Side Encryption](https://docs.cloud.oracle.com/Content/Object/Tasks/usingyourencryptionkeys.htm).
1849
1874
  #
1850
1875
  # @return [Response] A Response object with data of type nil
1876
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/head_object.rb.html) to see an example of how to use head_object API.
1851
1877
  def head_object(namespace_name, bucket_name, object_name, opts = {})
1852
1878
  logger.debug 'Calling operation ObjectStorageClient#head_object.' if logger
1853
1879
 
@@ -1924,6 +1950,7 @@ module OCI
1924
1950
  # Allowed values are: tags
1925
1951
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
1926
1952
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::BucketSummary BucketSummary}>
1953
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_buckets.rb.html) to see an example of how to use list_buckets API.
1927
1954
  def list_buckets(namespace_name, compartment_id, opts = {})
1928
1955
  logger.debug 'Calling operation ObjectStorageClient#list_buckets.' if logger
1929
1956
 
@@ -2002,6 +2029,7 @@ module OCI
2002
2029
  # @option opts [String] :page The page at which to start retrieving results.
2003
2030
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2004
2031
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::MultipartUploadPartSummary MultipartUploadPartSummary}>
2032
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_multipart_upload_parts.rb.html) to see an example of how to use list_multipart_upload_parts API.
2005
2033
  def list_multipart_upload_parts(namespace_name, bucket_name, object_name, upload_id, opts = {})
2006
2034
  logger.debug 'Calling operation ObjectStorageClient#list_multipart_upload_parts.' if logger
2007
2035
 
@@ -2069,6 +2097,7 @@ module OCI
2069
2097
  # @option opts [String] :page The page at which to start retrieving results.
2070
2098
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2071
2099
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::MultipartUpload MultipartUpload}>
2100
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_multipart_uploads.rb.html) to see an example of how to use list_multipart_uploads API.
2072
2101
  def list_multipart_uploads(namespace_name, bucket_name, opts = {})
2073
2102
  logger.debug 'Calling operation ObjectStorageClient#list_multipart_uploads.' if logger
2074
2103
 
@@ -2153,6 +2182,7 @@ module OCI
2153
2182
  # @option opts [String] :start_after Object names returned by a list query must be greater than this parameter.
2154
2183
  # @option opts [String] :page The page at which to start retrieving results.
2155
2184
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ObjectVersionCollection ObjectVersionCollection}
2185
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_object_versions.rb.html) to see an example of how to use list_object_versions API.
2156
2186
  def list_object_versions(namespace_name, bucket_name, opts = {})
2157
2187
  logger.debug 'Calling operation ObjectStorageClient#list_object_versions.' if logger
2158
2188
 
@@ -2245,6 +2275,7 @@ module OCI
2245
2275
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2246
2276
  # @option opts [String] :start_after Object names returned by a list query must be greater than this parameter.
2247
2277
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ListObjects ListObjects}
2278
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_objects.rb.html) to see an example of how to use list_objects API.
2248
2279
  def list_objects(namespace_name, bucket_name, opts = {})
2249
2280
  logger.debug 'Calling operation ObjectStorageClient#list_objects.' if logger
2250
2281
 
@@ -2314,6 +2345,7 @@ module OCI
2314
2345
  # @option opts [String] :page The page at which to start retrieving results.
2315
2346
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2316
2347
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::PreauthenticatedRequestSummary PreauthenticatedRequestSummary}>
2348
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_preauthenticated_requests.rb.html) to see an example of how to use list_preauthenticated_requests API.
2317
2349
  def list_preauthenticated_requests(namespace_name, bucket_name, opts = {})
2318
2350
  logger.debug 'Calling operation ObjectStorageClient#list_preauthenticated_requests.' if logger
2319
2351
 
@@ -2378,6 +2410,7 @@ module OCI
2378
2410
  # @option opts [String] :page The page at which to start retrieving results.
2379
2411
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
2380
2412
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::ReplicationPolicySummary ReplicationPolicySummary}>
2413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_replication_policies.rb.html) to see an example of how to use list_replication_policies API.
2381
2414
  def list_replication_policies(namespace_name, bucket_name, opts = {})
2382
2415
  logger.debug 'Calling operation ObjectStorageClient#list_replication_policies.' if logger
2383
2416
 
@@ -2441,6 +2474,7 @@ module OCI
2441
2474
  # @option opts [String] :page The page at which to start retrieving results.
2442
2475
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
2443
2476
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::ReplicationSource ReplicationSource}>
2477
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_replication_sources.rb.html) to see an example of how to use list_replication_sources API.
2444
2478
  def list_replication_sources(namespace_name, bucket_name, opts = {})
2445
2479
  logger.debug 'Calling operation ObjectStorageClient#list_replication_sources.' if logger
2446
2480
 
@@ -2503,6 +2537,7 @@ module OCI
2503
2537
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2504
2538
  # @option opts [String] :page The page at which to start retrieving results.
2505
2539
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::RetentionRuleCollection RetentionRuleCollection}
2540
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_retention_rules.rb.html) to see an example of how to use list_retention_rules API.
2506
2541
  def list_retention_rules(namespace_name, bucket_name, opts = {})
2507
2542
  logger.debug 'Calling operation ObjectStorageClient#list_retention_rules.' if logger
2508
2543
 
@@ -2560,6 +2595,7 @@ module OCI
2560
2595
  # @option opts [Integer] :limit The maximum number of items to return.
2561
2596
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2562
2597
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::WorkRequestError WorkRequestError}>
2598
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
2563
2599
  def list_work_request_errors(work_request_id, opts = {})
2564
2600
  logger.debug 'Calling operation ObjectStorageClient#list_work_request_errors.' if logger
2565
2601
 
@@ -2617,6 +2653,7 @@ module OCI
2617
2653
  # @option opts [Integer] :limit The maximum number of items to return.
2618
2654
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2619
2655
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::WorkRequestLogEntry WorkRequestLogEntry}>
2656
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
2620
2657
  def list_work_request_logs(work_request_id, opts = {})
2621
2658
  logger.debug 'Calling operation ObjectStorageClient#list_work_request_logs.' if logger
2622
2659
 
@@ -2675,6 +2712,7 @@ module OCI
2675
2712
  # @option opts [String] :page The page at which to start retrieving results.
2676
2713
  # @option opts [Integer] :limit The maximum number of items to return.
2677
2714
  # @return [Response] A Response object with data of type Array<{OCI::ObjectStorage::Models::WorkRequestSummary WorkRequestSummary}>
2715
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
2678
2716
  def list_work_requests(compartment_id, opts = {})
2679
2717
  logger.debug 'Calling operation ObjectStorageClient#list_work_requests.' if logger
2680
2718
 
@@ -2737,6 +2775,7 @@ module OCI
2737
2775
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2738
2776
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
2739
2777
  # @return [Response] A Response object with data of type nil
2778
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/make_bucket_writable.rb.html) to see an example of how to use make_bucket_writable API.
2740
2779
  def make_bucket_writable(namespace_name, bucket_name, opts = {})
2741
2780
  logger.debug 'Calling operation ObjectStorageClient#make_bucket_writable.' if logger
2742
2781
 
@@ -2861,6 +2900,7 @@ module OCI
2861
2900
  # @option opts [Hash<String, String>] :opc_meta Optional user-defined metadata key and value.
2862
2901
  # "opc-meta-" will be appended to each Hash key before it is sent to the server.
2863
2902
  # @return [Response] A Response object with data of type nil
2903
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/put_object.rb.html) to see an example of how to use put_object API.
2864
2904
  def put_object(namespace_name, bucket_name, object_name, put_object_body, opts = {})
2865
2905
  logger.debug 'Calling operation ObjectStorageClient#put_object.' if logger
2866
2906
 
@@ -2949,6 +2989,7 @@ module OCI
2949
2989
  # part, this is the entity tag of the target part.
2950
2990
  #
2951
2991
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::ObjectLifecyclePolicy ObjectLifecyclePolicy}
2992
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/put_object_lifecycle_policy.rb.html) to see an example of how to use put_object_lifecycle_policy API.
2952
2993
  def put_object_lifecycle_policy(namespace_name, bucket_name, put_object_lifecycle_policy_details, opts = {})
2953
2994
  logger.debug 'Calling operation ObjectStorageClient#put_object_lifecycle_policy.' if logger
2954
2995
 
@@ -3025,6 +3066,7 @@ module OCI
3025
3066
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3026
3067
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3027
3068
  # @return [Response] A Response object with data of type nil
3069
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/reencrypt_bucket.rb.html) to see an example of how to use reencrypt_bucket API.
3028
3070
  def reencrypt_bucket(namespace_name, bucket_name, opts = {})
3029
3071
  logger.debug 'Calling operation ObjectStorageClient#reencrypt_bucket.' if logger
3030
3072
 
@@ -3096,6 +3138,7 @@ module OCI
3096
3138
  # @option opts [String] :version_id VersionId used to identify a particular version of the object
3097
3139
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3098
3140
  # @return [Response] A Response object with data of type nil
3141
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/reencrypt_object.rb.html) to see an example of how to use reencrypt_object API.
3099
3142
  def reencrypt_object(namespace_name, bucket_name, object_name, reencrypt_object_details, opts = {})
3100
3143
  logger.debug 'Calling operation ObjectStorageClient#reencrypt_object.' if logger
3101
3144
 
@@ -3162,6 +3205,7 @@ module OCI
3162
3205
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3163
3206
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3164
3207
  # @return [Response] A Response object with data of type nil
3208
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/rename_object.rb.html) to see an example of how to use rename_object API.
3165
3209
  def rename_object(namespace_name, bucket_name, rename_object_details, opts = {})
3166
3210
  logger.debug 'Calling operation ObjectStorageClient#rename_object.' if logger
3167
3211
 
@@ -3223,6 +3267,7 @@ module OCI
3223
3267
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3224
3268
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3225
3269
  # @return [Response] A Response object with data of type nil
3270
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/restore_objects.rb.html) to see an example of how to use restore_objects API.
3226
3271
  def restore_objects(namespace_name, bucket_name, restore_objects_details, opts = {})
3227
3272
  logger.debug 'Calling operation ObjectStorageClient#restore_objects.' if logger
3228
3273
 
@@ -3290,6 +3335,7 @@ module OCI
3290
3335
  #
3291
3336
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3292
3337
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::Bucket Bucket}
3338
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/update_bucket.rb.html) to see an example of how to use update_bucket API.
3293
3339
  def update_bucket(namespace_name, bucket_name, update_bucket_details, opts = {})
3294
3340
  logger.debug 'Calling operation ObjectStorageClient#update_bucket.' if logger
3295
3341
 
@@ -3355,6 +3401,7 @@ module OCI
3355
3401
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3356
3402
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3357
3403
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::NamespaceMetadata NamespaceMetadata}
3404
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/update_namespace_metadata.rb.html) to see an example of how to use update_namespace_metadata API.
3358
3405
  def update_namespace_metadata(namespace_name, update_namespace_metadata_details, opts = {})
3359
3406
  logger.debug 'Calling operation ObjectStorageClient#update_namespace_metadata.' if logger
3360
3407
 
@@ -3418,6 +3465,7 @@ module OCI
3418
3465
  #
3419
3466
  # @option opts [String] :opc_client_request_id The client request ID for tracing.
3420
3467
  # @return [Response] A Response object with data of type {OCI::ObjectStorage::Models::RetentionRule RetentionRule}
3468
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/update_retention_rule.rb.html) to see an example of how to use update_retention_rule API.
3421
3469
  def update_retention_rule(namespace_name, bucket_name, retention_rule_id, update_retention_rule_details, opts = {})
3422
3470
  logger.debug 'Calling operation ObjectStorageClient#update_retention_rule.' if logger
3423
3471
 
@@ -3514,6 +3562,7 @@ module OCI
3514
3562
  # [Using Your Own Keys for Server-Side Encryption](https://docs.cloud.oracle.com/Content/Object/Tasks/usingyourencryptionkeys.htm).
3515
3563
  #
3516
3564
  # @return [Response] A Response object with data of type nil
3565
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/objectstorage/upload_part.rb.html) to see an example of how to use upload_part API.
3517
3566
  def upload_part(namespace_name, bucket_name, object_name, upload_id, upload_part_num, upload_part_body, opts = {})
3518
3567
  logger.debug 'Calling operation ObjectStorageClient#upload_part.' if logger
3519
3568
 
@@ -118,6 +118,7 @@ module OCI
118
118
  # might be rejected.
119
119
  #
120
120
  # @return [Response] A Response object with data of type nil
121
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/change_oce_instance_compartment.rb.html) to see an example of how to use change_oce_instance_compartment API.
121
122
  def change_oce_instance_compartment(oce_instance_id, change_oce_instance_compartment_details, opts = {})
122
123
  logger.debug 'Calling operation OceInstanceClient#change_oce_instance_compartment.' if logger
123
124
 
@@ -181,6 +182,7 @@ module OCI
181
182
  #
182
183
  # @option opts [String] :opc_request_id The client request ID for tracing.
183
184
  # @return [Response] A Response object with data of type nil
185
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/create_oce_instance.rb.html) to see an example of how to use create_oce_instance API.
184
186
  def create_oce_instance(create_oce_instance_details, opts = {})
185
187
  logger.debug 'Calling operation OceInstanceClient#create_oce_instance.' if logger
186
188
 
@@ -240,6 +242,7 @@ module OCI
240
242
  #
241
243
  # @option opts [String] :opc_request_id The client request ID for tracing.
242
244
  # @return [Response] A Response object with data of type nil
245
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/delete_oce_instance.rb.html) to see an example of how to use delete_oce_instance API.
243
246
  def delete_oce_instance(oce_instance_id, opts = {})
244
247
  logger.debug 'Calling operation OceInstanceClient#delete_oce_instance.' if logger
245
248
 
@@ -293,6 +296,7 @@ module OCI
293
296
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
294
297
  # @option opts [String] :opc_request_id The client request ID for tracing.
295
298
  # @return [Response] A Response object with data of type {OCI::Oce::Models::OceInstance OceInstance}
299
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/get_oce_instance.rb.html) to see an example of how to use get_oce_instance API.
296
300
  def get_oce_instance(oce_instance_id, opts = {})
297
301
  logger.debug 'Calling operation OceInstanceClient#get_oce_instance.' if logger
298
302
 
@@ -346,6 +350,7 @@ module OCI
346
350
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
347
351
  # @option opts [String] :opc_request_id The client request ID for tracing.
348
352
  # @return [Response] A Response object with data of type {OCI::Oce::Models::WorkRequest WorkRequest}
353
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/get_work_request.rb.html) to see an example of how to use get_work_request API.
349
354
  def get_work_request(work_request_id, opts = {})
350
355
  logger.debug 'Calling operation OceInstanceClient#get_work_request.' if logger
351
356
 
@@ -413,6 +418,7 @@ module OCI
413
418
  # Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED
414
419
  # @option opts [String] :opc_request_id The client request ID for tracing.
415
420
  # @return [Response] A Response object with data of type Array<{OCI::Oce::Models::OceInstanceSummary OceInstanceSummary}>
421
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/list_oce_instances.rb.html) to see an example of how to use list_oce_instances API.
416
422
  def list_oce_instances(compartment_id, opts = {})
417
423
  logger.debug 'Calling operation OceInstanceClient#list_oce_instances.' if logger
418
424
 
@@ -487,6 +493,7 @@ module OCI
487
493
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. (default to null)
488
494
  # @option opts [Integer] :limit The maximum number of items to return. (default to 50)
489
495
  # @return [Response] A Response object with data of type Array<{OCI::Oce::Models::WorkRequestError WorkRequestError}>
496
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
490
497
  def list_work_request_errors(work_request_id, opts = {})
491
498
  logger.debug 'Calling operation OceInstanceClient#list_work_request_errors.' if logger
492
499
 
@@ -545,6 +552,7 @@ module OCI
545
552
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. (default to null)
546
553
  # @option opts [Integer] :limit The maximum number of items to return. (default to 50)
547
554
  # @return [Response] A Response object with data of type Array<{OCI::Oce::Models::WorkRequestLogEntry WorkRequestLogEntry}>
555
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
548
556
  def list_work_request_logs(work_request_id, opts = {})
549
557
  logger.debug 'Calling operation OceInstanceClient#list_work_request_logs.' if logger
550
558
 
@@ -604,6 +612,7 @@ module OCI
604
612
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. (default to null)
605
613
  # @option opts [Integer] :limit The maximum number of items to return. (default to 50)
606
614
  # @return [Response] A Response object with data of type Array<{OCI::Oce::Models::WorkRequest WorkRequest}>
615
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
607
616
  def list_work_requests(compartment_id, opts = {})
608
617
  logger.debug 'Calling operation OceInstanceClient#list_work_requests.' if logger
609
618
 
@@ -667,6 +676,7 @@ module OCI
667
676
  #
668
677
  # @option opts [String] :opc_request_id The client request ID for tracing.
669
678
  # @return [Response] A Response object with data of type nil
679
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oce/update_oce_instance.rb.html) to see an example of how to use update_oce_instance API.
670
680
  def update_oce_instance(oce_instance_id, update_oce_instance_details, opts = {})
671
681
  logger.debug 'Calling operation OceInstanceClient#update_oce_instance.' if logger
672
682