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
@@ -117,6 +117,7 @@ module OCI
117
117
  # may be rejected).
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/dts/change_appliance_export_job_compartment.rb.html) to see an example of how to use change_appliance_export_job_compartment API.
120
121
  def change_appliance_export_job_compartment(appliance_export_job_id, change_appliance_export_job_compartment_details, opts = {})
121
122
  logger.debug 'Calling operation ApplianceExportJobClient#change_appliance_export_job_compartment.' if logger
122
123
 
@@ -181,6 +182,7 @@ module OCI
181
182
  # a particular request, please provide the request ID.
182
183
  #
183
184
  # @return [Response] A Response object with data of type {OCI::Dts::Models::ApplianceExportJob ApplianceExportJob}
185
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_appliance_export_job.rb.html) to see an example of how to use create_appliance_export_job API.
184
186
  def create_appliance_export_job(create_appliance_export_job_details, opts = {})
185
187
  logger.debug 'Calling operation ApplianceExportJobClient#create_appliance_export_job.' if logger
186
188
 
@@ -240,6 +242,7 @@ module OCI
240
242
  # a particular request, please provide the request ID.
241
243
  #
242
244
  # @return [Response] A Response object with data of type nil
245
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/delete_appliance_export_job.rb.html) to see an example of how to use delete_appliance_export_job API.
243
246
  def delete_appliance_export_job(appliance_export_job_id, opts = {})
244
247
  logger.debug 'Calling operation ApplianceExportJobClient#delete_appliance_export_job.' if logger
245
248
 
@@ -295,6 +298,7 @@ module OCI
295
298
  # a particular request, please provide the request ID.
296
299
  #
297
300
  # @return [Response] A Response object with data of type {OCI::Dts::Models::ApplianceExportJob ApplianceExportJob}
301
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_appliance_export_job.rb.html) to see an example of how to use get_appliance_export_job API.
298
302
  def get_appliance_export_job(appliance_export_job_id, opts = {})
299
303
  logger.debug 'Calling operation ApplianceExportJobClient#get_appliance_export_job.' if logger
300
304
 
@@ -363,6 +367,7 @@ module OCI
363
367
  # a particular request, please provide the request ID.
364
368
  #
365
369
  # @return [Response] A Response object with data of type Array<{OCI::Dts::Models::ApplianceExportJobSummary ApplianceExportJobSummary}>
370
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_appliance_export_jobs.rb.html) to see an example of how to use list_appliance_export_jobs API.
366
371
  def list_appliance_export_jobs(compartment_id, opts = {})
367
372
  logger.debug 'Calling operation ApplianceExportJobClient#list_appliance_export_jobs.' if logger
368
373
 
@@ -430,6 +435,7 @@ module OCI
430
435
  # a particular request, please provide the request ID.
431
436
  #
432
437
  # @return [Response] A Response object with data of type {OCI::Dts::Models::ApplianceExportJob ApplianceExportJob}
438
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/update_appliance_export_job.rb.html) to see an example of how to use update_appliance_export_job API.
433
439
  def update_appliance_export_job(appliance_export_job_id, update_appliance_export_job_details, opts = {})
434
440
  logger.debug 'Calling operation ApplianceExportJobClient#update_appliance_export_job.' if logger
435
441
 
@@ -104,6 +104,7 @@ module OCI
104
104
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
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
  # @return [Response] A Response object with data of type {OCI::Dts::Models::ShippingVendors ShippingVendors}
107
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_shipping_vendors.rb.html) to see an example of how to use list_shipping_vendors API.
107
108
  def list_shipping_vendors(opts = {})
108
109
  logger.debug 'Calling operation ShippingVendorsClient#list_shipping_vendors.' if logger
109
110
 
@@ -106,6 +106,7 @@ module OCI
106
106
  # @option opts [String] :opc_retry_token
107
107
  # @option opts [OCI::Dts::Models::CreateTransferApplianceDetails] :create_transfer_appliance_details Creates a New Transfer Appliance
108
108
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferAppliance TransferAppliance}
109
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_appliance.rb.html) to see an example of how to use create_transfer_appliance API.
109
110
  def create_transfer_appliance(id, opts = {})
110
111
  logger.debug 'Calling operation TransferApplianceClient#create_transfer_appliance.' if logger
111
112
 
@@ -162,6 +163,7 @@ module OCI
162
163
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
163
164
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
164
165
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferApplianceCertificate TransferApplianceCertificate}
166
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_appliance_admin_credentials.rb.html) to see an example of how to use create_transfer_appliance_admin_credentials API.
165
167
  def create_transfer_appliance_admin_credentials(id, transfer_appliance_label, admin_public_key, opts = {})
166
168
  logger.debug 'Calling operation TransferApplianceClient#create_transfer_appliance_admin_credentials.' if logger
167
169
 
