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
@@ -107,6 +107,7 @@ module OCI
107
107
  # @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
108
108
  # @option opts [String] :homeregion The region of the tenancy.
109
109
  # @return [Response] A Response object with data of type {OCI::Cims::Models::User User}
110
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cims/create_user.rb.html) to see an example of how to use create_user API.
110
111
  def create_user(create_user_details, ocid, opts = {})
111
112
  logger.debug 'Calling operation UserClient#create_user.' if logger
112
113
 
@@ -118,6 +118,7 @@ module OCI
118
118
  # might be rejected.
119
119
  #
120
120
  # @return [Response] A Response object with data of type nil
121
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/change_detector_recipe_compartment.rb.html) to see an example of how to use change_detector_recipe_compartment API.
121
122
  def change_detector_recipe_compartment(detector_recipe_id, change_detector_recipe_compartment_details, opts = {})
122
123
  logger.debug 'Calling operation CloudGuardClient#change_detector_recipe_compartment.' if logger
123
124
 
@@ -187,6 +188,7 @@ module OCI
187
188
  # might be rejected.
188
189
  #
189
190
  # @return [Response] A Response object with data of type nil
191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/change_managed_list_compartment.rb.html) to see an example of how to use change_managed_list_compartment API.
190
192
  def change_managed_list_compartment(managed_list_id, change_managed_list_compartment_details, opts = {})
191
193
  logger.debug 'Calling operation CloudGuardClient#change_managed_list_compartment.' if logger
192
194
 
@@ -256,6 +258,7 @@ module OCI
256
258
  # might be rejected.
257
259
  #
258
260
  # @return [Response] A Response object with data of type nil
261
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/change_responder_recipe_compartment.rb.html) to see an example of how to use change_responder_recipe_compartment API.
259
262
  def change_responder_recipe_compartment(responder_recipe_id, change_responder_recipe_compartment_details, opts = {})
260
263
  logger.debug 'Calling operation CloudGuardClient#change_responder_recipe_compartment.' if logger
261
264
 
@@ -319,6 +322,7 @@ module OCI
319
322
  #
320
323
  # @option opts [String] :opc_request_id The client request ID for tracing.
321
324
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipe DetectorRecipe}
325
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_detector_recipe.rb.html) to see an example of how to use create_detector_recipe API.
322
326
  def create_detector_recipe(create_detector_recipe_details, opts = {})
323
327
  logger.debug 'Calling operation CloudGuardClient#create_detector_recipe.' if logger
324
328
 
@@ -380,6 +384,7 @@ module OCI
380
384
  #
381
385
  # @option opts [String] :opc_request_id The client request ID for tracing.
382
386
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ManagedList ManagedList}
387
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_managed_list.rb.html) to see an example of how to use create_managed_list API.
383
388
  def create_managed_list(create_managed_list_details, opts = {})
384
389
  logger.debug 'Calling operation CloudGuardClient#create_managed_list.' if logger
385
390
 
@@ -441,6 +446,7 @@ module OCI
441
446
  #
442
447
  # @option opts [String] :opc_request_id The client request ID for tracing.
443
448
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipe ResponderRecipe}
449
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_responder_recipe.rb.html) to see an example of how to use create_responder_recipe API.
444
450
  def create_responder_recipe(create_responder_recipe_details, opts = {})
445
451
  logger.debug 'Calling operation CloudGuardClient#create_responder_recipe.' if logger
446
452
 
@@ -502,6 +508,7 @@ module OCI
502
508
  #
503
509
  # @option opts [String] :opc_request_id The client request ID for tracing.
504
510
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Target Target}
511
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_target.rb.html) to see an example of how to use create_target API.
505
512
  def create_target(create_target_details, opts = {})
506
513
  logger.debug 'Calling operation CloudGuardClient#create_target.' if logger
507
514
 
@@ -564,6 +571,7 @@ module OCI
564
571
  #
565
572
  # @option opts [String] :opc_request_id The client request ID for tracing.
566
573
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipe TargetDetectorRecipe}
574
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_target_detector_recipe.rb.html) to see an example of how to use create_target_detector_recipe API.
567
575
  def create_target_detector_recipe(target_id, attach_target_detector_recipe_details, opts = {})
568
576
  logger.debug 'Calling operation CloudGuardClient#create_target_detector_recipe.' if logger
569
577
 
@@ -628,6 +636,7 @@ module OCI
628
636
  #
629
637
  # @option opts [String] :opc_request_id The client request ID for tracing.
630
638
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipe TargetResponderRecipe}
639
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/create_target_responder_recipe.rb.html) to see an example of how to use create_target_responder_recipe API.
631
640
  def create_target_responder_recipe(target_id, attach_target_responder_recipe_details, opts = {})
632
641
  logger.debug 'Calling operation CloudGuardClient#create_target_responder_recipe.' if logger
633
642
 
@@ -696,6 +705,7 @@ module OCI
696
705
  # might be rejected.
697
706
  #
698
707
  # @return [Response] A Response object with data of type nil
708
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_detector_recipe.rb.html) to see an example of how to use delete_detector_recipe API.
699
709
  def delete_detector_recipe(detector_recipe_id, opts = {})
700
710
  logger.debug 'Calling operation CloudGuardClient#delete_detector_recipe.' if logger
701
711
 
@@ -763,6 +773,7 @@ module OCI
763
773
  # might be rejected.
764
774
  #
765
775
  # @return [Response] A Response object with data of type nil
776
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_managed_list.rb.html) to see an example of how to use delete_managed_list API.
766
777
  def delete_managed_list(managed_list_id, opts = {})
767
778
  logger.debug 'Calling operation CloudGuardClient#delete_managed_list.' if logger
