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
@@ -110,6 +110,7 @@ module OCI
110
110
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
111
111
  # @option opts [OCI::Core::Models::AddImageShapeCompatibilityEntryDetails] :add_image_shape_compatibility_entry_details Image shape compatibility details
112
112
  # @return [Response] A Response object with data of type {OCI::Core::Models::ImageShapeCompatibilityEntry ImageShapeCompatibilityEntry}
113
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_image_shape_compatibility_entry.rb.html) to see an example of how to use add_image_shape_compatibility_entry API.
113
114
  def add_image_shape_compatibility_entry(image_id, shape_name, opts = {})
114
115
  logger.debug 'Calling operation ComputeClient#add_image_shape_compatibility_entry.' if logger
115
116
 
@@ -170,6 +171,7 @@ module OCI
170
171
  # may be rejected).
171
172
  #
172
173
  # @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeAttachment BootVolumeAttachment}
174
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/attach_boot_volume.rb.html) to see an example of how to use attach_boot_volume API.
173
175
  def attach_boot_volume(attach_boot_volume_details, opts = {})
174
176
  logger.debug 'Calling operation ComputeClient#attach_boot_volume.' if logger
175
177
 
@@ -231,6 +233,7 @@ module OCI
231
233
  # may be rejected).
232
234
  #
233
235
  # @return [Response] A Response object with data of type {OCI::Core::Models::VnicAttachment VnicAttachment}
236
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/attach_vnic.rb.html) to see an example of how to use attach_vnic API.
234
237
  def attach_vnic(attach_vnic_details, opts = {})
235
238
  logger.debug 'Calling operation ComputeClient#attach_vnic.' if logger
236
239
 
@@ -290,6 +293,7 @@ module OCI
290
293
  # may be rejected).
291
294
  #
292
295
  # @return [Response] A Response object with data of type {OCI::Core::Models::VolumeAttachment VolumeAttachment}
296
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/attach_volume.rb.html) to see an example of how to use attach_volume API.
293
297
  def attach_volume(attach_volume_details, opts = {})
294
298
  logger.debug 'Calling operation ComputeClient#attach_volume.' if logger
295
299
 
@@ -365,6 +369,7 @@ module OCI
365
369
  # may be rejected).
366
370
  #
367
371
  # @return [Response] A Response object with data of type {OCI::Core::Models::ConsoleHistory ConsoleHistory}
372
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/capture_console_history.rb.html) to see an example of how to use capture_console_history API.
368
373
  def capture_console_history(capture_console_history_details, opts = {})
369
374
  logger.debug 'Calling operation ComputeClient#capture_console_history.' if logger
370
375
 
@@ -434,6 +439,7 @@ module OCI
434
439
  # may be rejected).
435
440
  #
436
441
  # @return [Response] A Response object with data of type nil
442
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_compute_image_capability_schema_compartment.rb.html) to see an example of how to use change_compute_image_capability_schema_compartment API.
437
443
  def change_compute_image_capability_schema_compartment(compute_image_capability_schema_id, change_compute_image_capability_schema_compartment_details, opts = {})
438
444
  logger.debug 'Calling operation ComputeClient#change_compute_image_capability_schema_compartment.' if logger
439
445
 
@@ -503,6 +509,7 @@ module OCI
503
509
  # may be rejected).
504
510
  #
505
511
  # @return [Response] A Response object with data of type nil
512
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_dedicated_vm_host_compartment.rb.html) to see an example of how to use change_dedicated_vm_host_compartment API.
506
513
  def change_dedicated_vm_host_compartment(dedicated_vm_host_id, change_dedicated_vm_host_compartment_details, opts = {})
507
514
  logger.debug 'Calling operation ComputeClient#change_dedicated_vm_host_compartment.' if logger
508
515
 
@@ -575,6 +582,7 @@ module OCI
575
582
  # may be rejected).
576
583
  #
577
584
  # @return [Response] A Response object with data of type nil
585
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_image_compartment.rb.html) to see an example of how to use change_image_compartment API.
578
586
  def change_image_compartment(image_id, change_image_compartment_details, opts = {})
579
587
  logger.debug 'Calling operation ComputeClient#change_image_compartment.' if logger
580
588
 
@@ -650,6 +658,7 @@ module OCI
650
658
  # may be rejected).
651
659
  #
652
660
  # @return [Response] A Response object with data of type nil
661
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_instance_compartment.rb.html) to see an example of how to use change_instance_compartment API.
653
662
  def change_instance_compartment(instance_id, change_instance_compartment_details, opts = {})
654
663
  logger.debug 'Calling operation ComputeClient#change_instance_compartment.' if logger
655
664
 