@@ -219,6 +221,7 @@ module OCI
219
221
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
220
222
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
221
223
  # @return [Response] A Response object with data of type nil
224
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/delete_transfer_appliance.rb.html) to see an example of how to use delete_transfer_appliance API.
222
225
  def delete_transfer_appliance(id, transfer_appliance_label, opts = {})
223
226
  logger.debug 'Calling operation TransferApplianceClient#delete_transfer_appliance.' if logger
224
227
 
@@ -274,6 +277,7 @@ module OCI
274
277
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
275
278
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
276
279
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferAppliance TransferAppliance}
280
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_appliance.rb.html) to see an example of how to use get_transfer_appliance API.
277
281
  def get_transfer_appliance(id, transfer_appliance_label, opts = {})
278
282
  logger.debug 'Calling operation TransferApplianceClient#get_transfer_appliance.' if logger
279
283
 
@@ -330,6 +334,7 @@ module OCI
330
334
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
331
335
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
332
336
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferApplianceCertificate TransferApplianceCertificate}
337
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_appliance_certificate_authority_certificate.rb.html) to see an example of how to use get_transfer_appliance_certificate_authority_certificate API.
333
338
  def get_transfer_appliance_certificate_authority_certificate(id, transfer_appliance_label, opts = {})
334
339
  logger.debug 'Calling operation TransferApplianceClient#get_transfer_appliance_certificate_authority_certificate.' if logger
335
340
 
@@ -386,6 +391,7 @@ module OCI
386
391
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
387
392
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
388
393
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferApplianceEncryptionPassphrase TransferApplianceEncryptionPassphrase}
394
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_appliance_encryption_passphrase.rb.html) to see an example of how to use get_transfer_appliance_encryption_passphrase API.
389
395
  def get_transfer_appliance_encryption_passphrase(id, transfer_appliance_label, opts = {})
390
396
  logger.debug 'Calling operation TransferApplianceClient#get_transfer_appliance_encryption_passphrase.' if logger
391
397
 
@@ -442,6 +448,7 @@ module OCI
442
448
  # @option opts [String] :lifecycle_state filtering by lifecycleState
443
449
  # Allowed values are: REQUESTED, ORACLE_PREPARING, SHIPPING, DELIVERED, PREPARING, FINALIZED, RETURN_DELAYED, RETURN_SHIPPED, RETURN_SHIPPED_CANCELLED, ORACLE_RECEIVED, ORACLE_RECEIVED_CANCELLED, PROCESSING, COMPLETE, CUSTOMER_NEVER_RECEIVED, ORACLE_NEVER_RECEIVED, CUSTOMER_LOST, CANCELLED, DELETED, REJECTED, ERROR
444
450
  # @return [Response] A Response object with data of type {OCI::Dts::Models::MultipleTransferAppliances MultipleTransferAppliances}
451
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_transfer_appliances.rb.html) to see an example of how to use list_transfer_appliances API.
445
452
  def list_transfer_appliances(id, opts = {})
446
453
  logger.debug 'Calling operation TransferApplianceClient#list_transfer_appliances.' if logger
447
454
 
@@ -503,6 +510,7 @@ module OCI
503
510
  # object's tag matches the tag specified in the request.
504
511
  #
505
512
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferAppliance TransferAppliance}
513
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/update_transfer_appliance.rb.html) to see an example of how to use update_transfer_appliance API.
506
514
  def update_transfer_appliance(id, transfer_appliance_label, update_transfer_appliance_details, opts = {})
507
515
  logger.debug 'Calling operation TransferApplianceClient#update_transfer_appliance.' if logger
508
516
 
@@ -113,6 +113,7 @@ module OCI
113
113
  # a particular request, please provide the request ID.
114
114
  #
115
115
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferApplianceEntitlement TransferApplianceEntitlement}
116
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_appliance_entitlement.rb.html) to see an example of how to use create_transfer_appliance_entitlement API.
116
117
  def create_transfer_appliance_entitlement(create_transfer_appliance_entitlement_details, opts = {})
117
118
  logger.debug 'Calling operation TransferApplianceEntitlementClient#create_transfer_appliance_entitlement.' if logger
118
119
 
@@ -175,6 +176,7 @@ module OCI
175
176
  # a particular request, please provide the request ID.
176
177
  #
177
178
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferApplianceEntitlement TransferApplianceEntitlement}
179
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_appliance_entitlement.rb.html) to see an example of how to use get_transfer_appliance_entitlement API.
178
180
  def get_transfer_appliance_entitlement(id, opts = {})
179
181
  logger.debug 'Calling operation TransferApplianceEntitlementClient#get_transfer_appliance_entitlement.' if logger
180
182
 
@@ -234,6 +236,7 @@ module OCI
234
236
  # a particular request, please provide the request ID.
235
237
  #