768
779
 
@@ -824,6 +835,7 @@ module OCI
824
835
  #
825
836
  # @option opts [String] :opc_request_id The client request ID for tracing.
826
837
  # @return [Response] A Response object with data of type nil
838
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_responder_recipe.rb.html) to see an example of how to use delete_responder_recipe API.
827
839
  def delete_responder_recipe(responder_recipe_id, opts = {})
828
840
  logger.debug 'Calling operation CloudGuardClient#delete_responder_recipe.' if logger
829
841
 
@@ -883,6 +895,7 @@ module OCI
883
895
  #
884
896
  # @option opts [String] :opc_request_id The client request ID for tracing.
885
897
  # @return [Response] A Response object with data of type nil
898
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_target.rb.html) to see an example of how to use delete_target API.
886
899
  def delete_target(target_id, opts = {})
887
900
  logger.debug 'Calling operation CloudGuardClient#delete_target.' if logger
888
901
 
@@ -943,6 +956,7 @@ module OCI
943
956
  #
944
957
  # @option opts [String] :opc_request_id The client request ID for tracing.
945
958
  # @return [Response] A Response object with data of type nil
959
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_target_detector_recipe.rb.html) to see an example of how to use delete_target_detector_recipe API.
946
960
  def delete_target_detector_recipe(target_id, target_detector_recipe_id, opts = {})
947
961
  logger.debug 'Calling operation CloudGuardClient#delete_target_detector_recipe.' if logger
948
962
 
@@ -1005,6 +1019,7 @@ module OCI
1005
1019
  #
1006
1020
  # @option opts [String] :opc_request_id The client request ID for tracing.
1007
1021
  # @return [Response] A Response object with data of type nil
1022
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/delete_target_responder_recipe.rb.html) to see an example of how to use delete_target_responder_recipe API.
1008
1023
  def delete_target_responder_recipe(target_id, target_responder_recipe_id, opts = {})
1009
1024
  logger.debug 'Calling operation CloudGuardClient#delete_target_responder_recipe.' if logger
1010
1025
 
@@ -1074,6 +1089,7 @@ module OCI
1074
1089
  #
1075
1090
  # @option opts [OCI::CloudGuard::Models::ExecuteResponderExecutionDetails] :execute_responder_execution_details Details for Responder Configuration
1076
1091
  # @return [Response] A Response object with data of type nil
1092
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/execute_responder_execution.rb.html) to see an example of how to use execute_responder_execution API.
1077
1093
  def execute_responder_execution(responder_execution_id, compartment_id, opts = {})
1078
1094
  logger.debug 'Calling operation CloudGuardClient#execute_responder_execution.' if logger
1079
1095
 
@@ -1134,6 +1150,7 @@ module OCI
1134
1150
  # @option opts [String] :service_type ServiceType filter for the condition meta data.
1135
1151
  # @option opts [String] :resource_type Resource filter for the condition meta data.
1136
1152
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ConditionMetadataType ConditionMetadataType}
1153
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_condition_metadata_type.rb.html) to see an example of how to use get_condition_metadata_type API.
1137
1154
  def get_condition_metadata_type(condition_metadata_type_id, opts = {})
1138
1155
  logger.debug 'Calling operation CloudGuardClient#get_condition_metadata_type.' if logger
1139
1156
 
@@ -1193,6 +1210,7 @@ module OCI
1193
1210
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1194
1211
  # @option opts [String] :opc_request_id The client request ID for tracing.
1195
1212
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Configuration Configuration}
1213
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_configuration.rb.html) to see an example of how to use get_configuration API.
1196
1214
  def get_configuration(compartment_id, opts = {})
1197
1215
  logger.debug 'Calling operation CloudGuardClient#get_configuration.' if logger
1198
1216
 
@@ -1247,6 +1265,7 @@ module OCI
1247
1265
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1248
1266
  # @option opts [String] :opc_request_id The client request ID for tracing.
1249
1267
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Detector Detector}
1268
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_detector.rb.html) to see an example of how to use get_detector API.
1250
1269
  def get_detector(detector_id, opts = {})
1251
1270
  logger.debug 'Calling operation CloudGuardClient#get_detector.' if logger
1252
1271
 
@@ -1300,6 +1319,7 @@ module OCI
1300
1319
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1301
1320
  # @option opts [String] :opc_request_id The client request ID for tracing.
1302
1321
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipe DetectorRecipe}
1322
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_detector_recipe.rb.html) to see an example of how to use get_detector_recipe API.
1303
1323
  def get_detector_recipe(detector_recipe_id, opts = {})
1304
1324
  logger.debug 'Calling operation CloudGuardClient#get_detector_recipe.' if logger
1305
1325
 
@@ -1354,6 +1374,7 @@ module OCI
1354
1374
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1355
1375
  # @option opts [String] :opc_request_id The client request ID for tracing.
1356
1376
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipeDetectorRule DetectorRecipeDetectorRule}
1377
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_detector_recipe_detector_rule.rb.html) to see an example of how to use get_detector_recipe_detector_rule API.
1357
1378
  def get_detector_recipe_detector_rule(detector_recipe_id, detector_rule_id, opts = {})
1358
1379
  logger.debug 'Calling operation CloudGuardClient#get_detector_recipe_detector_rule.' if logger
1359
1380
 
@@ -1411,6 +1432,7 @@ module OCI
1411
1432
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1412
1433
  # @option opts [String] :opc_request_id The client request ID for tracing.
1413
1434
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRule DetectorRule}
1435
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_detector_rule.rb.html) to see an example of how to use get_detector_rule API.
1414
1436
  def get_detector_rule(detector_id, detector_rule_id, opts = {})