@@ -712,6 +721,7 @@ module OCI
712
721
  # may be rejected).
713
722
  #
714
723
  # @return [Response] A Response object with data of type {OCI::Core::Models::AppCatalogSubscription AppCatalogSubscription}
724
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_app_catalog_subscription.rb.html) to see an example of how to use create_app_catalog_subscription API.
715
725
  def create_app_catalog_subscription(create_app_catalog_subscription_details, opts = {})
716
726
  logger.debug 'Calling operation ComputeClient#create_app_catalog_subscription.' if logger
717
727
 
@@ -771,6 +781,7 @@ module OCI
771
781
  # may be rejected).
772
782
  #
773
783
  # @return [Response] A Response object with data of type {OCI::Core::Models::ComputeImageCapabilitySchema ComputeImageCapabilitySchema}
784
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_compute_image_capability_schema.rb.html) to see an example of how to use create_compute_image_capability_schema API.
774
785
  def create_compute_image_capability_schema(create_compute_image_capability_schema_details, opts = {})
775
786
  logger.debug 'Calling operation ComputeClient#create_compute_image_capability_schema.' if logger
776
787
 
@@ -836,6 +847,7 @@ module OCI
836
847
  # may be rejected).
837
848
  #
838
849
  # @return [Response] A Response object with data of type {OCI::Core::Models::DedicatedVmHost DedicatedVmHost}
850
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_dedicated_vm_host.rb.html) to see an example of how to use create_dedicated_vm_host API.
839
851
  def create_dedicated_vm_host(create_dedicated_vm_host_details, opts = {})
840
852
  logger.debug 'Calling operation ComputeClient#create_dedicated_vm_host.' if logger
841
853
 
@@ -918,6 +930,7 @@ module OCI
918
930
  # may be rejected).
919
931
  #
920
932
  # @return [Response] A Response object with data of type {OCI::Core::Models::Image Image}
933
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_image.rb.html) to see an example of how to use create_image API.
921
934
  def create_image(create_image_details, opts = {})
922
935
  logger.debug 'Calling operation ComputeClient#create_image.' if logger
923
936
 
@@ -981,6 +994,7 @@ module OCI
981
994
  # may be rejected).
982
995
  #
983
996
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConsoleConnection InstanceConsoleConnection}
997
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_instance_console_connection.rb.html) to see an example of how to use create_instance_console_connection API.
984
998
  def create_instance_console_connection(create_instance_console_connection_details, opts = {})
985
999
  logger.debug 'Calling operation ComputeClient#create_instance_console_connection.' if logger
986
1000
 
@@ -1036,6 +1050,7 @@ module OCI
1036
1050
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1037
1051
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1038
1052
  # @return [Response] A Response object with data of type nil
1053
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_app_catalog_subscription.rb.html) to see an example of how to use delete_app_catalog_subscription API.
1039
1054
  def delete_app_catalog_subscription(listing_id, compartment_id, resource_version, opts = {})
1040
1055
  logger.debug 'Calling operation ComputeClient#delete_app_catalog_subscription.' if logger
1041
1056
 
@@ -1096,6 +1111,7 @@ module OCI
1096
1111
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1097
1112
  #
1098
1113
  # @return [Response] A Response object with data of type nil
1114
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_compute_image_capability_schema.rb.html) to see an example of how to use delete_compute_image_capability_schema API.
1099
1115
  def delete_compute_image_capability_schema(compute_image_capability_schema_id, opts = {})
1100
1116
  logger.debug 'Calling operation ComputeClient#delete_compute_image_capability_schema.' if logger
1101
1117
 
@@ -1151,6 +1167,7 @@ module OCI
1151
1167
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1152
1168
  #
1153
1169
  # @return [Response] A Response object with data of type nil
1170
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_console_history.rb.html) to see an example of how to use delete_console_history API.
1154
1171
  def delete_console_history(instance_console_history_id, opts = {})
1155
1172
  logger.debug 'Calling operation ComputeClient#delete_console_history.' if logger
1156
1173
 
@@ -1209,6 +1226,7 @@ module OCI
1209
1226
  # If you need to contact Oracle about a particular request, please provide the request ID.
1210
1227
  #
1211
1228
  # @return [Response] A Response object with data of type nil
1229
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_dedicated_vm_host.rb.html) to see an example of how to use delete_dedicated_vm_host API.
1212
1230
  def delete_dedicated_vm_host(dedicated_vm_host_id, opts = {})
1213
1231
  logger.debug 'Calling operation ComputeClient#delete_dedicated_vm_host.' if logger
1214
1232
 
@@ -1264,6 +1282,7 @@ module OCI
1264
1282
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1265
1283
  #
