oci 2.11.0 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -111,6 +111,7 @@ module OCI
111
111
  #
112
112
  # @option opts [String] :opc_request_id The client request ID for tracing.
113
113
  # @return [Response] A Response object with data of type nil
114
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/delete_link.rb.html) to see an example of how to use delete_link API.
114
115
  def delete_link(link_id, opts = {})
115
116
  logger.debug 'Calling operation LinkClient#delete_link.' if logger
116
117
 
@@ -164,6 +165,7 @@ module OCI
164
165
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
165
166
  # @option opts [String] :opc_request_id The client request ID for tracing.
166
167
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::Link Link}
168
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/get_link.rb.html) to see an example of how to use get_link API.
167
169
  def get_link(link_id, opts = {})
168
170
  logger.debug 'Calling operation LinkClient#get_link.' if logger
169
171
 
@@ -222,6 +224,7 @@ module OCI
222
224
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
223
225
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
224
226
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::LinkCollection LinkCollection}
227
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_links.rb.html) to see an example of how to use list_links API.
225
228
  def list_links(opts = {})
226
229
  logger.debug 'Calling operation LinkClient#list_links.' if logger
227
230
 
@@ -117,6 +117,7 @@ module OCI
117
117
  #
118
118
  # @option opts [String] :opc_request_id The client request ID for tracing.
119
119
  # @return [Response] A Response object with data of type nil
120
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/accept_recipient_invitation.rb.html) to see an example of how to use accept_recipient_invitation API.
120
121
  def accept_recipient_invitation(recipient_invitation_id, opts = {})
121
122
  logger.debug 'Calling operation RecipientInvitationClient#accept_recipient_invitation.' if logger
122
123
 
@@ -172,6 +173,7 @@ module OCI
172
173
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
173
174
  # @option opts [String] :opc_request_id The client request ID for tracing.
174
175
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::RecipientInvitation RecipientInvitation}
176
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/get_recipient_invitation.rb.html) to see an example of how to use get_recipient_invitation API.
175
177
  def get_recipient_invitation(recipient_invitation_id, opts = {})
176
178
  logger.debug 'Calling operation RecipientInvitationClient#get_recipient_invitation.' if logger
177
179
 
@@ -237,6 +239,7 @@ module OCI
237
239
  #
238
240
  # @option opts [String] :opc_request_id The client request ID for tracing.
239
241
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::RecipientInvitation RecipientInvitation}
242
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/ignore_recipient_invitation.rb.html) to see an example of how to use ignore_recipient_invitation API.
240
243
  def ignore_recipient_invitation(recipient_invitation_id, opts = {})
241
244
  logger.debug 'Calling operation RecipientInvitationClient#ignore_recipient_invitation.' if logger
242
245
 
@@ -298,6 +301,7 @@ module OCI
298
301
  # @option opts [String] :opc_request_id The client request ID for tracing.
299
302
  # @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.
300
303
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::RecipientInvitationCollection RecipientInvitationCollection}
304
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_recipient_invitations.rb.html) to see an example of how to use list_recipient_invitations API.
301
305
  def list_recipient_invitations(compartment_id, opts = {})
302
306
  logger.debug 'Calling operation RecipientInvitationClient#list_recipient_invitations.' if logger
303
307
 
@@ -370,6 +374,7 @@ module OCI
370
374
  #
371
375
  # @option opts [String] :opc_request_id The client request ID for tracing.
372
376
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::RecipientInvitation RecipientInvitation}
377
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/update_recipient_invitation.rb.html) to see an example of how to use update_recipient_invitation API.
373
378
  def update_recipient_invitation(recipient_invitation_id, update_recipient_invitation_details, opts = {})
374
379
  logger.debug 'Calling operation RecipientInvitationClient#update_recipient_invitation.' if logger
375
380
 
@@ -117,6 +117,7 @@ module OCI
117
117
  #
118
118
  # @option opts [String] :opc_request_id The client request ID for tracing.
119
119
  # @return [Response] A Response object with data of type nil
120
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/cancel_sender_invitation.rb.html) to see an example of how to use cancel_sender_invitation API.
120
121
  def cancel_sender_invitation(sender_invitation_id, opts = {})
121
122
  logger.debug 'Calling operation SenderInvitationClient#cancel_sender_invitation.' if logger
122
123
 
@@ -178,6 +179,7 @@ module OCI
178
179
  #
179
180
  # @option opts [String] :opc_request_id The client request ID for tracing.
180
181
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::SenderInvitation SenderInvitation}
182
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/create_sender_invitation.rb.html) to see an example of how to use create_sender_invitation API.
181
183
  def create_sender_invitation(create_sender_invitation_details, opts = {})
182
184
  logger.debug 'Calling operation SenderInvitationClient#create_sender_invitation.' if logger
183
185
 
@@ -232,6 +234,7 @@ module OCI
232
234
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
233
235
  # @option opts [String] :opc_request_id The client request ID for tracing.
234
236
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::SenderInvitation SenderInvitation}
237
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/get_sender_invitation.rb.html) to see an example of how to use get_sender_invitation API.
235
238
  def get_sender_invitation(sender_invitation_id, opts = {})
236
239
  logger.debug 'Calling operation SenderInvitationClient#get_sender_invitation.' if logger
237
240
 
@@ -296,6 +299,7 @@ module OCI
296
299
  # Allowed values are: timeCreated, displayName
297
300
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
298
301
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::SenderInvitationCollection SenderInvitationCollection}
302
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_sender_invitations.rb.html) to see an example of how to use list_sender_invitations API.
299
303
  def list_sender_invitations(compartment_id, opts = {})
300
304
  logger.debug 'Calling operation SenderInvitationClient#list_sender_invitations.' if logger
301
305
 
@@ -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::TenantManagerControlPlane::Models::SenderInvitation SenderInvitation}
387
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/update_sender_invitation.rb.html) to see an example of how to use update_sender_invitation API.
383
388
  def update_sender_invitation(sender_invitation_id, update_sender_invitation_details, opts = {})
384
389
  logger.debug 'Calling operation SenderInvitationClient#update_sender_invitation.' if logger
385
390
 
@@ -105,6 +105,7 @@ module OCI
105
105
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
106
106
  # @option opts [String] :opc_request_id The client request ID for tracing.