1415
1437
  logger.debug 'Calling operation CloudGuardClient#get_detector_rule.' if logger
1416
1438
 
@@ -1466,6 +1488,7 @@ module OCI
1466
1488
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1467
1489
  # @option opts [String] :opc_request_id The client request ID for tracing.
1468
1490
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ManagedList ManagedList}
1491
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_managed_list.rb.html) to see an example of how to use get_managed_list API.
1469
1492
  def get_managed_list(managed_list_id, opts = {})
1470
1493
  logger.debug 'Calling operation CloudGuardClient#get_managed_list.' if logger
1471
1494
 
@@ -1519,6 +1542,7 @@ module OCI
1519
1542
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1520
1543
  # @option opts [String] :opc_request_id The client request ID for tracing.
1521
1544
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Problem Problem}
1545
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_problem.rb.html) to see an example of how to use get_problem API.
1522
1546
  def get_problem(problem_id, opts = {})
1523
1547
  logger.debug 'Calling operation CloudGuardClient#get_problem.' if logger
1524
1548
 
@@ -1573,6 +1597,7 @@ module OCI
1573
1597
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1574
1598
  # @option opts [String] :opc_request_id The client request ID for tracing.
1575
1599
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderExecution ResponderExecution}
1600
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_responder_execution.rb.html) to see an example of how to use get_responder_execution API.
1576
1601
  def get_responder_execution(responder_execution_id, opts = {})
1577
1602
  logger.debug 'Calling operation CloudGuardClient#get_responder_execution.' if logger
1578
1603
 
@@ -1626,6 +1651,7 @@ module OCI
1626
1651
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1627
1652
  # @option opts [String] :opc_request_id The client request ID for tracing.
1628
1653
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipe ResponderRecipe}
1654
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_responder_recipe.rb.html) to see an example of how to use get_responder_recipe API.
1629
1655
  def get_responder_recipe(responder_recipe_id, opts = {})
1630
1656
  logger.debug 'Calling operation CloudGuardClient#get_responder_recipe.' if logger
1631
1657
 
@@ -1680,6 +1706,7 @@ module OCI
1680
1706
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1681
1707
  # @option opts [String] :opc_request_id The client request ID for tracing.
1682
1708
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipeResponderRule ResponderRecipeResponderRule}
1709
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_responder_recipe_responder_rule.rb.html) to see an example of how to use get_responder_recipe_responder_rule API.
1683
1710
  def get_responder_recipe_responder_rule(responder_recipe_id, responder_rule_id, opts = {})
1684
1711
  logger.debug 'Calling operation CloudGuardClient#get_responder_recipe_responder_rule.' if logger
1685
1712
 
@@ -1735,6 +1762,7 @@ module OCI
1735
1762
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1736
1763
  # @option opts [String] :opc_request_id The client request ID for tracing.
1737
1764
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRule ResponderRule}
1765
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_responder_rule.rb.html) to see an example of how to use get_responder_rule API.
1738
1766
  def get_responder_rule(responder_rule_id, opts = {})
1739
1767
  logger.debug 'Calling operation CloudGuardClient#get_responder_rule.' if logger
1740
1768
 
@@ -1788,6 +1816,7 @@ module OCI
1788
1816
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1789
1817
  # @option opts [String] :opc_request_id The client request ID for tracing.
1790
1818
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Target Target}
1819
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_target.rb.html) to see an example of how to use get_target API.
1791
1820
  def get_target(target_id, opts = {})
1792
1821
  logger.debug 'Calling operation CloudGuardClient#get_target.' if logger
1793
1822
 
@@ -1842,6 +1871,7 @@ module OCI
1842
1871
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1843
1872
  # @option opts [String] :opc_request_id The client request ID for tracing.
1844
1873
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipe TargetDetectorRecipe}
1874
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_target_detector_recipe.rb.html) to see an example of how to use get_target_detector_recipe API.
1845
1875
  def get_target_detector_recipe(target_id, target_detector_recipe_id, opts = {})
1846
1876
  logger.debug 'Calling operation CloudGuardClient#get_target_detector_recipe.' if logger
1847
1877
 
@@ -1899,6 +1929,7 @@ module OCI
1899
1929
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1900
1930
  # @option opts [String] :opc_request_id The client request ID for tracing.
1901
1931
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipeDetectorRule TargetDetectorRecipeDetectorRule}
1932
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_target_detector_recipe_detector_rule.rb.html) to see an example of how to use get_target_detector_recipe_detector_rule API.
1902
1933
  def get_target_detector_recipe_detector_rule(target_id, target_detector_recipe_id, detector_rule_id, opts = {})
1903
1934
  logger.debug 'Calling operation CloudGuardClient#get_target_detector_recipe_detector_rule.' if logger
1904
1935
 
@@ -1957,6 +1988,7 @@ module OCI
1957
1988
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1958
1989
  # @option opts [String] :opc_request_id The client request ID for tracing.
1959
1990
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipe TargetResponderRecipe}
1991
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_target_responder_recipe.rb.html) to see an example of how to use get_target_responder_recipe API.
1960
1992
  def get_target_responder_recipe(target_id, target_responder_recipe_id, opts = {})
1961
1993
  logger.debug 'Calling operation CloudGuardClient#get_target_responder_recipe.' if logger
1962
1994
 
@@ -2014,6 +2046,7 @@ module OCI
2014
2046
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2015
2047
  # @option opts [String] :opc_request_id The client request ID for tracing.