1266
1284
  # @return [Response] A Response object with data of type nil
1285
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_image.rb.html) to see an example of how to use delete_image API.
1267
1286
  def delete_image(image_id, opts = {})
1268
1287
  logger.debug 'Calling operation ComputeClient#delete_image.' if logger
1269
1288
 
@@ -1319,6 +1338,7 @@ module OCI
1319
1338
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1320
1339
  #
1321
1340
  # @return [Response] A Response object with data of type nil
1341
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_instance_console_connection.rb.html) to see an example of how to use delete_instance_console_connection API.
1322
1342
  def delete_instance_console_connection(instance_console_connection_id, opts = {})
1323
1343
  logger.debug 'Calling operation ComputeClient#delete_instance_console_connection.' if logger
1324
1344
 
@@ -1378,6 +1398,7 @@ module OCI
1378
1398
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1379
1399
  #
1380
1400
  # @return [Response] A Response object with data of type nil
1401
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/detach_boot_volume.rb.html) to see an example of how to use detach_boot_volume API.
1381
1402
  def detach_boot_volume(boot_volume_attachment_id, opts = {})
1382
1403
  logger.debug 'Calling operation ComputeClient#detach_boot_volume.' if logger
1383
1404
 
@@ -1443,6 +1464,7 @@ module OCI
1443
1464
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1444
1465
  #
1445
1466
  # @return [Response] A Response object with data of type nil
1467
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/detach_vnic.rb.html) to see an example of how to use detach_vnic API.
1446
1468
  def detach_vnic(vnic_attachment_id, opts = {})
1447
1469
  logger.debug 'Calling operation ComputeClient#detach_vnic.' if logger
1448
1470
 
@@ -1502,6 +1524,7 @@ module OCI
1502
1524
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1503
1525
  #
1504
1526
  # @return [Response] A Response object with data of type nil
1527
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/detach_volume.rb.html) to see an example of how to use detach_volume API.
1505
1528
  def detach_volume(volume_attachment_id, opts = {})
1506
1529
  logger.debug 'Calling operation ComputeClient#detach_volume.' if logger
1507
1530
 
@@ -1574,6 +1597,7 @@ module OCI
1574
1597
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1575
1598
  #
1576
1599
  # @return [Response] A Response object with data of type {OCI::Core::Models::Image Image}
1600
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/export_image.rb.html) to see an example of how to use export_image API.
1577
1601
  def export_image(image_id, export_image_details, opts = {})
1578
1602
  logger.debug 'Calling operation ComputeClient#export_image.' if logger
1579
1603
 
@@ -1630,6 +1654,7 @@ module OCI
1630
1654
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1631
1655
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1632
1656
  # @return [Response] A Response object with data of type {OCI::Core::Models::AppCatalogListing AppCatalogListing}
1657
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_app_catalog_listing.rb.html) to see an example of how to use get_app_catalog_listing API.
1633
1658
  def get_app_catalog_listing(listing_id, opts = {})
1634
1659
  logger.debug 'Calling operation ComputeClient#get_app_catalog_listing.' if logger
1635
1660
 
@@ -1684,6 +1709,7 @@ module OCI
1684
1709
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1685
1710
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1686
1711
  # @return [Response] A Response object with data of type {OCI::Core::Models::AppCatalogListingResourceVersionAgreements AppCatalogListingResourceVersionAgreements}
1712
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_app_catalog_listing_agreements.rb.html) to see an example of how to use get_app_catalog_listing_agreements API.
1687
1713
  def get_app_catalog_listing_agreements(listing_id, resource_version, opts = {})
1688
1714
  logger.debug 'Calling operation ComputeClient#get_app_catalog_listing_agreements.' if logger
1689
1715
 
@@ -1740,6 +1766,7 @@ module OCI
1740
1766
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1741
1767
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1742
1768
  # @return [Response] A Response object with data of type {OCI::Core::Models::AppCatalogListingResourceVersion AppCatalogListingResourceVersion}
1769
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_app_catalog_listing_resource_version.rb.html) to see an example of how to use get_app_catalog_listing_resource_version API.
1743
1770
  def get_app_catalog_listing_resource_version(listing_id, resource_version, opts = {})
1744
1771
  logger.debug 'Calling operation ComputeClient#get_app_catalog_listing_resource_version.' if logger
1745
1772
 
@@ -1795,6 +1822,7 @@ module OCI
1795
1822
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1796
1823
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1797
1824
  # @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeAttachment BootVolumeAttachment}
1825
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_boot_volume_attachment.rb.html) to see an example of how to use get_boot_volume_attachment API.
1798
1826
  def get_boot_volume_attachment(boot_volume_attachment_id, opts = {})