107
107
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::WorkRequest WorkRequest}
108
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/get_work_request.rb.html) to see an example of how to use get_work_request API.
108
109
  def get_work_request(work_request_id, opts = {})
109
110
  logger.debug 'Calling operation WorkRequestClient#get_work_request.' if logger
110
111
 
@@ -163,6 +164,7 @@ module OCI
163
164
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
164
165
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
165
166
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
167
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
166
168
  def list_work_request_errors(work_request_id, compartment_id, opts = {})
167
169
  logger.debug 'Calling operation WorkRequestClient#list_work_request_errors.' if logger
168
170
 
@@ -230,6 +232,7 @@ module OCI
230
232
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
231
233
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
232
234
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
235
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
233
236
  def list_work_request_logs(work_request_id, compartment_id, opts = {})
234
237
  logger.debug 'Calling operation WorkRequestClient#list_work_request_logs.' if logger
235
238
 
@@ -296,6 +299,7 @@ module OCI
296
299
  # @option opts [Integer] :limit The maximum number of items to return. (default to 100)
297
300
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
298
301
  # @return [Response] A Response object with data of type {OCI::TenantManagerControlPlane::Models::WorkRequestCollection WorkRequestCollection}
302
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/tenantmanagercontrolplane/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
299
303
  def list_work_requests(compartment_id, opts = {})
300
304
  logger.debug 'Calling operation WorkRequestClient#list_work_requests.' if logger
301
305
 
@@ -108,6 +108,7 @@ module OCI
108
108
  # particular request, please provide the request ID.
109
109
  #
110
110
  # @return [Response] A Response object with data of type {OCI::UsageApi::Models::ConfigurationAggregation ConfigurationAggregation}
111
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/usageapi/request_summarized_configurations.rb.html) to see an example of how to use request_summarized_configurations API.
111
112
  def request_summarized_configurations(tenant_id, opts = {})
112
113
  logger.debug 'Calling operation UsageapiClient#request_summarized_configurations.' if logger
113
114
 
@@ -169,6 +170,7 @@ module OCI
169
170
  #
170
171
  # @option opts [Integer] :limit The maximum number of items to return. (default to 25)
171
172
  # @return [Response] A Response object with data of type {OCI::UsageApi::Models::UsageAggregation UsageAggregation}
173
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/usageapi/request_summarized_usages.rb.html) to see an example of how to use request_summarized_usages API.
172
174
  def request_summarized_usages(request_summarized_usages_details, opts = {})
173
175
  logger.debug 'Calling operation UsageapiClient#request_summarized_usages.' if logger
174
176
 
@@ -117,6 +117,7 @@ module OCI
117
117
  # generated by the service.
118
118
  #
119
119
  # @return [Response] A Response object with data of type nil
120
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/cancel_secret_deletion.rb.html) to see an example of how to use cancel_secret_deletion API.
120
121
  def cancel_secret_deletion(secret_id, opts = {})
121
122
  logger.debug 'Calling operation VaultsClient#cancel_secret_deletion.' if logger
122
123
 
@@ -180,6 +181,7 @@ module OCI
180
181
  # generated by the service.
181
182
  #
182
183
  # @return [Response] A Response object with data of type nil
184
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/cancel_secret_version_deletion.rb.html) to see an example of how to use cancel_secret_version_deletion API.
183
185
  def cancel_secret_version_deletion(secret_id, secret_version_number, opts = {})
184
186
  logger.debug 'Calling operation VaultsClient#cancel_secret_version_deletion.' if logger
185
187
 
@@ -256,6 +258,7 @@ module OCI
256
258
  # creation request may 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/vault/change_secret_compartment.rb.html) to see an example of how to use change_secret_compartment API.
259
262
  def change_secret_compartment(secret_id, change_secret_compartment_details, opts = {})
260
263
  logger.debug 'Calling operation VaultsClient#change_secret_compartment.' if logger
261
264
 
@@ -325,6 +328,7 @@ module OCI
325
328
  # creation request may be rejected).
326
329
  #
327
330
  # @return [Response] A Response object with data of type {OCI::Vault::Models::Secret Secret}
331
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/create_secret.rb.html) to see an example of how to use create_secret API.
328
332
  def create_secret(create_secret_details, opts = {})
329
333
  logger.debug 'Calling operation VaultsClient#create_secret.' if logger
330
334
 
@@ -382,6 +386,7 @@ module OCI
382
386
  # generated by the service.
383
387
  #
384
388
  # @return [Response] A Response object with data of type {OCI::Vault::Models::Secret Secret}
389
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/get_secret.rb.html) to see an example of how to use get_secret API.
385
390
  def get_secret(secret_id, opts = {})
386
391
  logger.debug 'Calling operation VaultsClient#get_secret.' if logger
387
392
 
@@ -440,6 +445,7 @@ module OCI
440
445
  # generated by the service.
441
446
  #
442
447
  # @return [Response] A Response object with data of type {OCI::Vault::Models::SecretVersion SecretVersion}
448
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/get_secret_version.rb.html) to see an example of how to use get_secret_version API.
443
449
  def get_secret_version(secret_id, secret_version_number, opts = {})
444
450
  logger.debug 'Calling operation VaultsClient#get_secret_version.' if logger
445
451
 
@@ -509,6 +515,7 @@ module OCI
509
515
  #
510
516
  # Allowed values are: ASC, DESC
511
517
  # @return [Response] A Response object with data of type Array<{OCI::Vault::Models::SecretVersionSummary SecretVersionSummary}>
518
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/list_secret_versions.rb.html) to see an example of how to use list_secret_versions API.
512
519
  def list_secret_versions(secret_id, opts = {})
513
520
  logger.debug 'Calling operation VaultsClient#list_secret_versions.' if logger
514
521
 
@@ -593,6 +600,7 @@ module OCI
593
600
  # @option opts [String] :lifecycle_state A filter that returns only resources that match the specified lifecycle state. The state value is case-insensitive.
594
601
  #
595
602
  # @return [Response] A Response object with data of type Array<{OCI::Vault::Models::SecretSummary SecretSummary}>
603
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/list_secrets.rb.html) to see an example of how to use list_secrets API.
596
604
  def list_secrets(compartment_id, opts = {})
597
605
  logger.debug 'Calling operation VaultsClient#list_secrets.' if logger
598
606
 
@@ -677,6 +685,7 @@ module OCI
677
685
  # generated by the service.
