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
@@ -115,6 +115,7 @@ module OCI
115
115
  # may be rejected).
116
116
  #
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/optimizer/bulk_apply_recommendations.rb.html) to see an example of how to use bulk_apply_recommendations API.
118
119
  def bulk_apply_recommendations(recommendation_id, bulk_apply_recommendations_details, opts = {})
119
120
  logger.debug 'Calling operation OptimizerClient#bulk_apply_recommendations.' if logger
120
121
 
@@ -179,6 +180,7 @@ module OCI
179
180
  # may be rejected).
180
181
  #
181
182
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Profile Profile}
183
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/create_profile.rb.html) to see an example of how to use create_profile API.
182
184
  def create_profile(create_profile_details, opts = {})
183
185
  logger.debug 'Calling operation OptimizerClient#create_profile.' if logger
184
186
 
@@ -242,6 +244,7 @@ module OCI
242
244
  # If you need to contact Oracle about a particular request, please provide the request ID.
243
245
  #
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/optimizer/delete_profile.rb.html) to see an example of how to use delete_profile API.
245
248
  def delete_profile(profile_id, opts = {})
246
249
  logger.debug 'Calling operation OptimizerClient#delete_profile.' if logger
247
250
 
@@ -298,6 +301,7 @@ module OCI
298
301
  # If you need to contact Oracle about a particular request, please provide the request ID.
299
302
  #
300
303
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Category Category}
304
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_category.rb.html) to see an example of how to use get_category API.
301
305
  def get_category(category_id, opts = {})
302
306
  logger.debug 'Calling operation OptimizerClient#get_category.' if logger
303
307
 
@@ -354,6 +358,7 @@ module OCI
354
358
  # If you need to contact Oracle about a particular request, please provide the request ID.
355
359
  #
356
360
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::EnrollmentStatus EnrollmentStatus}
361
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_enrollment_status.rb.html) to see an example of how to use get_enrollment_status API.
357
362
  def get_enrollment_status(enrollment_status_id, opts = {})
358
363
  logger.debug 'Calling operation OptimizerClient#get_enrollment_status.' if logger
359
364
 
@@ -410,6 +415,7 @@ module OCI
410
415
  # If you need to contact Oracle about a particular request, please provide the request ID.
411
416
  #
412
417
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Profile Profile}
418
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_profile.rb.html) to see an example of how to use get_profile API.
413
419
  def get_profile(profile_id, opts = {})
414
420
  logger.debug 'Calling operation OptimizerClient#get_profile.' if logger
415
421
 
@@ -466,6 +472,7 @@ module OCI
466
472
  # If you need to contact Oracle about a particular request, please provide the request ID.
467
473
  #
468
474
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Recommendation Recommendation}
475
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_recommendation.rb.html) to see an example of how to use get_recommendation API.
469
476
  def get_recommendation(recommendation_id, opts = {})
470
477
  logger.debug 'Calling operation OptimizerClient#get_recommendation.' if logger
471
478
 
@@ -522,6 +529,7 @@ module OCI
522
529
  # If you need to contact Oracle about a particular request, please provide the request ID.
523
530
  #
524
531
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::ResourceAction ResourceAction}
532
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_resource_action.rb.html) to see an example of how to use get_resource_action API.
525
533
  def get_resource_action(resource_action_id, opts = {})
526
534
  logger.debug 'Calling operation OptimizerClient#get_resource_action.' if logger
527
535
 
@@ -577,6 +585,7 @@ module OCI
577
585
  # If you need to contact Oracle about a particular request, please provide the request ID.
578
586
  #
579
587
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::WorkRequest WorkRequest}
588
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/get_work_request.rb.html) to see an example of how to use get_work_request API.
580
589
  def get_work_request(work_request_id, opts = {})
581
590
  logger.debug 'Calling operation OptimizerClient#get_work_request.' if logger
582
591
 
@@ -647,6 +656,7 @@ module OCI
647
656
  # If you need to contact Oracle about a particular request, please provide the request ID.
648
657
  #
649
658
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::CategoryCollection CategoryCollection}
659
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_categories.rb.html) to see an example of how to use list_categories API.
650
660
  def list_categories(compartment_id, compartment_id_in_subtree, opts = {})
651
661
  logger.debug 'Calling operation OptimizerClient#list_categories.' if logger
652
662
 
@@ -734,6 +744,7 @@ module OCI
734
744
  # If you need to contact Oracle about a particular request, please provide the request ID.
735
745
  #
736
746
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::EnrollmentStatusCollection EnrollmentStatusCollection}
747
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_enrollment_statuses.rb.html) to see an example of how to use list_enrollment_statuses API.
737
748
  def list_enrollment_statuses(compartment_id, opts = {})
738
749
  logger.debug 'Calling operation OptimizerClient#list_enrollment_statuses.' if logger
739
750
 
@@ -832,6 +843,7 @@ module OCI
832
843
  # If you need to contact Oracle about a particular request, please provide the request ID.