2016
2048
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipeResponderRule TargetResponderRecipeResponderRule}
2049
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/get_target_responder_recipe_responder_rule.rb.html) to see an example of how to use get_target_responder_recipe_responder_rule API.
2017
2050
  def get_target_responder_recipe_responder_rule(target_id, target_responder_recipe_id, responder_rule_id, opts = {})
2018
2051
  logger.debug 'Calling operation CloudGuardClient#get_target_responder_recipe_responder_rule.' if logger
2019
2052
 
@@ -2079,6 +2112,7 @@ module OCI
2079
2112
  # Allowed values are: timeCreated, displayName
2080
2113
  # @option opts [String] :opc_request_id The client request ID for tracing.
2081
2114
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ConditionMetadataTypeCollection ConditionMetadataTypeCollection}
2115
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_condition_metadata_types.rb.html) to see an example of how to use list_condition_metadata_types API.
2082
2116
  def list_condition_metadata_types(compartment_id, opts = {})
2083
2117
  logger.debug 'Calling operation CloudGuardClient#list_condition_metadata_types.' if logger
2084
2118
 
@@ -2159,6 +2193,7 @@ module OCI
2159
2193
  # Allowed values are: displayName, riskLevel
2160
2194
  # @option opts [String] :opc_request_id The client request ID for tracing.
2161
2195
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipeDetectorRuleCollection DetectorRecipeDetectorRuleCollection}
2196
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_detector_recipe_detector_rules.rb.html) to see an example of how to use list_detector_recipe_detector_rules API.
2162
2197
  def list_detector_recipe_detector_rules(detector_recipe_id, compartment_id, opts = {})
2163
2198
  logger.debug 'Calling operation CloudGuardClient#list_detector_recipe_detector_rules.' if logger
2164
2199
 
@@ -2271,6 +2306,7 @@ module OCI
2271
2306
  # Allowed values are: timeCreated, displayName
2272
2307
  # @option opts [String] :opc_request_id The client request ID for tracing.
2273
2308
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipeCollection DetectorRecipeCollection}
2309
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_detector_recipes.rb.html) to see an example of how to use list_detector_recipes API.
2274
2310
  def list_detector_recipes(compartment_id, opts = {})
2275
2311
  logger.debug 'Calling operation CloudGuardClient#list_detector_recipes.' if logger
2276
2312
 
@@ -2359,6 +2395,7 @@ module OCI
2359
2395
  # Allowed values are: timeCreated, displayName
2360
2396
  # @option opts [String] :opc_request_id The client request ID for tracing.
2361
2397
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRuleCollection DetectorRuleCollection}
2398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_detector_rules.rb.html) to see an example of how to use list_detector_rules API.
2362
2399
  def list_detector_rules(detector_id, compartment_id, opts = {})
2363
2400
  logger.debug 'Calling operation CloudGuardClient#list_detector_rules.' if logger
2364
2401
 
@@ -2440,6 +2477,7 @@ module OCI
2440
2477
  # Allowed values are: timeCreated, displayName
2441
2478
  # @option opts [String] :opc_request_id The client request ID for tracing.
2442
2479
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorCollection DetectorCollection}
2480
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_detectors.rb.html) to see an example of how to use list_detectors API.
2443
2481
  def list_detectors(compartment_id, opts = {})
2444
2482
  logger.debug 'Calling operation CloudGuardClient#list_detectors.' if logger
2445
2483
 
@@ -2517,6 +2555,7 @@ module OCI
2517
2555
  # Allowed values are: timeCreated
2518
2556
  # @option opts [String] :opc_request_id The client request ID for tracing.
2519
2557
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ImpactedResourceCollection ImpactedResourceCollection}
2558
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_impacted_resources.rb.html) to see an example of how to use list_impacted_resources API.
2520
2559
  def list_impacted_resources(problem_id, opts = {})
2521
2560
  logger.debug 'Calling operation CloudGuardClient#list_impacted_resources.' if logger
2522
2561
 
@@ -2589,6 +2628,7 @@ module OCI
2589
2628
  # Allowed values are: displayName, riskLevel
2590
2629
  # @option opts [String] :opc_request_id The client request ID for tracing.
2591
2630
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ManagedListTypeCollection ManagedListTypeCollection}
2631
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_managed_list_types.rb.html) to see an example of how to use list_managed_list_types API.
2592
2632
  def list_managed_list_types(compartment_id, opts = {})
2593
2633
  logger.debug 'Calling operation CloudGuardClient#list_managed_list_types.' if logger
2594
2634
 
@@ -2698,6 +2738,7 @@ module OCI
2698
2738
  # Allowed values are: timeCreated, displayName
2699
2739
  # @option opts [String] :opc_request_id The client request ID for tracing.
2700
2740
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ManagedListCollection ManagedListCollection}
2741
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_managed_lists.rb.html) to see an example of how to use list_managed_lists API.
2701
2742
  def list_managed_lists(compartment_id, opts = {})
2702
2743
  logger.debug 'Calling operation CloudGuardClient#list_managed_lists.' if logger
2703
2744
 
@@ -2789,6 +2830,7 @@ module OCI
2789
2830
  # Allowed values are: timeCreated
2790
2831
  # @option opts [String] :opc_request_id The client request ID for tracing.
2791
2832
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ProblemHistoryCollection ProblemHistoryCollection}
2833
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_problem_histories.rb.html) to see an example of how to use list_problem_histories API.
2792
2834
  def list_problem_histories(compartment_id, problem_id, opts = {})
2793
2835
  logger.debug 'Calling operation CloudGuardClient#list_problem_histories.' if logger
2794
2836
 
@@ -2907,6 +2949,7 @@ module OCI
2907
2949
  # Allowed values are: riskLevel, timeLastDetected, resourceName
2908
2950
  # @option opts [String] :opc_request_id The client request ID for tracing.