678
686
  #
679
687
  # @return [Response] A Response object with data of type nil
688
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/schedule_secret_deletion.rb.html) to see an example of how to use schedule_secret_deletion API.
680
689
  def schedule_secret_deletion(secret_id, schedule_secret_deletion_details, opts = {})
681
690
  logger.debug 'Calling operation VaultsClient#schedule_secret_deletion.' if logger
682
691
 
@@ -745,6 +754,7 @@ module OCI
745
754
  # generated by the service.
746
755
  #
747
756
  # @return [Response] A Response object with data of type nil
757
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/schedule_secret_version_deletion.rb.html) to see an example of how to use schedule_secret_version_deletion API.
748
758
  def schedule_secret_version_deletion(secret_id, secret_version_number, schedule_secret_version_deletion_details, opts = {})
749
759
  logger.debug 'Calling operation VaultsClient#schedule_secret_version_deletion.' if logger
750
760
 
@@ -817,6 +827,7 @@ module OCI
817
827
  # generated by the service.
818
828
  #
819
829
  # @return [Response] A Response object with data of type {OCI::Vault::Models::Secret Secret}
830
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/vault/update_secret.rb.html) to see an example of how to use update_secret API.
820
831
  def update_secret(secret_id, update_secret_details, opts = {})
821
832
  logger.debug 'Calling operation VaultsClient#update_secret.' if logger
822
833
 
@@ -3,5 +3,5 @@
3
3
 
4
4
  # Top level module for the Oracle Cloud Infrastructure SDK
5
5
  module OCI
6
- VERSION = ('2.11.0'.freeze unless ENV['RUBY_SDK_VERSION']) || ENV['RUBY_SDK_VERSION']
6
+ VERSION = ('2.12.0'.freeze unless ENV['RUBY_SDK_VERSION']) || ENV['RUBY_SDK_VERSION']
7
7
  end
@@ -109,6 +109,7 @@ module OCI
109
109
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
110
110
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
111
111
  # @return [Response] A Response object with data of type nil
112
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/change_http_redirect_compartment.rb.html) to see an example of how to use change_http_redirect_compartment API.
112
113
  def change_http_redirect_compartment(http_redirect_id, change_http_redirect_compartment_details, opts = {})
113
114
  logger.debug 'Calling operation RedirectClient#change_http_redirect_compartment.' if logger
114
115
 
@@ -167,6 +168,7 @@ module OCI
167
168
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
168
169
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
169
170
  # @return [Response] A Response object with data of type nil
171
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/create_http_redirect.rb.html) to see an example of how to use create_http_redirect API.
170
172
  def create_http_redirect(create_http_redirect_details, opts = {})
171
173
  logger.debug 'Calling operation RedirectClient#create_http_redirect.' if logger
172
174
 
@@ -223,6 +225,7 @@ module OCI
223
225
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
224
226
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
225
227
  # @return [Response] A Response object with data of type nil
228
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/delete_http_redirect.rb.html) to see an example of how to use delete_http_redirect API.
226
229
  def delete_http_redirect(http_redirect_id, opts = {})
227
230
  logger.debug 'Calling operation RedirectClient#delete_http_redirect.' if logger
228
231
 
@@ -278,6 +281,7 @@ module OCI
278
281
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
279
282
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
280
283
  # @return [Response] A Response object with data of type {OCI::Waas::Models::HttpRedirect HttpRedirect}
284
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_http_redirect.rb.html) to see an example of how to use get_http_redirect API.
281
285
  def get_http_redirect(http_redirect_id, opts = {})
282
286
  logger.debug 'Calling operation RedirectClient#get_http_redirect.' if logger
283
287
 
@@ -343,6 +347,7 @@ module OCI
343
347
  # @option opts [DateTime] :time_created_greater_than_or_equal_to A filter that matches redirects created on or after the specified date and time.
344
348
  # @option opts [DateTime] :time_created_less_than A filter that matches redirects created before the specified date-time. Default to 1 day before now.
345
349
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::HttpRedirectSummary HttpRedirectSummary}>
350
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_http_redirects.rb.html) to see an example of how to use list_http_redirects API.
346
351
  def list_http_redirects(compartment_id, opts = {})
347
352
  logger.debug 'Calling operation RedirectClient#list_http_redirects.' if logger
348
353
 
@@ -427,6 +432,7 @@ module OCI
427
432
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
428
433
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
429
434
  # @return [Response] A Response object with data of type nil
435
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_http_redirect.rb.html) to see an example of how to use update_http_redirect API.
430
436
  def update_http_redirect(http_redirect_id, update_http_redirect_details, opts = {})
431
437
  logger.debug 'Calling operation RedirectClient#update_http_redirect.' if logger
432
438
 
@@ -109,6 +109,7 @@ module OCI
109
109
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
110
110
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
111
111
  # @return [Response] A Response object with data of type nil
112
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/accept_recommendations.rb.html) to see an example of how to use accept_recommendations API.
112
113
  def accept_recommendations(waas_policy_id, protection_rule_keys, opts = {})
113
114
  logger.debug 'Calling operation WaasClient#accept_recommendations.' if logger
114
115
 
@@ -166,6 +167,7 @@ module OCI
166
167
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
167
168
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
168
169
  # @return [Response] A Response object with data of type nil
170
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/cancel_work_request.rb.html) to see an example of how to use cancel_work_request API.
169
171
  def cancel_work_request(work_request_id, opts = {})
170
172
  logger.debug 'Calling operation WaasClient#cancel_work_request.' if logger
171
173
 
@@ -228,6 +230,7 @@ module OCI
228
230
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
229
231
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
230
232
  # @return [Response] A Response object with data of type nil
233
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/change_address_list_compartment.rb.html) to see an example of how to use change_address_list_compartment API.
231
234
  def change_address_list_compartment(address_list_id, change_address_list_compartment_details, opts = {})
232
235
  logger.debug 'Calling operation WaasClient#change_address_list_compartment.' if logger
233
236
 
@@ -290,6 +293,7 @@ module OCI
290
293
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
291
294
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
292
295
  # @return [Response] A Response object with data of type nil
296
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/change_certificate_compartment.rb.html) to see an example of how to use change_certificate_compartment API.
293
297
  def change_certificate_compartment(certificate_id, change_certificate_compartment_details, opts = {})