833
844
  #
834
845
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::HistoryCollection HistoryCollection}
846
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_histories.rb.html) to see an example of how to use list_histories API.
835
847
  def list_histories(compartment_id, compartment_id_in_subtree, opts = {})
836
848
  logger.debug 'Calling operation OptimizerClient#list_histories.' if logger
837
849
 
@@ -926,6 +938,7 @@ module OCI
926
938
  # If you need to contact Oracle about a particular request, please provide the request ID.
927
939
  #
928
940
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::ProfileCollection ProfileCollection}
941
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_profiles.rb.html) to see an example of how to use list_profiles API.
929
942
  def list_profiles(compartment_id, opts = {})
930
943
  logger.debug 'Calling operation OptimizerClient#list_profiles.' if logger
931
944
 
@@ -1017,6 +1030,7 @@ module OCI
1017
1030
  # If you need to contact Oracle about a particular request, please provide the request ID.
1018
1031
  #
1019
1032
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::RecommendationCollection RecommendationCollection}
1033
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_recommendations.rb.html) to see an example of how to use list_recommendations API.
1020
1034
  def list_recommendations(compartment_id, compartment_id_in_subtree, category_id, opts = {})
1021
1035
  logger.debug 'Calling operation OptimizerClient#list_recommendations.' if logger
1022
1036
 
@@ -1118,6 +1132,7 @@ module OCI
1118
1132
  # If you need to contact Oracle about a particular request, please provide the request ID.
1119
1133
  #
1120
1134
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::ResourceActionCollection ResourceActionCollection}
1135
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_resource_actions.rb.html) to see an example of how to use list_resource_actions API.
1121
1136
  def list_resource_actions(compartment_id, compartment_id_in_subtree, recommendation_id, opts = {})
1122
1137
  logger.debug 'Calling operation OptimizerClient#list_resource_actions.' if logger
1123
1138
 
@@ -1205,6 +1220,7 @@ module OCI
1205
1220
  # If you need to contact Oracle about a particular request, please provide the request ID.
1206
1221
  #
1207
1222
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
1223
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
1208
1224
  def list_work_request_errors(work_request_id, opts = {})
1209
1225
  logger.debug 'Calling operation OptimizerClient#list_work_request_errors.' if logger
1210
1226
 
@@ -1266,6 +1282,7 @@ module OCI
1266
1282
  # If you need to contact Oracle about a particular request, please provide the request ID.
1267
1283
  #
1268
1284
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
1285
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
1269
1286
  def list_work_request_logs(work_request_id, opts = {})
1270
1287
  logger.debug 'Calling operation OptimizerClient#list_work_request_logs.' if logger
1271
1288
 
@@ -1327,6 +1344,7 @@ module OCI
1327
1344
  # If you need to contact Oracle about a particular request, please provide the request ID.
1328
1345
  #
1329
1346
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::WorkRequestCollection WorkRequestCollection}
1347
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
1330
1348
  def list_work_requests(compartment_id, opts = {})
1331
1349
  logger.debug 'Calling operation OptimizerClient#list_work_requests.' if logger
1332
1350
 
@@ -1392,6 +1410,7 @@ module OCI
1392
1410
  # provide matches the resource's current etag value.
1393
1411
  #
1394
1412
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::EnrollmentStatus EnrollmentStatus}
1413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/update_enrollment_status.rb.html) to see an example of how to use update_enrollment_status API.
1395
1414
  def update_enrollment_status(enrollment_status_id, update_enrollment_status_details, opts = {})
1396
1415
  logger.debug 'Calling operation OptimizerClient#update_enrollment_status.' if logger
1397
1416
 
@@ -1457,6 +1476,7 @@ module OCI
1457
1476
  # If you need to contact Oracle about a particular request, please provide the request ID.
1458
1477
  #
1459
1478
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Profile Profile}
1479
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/update_profile.rb.html) to see an example of how to use update_profile API.
1460
1480
  def update_profile(profile_id, update_profile_details, opts = {})
1461
1481
  logger.debug 'Calling operation OptimizerClient#update_profile.' if logger
1462
1482
 
@@ -1527,6 +1547,7 @@ module OCI
1527
1547
  # provide matches the resource's current etag value.
1528
1548
  #
1529
1549
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::Recommendation Recommendation}
1550
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/update_recommendation.rb.html) to see an example of how to use update_recommendation API.
1530
1551
  def update_recommendation(recommendation_id, update_recommendation_details, opts = {})
1531
1552
  logger.debug 'Calling operation OptimizerClient#update_recommendation.' if logger
1532
1553
 
@@ -1597,6 +1618,7 @@ module OCI
1597
1618
  # provide matches the resource's current etag value.
1598
1619
  #
1599
1620
  # @return [Response] A Response object with data of type {OCI::Optimizer::Models::ResourceAction ResourceAction}