236
238
  # @return [Response] A Response object with data of type Array<{OCI::Dts::Models::TransferApplianceEntitlementSummary TransferApplianceEntitlementSummary}>
239
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_transfer_appliance_entitlement.rb.html) to see an example of how to use list_transfer_appliance_entitlement API.
237
240
  def list_transfer_appliance_entitlement(compartment_id, opts = {})
238
241
  logger.debug 'Calling operation TransferApplianceEntitlementClient#list_transfer_appliance_entitlement.' if logger
239
242
 
@@ -106,6 +106,7 @@ module OCI
106
106
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
107
107
  # @option opts [String] :opc_retry_token
108
108
  # @return [Response] A Response object with data of type {OCI::Dts::Models::NewTransferDevice NewTransferDevice}
109
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_device.rb.html) to see an example of how to use create_transfer_device API.
109
110
  def create_transfer_device(id, create_transfer_device_details, opts = {})
110
111
  logger.debug 'Calling operation TransferDeviceClient#create_transfer_device.' if logger
111
112
 
@@ -162,6 +163,7 @@ module OCI
162
163
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
163
164
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
164
165
  # @return [Response] A Response object with data of type nil
166
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/delete_transfer_device.rb.html) to see an example of how to use delete_transfer_device API.
165
167
  def delete_transfer_device(id, transfer_device_label, opts = {})
166
168
  logger.debug 'Calling operation TransferDeviceClient#delete_transfer_device.' if logger
167
169
 
@@ -217,6 +219,7 @@ module OCI
217
219
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
218
220
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
219
221
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferDevice TransferDevice}
222
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_device.rb.html) to see an example of how to use get_transfer_device API.
220
223
  def get_transfer_device(id, transfer_device_label, opts = {})
221
224
  logger.debug 'Calling operation TransferDeviceClient#get_transfer_device.' if logger
222
225
 
@@ -274,6 +277,7 @@ module OCI
274
277
  # Allowed values are: PREPARING, READY, PACKAGED, ACTIVE, PROCESSING, COMPLETE, MISSING, ERROR, DELETED, CANCELLED
275
278
  # @option opts [String] :display_name filtering by displayName
276
279
  # @return [Response] A Response object with data of type {OCI::Dts::Models::MultipleTransferDevices MultipleTransferDevices}
280
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_transfer_devices.rb.html) to see an example of how to use list_transfer_devices API.
277
281
  def list_transfer_devices(id, opts = {})
278
282
  logger.debug 'Calling operation TransferDeviceClient#list_transfer_devices.' if logger
279
283
 
@@ -336,6 +340,7 @@ module OCI
336
340
  # object's tag matches the tag specified in the request.
337
341
  #
338
342
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferDevice TransferDevice}
343
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/update_transfer_device.rb.html) to see an example of how to use update_transfer_device API.
339
344
  def update_transfer_device(id, transfer_device_label, update_transfer_device_details, opts = {})
340
345
  logger.debug 'Calling operation TransferDeviceClient#update_transfer_device.' if logger
341
346
 
@@ -117,6 +117,7 @@ module OCI
117
117
  # may be rejected).
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/dts/change_transfer_job_compartment.rb.html) to see an example of how to use change_transfer_job_compartment API.
120
121
  def change_transfer_job_compartment(transfer_job_id, change_transfer_job_compartment_details, opts = {})
121
122
  logger.debug 'Calling operation TransferJobClient#change_transfer_job_compartment.' if logger
122
123
 
@@ -176,6 +177,7 @@ module OCI
176
177
  # a particular request, please provide the request ID.
177
178
  #
178
179
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferJob TransferJob}
180
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_job.rb.html) to see an example of how to use create_transfer_job API.
179
181
  def create_transfer_job(create_transfer_job_details, opts = {})
180
182
  logger.debug 'Calling operation TransferJobClient#create_transfer_job.' if logger
181
183
 
@@ -232,6 +234,7 @@ module OCI
232
234
  # a particular request, please provide the request ID.
233
235
  #
234
236
  # @return [Response] A Response object with data of type nil
237
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/delete_transfer_job.rb.html) to see an example of how to use delete_transfer_job API.
235
238
  def delete_transfer_job(id, opts = {})
236
239
  logger.debug 'Calling operation TransferJobClient#delete_transfer_job.' if logger
237
240
 
@@ -286,6 +289,7 @@ module OCI
286
289
  # a particular request, please provide the request ID.
287
290
  #
288
291
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferJob TransferJob}
292
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_job.rb.html) to see an example of how to use get_transfer_job API.
289
293
  def get_transfer_job(id, opts = {})
290
294
  logger.debug 'Calling operation TransferJobClient#get_transfer_job.' if logger
291
295
 
@@ -354,6 +358,7 @@ module OCI
354
358
  # a particular request, please provide the request ID.
355
359
  #
356
360
  # @return [Response] A Response object with data of type Array<{OCI::Dts::Models::TransferJobSummary TransferJobSummary}>