294
298
  logger.debug 'Calling operation WaasClient#change_certificate_compartment.' if logger
295
299
 
@@ -350,6 +354,7 @@ module OCI
350
354
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
351
355
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
352
356
  # @return [Response] A Response object with data of type nil
357
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/change_custom_protection_rule_compartment.rb.html) to see an example of how to use change_custom_protection_rule_compartment API.
353
358
  def change_custom_protection_rule_compartment(custom_protection_rule_id, change_custom_protection_rule_compartment_details, opts = {})
354
359
  logger.debug 'Calling operation WaasClient#change_custom_protection_rule_compartment.' if logger
355
360
 
@@ -412,6 +417,7 @@ module OCI
412
417
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
413
418
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
414
419
  # @return [Response] A Response object with data of type nil
420
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/change_waas_policy_compartment.rb.html) to see an example of how to use change_waas_policy_compartment API.
415
421
  def change_waas_policy_compartment(waas_policy_id, change_waas_policy_compartment_details, opts = {})
416
422
  logger.debug 'Calling operation WaasClient#change_waas_policy_compartment.' if logger
417
423
 
@@ -470,6 +476,7 @@ module OCI
470
476
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
471
477
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
472
478
  # @return [Response] A Response object with data of type {OCI::Waas::Models::AddressList AddressList}
479
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/create_address_list.rb.html) to see an example of how to use create_address_list API.
473
480
  def create_address_list(create_address_list_details, opts = {})
474
481
  logger.debug 'Calling operation WaasClient#create_address_list.' if logger
475
482
 
@@ -528,6 +535,7 @@ module OCI
528
535
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
529
536
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
530
537
  # @return [Response] A Response object with data of type {OCI::Waas::Models::Certificate Certificate}
538
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/create_certificate.rb.html) to see an example of how to use create_certificate API.
531
539
  def create_certificate(create_certificate_details, opts = {})
532
540
  logger.debug 'Calling operation WaasClient#create_certificate.' if logger
533
541
 
@@ -586,6 +594,7 @@ module OCI
586
594
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
587
595
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
588
596
  # @return [Response] A Response object with data of type {OCI::Waas::Models::CustomProtectionRule CustomProtectionRule}
597
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/create_custom_protection_rule.rb.html) to see an example of how to use create_custom_protection_rule API.
589
598
  def create_custom_protection_rule(create_custom_protection_rule_details, opts = {})
590
599
  logger.debug 'Calling operation WaasClient#create_custom_protection_rule.' if logger
591
600
 
@@ -654,6 +663,7 @@ module OCI
654
663
  # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
655
664
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
656
665
  # @return [Response] A Response object with data of type nil
666
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/create_waas_policy.rb.html) to see an example of how to use create_waas_policy API.
657
667
  def create_waas_policy(create_waas_policy_details, opts = {})
658
668
  logger.debug 'Calling operation WaasClient#create_waas_policy.' if logger
659
669
 
@@ -710,6 +720,7 @@ module OCI
710
720
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
711
721
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
712
722
  # @return [Response] A Response object with data of type nil
723
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/delete_address_list.rb.html) to see an example of how to use delete_address_list API.
713
724
  def delete_address_list(address_list_id, opts = {})
714
725
  logger.debug 'Calling operation WaasClient#delete_address_list.' if logger
715
726
 
@@ -768,6 +779,7 @@ module OCI
768
779
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
769
780
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
770
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/waas/delete_certificate.rb.html) to see an example of how to use delete_certificate API.
771
783
  def delete_certificate(certificate_id, opts = {})
772
784
  logger.debug 'Calling operation WaasClient#delete_certificate.' if logger
773
785
 
@@ -826,6 +838,7 @@ module OCI
826
838
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
827
839
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
828
840
  # @return [Response] A Response object with data of type nil
841
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/delete_custom_protection_rule.rb.html) to see an example of how to use delete_custom_protection_rule API.
829
842
  def delete_custom_protection_rule(custom_protection_rule_id, opts = {})
830
843
  logger.debug 'Calling operation WaasClient#delete_custom_protection_rule.' if logger
831
844
 
@@ -884,6 +897,7 @@ module OCI
884
897
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
885
898
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
886
899
  # @return [Response] A Response object with data of type nil
900
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/delete_waas_policy.rb.html) to see an example of how to use delete_waas_policy API.
887
901
  def delete_waas_policy(waas_policy_id, opts = {})
888
902
  logger.debug 'Calling operation WaasClient#delete_waas_policy.' if logger
889
903
 
@@ -939,6 +953,7 @@ module OCI
939
953
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
940
954
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
941
955
  # @return [Response] A Response object with data of type {OCI::Waas::Models::AddressList AddressList}
956
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_address_list.rb.html) to see an example of how to use get_address_list API.
942
957
  def get_address_list(address_list_id, opts = {})
943
958
  logger.debug 'Calling operation WaasClient#get_address_list.' if logger
944
959
 
@@ -992,6 +1007,7 @@ module OCI
992
1007
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
993
1008
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
994
1009
  # @return [Response] A Response object with data of type {OCI::Waas::Models::Certificate Certificate}
1010
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_certificate.rb.html) to see an example of how to use get_certificate API.
995
1011
  def get_certificate(certificate_id, opts = {})
996
1012
  logger.debug 'Calling operation WaasClient#get_certificate.' if logger
997
1013
 
@@ -1045,6 +1061,7 @@ module OCI
1045
1061
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1046
1062
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1047
1063
  # @return [Response] A Response object with data of type {OCI::Waas::Models::CustomProtectionRule CustomProtectionRule}
1064
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_custom_protection_rule.rb.html) to see an example of how to use get_custom_protection_rule API.
1048
1065
  def get_custom_protection_rule(custom_protection_rule_id, opts = {})
1049
1066
  logger.debug 'Calling operation WaasClient#get_custom_protection_rule.' if logger
1050
1067
 
@@ -1098,6 +1115,7 @@ module OCI
1098
1115
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1099
1116
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1100
1117
  # @return [Response] A Response object with data of type {OCI::Waas::Models::DeviceFingerprintChallenge DeviceFingerprintChallenge}
1118
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_device_fingerprint_challenge.rb.html) to see an example of how to use get_device_fingerprint_challenge API.
1101
1119
  def get_device_fingerprint_challenge(waas_policy_id, opts = {})