1621
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/optimizer/update_resource_action.rb.html) to see an example of how to use update_resource_action API.
1600
1622
  def update_resource_action(resource_action_id, update_resource_action_details, opts = {})
1601
1623
  logger.debug 'Calling operation OptimizerClient#update_resource_action.' if logger
1602
1624
 
@@ -108,6 +108,7 @@ module OCI
108
108
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
109
109
  # @option opts [String] :opc_request_id The client request ID for tracing.
110
110
  # @return [Response] A Response object with data of type nil
111
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/add_packages_to_software_source.rb.html) to see an example of how to use add_packages_to_software_source API.
111
112
  def add_packages_to_software_source(software_source_id, add_packages_to_software_source_details, opts = {})
112
113
  logger.debug 'Calling operation OsManagementClient#add_packages_to_software_source.' if logger
113
114
 
@@ -171,6 +172,7 @@ module OCI
171
172
  # might be rejected.
172
173
  #
173
174
  # @return [Response] A Response object with data of type nil
175
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/attach_child_software_source_to_managed_instance.rb.html) to see an example of how to use attach_child_software_source_to_managed_instance API.
174
176
  def attach_child_software_source_to_managed_instance(managed_instance_id, attach_child_software_source_to_managed_instance_details, opts = {})
175
177
  logger.debug 'Calling operation OsManagementClient#attach_child_software_source_to_managed_instance.' if logger
176
178
 
@@ -237,6 +239,7 @@ module OCI
237
239
  # might be rejected.
238
240
  #
239
241
  # @return [Response] A Response object with data of type nil
242
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/attach_managed_instance_to_managed_instance_group.rb.html) to see an example of how to use attach_managed_instance_to_managed_instance_group API.
240
243
  def attach_managed_instance_to_managed_instance_group(managed_instance_group_id, managed_instance_id, opts = {})
241
244
  logger.debug 'Calling operation OsManagementClient#attach_managed_instance_to_managed_instance_group.' if logger
242
245
 
@@ -304,6 +307,7 @@ module OCI
304
307
  # might be rejected.
305
308
  #
306
309
  # @return [Response] A Response object with data of type nil
310
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/attach_parent_software_source_to_managed_instance.rb.html) to see an example of how to use attach_parent_software_source_to_managed_instance API.
307
311
  def attach_parent_software_source_to_managed_instance(managed_instance_id, attach_parent_software_source_to_managed_instance_details, opts = {})
308
312
  logger.debug 'Calling operation OsManagementClient#attach_parent_software_source_to_managed_instance.' if logger
309
313
 
@@ -374,6 +378,7 @@ module OCI
374
378
  # might be rejected.
375
379
  #
376
380
  # @return [Response] A Response object with data of type nil
381
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/change_managed_instance_group_compartment.rb.html) to see an example of how to use change_managed_instance_group_compartment API.
377
382
  def change_managed_instance_group_compartment(managed_instance_group_id, change_managed_instance_group_compartment_details, opts = {})
378
383
  logger.debug 'Calling operation OsManagementClient#change_managed_instance_group_compartment.' if logger
379
384
 
@@ -445,6 +450,7 @@ module OCI
445
450
  # might be rejected.
446
451
  #
447
452
  # @return [Response] A Response object with data of type nil
453
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/change_scheduled_job_compartment.rb.html) to see an example of how to use change_scheduled_job_compartment API.
448
454
  def change_scheduled_job_compartment(scheduled_job_id, change_scheduled_job_compartment_details, opts = {})
449
455
  logger.debug 'Calling operation OsManagementClient#change_scheduled_job_compartment.' if logger
450
456
 
@@ -516,6 +522,7 @@ module OCI
516
522
  # might be rejected.
517
523
  #
518
524
  # @return [Response] A Response object with data of type nil
525
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/change_software_source_compartment.rb.html) to see an example of how to use change_software_source_compartment API.
519
526
  def change_software_source_compartment(software_source_id, change_software_source_compartment_details, opts = {})
520
527
  logger.debug 'Calling operation OsManagementClient#change_software_source_compartment.' if logger
521
528
 
@@ -581,6 +588,7 @@ module OCI
581
588
  # might be rejected.
582
589
  #
583
590
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ManagedInstanceGroup ManagedInstanceGroup}
591
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/create_managed_instance_group.rb.html) to see an example of how to use create_managed_instance_group API.
584
592
  def create_managed_instance_group(create_managed_instance_group_details, opts = {})
585
593
  logger.debug 'Calling operation OsManagementClient#create_managed_instance_group.' if logger
586
594
 
@@ -645,6 +653,7 @@ module OCI
645
653
  # might be rejected.
646
654
  #
647
655
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ScheduledJob ScheduledJob}
656
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/create_scheduled_job.rb.html) to see an example of how to use create_scheduled_job API.
648
657
  def create_scheduled_job(create_scheduled_job_details, opts = {})