2909
2951
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ProblemCollection ProblemCollection}
2952
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_problems.rb.html) to see an example of how to use list_problems API.
2910
2953
  def list_problems(compartment_id, opts = {})
2911
2954
  logger.debug 'Calling operation CloudGuardClient#list_problems.' if logger
2912
2955
 
@@ -3029,6 +3072,7 @@ module OCI
3029
3072
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
3030
3073
  # @option opts [String] :opc_request_id The client request ID for tracing.
3031
3074
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::RecommendationSummaryCollection RecommendationSummaryCollection}
3075
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_recommendations.rb.html) to see an example of how to use list_recommendations API.
3032
3076
  def list_recommendations(compartment_id, opts = {})
3033
3077
  logger.debug 'Calling operation CloudGuardClient#list_recommendations.' if logger
3034
3078
 
@@ -3119,6 +3163,7 @@ module OCI
3119
3163
  # Allowed values are: displayName, riskLevel
3120
3164
  # @option opts [String] :opc_request_id The client request ID for tracing.
3121
3165
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResourceTypeCollection ResourceTypeCollection}
3166
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_resource_types.rb.html) to see an example of how to use list_resource_types API.
3122
3167
  def list_resource_types(compartment_id, opts = {})
3123
3168
  logger.debug 'Calling operation CloudGuardClient#list_resource_types.' if logger
3124
3169
 
@@ -3196,6 +3241,7 @@ module OCI
3196
3241
  # Allowed values are: timeCreated, responderRuleName
3197
3242
  # @option opts [String] :opc_request_id The client request ID for tracing.
3198
3243
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderActivityCollection ResponderActivityCollection}
3244
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_responder_activities.rb.html) to see an example of how to use list_responder_activities API.
3199
3245
  def list_responder_activities(problem_id, opts = {})
3200
3246
  logger.debug 'Calling operation CloudGuardClient#list_responder_activities.' if logger
3201
3247
 
@@ -3292,6 +3338,7 @@ module OCI
3292
3338
  # Allowed values are: timeCreated, responderRuleName, resourceName, timeCompleted
3293
3339
  # @option opts [String] :opc_request_id The client request ID for tracing.
3294
3340
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderExecutionCollection ResponderExecutionCollection}
3341
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_responder_executions.rb.html) to see an example of how to use list_responder_executions API.
3295
3342
  def list_responder_executions(compartment_id, opts = {})
3296
3343
  logger.debug 'Calling operation CloudGuardClient#list_responder_executions.' if logger
3297
3344
 
@@ -3395,6 +3442,7 @@ module OCI
3395
3442
  # Allowed values are: displayName, riskLevel
3396
3443
  # @option opts [String] :opc_request_id The client request ID for tracing.
3397
3444
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipeResponderRuleCollection ResponderRecipeResponderRuleCollection}
3445
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_responder_recipe_responder_rules.rb.html) to see an example of how to use list_responder_recipe_responder_rules API.
3398
3446
  def list_responder_recipe_responder_rules(responder_recipe_id, compartment_id, opts = {})
3399
3447
  logger.debug 'Calling operation CloudGuardClient#list_responder_recipe_responder_rules.' if logger
3400
3448
 
@@ -3506,6 +3554,7 @@ module OCI
3506
3554
  # Allowed values are: timeCreated, displayName
3507
3555
  # @option opts [String] :opc_request_id The client request ID for tracing.
3508
3556
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipeCollection ResponderRecipeCollection}
3557
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_responder_recipes.rb.html) to see an example of how to use list_responder_recipes API.
3509
3558
  def list_responder_recipes(compartment_id, opts = {})
3510
3559
  logger.debug 'Calling operation CloudGuardClient#list_responder_recipes.' if logger
3511
3560
 
@@ -3593,6 +3642,7 @@ module OCI
3593
3642
  # Allowed values are: timeCreated, displayName
3594
3643
  # @option opts [String] :opc_request_id The client request ID for tracing.
3595
3644
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRuleCollection ResponderRuleCollection}
3645
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_responder_rules.rb.html) to see an example of how to use list_responder_rules API.
3596
3646
  def list_responder_rules(compartment_id, opts = {})
3597
3647
  logger.debug 'Calling operation CloudGuardClient#list_responder_rules.' if logger
3598
3648
 
@@ -3675,6 +3725,7 @@ module OCI
3675
3725
  # Allowed values are: displayName, riskLevel
3676
3726
  # @option opts [String] :opc_request_id The client request ID for tracing.
3677
3727
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipeDetectorRuleCollection TargetDetectorRecipeDetectorRuleCollection}
3728
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_target_detector_recipe_detector_rules.rb.html) to see an example of how to use list_target_detector_recipe_detector_rules API.
3678
3729
  def list_target_detector_recipe_detector_rules(target_id, target_detector_recipe_id, compartment_id, opts = {})
3679
3730
  logger.debug 'Calling operation CloudGuardClient#list_target_detector_recipe_detector_rules.' if logger
3680
3731
 
@@ -3759,6 +3810,7 @@ module OCI
3759
3810
  # Allowed values are: timeCreated, displayName
3760
3811
  # @option opts [String] :opc_request_id The client request ID for tracing.
3761
3812
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipeCollection TargetDetectorRecipeCollection}
3813
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_target_detector_recipes.rb.html) to see an example of how to use list_target_detector_recipes API.
3762
3814
  def list_target_detector_recipes(target_id, compartment_id, opts = {})
3763
3815
  logger.debug 'Calling operation CloudGuardClient#list_target_detector_recipes.' if logger
3764
3816
 