1799
1827
  logger.debug 'Calling operation ComputeClient#get_boot_volume_attachment.' if logger
1800
1828
 
@@ -1848,6 +1876,7 @@ module OCI
1848
1876
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1849
1877
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1850
1878
  # @return [Response] A Response object with data of type {OCI::Core::Models::ComputeGlobalImageCapabilitySchema ComputeGlobalImageCapabilitySchema}
1879
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_compute_global_image_capability_schema.rb.html) to see an example of how to use get_compute_global_image_capability_schema API.
1851
1880
  def get_compute_global_image_capability_schema(compute_global_image_capability_schema_id, opts = {})
1852
1881
  logger.debug 'Calling operation ComputeClient#get_compute_global_image_capability_schema.' if logger
1853
1882
 
@@ -1902,6 +1931,7 @@ module OCI
1902
1931
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1903
1932
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1904
1933
  # @return [Response] A Response object with data of type {OCI::Core::Models::ComputeGlobalImageCapabilitySchemaVersion ComputeGlobalImageCapabilitySchemaVersion}
1934
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_compute_global_image_capability_schema_version.rb.html) to see an example of how to use get_compute_global_image_capability_schema_version API.
1905
1935
  def get_compute_global_image_capability_schema_version(compute_global_image_capability_schema_id, compute_global_image_capability_schema_version_name, opts = {})
1906
1936
  logger.debug 'Calling operation ComputeClient#get_compute_global_image_capability_schema_version.' if logger
1907
1937
 
@@ -1959,6 +1989,7 @@ module OCI
1959
1989
  # @option opts [BOOLEAN] :is_merge_enabled Merge the image capability schema with the global image capability schema
1960
1990
  # (default to false)
1961
1991
  # @return [Response] A Response object with data of type {OCI::Core::Models::ComputeImageCapabilitySchema ComputeImageCapabilitySchema}
1992
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_compute_image_capability_schema.rb.html) to see an example of how to use get_compute_image_capability_schema API.
1962
1993
  def get_compute_image_capability_schema(compute_image_capability_schema_id, opts = {})
1963
1994
  logger.debug 'Calling operation ComputeClient#get_compute_image_capability_schema.' if logger
1964
1995
 
@@ -2015,6 +2046,7 @@ module OCI
2015
2046
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2016
2047
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2017
2048
  # @return [Response] A Response object with data of type {OCI::Core::Models::ConsoleHistory ConsoleHistory}
2049
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_console_history.rb.html) to see an example of how to use get_console_history API.
2018
2050
  def get_console_history(instance_console_history_id, opts = {})
2019
2051
  logger.debug 'Calling operation ComputeClient#get_console_history.' if logger
2020
2052
 
@@ -2072,6 +2104,7 @@ module OCI
2072
2104
  # @option opts [Integer] :offset Offset of the snapshot data to retrieve.
2073
2105
  # @option opts [Integer] :length Length of the snapshot data to retrieve.
2074
2106
  # @return [Response] A Response object with data of type String
2107
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_console_history_content.rb.html) to see an example of how to use get_console_history_content API.
2075
2108
  def get_console_history_content(instance_console_history_id, opts = {})
2076
2109
  logger.debug 'Calling operation ComputeClient#get_console_history_content.' if logger
2077
2110
 
@@ -2128,6 +2161,7 @@ module OCI
2128
2161
  # If you need to contact Oracle about a particular request, please provide the request ID.
2129
2162
  #
2130
2163
  # @return [Response] A Response object with data of type {OCI::Core::Models::DedicatedVmHost DedicatedVmHost}
2164
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_dedicated_vm_host.rb.html) to see an example of how to use get_dedicated_vm_host API.
2131
2165
  def get_dedicated_vm_host(dedicated_vm_host_id, opts = {})
2132
2166
  logger.debug 'Calling operation ComputeClient#get_dedicated_vm_host.' if logger
2133
2167
 
@@ -2181,6 +2215,7 @@ module OCI
2181
2215
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2182
2216
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2183
2217
  # @return [Response] A Response object with data of type {OCI::Core::Models::Image Image}
2218
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_image.rb.html) to see an example of how to use get_image API.
2184
2219
  def get_image(image_id, opts = {})
2185
2220
  logger.debug 'Calling operation ComputeClient#get_image.' if logger
2186
2221
 
@@ -2237,6 +2272,7 @@ module OCI
2237
2272
  # If you need to contact Oracle about a particular request, please provide the request ID.
2238
2273
  #
2239
2274
  # @return [Response] A Response object with data of type {OCI::Core::Models::ImageShapeCompatibilityEntry ImageShapeCompatibilityEntry}