649
658
  logger.debug 'Calling operation OsManagementClient#create_scheduled_job.' if logger
650
659
 
@@ -708,6 +717,7 @@ module OCI
708
717
  # might be rejected.
709
718
  #
710
719
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::SoftwareSource SoftwareSource}
720
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/create_software_source.rb.html) to see an example of how to use create_software_source API.
711
721
  def create_software_source(create_software_source_details, opts = {})
712
722
  logger.debug 'Calling operation OsManagementClient#create_software_source.' if logger
713
723
 
@@ -769,6 +779,7 @@ module OCI
769
779
  # provide matches the resource's current etag value.
770
780
  #
771
781
  # @return [Response] A Response object with data of type nil
782
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/delete_managed_instance_group.rb.html) to see an example of how to use delete_managed_instance_group API.
772
783
  def delete_managed_instance_group(managed_instance_group_id, opts = {})
773
784
  logger.debug 'Calling operation OsManagementClient#delete_managed_instance_group.' if logger
774
785
 
@@ -829,6 +840,7 @@ module OCI
829
840
  # provide matches the resource's current etag value.
830
841
  #
831
842
  # @return [Response] A Response object with data of type nil
843
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/delete_scheduled_job.rb.html) to see an example of how to use delete_scheduled_job API.
832
844
  def delete_scheduled_job(scheduled_job_id, opts = {})
833
845
  logger.debug 'Calling operation OsManagementClient#delete_scheduled_job.' if logger
834
846
 
@@ -889,6 +901,7 @@ module OCI
889
901
  # provide matches the resource's current etag value.
890
902
  #
891
903
  # @return [Response] A Response object with data of type nil
904
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/delete_software_source.rb.html) to see an example of how to use delete_software_source API.
892
905
  def delete_software_source(software_source_id, opts = {})
893
906
  logger.debug 'Calling operation OsManagementClient#delete_software_source.' if logger
894
907
 
@@ -951,6 +964,7 @@ module OCI
951
964
  # might be rejected.
952
965
  #
953
966
  # @return [Response] A Response object with data of type nil
967
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/detach_child_software_source_from_managed_instance.rb.html) to see an example of how to use detach_child_software_source_from_managed_instance API.
954
968
  def detach_child_software_source_from_managed_instance(managed_instance_id, detach_child_software_source_from_managed_instance_details, opts = {})
955
969
  logger.debug 'Calling operation OsManagementClient#detach_child_software_source_from_managed_instance.' if logger
956
970
 
@@ -1014,6 +1028,7 @@ module OCI
1014
1028
  # might be rejected.
1015
1029
  #
1016
1030
  # @return [Response] A Response object with data of type nil
1031
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/detach_managed_instance_from_managed_instance_group.rb.html) to see an example of how to use detach_managed_instance_from_managed_instance_group API.
1017
1032
  def detach_managed_instance_from_managed_instance_group(managed_instance_group_id, managed_instance_id, opts = {})
1018
1033
  logger.debug 'Calling operation OsManagementClient#detach_managed_instance_from_managed_instance_group.' if logger
1019
1034
 
@@ -1079,6 +1094,7 @@ module OCI
1079
1094
  # might be rejected.
1080
1095
  #
1081
1096
  # @return [Response] A Response object with data of type nil
1097
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/detach_parent_software_source_from_managed_instance.rb.html) to see an example of how to use detach_parent_software_source_from_managed_instance API.
1082
1098
  def detach_parent_software_source_from_managed_instance(managed_instance_id, detach_parent_software_source_from_managed_instance_details, opts = {})
1083
1099
  logger.debug 'Calling operation OsManagementClient#detach_parent_software_source_from_managed_instance.' if logger
1084
1100
 
@@ -1135,6 +1151,7 @@ module OCI
1135
1151
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1136
1152
  # @option opts [String] :opc_request_id The client request ID for tracing.
1137
1153
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::Erratum Erratum}
1154
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_erratum.rb.html) to see an example of how to use get_erratum API.
1138
1155
  def get_erratum(erratum_id, opts = {})
1139
1156
  logger.debug 'Calling operation OsManagementClient#get_erratum.' if logger
1140
1157
 
@@ -1189,6 +1206,7 @@ module OCI
1189
1206
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1190
1207
  # @option opts [String] :opc_request_id The client request ID for tracing.
1191
1208
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ManagedInstance ManagedInstance}
1209
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_managed_instance.rb.html) to see an example of how to use get_managed_instance API.
1192
1210
  def get_managed_instance(managed_instance_id, opts = {})
1193
1211
  logger.debug 'Calling operation OsManagementClient#get_managed_instance.' if logger
1194
1212
 
@@ -1243,6 +1261,7 @@ module OCI
1243
1261
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1244
1262
  # @option opts [String] :opc_request_id The client request ID for tracing.