1102
1120
  logger.debug 'Calling operation WaasClient#get_device_fingerprint_challenge.' if logger
1103
1121
 
@@ -1151,6 +1169,7 @@ module OCI
1151
1169
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1152
1170
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1153
1171
  # @return [Response] A Response object with data of type {OCI::Waas::Models::HumanInteractionChallenge HumanInteractionChallenge}
1172
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_human_interaction_challenge.rb.html) to see an example of how to use get_human_interaction_challenge API.
1154
1173
  def get_human_interaction_challenge(waas_policy_id, opts = {})
1155
1174
  logger.debug 'Calling operation WaasClient#get_human_interaction_challenge.' if logger
1156
1175
 
@@ -1204,6 +1223,7 @@ module OCI
1204
1223
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1205
1224
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1206
1225
  # @return [Response] A Response object with data of type {OCI::Waas::Models::JsChallenge JsChallenge}
1226
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_js_challenge.rb.html) to see an example of how to use get_js_challenge API.
1207
1227
  def get_js_challenge(waas_policy_id, opts = {})
1208
1228
  logger.debug 'Calling operation WaasClient#get_js_challenge.' if logger
1209
1229
 
@@ -1257,6 +1277,7 @@ module OCI
1257
1277
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1258
1278
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1259
1279
  # @return [Response] A Response object with data of type {OCI::Waas::Models::PolicyConfig PolicyConfig}
1280
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_policy_config.rb.html) to see an example of how to use get_policy_config API.
1260
1281
  def get_policy_config(waas_policy_id, opts = {})
1261
1282
  logger.debug 'Calling operation WaasClient#get_policy_config.' if logger
1262
1283
 
@@ -1311,6 +1332,7 @@ module OCI
1311
1332
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1312
1333
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1313
1334
  # @return [Response] A Response object with data of type {OCI::Waas::Models::ProtectionRule ProtectionRule}
1335
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_protection_rule.rb.html) to see an example of how to use get_protection_rule API.
1314
1336
  def get_protection_rule(waas_policy_id, protection_rule_key, opts = {})
1315
1337
  logger.debug 'Calling operation WaasClient#get_protection_rule.' if logger
1316
1338
 
@@ -1366,6 +1388,7 @@ module OCI
1366
1388
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1367
1389
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1368
1390
  # @return [Response] A Response object with data of type {OCI::Waas::Models::ProtectionSettings ProtectionSettings}
1391
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_protection_settings.rb.html) to see an example of how to use get_protection_settings API.
1369
1392
  def get_protection_settings(waas_policy_id, opts = {})
1370
1393
  logger.debug 'Calling operation WaasClient#get_protection_settings.' if logger
1371
1394
 
@@ -1419,6 +1442,7 @@ module OCI
1419
1442
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1420
1443
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1421
1444
  # @return [Response] A Response object with data of type {OCI::Waas::Models::WaasPolicy WaasPolicy}
1445
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_waas_policy.rb.html) to see an example of how to use get_waas_policy API.
1422
1446
  def get_waas_policy(waas_policy_id, opts = {})
1423
1447
  logger.debug 'Calling operation WaasClient#get_waas_policy.' if logger
1424
1448
 
@@ -1472,6 +1496,7 @@ module OCI
1472
1496
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1473
1497
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1474
1498
  # @return [Response] A Response object with data of type {OCI::Waas::Models::AddressRateLimiting AddressRateLimiting}
1499
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_waf_address_rate_limiting.rb.html) to see an example of how to use get_waf_address_rate_limiting API.
1475
1500
  def get_waf_address_rate_limiting(waas_policy_id, opts = {})
1476
1501
  logger.debug 'Calling operation WaasClient#get_waf_address_rate_limiting.' if logger
1477
1502
 
@@ -1525,6 +1550,7 @@ module OCI
1525
1550
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1526
1551
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1527
1552
  # @return [Response] A Response object with data of type {OCI::Waas::Models::WafConfig WafConfig}
1553
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_waf_config.rb.html) to see an example of how to use get_waf_config API.
1528
1554
  def get_waf_config(waas_policy_id, opts = {})
1529
1555
  logger.debug 'Calling operation WaasClient#get_waf_config.' if logger
1530
1556
 
@@ -1578,6 +1604,7 @@ module OCI
1578
1604
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1579
1605
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
1580
1606
  # @return [Response] A Response object with data of type {OCI::Waas::Models::WorkRequest WorkRequest}
1607
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/get_work_request.rb.html) to see an example of how to use get_work_request API.
1581
1608
  def get_work_request(work_request_id, opts = {})
1582
1609
  logger.debug 'Calling operation WaasClient#get_work_request.' if logger
1583
1610
 
@@ -1634,6 +1661,7 @@ module OCI
1634
1661
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
1635
1662
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
1636
1663
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::AccessRule AccessRule}>
1664
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_access_rules.rb.html) to see an example of how to use list_access_rules API.
1637
1665
  def list_access_rules(waas_policy_id, opts = {})
1638
1666
  logger.debug 'Calling operation WaasClient#list_access_rules.' if logger
1639
1667
 
@@ -1701,6 +1729,7 @@ module OCI
1701
1729
  # @option opts [DateTime] :time_created_greater_than_or_equal_to A filter that matches address lists created on or after the specified date-time.
1702
1730
  # @option opts [DateTime] :time_created_less_than A filter that matches address lists created before the specified date-time.
1703
1731
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::AddressListSummary AddressListSummary}>
1732
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_address_lists.rb.html) to see an example of how to use list_address_lists API.
1704
1733
  def list_address_lists(compartment_id, opts = {})
1705
1734
  logger.debug 'Calling operation WaasClient#list_address_lists.' if logger
1706
1735
 
@@ -1784,6 +1813,7 @@ module OCI
1784
1813
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
1785
1814
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
1786
1815
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::CachingRuleSummary CachingRuleSummary}>
1816
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_caching_rules.rb.html) to see an example of how to use list_caching_rules API.
1787
1817
  def list_caching_rules(waas_policy_id, opts = {})
1788
1818
  logger.debug 'Calling operation WaasClient#list_caching_rules.' if logger
1789
1819
 