2275
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_image_shape_compatibility_entry.rb.html) to see an example of how to use get_image_shape_compatibility_entry API.
2240
2276
  def get_image_shape_compatibility_entry(image_id, shape_name, opts = {})
2241
2277
  logger.debug 'Calling operation ComputeClient#get_image_shape_compatibility_entry.' if logger
2242
2278
 
@@ -2292,6 +2328,7 @@ module OCI
2292
2328
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2293
2329
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2294
2330
  # @return [Response] A Response object with data of type {OCI::Core::Models::Instance Instance}
2331
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_instance.rb.html) to see an example of how to use get_instance API.
2295
2332
  def get_instance(instance_id, opts = {})
2296
2333
  logger.debug 'Calling operation ComputeClient#get_instance.' if logger
2297
2334
 
@@ -2345,6 +2382,7 @@ module OCI
2345
2382
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2346
2383
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2347
2384
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConsoleConnection InstanceConsoleConnection}
2385
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_instance_console_connection.rb.html) to see an example of how to use get_instance_console_connection API.
2348
2386
  def get_instance_console_connection(instance_console_connection_id, opts = {})
2349
2387
  logger.debug 'Calling operation ComputeClient#get_instance_console_connection.' if logger
2350
2388
 
@@ -2399,6 +2437,7 @@ module OCI
2399
2437
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2400
2438
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2401
2439
  # @return [Response] A Response object with data of type {OCI::Core::Models::VnicAttachment VnicAttachment}
2440
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vnic_attachment.rb.html) to see an example of how to use get_vnic_attachment API.
2402
2441
  def get_vnic_attachment(vnic_attachment_id, opts = {})
2403
2442
  logger.debug 'Calling operation ComputeClient#get_vnic_attachment.' if logger
2404
2443
 
@@ -2452,6 +2491,7 @@ module OCI
2452
2491
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2453
2492
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2454
2493
  # @return [Response] A Response object with data of type {OCI::Core::Models::VolumeAttachment VolumeAttachment}
2494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_attachment.rb.html) to see an example of how to use get_volume_attachment API.
2455
2495
  def get_volume_attachment(volume_attachment_id, opts = {})
2456
2496
  logger.debug 'Calling operation ComputeClient#get_volume_attachment.' if logger
2457
2497
 
@@ -2507,6 +2547,7 @@ module OCI
2507
2547
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2508
2548
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2509
2549
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceCredentials InstanceCredentials}
2550
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_windows_instance_initial_credentials.rb.html) to see an example of how to use get_windows_instance_initial_credentials API.
2510
2551
  def get_windows_instance_initial_credentials(instance_id, opts = {})
2511
2552
  logger.debug 'Calling operation ComputeClient#get_windows_instance_initial_credentials.' if logger
2512
2553
 
@@ -2588,6 +2629,7 @@ module OCI
2588
2629
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2589
2630
  #
2590
2631
  # @return [Response] A Response object with data of type {OCI::Core::Models::Instance Instance}
2632
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/instance_action.rb.html) to see an example of how to use instance_action API.
2591
2633
  def instance_action(instance_id, action, opts = {})
2592
2634
  logger.debug 'Calling operation ComputeClient#instance_action.' if logger
2593
2635
 
@@ -2692,6 +2734,7 @@ module OCI
2692
2734
  # may be rejected).
2693
2735
  #
2694
2736
  # @return [Response] A Response object with data of type {OCI::Core::Models::Instance Instance}
2737
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/launch_instance.rb.html) to see an example of how to use launch_instance API.
2695
2738
  def launch_instance(launch_instance_details, opts = {})
2696
2739
  logger.debug 'Calling operation ComputeClient#launch_instance.' if logger
2697
2740
 
@@ -2758,6 +2801,7 @@ module OCI
2758
2801
  #
2759
2802
  # Allowed values are: ASC, DESC
2760
2803
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::AppCatalogListingResourceVersionSummary AppCatalogListingResourceVersionSummary}>
2804
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_app_catalog_listing_resource_versions.rb.html) to see an example of how to use list_app_catalog_listing_resource_versions API.
2761
2805
  def list_app_catalog_listing_resource_versions(listing_id, opts = {})
2762
2806
  logger.debug 'Calling operation ComputeClient#list_app_catalog_listing_resource_versions.' if logger
2763
2807
 
@@ -2835,6 +2879,7 @@ module OCI
2835
2879
  # @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
2836
2880
  #
2837
2881
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::AppCatalogListingSummary AppCatalogListingSummary}>
2882
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_app_catalog_listings.rb.html) to see an example of how to use list_app_catalog_listings API.
2838
2883
  def list_app_catalog_listings(opts = {})