1245
1263
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ManagedInstanceGroup ManagedInstanceGroup}
1264
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_managed_instance_group.rb.html) to see an example of how to use get_managed_instance_group API.
1246
1265
  def get_managed_instance_group(managed_instance_group_id, opts = {})
1247
1266
  logger.debug 'Calling operation OsManagementClient#get_managed_instance_group.' if logger
1248
1267
 
@@ -1297,6 +1316,7 @@ module OCI
1297
1316
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1298
1317
  # @option opts [String] :opc_request_id The client request ID for tracing.
1299
1318
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ScheduledJob ScheduledJob}
1319
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_scheduled_job.rb.html) to see an example of how to use get_scheduled_job API.
1300
1320
  def get_scheduled_job(scheduled_job_id, opts = {})
1301
1321
  logger.debug 'Calling operation OsManagementClient#get_scheduled_job.' if logger
1302
1322
 
@@ -1352,6 +1372,7 @@ module OCI
1352
1372
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1353
1373
  # @option opts [String] :opc_request_id The client request ID for tracing.
1354
1374
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::SoftwarePackage SoftwarePackage}
1375
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_software_package.rb.html) to see an example of how to use get_software_package API.
1355
1376
  def get_software_package(software_source_id, software_package_name, opts = {})
1356
1377
  logger.debug 'Calling operation OsManagementClient#get_software_package.' if logger
1357
1378
 
@@ -1408,6 +1429,7 @@ module OCI
1408
1429
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1409
1430
  # @option opts [String] :opc_request_id The client request ID for tracing.
1410
1431
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::SoftwareSource SoftwareSource}
1432
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_software_source.rb.html) to see an example of how to use get_software_source API.
1411
1433
  def get_software_source(software_source_id, opts = {})
1412
1434
  logger.debug 'Calling operation OsManagementClient#get_software_source.' if logger
1413
1435
 
@@ -1462,6 +1484,7 @@ module OCI
1462
1484
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1463
1485
  # @option opts [String] :opc_request_id The client request ID for tracing.
1464
1486
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::WindowsUpdate WindowsUpdate}
1487
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_windows_update.rb.html) to see an example of how to use get_windows_update API.
1465
1488
  def get_windows_update(windows_update, opts = {})
1466
1489
  logger.debug 'Calling operation OsManagementClient#get_windows_update.' if logger
1467
1490
 
@@ -1515,6 +1538,7 @@ module OCI
1515
1538
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1516
1539
  # @option opts [String] :opc_request_id The client request ID for tracing.
1517
1540
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::WorkRequest WorkRequest}
1541
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_work_request.rb.html) to see an example of how to use get_work_request API.
1518
1542
  def get_work_request(work_request_id, opts = {})
1519
1543
  logger.debug 'Calling operation OsManagementClient#get_work_request.' if logger
1520
1544
 
@@ -1575,6 +1599,7 @@ module OCI
1575
1599
  # might be rejected.
1576
1600
  #
1577
1601
  # @return [Response] A Response object with data of type nil
1602
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_all_package_updates_on_managed_instance.rb.html) to see an example of how to use install_all_package_updates_on_managed_instance API.
1578
1603
  def install_all_package_updates_on_managed_instance(managed_instance_id, opts = {})
1579
1604
  logger.debug 'Calling operation OsManagementClient#install_all_package_updates_on_managed_instance.' if logger
1580
1605
 
@@ -1636,6 +1661,7 @@ module OCI
1636
1661
  # might be rejected.
1637
1662
  #
1638
1663
  # @return [Response] A Response object with data of type nil
1664
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_all_windows_updates_on_managed_instance.rb.html) to see an example of how to use install_all_windows_updates_on_managed_instance API.
1639
1665
  def install_all_windows_updates_on_managed_instance(managed_instance_id, opts = {})
1640
1666
  logger.debug 'Calling operation OsManagementClient#install_all_windows_updates_on_managed_instance.' if logger
1641
1667
 
@@ -1698,6 +1724,7 @@ module OCI
1698
1724
  # might be rejected.
1699
1725
  #
1700
1726
  # @return [Response] A Response object with data of type nil
1727
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_package_on_managed_instance.rb.html) to see an example of how to use install_package_on_managed_instance API.
1701
1728
  def install_package_on_managed_instance(managed_instance_id, software_package_name, opts = {})
1702
1729
  logger.debug 'Calling operation OsManagementClient#install_package_on_managed_instance.' if logger
1703
1730
 
@@ -1762,6 +1789,7 @@ module OCI
1762
1789
  # might be rejected.
1763
1790
  #
1764
1791
  # @return [Response] A Response object with data of type nil
1792
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_package_update_on_managed_instance.rb.html) to see an example of how to use install_package_update_on_managed_instance API.
1765
1793
  def install_package_update_on_managed_instance(managed_instance_id, software_package_name, opts = {})
1766
1794
  logger.debug 'Calling operation OsManagementClient#install_package_update_on_managed_instance.' if logger
1767
1795
 