361
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_transfer_jobs.rb.html) to see an example of how to use list_transfer_jobs API.
357
362
  def list_transfer_jobs(compartment_id, opts = {})
358
363
  logger.debug 'Calling operation TransferJobClient#list_transfer_jobs.' if logger
359
364
 
@@ -421,6 +426,7 @@ module OCI
421
426
  # a particular request, please provide the request ID.
422
427
  #
423
428
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferJob TransferJob}
429
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/update_transfer_job.rb.html) to see an example of how to use update_transfer_job API.
424
430
  def update_transfer_job(id, update_transfer_job_details, opts = {})
425
431
  logger.debug 'Calling operation TransferJobClient#update_transfer_job.' if logger
426
432
 
@@ -107,6 +107,7 @@ module OCI
107
107
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
108
108
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
109
109
  # @return [Response] A Response object with data of type nil
110
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/attach_devices_to_transfer_package.rb.html) to see an example of how to use attach_devices_to_transfer_package API.
110
111
  def attach_devices_to_transfer_package(id, transfer_package_label, attach_devices_details, opts = {})
111
112
  logger.debug 'Calling operation TransferPackageClient#attach_devices_to_transfer_package.' if logger
112
113
 
@@ -163,6 +164,7 @@ module OCI
163
164
  # @option opts [String] :opc_retry_token
164
165
  # @option opts [OCI::Dts::Models::CreateTransferPackageDetails] :create_transfer_package_details Creates a New Transfer Package
165
166
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferPackage TransferPackage}
167
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/create_transfer_package.rb.html) to see an example of how to use create_transfer_package API.
166
168
  def create_transfer_package(id, opts = {})
167
169
  logger.debug 'Calling operation TransferPackageClient#create_transfer_package.' if logger
168
170
 
@@ -218,6 +220,7 @@ module OCI
218
220
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
219
221
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
220
222
  # @return [Response] A Response object with data of type nil
223
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/delete_transfer_package.rb.html) to see an example of how to use delete_transfer_package API.
221
224
  def delete_transfer_package(id, transfer_package_label, opts = {})
222
225
  logger.debug 'Calling operation TransferPackageClient#delete_transfer_package.' if logger
223
226
 
@@ -274,6 +277,7 @@ module OCI
274
277
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
275
278
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
276
279
  # @return [Response] A Response object with data of type nil
280
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/detach_devices_from_transfer_package.rb.html) to see an example of how to use detach_devices_from_transfer_package API.
277
281
  def detach_devices_from_transfer_package(id, transfer_package_label, detach_devices_details, opts = {})
278
282
  logger.debug 'Calling operation TransferPackageClient#detach_devices_from_transfer_package.' if logger
279
283
 
@@ -330,6 +334,7 @@ module OCI
330
334
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
331
335
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
332
336
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferPackage TransferPackage}
337
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/get_transfer_package.rb.html) to see an example of how to use get_transfer_package API.
333
338
  def get_transfer_package(id, transfer_package_label, opts = {})
334
339
  logger.debug 'Calling operation TransferPackageClient#get_transfer_package.' if logger
335
340
 
@@ -387,6 +392,7 @@ module OCI
387
392
  # Allowed values are: PREPARING, SHIPPING, RECEIVED, PROCESSING, PROCESSED, RETURNED, DELETED, CANCELLED, CANCELLED_RETURNED
388
393
  # @option opts [String] :display_name filtering by displayName
389
394
  # @return [Response] A Response object with data of type {OCI::Dts::Models::MultipleTransferPackages MultipleTransferPackages}
395
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/list_transfer_packages.rb.html) to see an example of how to use list_transfer_packages API.
390
396
  def list_transfer_packages(id, opts = {})
391
397
  logger.debug 'Calling operation TransferPackageClient#list_transfer_packages.' if logger
392
398
 
@@ -449,6 +455,7 @@ module OCI
449
455
  # object's tag matches the tag specified in the request.
450
456
  #
451
457
  # @return [Response] A Response object with data of type {OCI::Dts::Models::TransferPackage TransferPackage}
458
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dts/update_transfer_package.rb.html) to see an example of how to use update_transfer_package API.
452
459
  def update_transfer_package(id, transfer_package_label, update_transfer_package_details, opts = {})
453
460
  logger.debug 'Calling operation TransferPackageClient#update_transfer_package.' if logger
454
461
 
@@ -114,6 +114,7 @@ module OCI
114
114
  #
115
115
  # @option opts [String] :opc_request_id The request ID for tracing from the system
116
116
  # @return [Response] A Response object with data of type nil
117
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/change_sender_compartment.rb.html) to see an example of how to use change_sender_compartment API.
117
118
  def change_sender_compartment(sender_id, change_sender_compartment_details, opts = {})