2839
2884
  logger.debug 'Calling operation ComputeClient#list_app_catalog_listings.' if logger
2840
2885
 
@@ -2920,6 +2965,7 @@ module OCI
2920
2965
  # @option opts [String] :listing_id A filter to return only the listings that matches the given listing id.
2921
2966
  #
2922
2967
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::AppCatalogSubscriptionSummary AppCatalogSubscriptionSummary}>
2968
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_app_catalog_subscriptions.rb.html) to see an example of how to use list_app_catalog_subscriptions API.
2923
2969
  def list_app_catalog_subscriptions(compartment_id, opts = {})
2924
2970
  logger.debug 'Calling operation ComputeClient#list_app_catalog_subscriptions.' if logger
2925
2971
 
@@ -3002,6 +3048,7 @@ module OCI
3002
3048
  # @option opts [String] :instance_id The OCID of the instance.
3003
3049
  # @option opts [String] :boot_volume_id The OCID of the boot volume.
3004
3050
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::BootVolumeAttachment BootVolumeAttachment}>
3051
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_boot_volume_attachments.rb.html) to see an example of how to use list_boot_volume_attachments API.
3005
3052
  def list_boot_volume_attachments(availability_domain, compartment_id, opts = {})
3006
3053
  logger.debug 'Calling operation ComputeClient#list_boot_volume_attachments.' if logger
3007
3054
 
@@ -3086,6 +3133,7 @@ module OCI
3086
3133
  #
3087
3134
  # Allowed values are: ASC, DESC
3088
3135
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ComputeGlobalImageCapabilitySchemaVersionSummary ComputeGlobalImageCapabilitySchemaVersionSummary}>
3136
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_compute_global_image_capability_schema_versions.rb.html) to see an example of how to use list_compute_global_image_capability_schema_versions API.
3089
3137
  def list_compute_global_image_capability_schema_versions(compute_global_image_capability_schema_id, opts = {})
3090
3138
  logger.debug 'Calling operation ComputeClient#list_compute_global_image_capability_schema_versions.' if logger
3091
3139
 
@@ -3178,6 +3226,7 @@ module OCI
3178
3226
  #
3179
3227
  # Allowed values are: ASC, DESC
3180
3228
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ComputeGlobalImageCapabilitySchemaSummary ComputeGlobalImageCapabilitySchemaSummary}>
3229
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_compute_global_image_capability_schemas.rb.html) to see an example of how to use list_compute_global_image_capability_schemas API.
3181
3230
  def list_compute_global_image_capability_schemas(opts = {})
3182
3231
  logger.debug 'Calling operation ComputeClient#list_compute_global_image_capability_schemas.' if logger
3183
3232
 
@@ -3270,6 +3319,7 @@ module OCI
3270
3319
  #
3271
3320
  # Allowed values are: ASC, DESC
3272
3321
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ComputeImageCapabilitySchemaSummary ComputeImageCapabilitySchemaSummary}>
3322
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_compute_image_capability_schemas.rb.html) to see an example of how to use list_compute_image_capability_schemas API.
3273
3323
  def list_compute_image_capability_schemas(opts = {})
3274
3324
  logger.debug 'Calling operation ComputeClient#list_compute_image_capability_schemas.' if logger
3275
3325
 
@@ -3366,6 +3416,7 @@ module OCI
3366
3416
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
3367
3417
  #
3368
3418
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ConsoleHistory ConsoleHistory}>
3419
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_console_histories.rb.html) to see an example of how to use list_console_histories API.
3369
3420
  def list_console_histories(compartment_id, opts = {})
3370
3421
  logger.debug 'Calling operation ComputeClient#list_console_histories.' if logger
3371
3422
 
@@ -3457,6 +3508,7 @@ module OCI
3457
3508
  # If you need to contact Oracle about a particular request, please provide the request ID.
3458
3509
  #
3459
3510
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DedicatedVmHostInstanceShapeSummary DedicatedVmHostInstanceShapeSummary}>
3511
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dedicated_vm_host_instance_shapes.rb.html) to see an example of how to use list_dedicated_vm_host_instance_shapes API.
3460
3512
  def list_dedicated_vm_host_instance_shapes(compartment_id, opts = {})
3461
3513
  logger.debug 'Calling operation ComputeClient#list_dedicated_vm_host_instance_shapes.' if logger
3462
3514
 
@@ -3546,6 +3598,7 @@ module OCI
3546
3598
  #
3547
3599
  # Allowed values are: ASC, DESC
3548
3600
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DedicatedVmHostInstanceSummary DedicatedVmHostInstanceSummary}>
3601
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dedicated_vm_host_instances.rb.html) to see an example of how to use list_dedicated_vm_host_instances API.
3549
3602
  def list_dedicated_vm_host_instances(compartment_id, dedicated_vm_host_id, opts = {})