@@ -1829,6 +1857,7 @@ module OCI
1829
1857
  # might be rejected.
1830
1858
  #
1831
1859
  # @return [Response] A Response object with data of type nil
1860
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_windows_update_on_managed_instance.rb.html) to see an example of how to use install_windows_update_on_managed_instance API.
1832
1861
  def install_windows_update_on_managed_instance(managed_instance_id, windows_update_name, opts = {})
1833
1862
  logger.debug 'Calling operation OsManagementClient#install_windows_update_on_managed_instance.' if logger
1834
1863
 
@@ -1898,6 +1927,7 @@ module OCI
1898
1927
  # Allowed values are: TIMECREATED, DISPLAYNAME
1899
1928
  # @option opts [String] :opc_request_id The client request ID for tracing.
1900
1929
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::InstallablePackageSummary InstallablePackageSummary}>
1930
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_available_packages_for_managed_instance.rb.html) to see an example of how to use list_available_packages_for_managed_instance API.
1901
1931
  def list_available_packages_for_managed_instance(managed_instance_id, opts = {})
1902
1932
  logger.debug 'Calling operation OsManagementClient#list_available_packages_for_managed_instance.' if logger
1903
1933
 
@@ -1978,6 +2008,7 @@ module OCI
1978
2008
  # Allowed values are: TIMECREATED, DISPLAYNAME
1979
2009
  # @option opts [String] :opc_request_id The client request ID for tracing.
1980
2010
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::AvailableSoftwareSourceSummary AvailableSoftwareSourceSummary}>
2011
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_available_software_sources_for_managed_instance.rb.html) to see an example of how to use list_available_software_sources_for_managed_instance API.
1981
2012
  def list_available_software_sources_for_managed_instance(managed_instance_id, opts = {})
1982
2013
  logger.debug 'Calling operation OsManagementClient#list_available_software_sources_for_managed_instance.' if logger
1983
2014
 
@@ -2058,6 +2089,7 @@ module OCI
2058
2089
  # Allowed values are: TIMECREATED, DISPLAYNAME
2059
2090
  # @option opts [String] :opc_request_id The client request ID for tracing.
2060
2091
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::AvailableUpdateSummary AvailableUpdateSummary}>
2092
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_available_updates_for_managed_instance.rb.html) to see an example of how to use list_available_updates_for_managed_instance API.
2061
2093
  def list_available_updates_for_managed_instance(managed_instance_id, opts = {})
2062
2094
  logger.debug 'Calling operation OsManagementClient#list_available_updates_for_managed_instance.' if logger
2063
2095
 
@@ -2139,6 +2171,7 @@ module OCI
2139
2171
  # @option opts [String] :opc_request_id The client request ID for tracing.
2140
2172
  # @option opts [String] :is_eligible_for_installation Indicator of whether the update can be installed using OSMS.
2141
2173
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::AvailableWindowsUpdateSummary AvailableWindowsUpdateSummary}>
2174
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_available_windows_updates_for_managed_instance.rb.html) to see an example of how to use list_available_windows_updates_for_managed_instance API.
2142
2175
  def list_available_windows_updates_for_managed_instance(managed_instance_id, opts = {})
2143
2176
  logger.debug 'Calling operation OsManagementClient#list_available_windows_updates_for_managed_instance.' if logger
2144
2177
 
@@ -2225,6 +2258,7 @@ module OCI
2225
2258
  # @option opts [String] :lifecycle_state The current lifecycle state for the object.
2226
2259
  # @option opts [String] :os_family The OS family for which to list resources.
2227
2260
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ManagedInstanceGroupSummary ManagedInstanceGroupSummary}>
2261
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_managed_instance_groups.rb.html) to see an example of how to use list_managed_instance_groups API.
2228
2262
  def list_managed_instance_groups(compartment_id, opts = {})
2229
2263
  logger.debug 'Calling operation OsManagementClient#list_managed_instance_groups.' if logger
2230
2264
 
@@ -2314,6 +2348,7 @@ module OCI
2314
2348
  # @option opts [String] :opc_request_id The client request ID for tracing.
2315
2349
  # @option opts [String] :os_family The OS family for which to list resources.
2316
2350
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ManagedInstanceSummary ManagedInstanceSummary}>
2351
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_managed_instances.rb.html) to see an example of how to use list_managed_instances API.
2317
2352
  def list_managed_instances(compartment_id, opts = {})
2318
2353
  logger.debug 'Calling operation OsManagementClient#list_managed_instances.' if logger
2319
2354
 
@@ -2398,6 +2433,7 @@ module OCI
2398
2433
  # Allowed values are: TIMECREATED, DISPLAYNAME
2399
2434
  # @option opts [String] :opc_request_id The client request ID for tracing.
2400
2435
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::InstalledPackageSummary InstalledPackageSummary}>
2436
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_packages_installed_on_managed_instance.rb.html) to see an example of how to use list_packages_installed_on_managed_instance API.
2401
2437
  def list_packages_installed_on_managed_instance(managed_instance_id, opts = {})