118
119
  logger.debug 'Calling operation EmailClient#change_sender_compartment.' if logger
119
120
 
@@ -168,6 +169,7 @@ module OCI
168
169
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
169
170
  # @option opts [String] :opc_request_id The request ID for tracing from the system
170
171
  # @return [Response] A Response object with data of type {OCI::Email::Models::Sender Sender}
172
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/create_sender.rb.html) to see an example of how to use create_sender API.
171
173
  def create_sender(create_sender_details, opts = {})
172
174
  logger.debug 'Calling operation EmailClient#create_sender.' if logger
173
175
 
@@ -225,6 +227,7 @@ module OCI
225
227
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
226
228
  # @option opts [String] :opc_request_id The request ID for tracing from the system
227
229
  # @return [Response] A Response object with data of type {OCI::Email::Models::Suppression Suppression}
230
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/create_suppression.rb.html) to see an example of how to use create_suppression API.
228
231
  def create_suppression(create_suppression_details, opts = {})
229
232
  logger.debug 'Calling operation EmailClient#create_suppression.' if logger
230
233
 
@@ -283,6 +286,7 @@ module OCI
283
286
  #
284
287
  # @option opts [String] :opc_request_id The request ID for tracing from the system
285
288
  # @return [Response] A Response object with data of type nil
289
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/delete_sender.rb.html) to see an example of how to use delete_sender API.
286
290
  def delete_sender(sender_id, opts = {})
287
291
  logger.debug 'Calling operation EmailClient#delete_sender.' if logger
288
292
 
@@ -338,6 +342,7 @@ module OCI
338
342
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
339
343
  # @option opts [String] :opc_request_id The request ID for tracing from the system
340
344
  # @return [Response] A Response object with data of type nil
345
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/delete_suppression.rb.html) to see an example of how to use delete_suppression API.
341
346
  def delete_suppression(suppression_id, opts = {})
342
347
  logger.debug 'Calling operation EmailClient#delete_suppression.' if logger
343
348
 
@@ -390,6 +395,7 @@ module OCI
390
395
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
391
396
  # @option opts [String] :opc_request_id The request ID for tracing from the system
392
397
  # @return [Response] A Response object with data of type {OCI::Email::Models::Sender Sender}
398
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/get_sender.rb.html) to see an example of how to use get_sender API.
393
399
  def get_sender(sender_id, opts = {})
394
400
  logger.debug 'Calling operation EmailClient#get_sender.' if logger
395
401
 
@@ -445,6 +451,7 @@ module OCI
445
451
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
446
452
  # @option opts [String] :opc_request_id The request ID for tracing from the system
447
453
  # @return [Response] A Response object with data of type {OCI::Email::Models::Suppression Suppression}
454
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/get_suppression.rb.html) to see an example of how to use get_suppression API.
448
455
  def get_suppression(suppression_id, opts = {})
449
456
  logger.debug 'Calling operation EmailClient#get_suppression.' if logger
450
457
 
@@ -518,6 +525,7 @@ module OCI
518
525
  #
519
526
  # Allowed values are: ASC, DESC
520
527
  # @return [Response] A Response object with data of type Array<{OCI::Email::Models::SenderSummary SenderSummary}>
528
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/list_senders.rb.html) to see an example of how to use list_senders API.
521
529
  def list_senders(compartment_id, opts = {})
522
530
  logger.debug 'Calling operation EmailClient#list_senders.' if logger
523
531
 
@@ -628,6 +636,7 @@ module OCI
628
636
  #
629
637
  # Allowed values are: ASC, DESC
630
638
  # @return [Response] A Response object with data of type Array<{OCI::Email::Models::SuppressionSummary SuppressionSummary}>
639
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/list_suppressions.rb.html) to see an example of how to use list_suppressions API.
631
640
  def list_suppressions(compartment_id, opts = {})
632
641
  logger.debug 'Calling operation EmailClient#list_suppressions.' if logger
633
642
 
@@ -705,6 +714,7 @@ module OCI
705
714
  #
706
715
  # @option opts [String] :opc_request_id The request ID for tracing from the system
707
716
  # @return [Response] A Response object with data of type {OCI::Email::Models::Sender Sender}
717
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/email/update_sender.rb.html) to see an example of how to use update_sender API.
708
718
  def update_sender(sender_id, update_sender_details, opts = {})
709
719
  logger.debug 'Calling operation EmailClient#update_sender.' if logger
710
720
 
@@ -122,6 +122,7 @@ module OCI
122
122
  # may be rejected).
123
123
  #
124
124
  # @return [Response] A Response object with data of type nil
125
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/change_rule_compartment.rb.html) to see an example of how to use change_rule_compartment API.
125
126
  def change_rule_compartment(rule_id, change_rule_compartment_details, opts = {})
126
127
  logger.debug 'Calling operation EventsClient#change_rule_compartment.' if logger
127
128
 