@@ -1846,6 +1876,7 @@ module OCI
1846
1876
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
1847
1877
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
1848
1878
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::Captcha Captcha}>
1879
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_captchas.rb.html) to see an example of how to use list_captchas API.
1849
1880
  def list_captchas(waas_policy_id, opts = {})
1850
1881
  logger.debug 'Calling operation WaasClient#list_captchas.' if logger
1851
1882
 
@@ -1913,6 +1944,7 @@ module OCI
1913
1944
  # @option opts [DateTime] :time_created_greater_than_or_equal_to A filter that matches certificates created on or after the specified date-time.
1914
1945
  # @option opts [DateTime] :time_created_less_than A filter that matches certificates created before the specified date-time.
1915
1946
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::CertificateSummary CertificateSummary}>
1947
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_certificates.rb.html) to see an example of how to use list_certificates API.
1916
1948
  def list_certificates(compartment_id, opts = {})
1917
1949
  logger.debug 'Calling operation WaasClient#list_certificates.' if logger
1918
1950
 
@@ -2005,6 +2037,7 @@ module OCI
2005
2037
  # @option opts [DateTime] :time_created_greater_than_or_equal_to A filter that matches Custom Protection rules created on or after the specified date-time.
2006
2038
  # @option opts [DateTime] :time_created_less_than A filter that matches custom protection rules created before the specified date-time.
2007
2039
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::CustomProtectionRuleSummary CustomProtectionRuleSummary}>
2040
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_custom_protection_rules.rb.html) to see an example of how to use list_custom_protection_rules API.
2008
2041
  def list_custom_protection_rules(compartment_id, opts = {})
2009
2042
  logger.debug 'Calling operation WaasClient#list_custom_protection_rules.' if logger
2010
2043
 
@@ -2090,6 +2123,7 @@ module OCI
2090
2123
  # @option opts [String] :sort_order The value of the sorting direction of resources in a paginated 'List' call. If unspecified, defaults to `DESC`.
2091
2124
  # Allowed values are: ASC, DESC
2092
2125
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::EdgeSubnet EdgeSubnet}>
2126
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_edge_subnets.rb.html) to see an example of how to use list_edge_subnets API.
2093
2127
  def list_edge_subnets(opts = {})
2094
2128
  logger.debug 'Calling operation WaasClient#list_edge_subnets.' if logger
2095
2129
 
@@ -2158,6 +2192,7 @@ module OCI
2158
2192
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2159
2193
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2160
2194
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::GoodBot GoodBot}>
2195
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_good_bots.rb.html) to see an example of how to use list_good_bots API.
2161
2196
  def list_good_bots(waas_policy_id, opts = {})
2162
2197
  logger.debug 'Calling operation WaasClient#list_good_bots.' if logger
2163
2198
 
@@ -2219,6 +2254,7 @@ module OCI
2219
2254
  # @option opts [Array<String>] :action Filter rules using a list of actions.
2220
2255
  # Allowed values are: OFF, DETECT, BLOCK
2221
2256
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::ProtectionRule ProtectionRule}>
2257
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_protection_rules.rb.html) to see an example of how to use list_protection_rules API.
2222
2258
  def list_protection_rules(waas_policy_id, opts = {})
2223
2259
  logger.debug 'Calling operation WaasClient#list_protection_rules.' if logger
2224
2260
 
@@ -2293,6 +2329,7 @@ module OCI
2293
2329
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2294
2330
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2295
2331
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::Recommendation Recommendation}>
2332
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_recommendations.rb.html) to see an example of how to use list_recommendations API.
2296
2333
  def list_recommendations(waas_policy_id, opts = {})
2297
2334
  logger.debug 'Calling operation WaasClient#list_recommendations.' if logger
2298
2335
 
@@ -2358,6 +2395,7 @@ module OCI
2358
2395
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2359
2396
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2360
2397
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::ThreatFeed ThreatFeed}>
2398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_threat_feeds.rb.html) to see an example of how to use list_threat_feeds API.
2361
2399
  def list_threat_feeds(waas_policy_id, opts = {})
2362
2400
  logger.debug 'Calling operation WaasClient#list_threat_feeds.' if logger
2363
2401
 
@@ -2425,6 +2463,7 @@ module OCI
2425
2463
  # @option opts [DateTime] :time_created_greater_than_or_equal_to A filter that matches policies created on or after the specified date and time.
2426
2464
  # @option opts [DateTime] :time_created_less_than A filter that matches policies created before the specified date-time.
2427
2465
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WaasPolicySummary WaasPolicySummary}>
2466
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waas_policies.rb.html) to see an example of how to use list_waas_policies API.
2428
2467
  def list_waas_policies(compartment_id, opts = {})
2429
2468
  logger.debug 'Calling operation WaasClient#list_waas_policies.' if logger
2430
2469
 
@@ -2510,6 +2549,7 @@ module OCI
2510
2549
  # @option opts [Array<String>] :action Filter rules using a list of actions.
2511
2550
  # Allowed values are: DETECT, BLOCK
2512
2551
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WaasPolicyCustomProtectionRuleSummary WaasPolicyCustomProtectionRuleSummary}>
2552
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waas_policy_custom_protection_rules.rb.html) to see an example of how to use list_waas_policy_custom_protection_rules API.
2513
2553
  def list_waas_policy_custom_protection_rules(waas_policy_id, opts = {})
2514
2554
  logger.debug 'Calling operation WaasClient#list_waas_policy_custom_protection_rules.' if logger
2515
2555
 
@@ -2583,6 +2623,7 @@ module OCI
2583
2623
  # @option opts [Array<String>] :waf_feature Filter stats by the Web Application Firewall feature that triggered the block action. If unspecified, data for all WAF features will be returned.
2584
2624
  # Allowed values are: PROTECTION_RULES, JS_CHALLENGE, ACCESS_RULES, THREAT_FEEDS, HUMAN_INTERACTION_CHALLENGE, DEVICE_FINGERPRINT_CHALLENGE, CAPTCHA, ADDRESS_RATE_LIMITING
2585
2625
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WafBlockedRequest WafBlockedRequest}>
2626
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waf_blocked_requests.rb.html) to see an example of how to use list_waf_blocked_requests API.
2586
2627
  def list_waf_blocked_requests(waas_policy_id, opts = {})
2587
2628
  logger.debug 'Calling operation WaasClient#list_waf_blocked_requests.' if logger
2588
2629
 