2402
2438
  logger.debug 'Calling operation OsManagementClient#list_packages_installed_on_managed_instance.' if logger
2403
2439
 
@@ -2482,6 +2518,7 @@ module OCI
2482
2518
  # @option opts [String] :opc_request_id The client request ID for tracing.
2483
2519
  # @option opts [String] :os_family The OS family for which to list resources.
2484
2520
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ScheduledJobSummary ScheduledJobSummary}>
2521
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_scheduled_jobs.rb.html) to see an example of how to use list_scheduled_jobs API.
2485
2522
  def list_scheduled_jobs(compartment_id, opts = {})
2486
2523
  logger.debug 'Calling operation OsManagementClient#list_scheduled_jobs.' if logger
2487
2524
 
@@ -2578,6 +2615,7 @@ module OCI
2578
2615
  # Allowed values are: TIMECREATED, DISPLAYNAME
2579
2616
  # @option opts [String] :opc_request_id The client request ID for tracing.
2580
2617
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::SoftwarePackageSummary SoftwarePackageSummary}>
2618
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_software_source_packages.rb.html) to see an example of how to use list_software_source_packages API.
2581
2619
  def list_software_source_packages(software_source_id, opts = {})
2582
2620
  logger.debug 'Calling operation OsManagementClient#list_software_source_packages.' if logger
2583
2621
 
@@ -2658,6 +2696,7 @@ module OCI
2658
2696
  # @option opts [String] :lifecycle_state The current lifecycle state for the object.
2659
2697
  # @option opts [String] :opc_request_id The client request ID for tracing.
2660
2698
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::SoftwareSourceSummary SoftwareSourceSummary}>
2699
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_software_sources.rb.html) to see an example of how to use list_software_sources API.
2661
2700
  def list_software_sources(compartment_id, opts = {})
2662
2701
  logger.debug 'Calling operation OsManagementClient#list_software_sources.' if logger
2663
2702
 
@@ -2749,6 +2788,7 @@ module OCI
2749
2788
  # @option opts [String] :opc_request_id The client request ID for tracing.
2750
2789
  # @option opts [String] :os_family The OS family for which to list resources.
2751
2790
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ScheduledJobSummary ScheduledJobSummary}>
2791
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_upcoming_scheduled_jobs.rb.html) to see an example of how to use list_upcoming_scheduled_jobs API.
2752
2792
  def list_upcoming_scheduled_jobs(compartment_id, time_end, opts = {})
2753
2793
  logger.debug 'Calling operation OsManagementClient#list_upcoming_scheduled_jobs.' if logger
2754
2794
 
@@ -2841,6 +2881,7 @@ module OCI
2841
2881
  # Allowed values are: TIMECREATED, DISPLAYNAME
2842
2882
  # @option opts [String] :opc_request_id The client request ID for tracing.
2843
2883
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::WindowsUpdateSummary WindowsUpdateSummary}>
2884
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_windows_updates.rb.html) to see an example of how to use list_windows_updates API.
2844
2885
  def list_windows_updates(opts = {})
2845
2886
  logger.debug 'Calling operation OsManagementClient#list_windows_updates.' if logger
2846
2887
 
@@ -2919,6 +2960,7 @@ module OCI
2919
2960
  # Allowed values are: TIMECREATED, DISPLAYNAME
2920
2961
  # @option opts [String] :opc_request_id The client request ID for tracing.
2921
2962
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::InstalledWindowsUpdateSummary InstalledWindowsUpdateSummary}>
2963
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_windows_updates_installed_on_managed_instance.rb.html) to see an example of how to use list_windows_updates_installed_on_managed_instance API.
2922
2964
  def list_windows_updates_installed_on_managed_instance(managed_instance_id, opts = {})
2923
2965
  logger.debug 'Calling operation OsManagementClient#list_windows_updates_installed_on_managed_instance.' if logger
2924
2966
 
@@ -2993,6 +3035,7 @@ module OCI
2993
3035
  # Allowed values are: TIMECREATED, DISPLAYNAME
2994
3036
  # @option opts [String] :opc_request_id The client request ID for tracing.
2995
3037
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::WorkRequestError WorkRequestError}>
3038
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
2996
3039
  def list_work_request_errors(work_request_id, opts = {})
2997
3040
  logger.debug 'Calling operation OsManagementClient#list_work_request_errors.' if logger
2998
3041
 
@@ -3065,6 +3108,7 @@ module OCI
3065
3108
  # Allowed values are: TIMECREATED, DISPLAYNAME
3066
3109
  # @option opts [String] :opc_request_id The client request ID for tracing.
3067
3110
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::WorkRequestLogEntry WorkRequestLogEntry}>
3111
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
3068
3112
  def list_work_request_logs(work_request_id, opts = {})
3069
3113
  logger.debug 'Calling operation OsManagementClient#list_work_request_logs.' if logger