@@ -187,6 +188,7 @@ module OCI
187
188
  # particular request, please provide the request ID.
188
189
  #
189
190
  # @return [Response] A Response object with data of type {OCI::Events::Models::Rule Rule}
191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/create_rule.rb.html) to see an example of how to use create_rule API.
190
192
  def create_rule(create_rule_details, opts = {})
191
193
  logger.debug 'Calling operation EventsClient#create_rule.' if logger
192
194
 
@@ -248,6 +250,7 @@ module OCI
248
250
  # particular request, please provide the request ID.
249
251
  #
250
252
  # @return [Response] A Response object with data of type nil
253
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/delete_rule.rb.html) to see an example of how to use delete_rule API.
251
254
  def delete_rule(rule_id, opts = {})
252
255
  logger.debug 'Calling operation EventsClient#delete_rule.' if logger
253
256
 
@@ -304,6 +307,7 @@ module OCI
304
307
  # particular request, please provide the request ID.
305
308
  #
306
309
  # @return [Response] A Response object with data of type {OCI::Events::Models::Rule Rule}
310
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/get_rule.rb.html) to see an example of how to use get_rule API.
307
311
  def get_rule(rule_id, opts = {})
308
312
  logger.debug 'Calling operation EventsClient#get_rule.' if logger
309
313
 
@@ -392,6 +396,7 @@ module OCI
392
396
  # particular request, please provide the request ID.
393
397
  #
394
398
  # @return [Response] A Response object with data of type Array<{OCI::Events::Models::RuleSummary RuleSummary}>
399
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/list_rules.rb.html) to see an example of how to use list_rules API.
395
400
  def list_rules(compartment_id, opts = {})
396
401
  logger.debug 'Calling operation EventsClient#list_rules.' if logger
397
402
 
@@ -472,6 +477,7 @@ module OCI
472
477
  # particular request, please provide the request ID.
473
478
  #
474
479
  # @return [Response] A Response object with data of type {OCI::Events::Models::Rule Rule}
480
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/events/update_rule.rb.html) to see an example of how to use update_rule API.
475
481
  def update_rule(rule_id, update_rule_details, opts = {})
476
482
  logger.debug 'Calling operation EventsClient#update_rule.' if logger
477
483
 
@@ -115,6 +115,7 @@ module OCI
115
115
  # If you need to contact Oracle about a particular request, please provide the request ID.
116
116
  #
117
117
  # @return [Response] A Response object with data of type nil
118
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/change_file_system_compartment.rb.html) to see an example of how to use change_file_system_compartment API.
118
119
  def change_file_system_compartment(file_system_id, change_file_system_compartment_details, opts = {})
119
120
  logger.debug 'Calling operation FileStorageClient#change_file_system_compartment.' if logger
120
121
 
@@ -179,6 +180,7 @@ module OCI
179
180
  # If you need to contact Oracle about a particular request, please provide the request ID.
180
181
  #
181
182
  # @return [Response] A Response object with data of type nil
183
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/change_mount_target_compartment.rb.html) to see an example of how to use change_mount_target_compartment API.
182
184
  def change_mount_target_compartment(mount_target_id, change_mount_target_compartment_details, opts = {})
183
185
  logger.debug 'Calling operation FileStorageClient#change_mount_target_compartment.' if logger
184
186
 
@@ -243,6 +245,7 @@ module OCI
243
245
  # If you need to contact Oracle about a particular request, please provide the request ID.
244
246
  #
245
247
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Export Export}
248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/create_export.rb.html) to see an example of how to use create_export API.
246
249
  def create_export(create_export_details, opts = {})
247
250
  logger.debug 'Calling operation FileStorageClient#create_export.' if logger
248
251
 
@@ -334,6 +337,7 @@ module OCI
334
337
  # If you need to contact Oracle about a particular request, please provide the request ID.
335
338
  #
336
339
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::FileSystem FileSystem}
340
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/create_file_system.rb.html) to see an example of how to use create_file_system API.
337
341
  def create_file_system(create_file_system_details, opts = {})
338
342
  logger.debug 'Calling operation FileStorageClient#create_file_system.' if logger
339
343
 
@@ -428,6 +432,7 @@ module OCI
428
432
  # If you need to contact Oracle about a particular request, please provide the request ID.
429
433
  #
430
434
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::MountTarget MountTarget}
435
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/create_mount_target.rb.html) to see an example of how to use create_mount_target API.
431
436
  def create_mount_target(create_mount_target_details, opts = {})
432
437
  logger.debug 'Calling operation FileStorageClient#create_mount_target.' if logger
433
438
 
@@ -492,6 +497,7 @@ module OCI
492
497
  # If you need to contact Oracle about a particular request, please provide the request ID.
493
498
  #
494
499
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Snapshot Snapshot}
500
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/create_snapshot.rb.html) to see an example of how to use create_snapshot API.
495
501
  def create_snapshot(create_snapshot_details, opts = {})