@@ -3843,6 +3895,7 @@ module OCI
3843
3895
  # Allowed values are: displayName, riskLevel
3844
3896
  # @option opts [String] :opc_request_id The client request ID for tracing.
3845
3897
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipeResponderRuleCollection TargetResponderRecipeResponderRuleCollection}
3898
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_target_responder_recipe_responder_rules.rb.html) to see an example of how to use list_target_responder_recipe_responder_rules API.
3846
3899
  def list_target_responder_recipe_responder_rules(target_id, target_responder_recipe_id, compartment_id, opts = {})
3847
3900
  logger.debug 'Calling operation CloudGuardClient#list_target_responder_recipe_responder_rules.' if logger
3848
3901
 
@@ -3927,6 +3980,7 @@ module OCI
3927
3980
  # Allowed values are: timeCreated, displayName
3928
3981
  # @option opts [String] :opc_request_id The client request ID for tracing.
3929
3982
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipeCollection TargetResponderRecipeCollection}
3983
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_target_responder_recipes.rb.html) to see an example of how to use list_target_responder_recipes API.
3930
3984
  def list_target_responder_recipes(target_id, compartment_id, opts = {})
3931
3985
  logger.debug 'Calling operation CloudGuardClient#list_target_responder_recipes.' if logger
3932
3986
 
@@ -4034,6 +4088,7 @@ module OCI
4034
4088
  # Allowed values are: timeCreated, displayName
4035
4089
  # @option opts [String] :opc_request_id The client request ID for tracing.
4036
4090
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetCollection TargetCollection}
4091
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/list_targets.rb.html) to see an example of how to use list_targets API.
4037
4092
  def list_targets(compartment_id, opts = {})
4038
4093
  logger.debug 'Calling operation CloudGuardClient#list_targets.' if logger
4039
4094
 
@@ -4114,6 +4169,7 @@ module OCI
4114
4169
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4115
4170
  # @option opts [String] :opc_request_id The client request ID for tracing.
4116
4171
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::RiskScoreAggregationCollection RiskScoreAggregationCollection}
4172
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_risk_scores.rb.html) to see an example of how to use request_risk_scores API.
4117
4173
  def request_risk_scores(compartment_id, opts = {})
4118
4174
  logger.debug 'Calling operation CloudGuardClient#request_risk_scores.' if logger
4119
4175
 
@@ -4175,6 +4231,7 @@ module OCI
4175
4231
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4176
4232
  # @option opts [String] :opc_request_id The client request ID for tracing.
4177
4233
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::SecurityScoreTrendAggregationCollection SecurityScoreTrendAggregationCollection}
4234
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_security_score_summarized_trend.rb.html) to see an example of how to use request_security_score_summarized_trend API.
4178
4235
  def request_security_score_summarized_trend(compartment_id, opts = {})
4179
4236
  logger.debug 'Calling operation CloudGuardClient#request_security_score_summarized_trend.' if logger
4180
4237
 
@@ -4235,6 +4292,7 @@ module OCI
4235
4292
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4236
4293
  # @option opts [String] :opc_request_id The client request ID for tracing.
4237
4294
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::SecurityScoreAggregationCollection SecurityScoreAggregationCollection}
4295
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_security_scores.rb.html) to see an example of how to use request_security_scores API.
4238
4296
  def request_security_scores(compartment_id, opts = {})
4239
4297
  logger.debug 'Calling operation CloudGuardClient#request_security_scores.' if logger
4240
4298
 
@@ -4323,6 +4381,7 @@ module OCI
4323
4381
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4324
4382
  # @option opts [String] :opc_request_id The client request ID for tracing.
4325
4383
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ActivityProblemAggregationCollection ActivityProblemAggregationCollection}
4384
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_activity_problems.rb.html) to see an example of how to use request_summarized_activity_problems API.
4326
4385
  def request_summarized_activity_problems(compartment_id, opts = {})
4327
4386
  logger.debug 'Calling operation CloudGuardClient#request_summarized_activity_problems.' if logger
4328
4387
 
@@ -4413,6 +4472,7 @@ module OCI
4413
4472
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4414
4473
  # @option opts [String] :opc_request_id The client request ID for tracing.
4415
4474
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ProblemAggregationCollection ProblemAggregationCollection}
4475
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_problems.rb.html) to see an example of how to use request_summarized_problems API.
4416
4476
  def request_summarized_problems(list_dimensions, compartment_id, opts = {})
4417
4477
  logger.debug 'Calling operation CloudGuardClient#request_summarized_problems.' if logger
4418
4478
 
@@ -4519,6 +4579,7 @@ module OCI
4519
4579
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4520
4580
  # @option opts [String] :opc_request_id The client request ID for tracing.
4521
4581
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderExecutionAggregationCollection ResponderExecutionAggregationCollection}
4582
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_responder_executions.rb.html) to see an example of how to use request_summarized_responder_executions API.
4522
4583
  def request_summarized_responder_executions(responder_executions_dimensions, compartment_id, opts = {})
4523
4584
  logger.debug 'Calling operation CloudGuardClient#request_summarized_responder_executions.' if logger
4524
4585
 
@@ -4614,6 +4675,7 @@ module OCI
4614
4675
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4615
4676
  # @option opts [String] :opc_request_id The client request ID for tracing.
4616
4677
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::RiskScoreAggregationCollection RiskScoreAggregationCollection}
4678
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_risk_scores.rb.html) to see an example of how to use request_summarized_risk_scores API.
4617
4679
  def request_summarized_risk_scores(compartment_id, opts = {})
4618
4680
  logger.debug 'Calling operation CloudGuardClient#request_summarized_risk_scores.' if logger
4619
4681
 