3550
3603
  logger.debug 'Calling operation ComputeClient#list_dedicated_vm_host_instances.' if logger
3551
3604
 
@@ -3633,6 +3686,7 @@ module OCI
3633
3686
  # If you need to contact Oracle about a particular request, please provide the request ID.
3634
3687
  #
3635
3688
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DedicatedVmHostShapeSummary DedicatedVmHostShapeSummary}>
3689
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dedicated_vm_host_shapes.rb.html) to see an example of how to use list_dedicated_vm_host_shapes API.
3636
3690
  def list_dedicated_vm_host_shapes(compartment_id, opts = {})
3637
3691
  logger.debug 'Calling operation ComputeClient#list_dedicated_vm_host_shapes.' if logger
3638
3692
 
@@ -3730,6 +3784,7 @@ module OCI
3730
3784
  #
3731
3785
  # Allowed values are: ASC, DESC
3732
3786
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DedicatedVmHostSummary DedicatedVmHostSummary}>
3787
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dedicated_vm_hosts.rb.html) to see an example of how to use list_dedicated_vm_hosts API.
3733
3788
  def list_dedicated_vm_hosts(compartment_id, opts = {})
3734
3789
  logger.debug 'Calling operation ComputeClient#list_dedicated_vm_hosts.' if logger
3735
3790
 
@@ -3815,6 +3870,7 @@ module OCI
3815
3870
  # If you need to contact Oracle about a particular request, please provide the request ID.
3816
3871
  #
3817
3872
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ImageShapeCompatibilitySummary ImageShapeCompatibilitySummary}>
3873
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_image_shape_compatibility_entries.rb.html) to see an example of how to use list_image_shape_compatibility_entries API.
3818
3874
  def list_image_shape_compatibility_entries(image_id, opts = {})
3819
3875
  logger.debug 'Calling operation ComputeClient#list_image_shape_compatibility_entries.' if logger
3820
3876
 
@@ -3913,6 +3969,7 @@ module OCI
3913
3969
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
3914
3970
  #
3915
3971
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Image Image}>
3972
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_images.rb.html) to see an example of how to use list_images API.
3916
3973
  def list_images(compartment_id, opts = {})
3917
3974
  logger.debug 'Calling operation ComputeClient#list_images.' if logger
3918
3975
 
@@ -3999,6 +4056,7 @@ module OCI
3999
4056
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
4000
4057
  #
4001
4058
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InstanceConsoleConnection InstanceConsoleConnection}>
4059
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instance_console_connections.rb.html) to see an example of how to use list_instance_console_connections API.
4002
4060
  def list_instance_console_connections(compartment_id, opts = {})
4003
4061
  logger.debug 'Calling operation ComputeClient#list_instance_console_connections.' if logger
4004
4062
 
@@ -4084,6 +4142,7 @@ module OCI
4084
4142
  #
4085
4143
  # Allowed values are: ASC, DESC
4086
4144
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Device Device}>
4145
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instance_devices.rb.html) to see an example of how to use list_instance_devices API.
4087
4146
  def list_instance_devices(instance_id, opts = {})
4088
4147
  logger.debug 'Calling operation ComputeClient#list_instance_devices.' if logger
4089
4148
 
@@ -4185,6 +4244,7 @@ module OCI
4185
4244
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
4186
4245
  #
4187
4246
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Instance Instance}>
4247
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instances.rb.html) to see an example of how to use list_instances API.
4188
4248
  def list_instances(compartment_id, opts = {})
4189
4249
  logger.debug 'Calling operation ComputeClient#list_instances.' if logger
4190
4250
 
@@ -4272,6 +4332,7 @@ module OCI
4272
4332
  #
4273
4333
  # @option opts [String] :image_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an image.
4274
4334
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Shape Shape}>
4335
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_shapes.rb.html) to see an example of how to use list_shapes API.
4275
4336
  def list_shapes(compartment_id, opts = {})
4276
4337
  logger.debug 'Calling operation ComputeClient#list_shapes.' if logger
4277
4338
 
@@ -4346,6 +4407,7 @@ module OCI
4346
4407
  #
4347
4408
  # @option opts [String] :vnic_id The OCID of the VNIC.
4348
4409
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VnicAttachment VnicAttachment}>
4410
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vnic_attachments.rb.html) to see an example of how to use list_vnic_attachments API.
4349
4411
  def list_vnic_attachments(compartment_id, opts = {})
4350
4412
  logger.debug 'Calling operation ComputeClient#list_vnic_attachments.' if logger
4351
4413
 