@@ -2678,6 +2719,7 @@ module OCI
2678
2719
  # @option opts [Array<String>] :user_agent Filter by user agent.
2679
2720
  # @option opts [Array<String>] :protection_rule_key Filter by protection rule key.
2680
2721
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WafLog WafLog}>
2722
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waf_logs.rb.html) to see an example of how to use list_waf_logs API.
2681
2723
  def list_waf_logs(waas_policy_id, opts = {})
2682
2724
  logger.debug 'Calling operation WaasClient#list_waf_logs.' if logger
2683
2725
 
@@ -2789,6 +2831,7 @@ module OCI
2789
2831
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2790
2832
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2791
2833
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WafRequest WafRequest}>
2834
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waf_requests.rb.html) to see an example of how to use list_waf_requests API.
2792
2835
  def list_waf_requests(waas_policy_id, opts = {})
2793
2836
  logger.debug 'Calling operation WaasClient#list_waf_requests.' if logger
2794
2837
 
@@ -2852,6 +2895,7 @@ module OCI
2852
2895
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2853
2896
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2854
2897
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WafTrafficDatum WafTrafficDatum}>
2898
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_waf_traffic.rb.html) to see an example of how to use list_waf_traffic API.
2855
2899
  def list_waf_traffic(waas_policy_id, opts = {})
2856
2900
  logger.debug 'Calling operation WaasClient#list_waf_traffic.' if logger
2857
2901
 
@@ -2911,6 +2955,7 @@ module OCI
2911
2955
  # @option opts [Integer] :limit The maximum number of items to return in a paginated call. If unspecified, defaults to `10`. (default to 10)
2912
2956
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous paginated call.
2913
2957
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::Whitelist Whitelist}>
2958
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_whitelists.rb.html) to see an example of how to use list_whitelists API.
2914
2959
  def list_whitelists(waas_policy_id, opts = {})
2915
2960
  logger.debug 'Calling operation WaasClient#list_whitelists.' if logger
2916
2961
 
@@ -2973,6 +3018,7 @@ module OCI
2973
3018
  # @option opts [String] :sort_order The value of the sorting direction of resources in a paginated 'List' call. If unspecified, defaults to `DESC`.
2974
3019
  # Allowed values are: ASC, DESC
2975
3020
  # @return [Response] A Response object with data of type Array<{OCI::Waas::Models::WorkRequestSummary WorkRequestSummary}>
3021
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
2976
3022
  def list_work_requests(waas_policy_id, compartment_id, opts = {})
2977
3023
  logger.debug 'Calling operation WaasClient#list_work_requests.' if logger
2978
3024
 
@@ -3043,6 +3089,7 @@ module OCI
3043
3089
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3044
3090
  # @option opts [OCI::Waas::Models::PurgeCache] :purge_cache
3045
3091
  # @return [Response] A Response object with data of type nil
3092
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/purge_cache.rb.html) to see an example of how to use purge_cache API.
3046
3093
  def purge_cache(waas_policy_id, opts = {})
3047
3094
  logger.debug 'Calling operation WaasClient#purge_cache.' if logger
3048
3095
 
@@ -3108,6 +3155,7 @@ module OCI
3108
3155
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3109
3156
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3110
3157
  # @return [Response] A Response object with data of type nil
3158
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_access_rules.rb.html) to see an example of how to use update_access_rules API.
3111
3159
  def update_access_rules(waas_policy_id, access_rules, opts = {})
3112
3160
  logger.debug 'Calling operation WaasClient#update_access_rules.' if logger
3113
3161
 
@@ -3166,6 +3214,7 @@ module OCI
3166
3214
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3167
3215
  # @option opts [OCI::Waas::Models::UpdateAddressListDetails] :update_address_list_details The details of the address list to update.
3168
3216
  # @return [Response] A Response object with data of type {OCI::Waas::Models::AddressList AddressList}
3217
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_address_list.rb.html) to see an example of how to use update_address_list API.
3169
3218
  def update_address_list(address_list_id, opts = {})
3170
3219
  logger.debug 'Calling operation WaasClient#update_address_list.' if logger
3171
3220
 
@@ -3230,6 +3279,7 @@ module OCI
3230
3279
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3231
3280
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3232
3281
  # @return [Response] A Response object with data of type nil
3282
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_caching_rules.rb.html) to see an example of how to use update_caching_rules API.
3233
3283
  def update_caching_rules(waas_policy_id, caching_rules_details, opts = {})
3234
3284
  logger.debug 'Calling operation WaasClient#update_caching_rules.' if logger
3235
3285
 
@@ -3298,6 +3348,7 @@ module OCI
3298
3348
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3299
3349
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3300
3350
  # @return [Response] A Response object with data of type nil
3351
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_captchas.rb.html) to see an example of how to use update_captchas API.
3301
3352
  def update_captchas(waas_policy_id, captchas, opts = {})
3302
3353
  logger.debug 'Calling operation WaasClient#update_captchas.' if logger
3303
3354
 
@@ -3356,6 +3407,7 @@ module OCI
3356
3407
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3357
3408
  # @option opts [OCI::Waas::Models::UpdateCertificateDetails] :update_certificate_details The new display name, freeform tags, and defined tags to apply to a certificate.
3358
3409
  # @return [Response] A Response object with data of type {OCI::Waas::Models::Certificate Certificate}
3410
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_certificate.rb.html) to see an example of how to use update_certificate API.
3359
3411
  def update_certificate(certificate_id, opts = {})
3360
3412
  logger.debug 'Calling operation WaasClient#update_certificate.' if logger
3361
3413
 
@@ -3414,6 +3466,7 @@ module OCI
3414
3466
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3415
3467
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3416
3468
  # @return [Response] A Response object with data of type {OCI::Waas::Models::CustomProtectionRule CustomProtectionRule}
3469
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_custom_protection_rule.rb.html) to see an example of how to use update_custom_protection_rule API.
3417
3470
  def update_custom_protection_rule(custom_protection_rule_id, update_custom_protection_rule_details, opts = {})
3418
3471
  logger.debug 'Calling operation WaasClient#update_custom_protection_rule.' if logger
3419
3472
 
@@ -3479,6 +3532,7 @@ module OCI
3479
3532
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3480
3533
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3481
3534
  # @return [Response] A Response object with data of type nil