@@ -4672,6 +4734,7 @@ module OCI
4672
4734
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4673
4735
  # @option opts [String] :opc_request_id The client request ID for tracing.
4674
4736
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::SecurityScoreAggregationCollection SecurityScoreAggregationCollection}
4737
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_security_scores.rb.html) to see an example of how to use request_summarized_security_scores API.
4675
4738
  def request_summarized_security_scores(compartment_id, opts = {})
4676
4739
  logger.debug 'Calling operation CloudGuardClient#request_summarized_security_scores.' if logger
4677
4740
 
@@ -4755,6 +4818,7 @@ module OCI
4755
4818
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4756
4819
  # @option opts [String] :opc_request_id The client request ID for tracing.
4757
4820
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ProblemTrendAggregationCollection ProblemTrendAggregationCollection}
4821
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_trend_problems.rb.html) to see an example of how to use request_summarized_trend_problems API.
4758
4822
  def request_summarized_trend_problems(compartment_id, opts = {})
4759
4823
  logger.debug 'Calling operation CloudGuardClient#request_summarized_trend_problems.' if logger
4760
4824
 
@@ -4846,6 +4910,7 @@ module OCI
4846
4910
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4847
4911
  # @option opts [String] :opc_request_id The client request ID for tracing.
4848
4912
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderExecutionTrendAggregationCollection ResponderExecutionTrendAggregationCollection}
4913
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_trend_responder_executions.rb.html) to see an example of how to use request_summarized_trend_responder_executions API.
4849
4914
  def request_summarized_trend_responder_executions(compartment_id, opts = {})
4850
4915
  logger.debug 'Calling operation CloudGuardClient#request_summarized_trend_responder_executions.' if logger
4851
4916
 
@@ -4914,6 +4979,7 @@ module OCI
4914
4979
  # @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
4915
4980
  # @option opts [String] :opc_request_id The client request ID for tracing.
4916
4981
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::SecurityScoreTrendAggregationCollection SecurityScoreTrendAggregationCollection}
4982
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/request_summarized_trend_security_scores.rb.html) to see an example of how to use request_summarized_trend_security_scores API.
4917
4983
  def request_summarized_trend_security_scores(compartment_id, opts = {})
4918
4984
  logger.debug 'Calling operation CloudGuardClient#request_summarized_trend_security_scores.' if logger
4919
4985
 
@@ -4973,6 +5039,7 @@ module OCI
4973
5039
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4974
5040
  # @option opts [String] :opc_request_id The client request ID for tracing.
4975
5041
  # @return [Response] A Response object with data of type nil
5042
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/skip_bulk_responder_execution.rb.html) to see an example of how to use skip_bulk_responder_execution API.
4976
5043
  def skip_bulk_responder_execution(skip_bulk_responder_execution_details, opts = {})
4977
5044
  logger.debug 'Calling operation CloudGuardClient#skip_bulk_responder_execution.' if logger
4978
5045
 
@@ -5037,6 +5104,7 @@ module OCI
5037
5104
  # might be rejected.
5038
5105
  #
5039
5106
  # @return [Response] A Response object with data of type nil
5107
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/skip_responder_execution.rb.html) to see an example of how to use skip_responder_execution API.
5040
5108
  def skip_responder_execution(responder_execution_id, compartment_id, opts = {})
5041
5109
  logger.debug 'Calling operation CloudGuardClient#skip_responder_execution.' if logger
5042
5110
 
@@ -5108,6 +5176,7 @@ module OCI
5108
5176
  # provide matches the resource's current etag value.
5109
5177
  #
5110
5178
  # @return [Response] A Response object with data of type nil
5179
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/trigger_responder.rb.html) to see an example of how to use trigger_responder API.
5111
5180
  def trigger_responder(problem_id, trigger_responder_details, opts = {})
5112
5181
  logger.debug 'Calling operation CloudGuardClient#trigger_responder.' if logger
5113
5182
 
@@ -5166,6 +5235,7 @@ module OCI
5166
5235
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5167
5236
  # @option opts [String] :opc_request_id The client request ID for tracing.
5168
5237
  # @return [Response] A Response object with data of type nil
5238
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_bulk_problem_status.rb.html) to see an example of how to use update_bulk_problem_status API.
5169
5239
  def update_bulk_problem_status(update_bulk_problem_status_details, opts = {})
5170
5240
  logger.debug 'Calling operation CloudGuardClient#update_bulk_problem_status.' if logger
5171
5241
 
@@ -5231,6 +5301,7 @@ module OCI
5231
5301
  # provide matches the resource's current etag value.
5232
5302
  #
5233
5303
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Configuration Configuration}
5304
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_configuration.rb.html) to see an example of how to use update_configuration API.
5234
5305
  def update_configuration(update_configuration_details, compartment_id, opts = {})
5235
5306
  logger.debug 'Calling operation CloudGuardClient#update_configuration.' if logger
5236
5307
 
@@ -5301,6 +5372,7 @@ module OCI
5301
5372
  # might be rejected.
5302
5373
  #
5303
5374
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipe DetectorRecipe}
5375
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_detector_recipe.rb.html) to see an example of how to use update_detector_recipe API.
5304
5376
  def update_detector_recipe(detector_recipe_id, update_detector_recipe_details, opts = {})
5305
5377
  logger.debug 'Calling operation CloudGuardClient#update_detector_recipe.' if logger
5306
5378
 
@@ -5366,6 +5438,7 @@ module OCI
5366
5438
  #
5367
5439
  # @option opts [String] :opc_request_id The client request ID for tracing.