@@ -4423,6 +4485,7 @@ module OCI
4423
4485
  # @option opts [String] :instance_id The OCID of the instance.
4424
4486
  # @option opts [String] :volume_id The OCID of the volume.
4425
4487
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeAttachment VolumeAttachment}>
4488
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volume_attachments.rb.html) to see an example of how to use list_volume_attachments API.
4426
4489
  def list_volume_attachments(compartment_id, opts = {})
4427
4490
  logger.debug 'Calling operation ComputeClient#list_volume_attachments.' if logger
4428
4491
 
@@ -4481,6 +4544,7 @@ module OCI
4481
4544
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4482
4545
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4483
4546
  # @return [Response] A Response object with data of type nil
4547
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_image_shape_compatibility_entry.rb.html) to see an example of how to use remove_image_shape_compatibility_entry API.
4484
4548
  def remove_image_shape_compatibility_entry(image_id, shape_name, opts = {})
4485
4549
  logger.debug 'Calling operation ComputeClient#remove_image_shape_compatibility_entry.' if logger
4486
4550
 
@@ -4549,6 +4613,7 @@ module OCI
4549
4613
  # The default value is false.
4550
4614
  #
4551
4615
  # @return [Response] A Response object with data of type nil
4616
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/terminate_instance.rb.html) to see an example of how to use terminate_instance API.
4552
4617
  def terminate_instance(instance_id, opts = {})
4553
4618
  logger.debug 'Calling operation ComputeClient#terminate_instance.' if logger
4554
4619
 
@@ -4607,6 +4672,7 @@ module OCI
4607
4672
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4608
4673
  #
4609
4674
  # @return [Response] A Response object with data of type {OCI::Core::Models::ComputeImageCapabilitySchema ComputeImageCapabilitySchema}
4675
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_compute_image_capability_schema.rb.html) to see an example of how to use update_compute_image_capability_schema API.
4610
4676
  def update_compute_image_capability_schema(compute_image_capability_schema_id, update_compute_image_capability_schema_details, opts = {})
4611
4677
  logger.debug 'Calling operation ComputeClient#update_compute_image_capability_schema.' if logger
4612
4678
 
@@ -4665,6 +4731,7 @@ module OCI
4665
4731
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4666
4732
  #
4667
4733
  # @return [Response] A Response object with data of type {OCI::Core::Models::ConsoleHistory ConsoleHistory}
4734
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_console_history.rb.html) to see an example of how to use update_console_history API.
4668
4735
  def update_console_history(instance_console_history_id, update_console_history_details, opts = {})
4669
4736
  logger.debug 'Calling operation ComputeClient#update_console_history.' if logger
4670
4737
 
@@ -4734,6 +4801,7 @@ module OCI
4734
4801
  # may be rejected).
4735
4802
  #
4736
4803
  # @return [Response] A Response object with data of type {OCI::Core::Models::DedicatedVmHost DedicatedVmHost}
4804
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_dedicated_vm_host.rb.html) to see an example of how to use update_dedicated_vm_host API.
4737
4805
  def update_dedicated_vm_host(dedicated_vm_host_id, update_dedicated_vm_host_details, opts = {})
4738
4806
  logger.debug 'Calling operation ComputeClient#update_dedicated_vm_host.' if logger
4739
4807
 
@@ -4801,6 +4869,7 @@ module OCI
4801
4869
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4802
4870
  #
4803
4871
  # @return [Response] A Response object with data of type {OCI::Core::Models::Image Image}
4872
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_image.rb.html) to see an example of how to use update_image API.
4804
4873
  def update_image(image_id, update_image_details, opts = {})
4805
4874
  logger.debug 'Calling operation ComputeClient#update_image.' if logger
4806
4875
 
@@ -4871,6 +4940,7 @@ module OCI
4871
4940
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4872
4941
  #
4873
4942
  # @return [Response] A Response object with data of type {OCI::Core::Models::Instance Instance}
4943
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_instance.rb.html) to see an example of how to use update_instance API.
4874
4944
  def update_instance(instance_id, update_instance_details, opts = {})
4875
4945
  logger.debug 'Calling operation ComputeClient#update_instance.' if logger
4876
4946
 
@@ -4934,6 +5004,7 @@ module OCI
4934
5004
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4935
5005
  #
4936
5006
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConsoleConnection InstanceConsoleConnection}
5007
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_instance_console_connection.rb.html) to see an example of how to use update_instance_console_connection API.
4937
5008
  def update_instance_console_connection(instance_console_connection_id, update_instance_console_connection_details, opts = {})
4938
5009
  logger.debug 'Calling operation ComputeClient#update_instance_console_connection.' if logger
4939
5010