496
502
  logger.debug 'Calling operation FileStorageClient#create_snapshot.' if logger
497
503
 
@@ -555,6 +561,7 @@ module OCI
555
561
  # If you need to contact Oracle about a particular request, please provide the request ID.
556
562
  #
557
563
  # @return [Response] A Response object with data of type nil
564
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/delete_export.rb.html) to see an example of how to use delete_export API.
558
565
  def delete_export(export_id, opts = {})
559
566
  logger.debug 'Calling operation FileStorageClient#delete_export.' if logger
560
567
 
@@ -619,6 +626,7 @@ module OCI
619
626
  # If you need to contact Oracle about a particular request, please provide the request ID.
620
627
  #
621
628
  # @return [Response] A Response object with data of type nil
629
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/delete_file_system.rb.html) to see an example of how to use delete_file_system API.
622
630
  def delete_file_system(file_system_id, opts = {})
623
631
  logger.debug 'Calling operation FileStorageClient#delete_file_system.' if logger
624
632
 
@@ -682,6 +690,7 @@ module OCI
682
690
  # If you need to contact Oracle about a particular request, please provide the request ID.
683
691
  #
684
692
  # @return [Response] A Response object with data of type nil
693
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/delete_mount_target.rb.html) to see an example of how to use delete_mount_target API.
685
694
  def delete_mount_target(mount_target_id, opts = {})
686
695
  logger.debug 'Calling operation FileStorageClient#delete_mount_target.' if logger
687
696
 
@@ -744,6 +753,7 @@ module OCI
744
753
  # If you need to contact Oracle about a particular request, please provide the request ID.
745
754
  #
746
755
  # @return [Response] A Response object with data of type nil
756
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/delete_snapshot.rb.html) to see an example of how to use delete_snapshot API.
747
757
  def delete_snapshot(snapshot_id, opts = {})
748
758
  logger.debug 'Calling operation FileStorageClient#delete_snapshot.' if logger
749
759
 
@@ -799,6 +809,7 @@ module OCI
799
809
  # If you need to contact Oracle about a particular request, please provide the request ID.
800
810
  #
801
811
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Export Export}
812
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/get_export.rb.html) to see an example of how to use get_export API.
802
813
  def get_export(export_id, opts = {})
803
814
  logger.debug 'Calling operation FileStorageClient#get_export.' if logger
804
815
 
@@ -854,6 +865,7 @@ module OCI
854
865
  # If you need to contact Oracle about a particular request, please provide the request ID.
855
866
  #
856
867
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::ExportSet ExportSet}
868
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/get_export_set.rb.html) to see an example of how to use get_export_set API.
857
869
  def get_export_set(export_set_id, opts = {})
858
870
  logger.debug 'Calling operation FileStorageClient#get_export_set.' if logger
859
871
 
@@ -909,6 +921,7 @@ module OCI
909
921
  # If you need to contact Oracle about a particular request, please provide the request ID.
910
922
  #
911
923
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::FileSystem FileSystem}
924
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/get_file_system.rb.html) to see an example of how to use get_file_system API.
912
925
  def get_file_system(file_system_id, opts = {})
913
926
  logger.debug 'Calling operation FileStorageClient#get_file_system.' if logger
914
927
 
@@ -964,6 +977,7 @@ module OCI
964
977
  # If you need to contact Oracle about a particular request, please provide the request ID.
965
978
  #
966
979
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::MountTarget MountTarget}
980
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/get_mount_target.rb.html) to see an example of how to use get_mount_target API.
967
981
  def get_mount_target(mount_target_id, opts = {})
968
982
  logger.debug 'Calling operation FileStorageClient#get_mount_target.' if logger
969
983
 
@@ -1019,6 +1033,7 @@ module OCI
1019
1033
  # If you need to contact Oracle about a particular request, please provide the request ID.
1020
1034
  #
1021
1035
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Snapshot Snapshot}
1036
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/get_snapshot.rb.html) to see an example of how to use get_snapshot API.
1022
1037
  def get_snapshot(snapshot_id, opts = {})
1023
1038
  logger.debug 'Calling operation FileStorageClient#get_snapshot.' if logger
1024
1039
 
@@ -1116,6 +1131,7 @@ module OCI
1116
1131
  # If you need to contact Oracle about a particular request, please provide the request ID.
1117
1132
  #
1118
1133
  # @return [Response] A Response object with data of type Array<{OCI::FileStorage::Models::ExportSetSummary ExportSetSummary}>
1134
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/list_export_sets.rb.html) to see an example of how to use list_export_sets API.
1119
1135
  def list_export_sets(compartment_id, availability_domain, opts = {})
1120
1136
  logger.debug 'Calling operation FileStorageClient#list_export_sets.' if logger
1121
1137
 