5368
5440
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::DetectorRecipeDetectorRule DetectorRecipeDetectorRule}
5441
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_detector_recipe_detector_rule.rb.html) to see an example of how to use update_detector_recipe_detector_rule API.
5369
5442
  def update_detector_recipe_detector_rule(detector_recipe_id, detector_rule_id, update_detector_recipe_detector_rule_details, opts = {})
5370
5443
  logger.debug 'Calling operation CloudGuardClient#update_detector_recipe_detector_rule.' if logger
5371
5444
 
@@ -5436,6 +5509,7 @@ module OCI
5436
5509
  # might be rejected.
5437
5510
  #
5438
5511
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ManagedList ManagedList}
5512
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_managed_list.rb.html) to see an example of how to use update_managed_list API.
5439
5513
  def update_managed_list(managed_list_id, update_managed_list_details, opts = {})
5440
5514
  logger.debug 'Calling operation CloudGuardClient#update_managed_list.' if logger
5441
5515
 
@@ -5507,6 +5581,7 @@ module OCI
5507
5581
  # provide matches the resource's current etag value.
5508
5582
  #
5509
5583
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Problem Problem}
5584
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_problem_status.rb.html) to see an example of how to use update_problem_status API.
5510
5585
  def update_problem_status(problem_id, update_problem_status_details, opts = {})
5511
5586
  logger.debug 'Calling operation CloudGuardClient#update_problem_status.' if logger
5512
5587
 
@@ -5571,6 +5646,7 @@ module OCI
5571
5646
  #
5572
5647
  # @option opts [String] :opc_request_id The client request ID for tracing.
5573
5648
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipe ResponderRecipe}
5649
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_responder_recipe.rb.html) to see an example of how to use update_responder_recipe API.
5574
5650
  def update_responder_recipe(responder_recipe_id, update_responder_recipe_details, opts = {})
5575
5651
  logger.debug 'Calling operation CloudGuardClient#update_responder_recipe.' if logger
5576
5652
 
@@ -5634,6 +5710,7 @@ module OCI
5634
5710
  #
5635
5711
  # @option opts [String] :opc_request_id The client request ID for tracing.
5636
5712
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::ResponderRecipeResponderRule ResponderRecipeResponderRule}
5713
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_responder_recipe_responder_rule.rb.html) to see an example of how to use update_responder_recipe_responder_rule API.
5637
5714
  def update_responder_recipe_responder_rule(responder_recipe_id, responder_rule_id, update_responder_recipe_responder_rule_details, opts = {})
5638
5715
  logger.debug 'Calling operation CloudGuardClient#update_responder_recipe_responder_rule.' if logger
5639
5716
 
@@ -5698,6 +5775,7 @@ module OCI
5698
5775
  #
5699
5776
  # @option opts [String] :opc_request_id The client request ID for tracing.
5700
5777
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::Target Target}
5778
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_target.rb.html) to see an example of how to use update_target API.
5701
5779
  def update_target(target_id, update_target_details, opts = {})
5702
5780
  logger.debug 'Calling operation CloudGuardClient#update_target.' if logger
5703
5781
 
@@ -5761,6 +5839,7 @@ module OCI
5761
5839
  #
5762
5840
  # @option opts [String] :opc_request_id The client request ID for tracing.
5763
5841
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipe TargetDetectorRecipe}
5842
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_target_detector_recipe.rb.html) to see an example of how to use update_target_detector_recipe API.
5764
5843
  def update_target_detector_recipe(target_id, target_detector_recipe_id, update_target_detector_recipe_details, opts = {})
5765
5844
  logger.debug 'Calling operation CloudGuardClient#update_target_detector_recipe.' if logger
5766
5845
 
@@ -5827,6 +5906,7 @@ module OCI
5827
5906
  #
5828
5907
  # @option opts [String] :opc_request_id The client request ID for tracing.
5829
5908
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetDetectorRecipeDetectorRule TargetDetectorRecipeDetectorRule}
5909
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_target_detector_recipe_detector_rule.rb.html) to see an example of how to use update_target_detector_recipe_detector_rule API.
5830
5910
  def update_target_detector_recipe_detector_rule(target_id, target_detector_recipe_id, detector_rule_id, update_target_detector_recipe_detector_rule_details, opts = {})
5831
5911
  logger.debug 'Calling operation CloudGuardClient#update_target_detector_recipe_detector_rule.' if logger
5832
5912
 
@@ -5894,6 +5974,7 @@ module OCI
5894
5974
  #
5895
5975
  # @option opts [String] :opc_request_id The client request ID for tracing.
5896
5976
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipe TargetResponderRecipe}
5977
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_target_responder_recipe.rb.html) to see an example of how to use update_target_responder_recipe API.
5897
5978
  def update_target_responder_recipe(target_id, target_responder_recipe_id, update_target_responder_recipe_details, opts = {})
5898
5979
  logger.debug 'Calling operation CloudGuardClient#update_target_responder_recipe.' if logger
5899
5980
 
@@ -5960,6 +6041,7 @@ module OCI
5960
6041
  #
5961
6042
  # @option opts [String] :opc_request_id The client request ID for tracing.
5962
6043
  # @return [Response] A Response object with data of type {OCI::CloudGuard::Models::TargetResponderRecipeResponderRule TargetResponderRecipeResponderRule}
6044
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/cloudguard/update_target_responder_recipe_responder_rule.rb.html) to see an example of how to use update_target_responder_recipe_responder_rule API.
5963
6045
  def update_target_responder_recipe_responder_rule(target_id, target_responder_recipe_id, responder_rule_id, update_target_responder_recipe_responder_rule_details, opts = {})
5964
6046
  logger.debug 'Calling operation CloudGuardClient#update_target_responder_recipe_responder_rule.' if logger
5965
6047