3070
3114
 
@@ -3144,6 +3188,7 @@ module OCI
3144
3188
  # @option opts [String] :opc_request_id The client request ID for tracing.
3145
3189
  # @option opts [String] :os_family The OS family for which to list resources.
3146
3190
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::WorkRequestSummary WorkRequestSummary}>
3191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
3147
3192
  def list_work_requests(compartment_id, opts = {})
3148
3193
  logger.debug 'Calling operation OsManagementClient#list_work_requests.' if logger
3149
3194
 
@@ -3224,6 +3269,7 @@ module OCI
3224
3269
  # might be rejected.
3225
3270
  #
3226
3271
  # @return [Response] A Response object with data of type nil
3272
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/remove_package_from_managed_instance.rb.html) to see an example of how to use remove_package_from_managed_instance API.
3227
3273
  def remove_package_from_managed_instance(managed_instance_id, software_package_name, opts = {})
3228
3274
  logger.debug 'Calling operation OsManagementClient#remove_package_from_managed_instance.' if logger
3229
3275
 
@@ -3282,6 +3328,7 @@ module OCI
3282
3328
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3283
3329
  # @option opts [String] :opc_request_id The client request ID for tracing.
3284
3330
  # @return [Response] A Response object with data of type nil
3331
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/remove_packages_from_software_source.rb.html) to see an example of how to use remove_packages_from_software_source API.
3285
3332
  def remove_packages_from_software_source(software_source_id, remove_packages_from_software_source_details, opts = {})
3286
3333
  logger.debug 'Calling operation OsManagementClient#remove_packages_from_software_source.' if logger
3287
3334
 
@@ -3349,6 +3396,7 @@ module OCI
3349
3396
  # might be rejected.
3350
3397
  #
3351
3398
  # @return [Response] A Response object with data of type nil
3399
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/run_scheduled_job_now.rb.html) to see an example of how to use run_scheduled_job_now API.
3352
3400
  def run_scheduled_job_now(scheduled_job_id, opts = {})
3353
3401
  logger.debug 'Calling operation OsManagementClient#run_scheduled_job_now.' if logger
3354
3402
 
@@ -3420,6 +3468,7 @@ module OCI
3420
3468
  # Allowed values are: TIMECREATED, DISPLAYNAME
3421
3469
  # @option opts [String] :opc_request_id The client request ID for tracing.
3422
3470
  # @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::SoftwarePackageSearchSummary SoftwarePackageSearchSummary}>
3471
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/search_software_packages.rb.html) to see an example of how to use search_software_packages API.
3423
3472
  def search_software_packages(opts = {})
3424
3473
  logger.debug 'Calling operation OsManagementClient#search_software_packages.' if logger
3425
3474
 
@@ -3500,6 +3549,7 @@ module OCI
3500
3549
  # might be rejected.
3501
3550
  #
3502
3551
  # @return [Response] A Response object with data of type nil
3552
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/skip_next_scheduled_job_execution.rb.html) to see an example of how to use skip_next_scheduled_job_execution API.
3503
3553
  def skip_next_scheduled_job_execution(scheduled_job_id, opts = {})
3504
3554
  logger.debug 'Calling operation OsManagementClient#skip_next_scheduled_job_execution.' if logger
3505
3555
 
@@ -3563,6 +3613,7 @@ module OCI
3563
3613
  # provide matches the resource's current etag value.
3564
3614
  #
3565
3615
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ManagedInstanceGroup ManagedInstanceGroup}
3616
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/update_managed_instance_group.rb.html) to see an example of how to use update_managed_instance_group API.
3566
3617
  def update_managed_instance_group(managed_instance_group_id, update_managed_instance_group_details, opts = {})
3567
3618
  logger.debug 'Calling operation OsManagementClient#update_managed_instance_group.' if logger
3568
3619
 
@@ -3626,6 +3677,7 @@ module OCI
3626
3677
  # provide matches the resource's current etag value.
3627
3678
  #
3628
3679
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::ScheduledJob ScheduledJob}
3680
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/update_scheduled_job.rb.html) to see an example of how to use update_scheduled_job API.
3629
3681
  def update_scheduled_job(scheduled_job_id, update_scheduled_job_details, opts = {})
3630
3682
  logger.debug 'Calling operation OsManagementClient#update_scheduled_job.' if logger
3631
3683
 
@@ -3689,6 +3741,7 @@ module OCI
3689
3741
  # provide matches the resource's current etag value.
3690
3742
  #
3691
3743
  # @return [Response] A Response object with data of type {OCI::OsManagement::Models::SoftwareSource SoftwareSource}
3744
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/update_software_source.rb.html) to see an example of how to use update_software_source API.
3692
3745
  def update_software_source(software_source_id, update_software_source_details, opts = {})
3693
3746
  logger.debug 'Calling operation OsManagementClient#update_software_source.' if logger
3694
3747