@@ -1230,6 +1246,7 @@ module OCI
1230
1246
  # If you need to contact Oracle about a particular request, please provide the request ID.
1231
1247
  #
1232
1248
  # @return [Response] A Response object with data of type Array<{OCI::FileStorage::Models::ExportSummary ExportSummary}>
1249
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/list_exports.rb.html) to see an example of how to use list_exports API.
1233
1250
  def list_exports(opts = {})
1234
1251
  logger.debug 'Calling operation FileStorageClient#list_exports.' if logger
1235
1252
 
@@ -1346,6 +1363,7 @@ module OCI
1346
1363
  # If you need to contact Oracle about a particular request, please provide the request ID.
1347
1364
  #
1348
1365
  # @return [Response] A Response object with data of type Array<{OCI::FileStorage::Models::FileSystemSummary FileSystemSummary}>
1366
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/list_file_systems.rb.html) to see an example of how to use list_file_systems API.
1349
1367
  def list_file_systems(compartment_id, availability_domain, opts = {})
1350
1368
  logger.debug 'Calling operation FileStorageClient#list_file_systems.' if logger
1351
1369
 
@@ -1465,6 +1483,7 @@ module OCI
1465
1483
  # If you need to contact Oracle about a particular request, please provide the request ID.
1466
1484
  #
1467
1485
  # @return [Response] A Response object with data of type Array<{OCI::FileStorage::Models::MountTargetSummary MountTargetSummary}>
1486
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/list_mount_targets.rb.html) to see an example of how to use list_mount_targets API.
1468
1487
  def list_mount_targets(compartment_id, availability_domain, opts = {})
1469
1488
  logger.debug 'Calling operation FileStorageClient#list_mount_targets.' if logger
1470
1489
 
@@ -1570,6 +1589,7 @@ module OCI
1570
1589
  # If you need to contact Oracle about a particular request, please provide the request ID.
1571
1590
  #
1572
1591
  # @return [Response] A Response object with data of type Array<{OCI::FileStorage::Models::SnapshotSummary SnapshotSummary}>
1592
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/list_snapshots.rb.html) to see an example of how to use list_snapshots API.
1573
1593
  def list_snapshots(file_system_id, opts = {})
1574
1594
  logger.debug 'Calling operation FileStorageClient#list_snapshots.' if logger
1575
1595
 
@@ -1645,6 +1665,7 @@ module OCI
1645
1665
  # If you need to contact Oracle about a particular request, please provide the request ID.
1646
1666
  #
1647
1667
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Export Export}
1668
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/update_export.rb.html) to see an example of how to use update_export API.
1648
1669
  def update_export(export_id, update_export_details, opts = {})
1649
1670
  logger.debug 'Calling operation FileStorageClient#update_export.' if logger
1650
1671
 
@@ -1709,6 +1730,7 @@ module OCI
1709
1730
  # If you need to contact Oracle about a particular request, please provide the request ID.
1710
1731
  #
1711
1732
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::ExportSet ExportSet}
1733
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/update_export_set.rb.html) to see an example of how to use update_export_set API.
1712
1734
  def update_export_set(export_set_id, update_export_set_details, opts = {})
1713
1735
  logger.debug 'Calling operation FileStorageClient#update_export_set.' if logger
1714
1736
 
@@ -1775,6 +1797,7 @@ module OCI
1775
1797
  # If you need to contact Oracle about a particular request, please provide the request ID.
1776
1798
  #
1777
1799
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::FileSystem FileSystem}
1800
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/update_file_system.rb.html) to see an example of how to use update_file_system API.
1778
1801
  def update_file_system(file_system_id, update_file_system_details, opts = {})
1779
1802
  logger.debug 'Calling operation FileStorageClient#update_file_system.' if logger
1780
1803
 
@@ -1839,6 +1862,7 @@ module OCI
1839
1862
  # If you need to contact Oracle about a particular request, please provide the request ID.
1840
1863
  #
1841
1864
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::MountTarget MountTarget}
1865
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/update_mount_target.rb.html) to see an example of how to use update_mount_target API.
1842
1866
  def update_mount_target(mount_target_id, update_mount_target_details, opts = {})
1843
1867
  logger.debug 'Calling operation FileStorageClient#update_mount_target.' if logger
1844
1868
 
@@ -1903,6 +1927,7 @@ module OCI
1903
1927
  # If you need to contact Oracle about a particular request, please provide the request ID.
1904
1928
  #
1905
1929
  # @return [Response] A Response object with data of type {OCI::FileStorage::Models::Snapshot Snapshot}
1930
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/filestorage/update_snapshot.rb.html) to see an example of how to use update_snapshot API.
1906
1931
  def update_snapshot(snapshot_id, update_snapshot_details, opts = {})
1907
1932
  logger.debug 'Calling operation FileStorageClient#update_snapshot.' if logger
1908
1933