3535
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_device_fingerprint_challenge.rb.html) to see an example of how to use update_device_fingerprint_challenge API.
3482
3536
  def update_device_fingerprint_challenge(waas_policy_id, update_device_fingerprint_challenge_details, opts = {})
3483
3537
  logger.debug 'Calling operation WaasClient#update_device_fingerprint_challenge.' if logger
3484
3538
 
@@ -3541,6 +3595,7 @@ module OCI
3541
3595
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3542
3596
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3543
3597
  # @return [Response] A Response object with data of type nil
3598
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_good_bots.rb.html) to see an example of how to use update_good_bots API.
3544
3599
  def update_good_bots(waas_policy_id, good_bots, opts = {})
3545
3600
  logger.debug 'Calling operation WaasClient#update_good_bots.' if logger
3546
3601
 
@@ -3601,6 +3656,7 @@ module OCI
3601
3656
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3602
3657
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3603
3658
  # @return [Response] A Response object with data of type nil
3659
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_human_interaction_challenge.rb.html) to see an example of how to use update_human_interaction_challenge API.
3604
3660
  def update_human_interaction_challenge(waas_policy_id, update_human_interaction_challenge_details, opts = {})
3605
3661
  logger.debug 'Calling operation WaasClient#update_human_interaction_challenge.' if logger
3606
3662
 
@@ -3661,6 +3717,7 @@ module OCI
3661
3717
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3662
3718
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3663
3719
  # @return [Response] A Response object with data of type nil
3720
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_js_challenge.rb.html) to see an example of how to use update_js_challenge API.
3664
3721
  def update_js_challenge(waas_policy_id, update_js_challenge_details, opts = {})
3665
3722
  logger.debug 'Calling operation WaasClient#update_js_challenge.' if logger
3666
3723
 
@@ -3721,6 +3778,7 @@ module OCI
3721
3778
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3722
3779
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3723
3780
  # @return [Response] A Response object with data of type nil
3781
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_policy_config.rb.html) to see an example of how to use update_policy_config API.
3724
3782
  def update_policy_config(waas_policy_id, update_policy_config_details, opts = {})
3725
3783
  logger.debug 'Calling operation WaasClient#update_policy_config.' if logger
3726
3784
 
@@ -3781,6 +3839,7 @@ module OCI
3781
3839
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
3782
3840
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3783
3841
  # @return [Response] A Response object with data of type nil
3842
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_protection_rules.rb.html) to see an example of how to use update_protection_rules API.
3784
3843
  def update_protection_rules(waas_policy_id, protection_rules, opts = {})
3785
3844
  logger.debug 'Calling operation WaasClient#update_protection_rules.' if logger
3786
3845
 
@@ -3839,6 +3898,7 @@ module OCI
3839
3898
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3840
3899
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3841
3900
  # @return [Response] A Response object with data of type nil
3901
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_protection_settings.rb.html) to see an example of how to use update_protection_settings API.
3842
3902
  def update_protection_settings(waas_policy_id, update_protection_settings_details, opts = {})
3843
3903
  logger.debug 'Calling operation WaasClient#update_protection_settings.' if logger
3844
3904
 
@@ -3897,6 +3957,7 @@ module OCI
3897
3957
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
3898
3958
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3899
3959
  # @return [Response] A Response object with data of type nil
3960
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_threat_feeds.rb.html) to see an example of how to use update_threat_feeds API.
3900
3961
  def update_threat_feeds(waas_policy_id, threat_feeds, opts = {})
3901
3962
  logger.debug 'Calling operation WaasClient#update_threat_feeds.' if logger
3902
3963
 
@@ -3957,6 +4018,7 @@ module OCI
3957
4018
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
3958
4019
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
3959
4020
  # @return [Response] A Response object with data of type nil
4021
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_waas_policy.rb.html) to see an example of how to use update_waas_policy API.
3960
4022
  def update_waas_policy(waas_policy_id, update_waas_policy_details, opts = {})
3961
4023
  logger.debug 'Calling operation WaasClient#update_waas_policy.' if logger
3962
4024
 
@@ -4017,6 +4079,7 @@ module OCI
4017
4079
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
4018
4080
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
4019
4081
  # @return [Response] A Response object with data of type nil
4082
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_waas_policy_custom_protection_rules.rb.html) to see an example of how to use update_waas_policy_custom_protection_rules API.
4020
4083
  def update_waas_policy_custom_protection_rules(waas_policy_id, update_custom_protection_rules_details, opts = {})
4021
4084
  logger.debug 'Calling operation WaasClient#update_waas_policy_custom_protection_rules.' if logger
4022
4085
 
@@ -4077,6 +4140,7 @@ module OCI
4077
4140
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
4078
4141
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
4079
4142
  # @return [Response] A Response object with data of type nil
4143
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_waf_address_rate_limiting.rb.html) to see an example of how to use update_waf_address_rate_limiting API.
4080
4144
  def update_waf_address_rate_limiting(waas_policy_id, update_waf_address_rate_limiting_details, opts = {})
4081
4145
  logger.debug 'Calling operation WaasClient#update_waf_address_rate_limiting.' if logger
4082
4146
 
@@ -4145,6 +4209,7 @@ module OCI
4145
4209
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
4146
4210
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
4147
4211
  # @return [Response] A Response object with data of type nil
4212
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_waf_config.rb.html) to see an example of how to use update_waf_config API.
4148
4213
  def update_waf_config(waas_policy_id, update_waf_config_details, opts = {})
4149
4214
  logger.debug 'Calling operation WaasClient#update_waf_config.' if logger
4150
4215
 
@@ -4213,6 +4278,7 @@ module OCI
4213
4278
  # *Example:* If a resource has been deleted and purged from the system, then a retry of the original delete request may be rejected.
4214
4279
  # @option opts [String] :if_match For optimistic concurrency control. In the `PUT` or `DELETE` call for a resource, set the `if-match` parameter to the value of the etag from a previous `GET` or `POST` response for that resource. The resource will be updated or deleted only if the etag provided matches the resource's current etag value.
4215
4280
  # @return [Response] A Response object with data of type nil
4281
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/waas/update_whitelists.rb.html) to see an example of how to use update_whitelists API.
4216
4282
  def update_whitelists(waas_policy_id, whitelists, opts = {})
4217
4283
  logger.debug 'Calling operation WaasClient#update_whitelists.' if logger
4218
4284