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
@@ -120,6 +120,7 @@ module OCI
120
120
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
121
121
  #
122
122
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/attach_load_balancer.rb.html) to see an example of how to use attach_load_balancer API.
123
124
  def attach_load_balancer(instance_pool_id, attach_load_balancer_details, opts = {})
124
125
  logger.debug 'Calling operation ComputeManagementClient#attach_load_balancer.' if logger
125
126
 
@@ -195,6 +196,7 @@ module OCI
195
196
  # may be rejected).
196
197
  #
197
198
  # @return [Response] A Response object with data of type nil
199
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_cluster_network_compartment.rb.html) to see an example of how to use change_cluster_network_compartment API.
198
200
  def change_cluster_network_compartment(cluster_network_id, change_cluster_network_compartment_details, opts = {})
199
201
  logger.debug 'Calling operation ComputeManagementClient#change_cluster_network_compartment.' if logger
200
202
 
@@ -277,6 +279,7 @@ module OCI
277
279
  # may be rejected).
278
280
  #
279
281
  # @return [Response] A Response object with data of type nil
282
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_instance_configuration_compartment.rb.html) to see an example of how to use change_instance_configuration_compartment API.
280
283
  def change_instance_configuration_compartment(instance_configuration_id, change_instance_configuration_compartment_details, opts = {})
281
284
  logger.debug 'Calling operation ComputeManagementClient#change_instance_configuration_compartment.' if logger
282
285
 
@@ -352,6 +355,7 @@ module OCI
352
355
  # may be rejected).
353
356
  #
354
357
  # @return [Response] A Response object with data of type nil
358
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_instance_pool_compartment.rb.html) to see an example of how to use change_instance_pool_compartment API.
355
359
  def change_instance_pool_compartment(instance_pool_id, change_instance_pool_compartment_details, opts = {})
356
360
  logger.debug 'Calling operation ComputeManagementClient#change_instance_pool_compartment.' if logger
357
361
 
@@ -415,6 +419,7 @@ module OCI
415
419
  # may be rejected).
416
420
  #
417
421
  # @return [Response] A Response object with data of type {OCI::Core::Models::ClusterNetwork ClusterNetwork}
422
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_cluster_network.rb.html) to see an example of how to use create_cluster_network API.
418
423
  def create_cluster_network(create_cluster_network_details, opts = {})
419
424
  logger.debug 'Calling operation ComputeManagementClient#create_cluster_network.' if logger
420
425
 
@@ -475,6 +480,7 @@ module OCI
475
480
  # may be rejected).
476
481
  #
477
482
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConfiguration InstanceConfiguration}
483
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_instance_configuration.rb.html) to see an example of how to use create_instance_configuration API.
478
484
  def create_instance_configuration(create_instance_configuration, opts = {})
479
485
  logger.debug 'Calling operation ComputeManagementClient#create_instance_configuration.' if logger
480
486
 
@@ -533,6 +539,7 @@ module OCI
533
539
  # may be rejected).
534
540
  #
535
541
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
542
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_instance_pool.rb.html) to see an example of how to use create_instance_pool API.
536
543
  def create_instance_pool(create_instance_pool_details, opts = {})
537
544
  logger.debug 'Calling operation ComputeManagementClient#create_instance_pool.' if logger
538
545
 
@@ -589,6 +596,7 @@ module OCI
589
596
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
590
597
  #
591
598
  # @return [Response] A Response object with data of type nil
599
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_instance_configuration.rb.html) to see an example of how to use delete_instance_configuration API.
592
600
  def delete_instance_configuration(instance_configuration_id, opts = {})
593
601
  logger.debug 'Calling operation ComputeManagementClient#delete_instance_configuration.' if logger
594
602
 
@@ -652,6 +660,7 @@ module OCI
652
660
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
653
661
  #
654
662
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
663
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/detach_load_balancer.rb.html) to see an example of how to use detach_load_balancer API.
655
664
  def detach_load_balancer(instance_pool_id, detach_load_balancer_details, opts = {})
656
665
  logger.debug 'Calling operation ComputeManagementClient#detach_load_balancer.' if logger
657
666
 
@@ -708,6 +717,7 @@ module OCI
708
717
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
709
718
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
710
719
  # @return [Response] A Response object with data of type {OCI::Core::Models::ClusterNetwork ClusterNetwork}
720
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cluster_network.rb.html) to see an example of how to use get_cluster_network API.
711
721
  def get_cluster_network(cluster_network_id, opts = {})
712
722
  logger.debug 'Calling operation ComputeManagementClient#get_cluster_network.' if logger
713
723
 
@@ -761,6 +771,7 @@ module OCI
761
771
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
762
772
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
763
773
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConfiguration InstanceConfiguration}
774
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_instance_configuration.rb.html) to see an example of how to use get_instance_configuration API.
764
775
  def get_instance_configuration(instance_configuration_id, opts = {})
765
776
  logger.debug 'Calling operation ComputeManagementClient#get_instance_configuration.' if logger
766
777
 
@@ -814,6 +825,7 @@ module OCI
814
825
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
815
826
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
816
827
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
828
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_instance_pool.rb.html) to see an example of how to use get_instance_pool API.
817
829
  def get_instance_pool(instance_pool_id, opts = {})
818
830
  logger.debug 'Calling operation ComputeManagementClient#get_instance_pool.' if logger
819
831
 
@@ -869,6 +881,7 @@ module OCI
869
881
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
870
882
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
871
883
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePoolLoadBalancerAttachment InstancePoolLoadBalancerAttachment}
884
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_instance_pool_load_balancer_attachment.rb.html) to see an example of how to use get_instance_pool_load_balancer_attachment API.
872
885
  def get_instance_pool_load_balancer_attachment(instance_pool_id, instance_pool_load_balancer_attachment_id, opts = {})
873
886
  logger.debug 'Calling operation ComputeManagementClient#get_instance_pool_load_balancer_attachment.' if logger
874
887
 
@@ -937,6 +950,7 @@ module OCI
937
950
  # may be rejected).
938
951
  #
939
952
  # @return [Response] A Response object with data of type {OCI::Core::Models::Instance Instance}
953
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/launch_instance_configuration.rb.html) to see an example of how to use launch_instance_configuration API.
940
954
  def launch_instance_configuration(instance_configuration_id, instance_configuration, opts = {})
941
955
  logger.debug 'Calling operation ComputeManagementClient#launch_instance_configuration.' if logger
942
956
 
@@ -1018,6 +1032,7 @@ module OCI
1018
1032
  #
1019
1033
  # Allowed values are: ASC, DESC
1020
1034
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InstanceSummary InstanceSummary}>
1035
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cluster_network_instances.rb.html) to see an example of how to use list_cluster_network_instances API.
1021
1036
  def list_cluster_network_instances(compartment_id, cluster_network_id, opts = {})
1022
1037
  logger.debug 'Calling operation ComputeManagementClient#list_cluster_network_instances.' if logger
1023
1038
 
@@ -1113,6 +1128,7 @@ module OCI
1113
1128
  # state. The state value is case-insensitive.
1114
1129
  #
1115
1130
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ClusterNetworkSummary ClusterNetworkSummary}>
1131
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cluster_networks.rb.html) to see an example of how to use list_cluster_networks API.
1116
1132
  def list_cluster_networks(compartment_id, opts = {})
1117
1133
  logger.debug 'Calling operation ComputeManagementClient#list_cluster_networks.' if logger
1118
1134
 
@@ -1207,6 +1223,7 @@ module OCI
1207
1223
  #
1208
1224
  # Allowed values are: ASC, DESC
1209
1225
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InstanceConfigurationSummary InstanceConfigurationSummary}>
1226
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instance_configurations.rb.html) to see an example of how to use list_instance_configurations API.
1210
1227
  def list_instance_configurations(compartment_id, opts = {})
1211
1228
  logger.debug 'Calling operation ComputeManagementClient#list_instance_configurations.' if logger
1212
1229
 
@@ -1297,6 +1314,7 @@ module OCI
1297
1314
  #
1298
1315
  # Allowed values are: ASC, DESC
1299
1316
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InstanceSummary InstanceSummary}>
1317
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instance_pool_instances.rb.html) to see an example of how to use list_instance_pool_instances API.
1300
1318
  def list_instance_pool_instances(compartment_id, instance_pool_id, opts = {})
1301
1319
  logger.debug 'Calling operation ComputeManagementClient#list_instance_pool_instances.' if logger
1302
1320
 
@@ -1391,6 +1409,7 @@ module OCI
1391
1409
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
1392
1410
  #
1393
1411
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InstancePoolSummary InstancePoolSummary}>
1412
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_instance_pools.rb.html) to see an example of how to use list_instance_pools API.
1394
1413
  def list_instance_pools(compartment_id, opts = {})
1395
1414
  logger.debug 'Calling operation ComputeManagementClient#list_instance_pools.' if logger
1396
1415
 
@@ -1472,6 +1491,7 @@ module OCI
1472
1491
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1473
1492
  #
1474
1493
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
1494
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/reset_instance_pool.rb.html) to see an example of how to use reset_instance_pool API.
1475
1495
  def reset_instance_pool(instance_pool_id, opts = {})
1476
1496
  logger.debug 'Calling operation ComputeManagementClient#reset_instance_pool.' if logger
1477
1497
 
@@ -1538,6 +1558,7 @@ module OCI
1538
1558
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1539
1559
  #
1540
1560
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
1561
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/softreset_instance_pool.rb.html) to see an example of how to use softreset_instance_pool API.
1541
1562
  def softreset_instance_pool(instance_pool_id, opts = {})
1542
1563
  logger.debug 'Calling operation ComputeManagementClient#softreset_instance_pool.' if logger
1543
1564
 
@@ -1604,6 +1625,7 @@ module OCI
1604
1625
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1605
1626
  #
1606
1627
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
1628
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/start_instance_pool.rb.html) to see an example of how to use start_instance_pool API.
1607
1629
  def start_instance_pool(instance_pool_id, opts = {})
1608
1630
  logger.debug 'Calling operation ComputeManagementClient#start_instance_pool.' if logger
1609
1631
 
@@ -1670,6 +1692,7 @@ module OCI
1670
1692
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1671
1693
  #
1672
1694
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
1695
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/stop_instance_pool.rb.html) to see an example of how to use stop_instance_pool API.
1673
1696
  def stop_instance_pool(instance_pool_id, opts = {})
1674
1697
  logger.debug 'Calling operation ComputeManagementClient#stop_instance_pool.' if logger
1675
1698
 
@@ -1732,6 +1755,7 @@ module OCI
1732
1755
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1733
1756
  #
1734
1757
  # @return [Response] A Response object with data of type nil
1758
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/terminate_cluster_network.rb.html) to see an example of how to use terminate_cluster_network API.
1735
1759
  def terminate_cluster_network(cluster_network_id, opts = {})
1736
1760
  logger.debug 'Calling operation ComputeManagementClient#terminate_cluster_network.' if logger
1737
1761
 
@@ -1795,6 +1819,7 @@ module OCI
1795
1819
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1796
1820
  #
1797
1821
  # @return [Response] A Response object with data of type nil
1822
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/terminate_instance_pool.rb.html) to see an example of how to use terminate_instance_pool API.
1798
1823
  def terminate_instance_pool(instance_pool_id, opts = {})
1799
1824
  logger.debug 'Calling operation ComputeManagementClient#terminate_instance_pool.' if logger
1800
1825
 
@@ -1858,6 +1883,7 @@ module OCI
1858
1883
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1859
1884
  #
1860
1885
  # @return [Response] A Response object with data of type {OCI::Core::Models::ClusterNetwork ClusterNetwork}
1886
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_cluster_network.rb.html) to see an example of how to use update_cluster_network API.
1861
1887
  def update_cluster_network(cluster_network_id, update_cluster_network_details, opts = {})
1862
1888
  logger.debug 'Calling operation ComputeManagementClient#update_cluster_network.' if logger
1863
1889
 
@@ -1924,6 +1950,7 @@ module OCI
1924
1950
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1925
1951
  #
1926
1952
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstanceConfiguration InstanceConfiguration}
1953
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_instance_configuration.rb.html) to see an example of how to use update_instance_configuration API.
1927
1954
  def update_instance_configuration(instance_configuration_id, update_instance_configuration_details, opts = {})
1928
1955
  logger.debug 'Calling operation ComputeManagementClient#update_instance_configuration.' if logger
1929
1956
 
@@ -1993,6 +2020,7 @@ module OCI
1993
2020
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
1994
2021
  #
1995
2022
  # @return [Response] A Response object with data of type {OCI::Core::Models::InstancePool InstancePool}
2023
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_instance_pool.rb.html) to see an example of how to use update_instance_pool API.
1996
2024
  def update_instance_pool(instance_pool_id, update_instance_pool_details, opts = {})
1997
2025
  logger.debug 'Calling operation ComputeManagementClient#update_instance_pool.' if logger
1998
2026
 
@@ -111,6 +111,7 @@ module OCI
111
111
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
112
112
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
113
113
  # @return [Response] A Response object with data of type {OCI::Core::Models::AddedNetworkSecurityGroupSecurityRules AddedNetworkSecurityGroupSecurityRules}
114
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_network_security_group_security_rules.rb.html) to see an example of how to use add_network_security_group_security_rules API.
114
115
  def add_network_security_group_security_rules(network_security_group_id, add_network_security_group_security_rules_details, opts = {})
115
116
  logger.debug 'Calling operation VirtualNetworkClient#add_network_security_group_security_rules.' if logger
116
117
 
@@ -178,6 +179,7 @@ module OCI
178
179
  # may be rejected).
179
180
  #
180
181
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
182
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_public_ip_pool_capacity.rb.html) to see an example of how to use add_public_ip_pool_capacity API.
181
183
  def add_public_ip_pool_capacity(public_ip_pool_id, add_public_ip_pool_capacity_details, opts = {})
182
184
  logger.debug 'Calling operation VirtualNetworkClient#add_public_ip_pool_capacity.' if logger
183
185
 
@@ -253,6 +255,7 @@ module OCI
253
255
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
254
256
  #
255
257
  # @return [Response] A Response object with data of type nil
258
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_vcn_cidr.rb.html) to see an example of how to use add_vcn_cidr API.
256
259
  def add_vcn_cidr(vcn_id, add_vcn_cidr_details, opts = {})
257
260
  logger.debug 'Calling operation VirtualNetworkClient#add_vcn_cidr.' if logger
258
261
 
@@ -313,6 +316,7 @@ module OCI
313
316
  # If you need to contact Oracle about a particular request, please provide the request ID.
314
317
  #
315
318
  # @return [Response] A Response object with data of type nil
319
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/advertise_byoip_range.rb.html) to see an example of how to use advertise_byoip_range API.
316
320
  def advertise_byoip_range(byoip_range_id, opts = {})
317
321
  logger.debug 'Calling operation VirtualNetworkClient#advertise_byoip_range.' if logger
318
322
 
@@ -379,6 +383,7 @@ module OCI
379
383
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
380
384
  #
381
385
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
386
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/attach_service_id.rb.html) to see an example of how to use attach_service_id API.
382
387
  def attach_service_id(service_gateway_id, attach_service_details, opts = {})
383
388
  logger.debug 'Calling operation VirtualNetworkClient#attach_service_id.' if logger
384
389
 
@@ -438,6 +443,7 @@ module OCI
438
443
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
439
444
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
440
445
  # @return [Response] A Response object with data of type nil
446
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/bulk_add_virtual_circuit_public_prefixes.rb.html) to see an example of how to use bulk_add_virtual_circuit_public_prefixes API.
441
447
  def bulk_add_virtual_circuit_public_prefixes(virtual_circuit_id, bulk_add_virtual_circuit_public_prefixes_details, opts = {})
442
448
  logger.debug 'Calling operation VirtualNetworkClient#bulk_add_virtual_circuit_public_prefixes.' if logger
443
449
 
@@ -496,6 +502,7 @@ module OCI
496
502
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
497
503
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
498
504
  # @return [Response] A Response object with data of type nil
505
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/bulk_delete_virtual_circuit_public_prefixes.rb.html) to see an example of how to use bulk_delete_virtual_circuit_public_prefixes API.
499
506
  def bulk_delete_virtual_circuit_public_prefixes(virtual_circuit_id, bulk_delete_virtual_circuit_public_prefixes_details, opts = {})
500
507
  logger.debug 'Calling operation VirtualNetworkClient#bulk_delete_virtual_circuit_public_prefixes.' if logger
501
508
 
@@ -561,6 +568,7 @@ module OCI
561
568
  # may be rejected).
562
569
  #
563
570
  # @return [Response] A Response object with data of type nil
571
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_byoip_range_compartment.rb.html) to see an example of how to use change_byoip_range_compartment API.
564
572
  def change_byoip_range_compartment(byoip_range_id, change_byoip_range_compartment_details, opts = {})
565
573
  logger.debug 'Calling operation VirtualNetworkClient#change_byoip_range_compartment.' if logger
566
574
 
@@ -628,6 +636,7 @@ module OCI
628
636
  # may be rejected).
629
637
  #
630
638
  # @return [Response] A Response object with data of type nil
639
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_cpe_compartment.rb.html) to see an example of how to use change_cpe_compartment API.
631
640
  def change_cpe_compartment(cpe_id, change_cpe_compartment_details, opts = {})
632
641
  logger.debug 'Calling operation VirtualNetworkClient#change_cpe_compartment.' if logger
633
642
 
@@ -695,6 +704,7 @@ module OCI
695
704
  # may be rejected).
696
705
  #
697
706
  # @return [Response] A Response object with data of type nil
707
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_cross_connect_compartment.rb.html) to see an example of how to use change_cross_connect_compartment API.
698
708
  def change_cross_connect_compartment(cross_connect_id, change_cross_connect_compartment_details, opts = {})
699
709
  logger.debug 'Calling operation VirtualNetworkClient#change_cross_connect_compartment.' if logger
700
710
 
@@ -762,6 +772,7 @@ module OCI
762
772
  # may be rejected).
763
773
  #
764
774
  # @return [Response] A Response object with data of type nil
775
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_cross_connect_group_compartment.rb.html) to see an example of how to use change_cross_connect_group_compartment API.
765
776
  def change_cross_connect_group_compartment(cross_connect_group_id, change_cross_connect_group_compartment_details, opts = {})
766
777
  logger.debug 'Calling operation VirtualNetworkClient#change_cross_connect_group_compartment.' if logger
767
778
 
@@ -829,6 +840,7 @@ module OCI
829
840
  # may be rejected).
830
841
  #
831
842
  # @return [Response] A Response object with data of type nil
843
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_dhcp_options_compartment.rb.html) to see an example of how to use change_dhcp_options_compartment API.
832
844
  def change_dhcp_options_compartment(dhcp_id, change_dhcp_options_compartment_details, opts = {})
833
845
  logger.debug 'Calling operation VirtualNetworkClient#change_dhcp_options_compartment.' if logger
834
846
 
@@ -896,6 +908,7 @@ module OCI
896
908
  # may be rejected).
897
909
  #
898
910
  # @return [Response] A Response object with data of type nil
911
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_drg_compartment.rb.html) to see an example of how to use change_drg_compartment API.
899
912
  def change_drg_compartment(drg_id, change_drg_compartment_details, opts = {})
900
913
  logger.debug 'Calling operation VirtualNetworkClient#change_drg_compartment.' if logger
901
914
 
@@ -963,6 +976,7 @@ module OCI
963
976
  # may be rejected).
964
977
  #
965
978
  # @return [Response] A Response object with data of type nil
979
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_internet_gateway_compartment.rb.html) to see an example of how to use change_internet_gateway_compartment API.
966
980
  def change_internet_gateway_compartment(ig_id, change_internet_gateway_compartment_details, opts = {})
967
981
  logger.debug 'Calling operation VirtualNetworkClient#change_internet_gateway_compartment.' if logger
968
982
 
@@ -1030,6 +1044,7 @@ module OCI
1030
1044
  # may be rejected).
1031
1045
  #
1032
1046
  # @return [Response] A Response object with data of type nil
1047
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_ip_sec_connection_compartment.rb.html) to see an example of how to use change_ip_sec_connection_compartment API.
1033
1048
  def change_ip_sec_connection_compartment(ipsc_id, change_ip_sec_connection_compartment_details, opts = {})
1034
1049
  logger.debug 'Calling operation VirtualNetworkClient#change_ip_sec_connection_compartment.' if logger
1035
1050
 
@@ -1097,6 +1112,7 @@ module OCI
1097
1112
  # may be rejected).
1098
1113
  #
1099
1114
  # @return [Response] A Response object with data of type nil
1115
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_local_peering_gateway_compartment.rb.html) to see an example of how to use change_local_peering_gateway_compartment API.
1100
1116
  def change_local_peering_gateway_compartment(local_peering_gateway_id, change_local_peering_gateway_compartment_details, opts = {})
1101
1117
  logger.debug 'Calling operation VirtualNetworkClient#change_local_peering_gateway_compartment.' if logger
1102
1118
 
@@ -1164,6 +1180,7 @@ module OCI
1164
1180
  # may be rejected).
1165
1181
  #
1166
1182
  # @return [Response] A Response object with data of type nil
1183
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_nat_gateway_compartment.rb.html) to see an example of how to use change_nat_gateway_compartment API.
1167
1184
  def change_nat_gateway_compartment(nat_gateway_id, change_nat_gateway_compartment_details, opts = {})
1168
1185
  logger.debug 'Calling operation VirtualNetworkClient#change_nat_gateway_compartment.' if logger
1169
1186
 
@@ -1230,6 +1247,7 @@ module OCI
1230
1247
  # may be rejected).
1231
1248
  #
1232
1249
  # @return [Response] A Response object with data of type nil
1250
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_network_security_group_compartment.rb.html) to see an example of how to use change_network_security_group_compartment API.
1233
1251
  def change_network_security_group_compartment(network_security_group_id, change_network_security_group_compartment_details, opts = {})
1234
1252
  logger.debug 'Calling operation VirtualNetworkClient#change_network_security_group_compartment.' if logger
1235
1253
 
@@ -1300,6 +1318,7 @@ module OCI
1300
1318
  # may be rejected).
1301
1319
  #
1302
1320
  # @return [Response] A Response object with data of type nil
1321
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_public_ip_compartment.rb.html) to see an example of how to use change_public_ip_compartment API.
1303
1322
  def change_public_ip_compartment(public_ip_id, change_public_ip_compartment_details, opts = {})
1304
1323
  logger.debug 'Calling operation VirtualNetworkClient#change_public_ip_compartment.' if logger
1305
1324
 
@@ -1367,6 +1386,7 @@ module OCI
1367
1386
  # may be rejected).
1368
1387
  #
1369
1388
  # @return [Response] A Response object with data of type nil
1389
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_public_ip_pool_compartment.rb.html) to see an example of how to use change_public_ip_pool_compartment API.
1370
1390
  def change_public_ip_pool_compartment(public_ip_pool_id, change_public_ip_pool_compartment_details, opts = {})
1371
1391
  logger.debug 'Calling operation VirtualNetworkClient#change_public_ip_pool_compartment.' if logger
1372
1392
 
@@ -1434,6 +1454,7 @@ module OCI
1434
1454
  # may be rejected).
1435
1455
  #
1436
1456
  # @return [Response] A Response object with data of type nil
1457
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_remote_peering_connection_compartment.rb.html) to see an example of how to use change_remote_peering_connection_compartment API.
1437
1458
  def change_remote_peering_connection_compartment(remote_peering_connection_id, change_remote_peering_connection_compartment_details, opts = {})
1438
1459
  logger.debug 'Calling operation VirtualNetworkClient#change_remote_peering_connection_compartment.' if logger
1439
1460
 
@@ -1501,6 +1522,7 @@ module OCI
1501
1522
  # may be rejected).
1502
1523
  #
1503
1524
  # @return [Response] A Response object with data of type nil
1525
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_route_table_compartment.rb.html) to see an example of how to use change_route_table_compartment API.
1504
1526
  def change_route_table_compartment(rt_id, change_route_table_compartment_details, opts = {})
1505
1527
  logger.debug 'Calling operation VirtualNetworkClient#change_route_table_compartment.' if logger
1506
1528
 
@@ -1568,6 +1590,7 @@ module OCI
1568
1590
  # may be rejected).
1569
1591
  #
1570
1592
  # @return [Response] A Response object with data of type nil
1593
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_security_list_compartment.rb.html) to see an example of how to use change_security_list_compartment API.
1571
1594
  def change_security_list_compartment(security_list_id, change_security_list_compartment_details, opts = {})
1572
1595
  logger.debug 'Calling operation VirtualNetworkClient#change_security_list_compartment.' if logger
1573
1596
 
@@ -1635,6 +1658,7 @@ module OCI
1635
1658
  # may be rejected).
1636
1659
  #
1637
1660
  # @return [Response] A Response object with data of type nil
1661
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_service_gateway_compartment.rb.html) to see an example of how to use change_service_gateway_compartment API.
1638
1662
  def change_service_gateway_compartment(service_gateway_id, change_service_gateway_compartment_details, opts = {})
1639
1663
  logger.debug 'Calling operation VirtualNetworkClient#change_service_gateway_compartment.' if logger
1640
1664
 
@@ -1702,6 +1726,7 @@ module OCI
1702
1726
  # may be rejected).
1703
1727
  #
1704
1728
  # @return [Response] A Response object with data of type nil
1729
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_subnet_compartment.rb.html) to see an example of how to use change_subnet_compartment API.
1705
1730
  def change_subnet_compartment(subnet_id, change_subnet_compartment_details, opts = {})
1706
1731
  logger.debug 'Calling operation VirtualNetworkClient#change_subnet_compartment.' if logger
1707
1732
 
@@ -1769,6 +1794,7 @@ module OCI
1769
1794
  # may be rejected).
1770
1795
  #
1771
1796
  # @return [Response] A Response object with data of type nil
1797
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_vcn_compartment.rb.html) to see an example of how to use change_vcn_compartment API.
1772
1798
  def change_vcn_compartment(vcn_id, change_vcn_compartment_details, opts = {})
1773
1799
  logger.debug 'Calling operation VirtualNetworkClient#change_vcn_compartment.' if logger
1774
1800
 
@@ -1836,6 +1862,7 @@ module OCI
1836
1862
  # may be rejected).
1837
1863
  #
1838
1864
  # @return [Response] A Response object with data of type nil
1865
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_virtual_circuit_compartment.rb.html) to see an example of how to use change_virtual_circuit_compartment API.
1839
1866
  def change_virtual_circuit_compartment(virtual_circuit_id, change_virtual_circuit_compartment_details, opts = {})
1840
1867
  logger.debug 'Calling operation VirtualNetworkClient#change_virtual_circuit_compartment.' if logger
1841
1868
 
@@ -1907,6 +1934,7 @@ module OCI
1907
1934
  # may be rejected).
1908
1935
  #
1909
1936
  # @return [Response] A Response object with data of type nil
1937
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_vlan_compartment.rb.html) to see an example of how to use change_vlan_compartment API.
1910
1938
  def change_vlan_compartment(vlan_id, change_vlan_compartment_details, opts = {})
1911
1939
  logger.debug 'Calling operation VirtualNetworkClient#change_vlan_compartment.' if logger
1912
1940
 
@@ -1972,6 +2000,7 @@ module OCI
1972
2000
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1973
2001
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1974
2002
  # @return [Response] A Response object with data of type nil
2003
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/connect_local_peering_gateways.rb.html) to see an example of how to use connect_local_peering_gateways API.
1975
2004
  def connect_local_peering_gateways(local_peering_gateway_id, connect_local_peering_gateways_details, opts = {})
1976
2005
  logger.debug 'Calling operation VirtualNetworkClient#connect_local_peering_gateways.' if logger
1977
2006
 
@@ -2034,6 +2063,7 @@ module OCI
2034
2063
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2035
2064
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2036
2065
  # @return [Response] A Response object with data of type nil
2066
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/connect_remote_peering_connections.rb.html) to see an example of how to use connect_remote_peering_connections API.
2037
2067
  def connect_remote_peering_connections(remote_peering_connection_id, connect_remote_peering_connections_details, opts = {})
2038
2068
  logger.debug 'Calling operation VirtualNetworkClient#connect_remote_peering_connections.' if logger
2039
2069
 
@@ -2096,6 +2126,7 @@ module OCI
2096
2126
  # may be rejected).
2097
2127
  #
2098
2128
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
2129
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_byoip_range.rb.html) to see an example of how to use create_byoip_range API.
2099
2130
  def create_byoip_range(create_byoip_range_details, opts = {})
2100
2131
  logger.debug 'Calling operation VirtualNetworkClient#create_byoip_range.' if logger
2101
2132
 
@@ -2170,6 +2201,7 @@ module OCI
2170
2201
  # may be rejected).
2171
2202
  #
2172
2203
  # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
2204
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_cpe.rb.html) to see an example of how to use create_cpe API.
2173
2205
  def create_cpe(create_cpe_details, opts = {})
2174
2206
  logger.debug 'Calling operation VirtualNetworkClient#create_cpe.' if logger
2175
2207
 
@@ -2247,6 +2279,7 @@ module OCI
2247
2279
  # may be rejected).
2248
2280
  #
2249
2281
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnect CrossConnect}
2282
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_cross_connect.rb.html) to see an example of how to use create_cross_connect API.
2250
2283
  def create_cross_connect(create_cross_connect_details, opts = {})
2251
2284
  logger.debug 'Calling operation VirtualNetworkClient#create_cross_connect.' if logger
2252
2285
 
@@ -2320,6 +2353,7 @@ module OCI
2320
2353
  # may be rejected).
2321
2354
  #
2322
2355
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectGroup CrossConnectGroup}
2356
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_cross_connect_group.rb.html) to see an example of how to use create_cross_connect_group API.
2323
2357
  def create_cross_connect_group(create_cross_connect_group_details, opts = {})
2324
2358
  logger.debug 'Calling operation VirtualNetworkClient#create_cross_connect_group.' if logger
2325
2359
 
@@ -2390,6 +2424,7 @@ module OCI
2390
2424
  # may be rejected).
2391
2425
  #
2392
2426
  # @return [Response] A Response object with data of type {OCI::Core::Models::DhcpOptions DhcpOptions}
2427
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_dhcp_options.rb.html) to see an example of how to use create_dhcp_options API.
2393
2428
  def create_dhcp_options(create_dhcp_details, opts = {})
2394
2429
  logger.debug 'Calling operation VirtualNetworkClient#create_dhcp_options.' if logger
2395
2430
 
@@ -2460,6 +2495,7 @@ module OCI
2460
2495
  # may be rejected).
2461
2496
  #
2462
2497
  # @return [Response] A Response object with data of type {OCI::Core::Models::Drg Drg}
2498
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_drg.rb.html) to see an example of how to use create_drg API.
2463
2499
  def create_drg(create_drg_details, opts = {})
2464
2500
  logger.debug 'Calling operation VirtualNetworkClient#create_drg.' if logger
2465
2501
 
@@ -2529,6 +2565,7 @@ module OCI
2529
2565
  # may be rejected).
2530
2566
  #
2531
2567
  # @return [Response] A Response object with data of type {OCI::Core::Models::DrgAttachment DrgAttachment}
2568
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_drg_attachment.rb.html) to see an example of how to use create_drg_attachment API.
2532
2569
  def create_drg_attachment(create_drg_attachment_details, opts = {})
2533
2570
  logger.debug 'Calling operation VirtualNetworkClient#create_drg_attachment.' if logger
2534
2571
 
@@ -2608,6 +2645,7 @@ module OCI
2608
2645
  # may be rejected).
2609
2646
  #
2610
2647
  # @return [Response] A Response object with data of type {OCI::Core::Models::InternetGateway InternetGateway}
2648
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_internet_gateway.rb.html) to see an example of how to use create_internet_gateway API.
2611
2649
  def create_internet_gateway(create_internet_gateway_details, opts = {})
2612
2650
  logger.debug 'Calling operation VirtualNetworkClient#create_internet_gateway.' if logger
2613
2651
 
@@ -2695,6 +2733,7 @@ module OCI
2695
2733
  # may be rejected).
2696
2734
  #
2697
2735
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnection IPSecConnection}
2736
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_ip_sec_connection.rb.html) to see an example of how to use create_ip_sec_connection API.
2698
2737
  def create_ip_sec_connection(create_ip_sec_connection_details, opts = {})
2699
2738
  logger.debug 'Calling operation VirtualNetworkClient#create_ip_sec_connection.' if logger
2700
2739
 
@@ -2757,6 +2796,7 @@ module OCI
2757
2796
  # may be rejected).
2758
2797
  #
2759
2798
  # @return [Response] A Response object with data of type {OCI::Core::Models::Ipv6 Ipv6}
2799
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_ipv6.rb.html) to see an example of how to use create_ipv6 API.
2760
2800
  def create_ipv6(create_ipv6_details, opts = {})
2761
2801
  logger.debug 'Calling operation VirtualNetworkClient#create_ipv6.' if logger
2762
2802
 
@@ -2817,6 +2857,7 @@ module OCI
2817
2857
  # may be rejected).
2818
2858
  #
2819
2859
  # @return [Response] A Response object with data of type {OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}
2860
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_local_peering_gateway.rb.html) to see an example of how to use create_local_peering_gateway API.
2820
2861
  def create_local_peering_gateway(create_local_peering_gateway_details, opts = {})
2821
2862
  logger.debug 'Calling operation VirtualNetworkClient#create_local_peering_gateway.' if logger
2822
2863
 
@@ -2877,6 +2918,7 @@ module OCI
2877
2918
  # may be rejected).
2878
2919
  #
2879
2920
  # @return [Response] A Response object with data of type {OCI::Core::Models::NatGateway NatGateway}
2921
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_nat_gateway.rb.html) to see an example of how to use create_nat_gateway API.
2880
2922
  def create_nat_gateway(create_nat_gateway_details, opts = {})
2881
2923
  logger.debug 'Calling operation VirtualNetworkClient#create_nat_gateway.' if logger
2882
2924
 
@@ -2936,6 +2978,7 @@ module OCI
2936
2978
  # may be rejected).
2937
2979
  #
2938
2980
  # @return [Response] A Response object with data of type {OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}
2981
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_network_security_group.rb.html) to see an example of how to use create_network_security_group API.
2939
2982
  def create_network_security_group(create_network_security_group_details, opts = {})
2940
2983
  logger.debug 'Calling operation VirtualNetworkClient#create_network_security_group.' if logger
2941
2984
 
@@ -2997,6 +3040,7 @@ module OCI
2997
3040
  # may be rejected).
2998
3041
  #
2999
3042
  # @return [Response] A Response object with data of type {OCI::Core::Models::PrivateIp PrivateIp}
3043
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_private_ip.rb.html) to see an example of how to use create_private_ip API.
3000
3044
  def create_private_ip(create_private_ip_details, opts = {})
3001
3045
  logger.debug 'Calling operation VirtualNetworkClient#create_private_ip.' if logger
3002
3046
 
@@ -3076,6 +3120,7 @@ module OCI
3076
3120
  # may be rejected).
3077
3121
  #
3078
3122
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
3123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_public_ip.rb.html) to see an example of how to use create_public_ip API.
3079
3124
  def create_public_ip(create_public_ip_details, opts = {})
3080
3125
  logger.debug 'Calling operation VirtualNetworkClient#create_public_ip.' if logger
3081
3126
 
@@ -3138,6 +3183,7 @@ module OCI
3138
3183
  # may be rejected).
3139
3184
  #
3140
3185
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
3186
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_public_ip_pool.rb.html) to see an example of how to use create_public_ip_pool API.
3141
3187
  def create_public_ip_pool(create_public_ip_pool_details, opts = {})
3142
3188
  logger.debug 'Calling operation VirtualNetworkClient#create_public_ip_pool.' if logger
3143
3189
 
@@ -3198,6 +3244,7 @@ module OCI
3198
3244
  # may be rejected).
3199
3245
  #
3200
3246
  # @return [Response] A Response object with data of type {OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}
3247
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_remote_peering_connection.rb.html) to see an example of how to use create_remote_peering_connection API.
3201
3248
  def create_remote_peering_connection(create_remote_peering_connection_details, opts = {})
3202
3249
  logger.debug 'Calling operation VirtualNetworkClient#create_remote_peering_connection.' if logger
3203
3250
 
@@ -3271,6 +3318,7 @@ module OCI
3271
3318
  # may be rejected).
3272
3319
  #
3273
3320
  # @return [Response] A Response object with data of type {OCI::Core::Models::RouteTable RouteTable}
3321
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_route_table.rb.html) to see an example of how to use create_route_table API.
3274
3322
  def create_route_table(create_route_table_details, opts = {})
3275
3323
  logger.debug 'Calling operation VirtualNetworkClient#create_route_table.' if logger
3276
3324
 
@@ -3343,6 +3391,7 @@ module OCI
3343
3391
  # may be rejected).
3344
3392
  #
3345
3393
  # @return [Response] A Response object with data of type {OCI::Core::Models::SecurityList SecurityList}
3394
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_security_list.rb.html) to see an example of how to use create_security_list API.
3346
3395
  def create_security_list(create_security_list_details, opts = {})
3347
3396
  logger.debug 'Calling operation VirtualNetworkClient#create_security_list.' if logger
3348
3397
 
@@ -3410,6 +3459,7 @@ module OCI
3410
3459
  # may be rejected).
3411
3460
  #
3412
3461
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
3462
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_service_gateway.rb.html) to see an example of how to use create_service_gateway API.
3413
3463
  def create_service_gateway(create_service_gateway_details, opts = {})
3414
3464
  logger.debug 'Calling operation VirtualNetworkClient#create_service_gateway.' if logger
3415
3465
 
@@ -3499,6 +3549,7 @@ module OCI
3499
3549
  # may be rejected).
3500
3550
  #
3501
3551
  # @return [Response] A Response object with data of type {OCI::Core::Models::Subnet Subnet}
3552
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_subnet.rb.html) to see an example of how to use create_subnet API.
3502
3553
  def create_subnet(create_subnet_details, opts = {})
3503
3554
  logger.debug 'Calling operation VirtualNetworkClient#create_subnet.' if logger
3504
3555
 
@@ -3593,6 +3644,7 @@ module OCI
3593
3644
  # may be rejected).
3594
3645
  #
3595
3646
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vcn Vcn}
3647
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_vcn.rb.html) to see an example of how to use create_vcn API.
3596
3648
  def create_vcn(create_vcn_details, opts = {})
3597
3649
  logger.debug 'Calling operation VirtualNetworkClient#create_vcn.' if logger
3598
3650
 
@@ -3672,6 +3724,7 @@ module OCI
3672
3724
  # may be rejected).
3673
3725
  #
3674
3726
  # @return [Response] A Response object with data of type {OCI::Core::Models::VirtualCircuit VirtualCircuit}
3727
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_virtual_circuit.rb.html) to see an example of how to use create_virtual_circuit API.
3675
3728
  def create_virtual_circuit(create_virtual_circuit_details, opts = {})
3676
3729
  logger.debug 'Calling operation VirtualNetworkClient#create_virtual_circuit.' if logger
3677
3730
 
@@ -3734,6 +3787,7 @@ module OCI
3734
3787
  # If you need to contact Oracle about a particular request, please provide the request ID.
3735
3788
  #
3736
3789
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
3790
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_vlan.rb.html) to see an example of how to use create_vlan API.
3737
3791
  def create_vlan(create_vlan_details, opts = {})
3738
3792
  logger.debug 'Calling operation VirtualNetworkClient#create_vlan.' if logger
3739
3793
 
@@ -3800,6 +3854,7 @@ module OCI
3800
3854
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3801
3855
  #
3802
3856
  # @return [Response] A Response object with data of type nil
3857
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_byoip_range.rb.html) to see an example of how to use delete_byoip_range API.
3803
3858
  def delete_byoip_range(byoip_range_id, opts = {})
3804
3859
  logger.debug 'Calling operation VirtualNetworkClient#delete_byoip_range.' if logger
3805
3860
 
@@ -3859,6 +3914,7 @@ module OCI
3859
3914
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3860
3915
  #
3861
3916
  # @return [Response] A Response object with data of type nil
3917
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_cpe.rb.html) to see an example of how to use delete_cpe API.
3862
3918
  def delete_cpe(cpe_id, opts = {})
3863
3919
  logger.debug 'Calling operation VirtualNetworkClient#delete_cpe.' if logger
3864
3920
 
@@ -3916,6 +3972,7 @@ module OCI
3916
3972
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3917
3973
  #
3918
3974
  # @return [Response] A Response object with data of type nil
3975
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_cross_connect.rb.html) to see an example of how to use delete_cross_connect API.
3919
3976
  def delete_cross_connect(cross_connect_id, opts = {})
3920
3977
  logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect.' if logger
3921
3978
 
@@ -3974,6 +4031,7 @@ module OCI
3974
4031
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3975
4032
  #
3976
4033
  # @return [Response] A Response object with data of type nil
4034
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_cross_connect_group.rb.html) to see an example of how to use delete_cross_connect_group API.
3977
4035
  def delete_cross_connect_group(cross_connect_group_id, opts = {})
3978
4036
  logger.debug 'Calling operation VirtualNetworkClient#delete_cross_connect_group.' if logger
3979
4037
 
@@ -4034,6 +4092,7 @@ module OCI
4034
4092
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4035
4093
  #
4036
4094
  # @return [Response] A Response object with data of type nil
4095
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_dhcp_options.rb.html) to see an example of how to use delete_dhcp_options API.
4037
4096
  def delete_dhcp_options(dhcp_id, opts = {})
4038
4097
  logger.debug 'Calling operation VirtualNetworkClient#delete_dhcp_options.' if logger
4039
4098
 
@@ -4093,6 +4152,7 @@ module OCI
4093
4152
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4094
4153
  #
4095
4154
  # @return [Response] A Response object with data of type nil
4155
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_drg.rb.html) to see an example of how to use delete_drg API.
4096
4156
  def delete_drg(drg_id, opts = {})
4097
4157
  logger.debug 'Calling operation VirtualNetworkClient#delete_drg.' if logger
4098
4158
 
@@ -4151,6 +4211,7 @@ module OCI
4151
4211
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4152
4212
  #
4153
4213
  # @return [Response] A Response object with data of type nil
4214
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_drg_attachment.rb.html) to see an example of how to use delete_drg_attachment API.
4154
4215
  def delete_drg_attachment(drg_attachment_id, opts = {})
4155
4216
  logger.debug 'Calling operation VirtualNetworkClient#delete_drg_attachment.' if logger
4156
4217
 
@@ -4211,6 +4272,7 @@ module OCI
4211
4272
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4212
4273
  #
4213
4274
  # @return [Response] A Response object with data of type nil
4275
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_internet_gateway.rb.html) to see an example of how to use delete_internet_gateway API.
4214
4276
  def delete_internet_gateway(ig_id, opts = {})
4215
4277
  logger.debug 'Calling operation VirtualNetworkClient#delete_internet_gateway.' if logger
4216
4278
 
@@ -4274,6 +4336,7 @@ module OCI
4274
4336
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4275
4337
  #
4276
4338
  # @return [Response] A Response object with data of type nil
4339
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_ip_sec_connection.rb.html) to see an example of how to use delete_ip_sec_connection API.
4277
4340
  def delete_ip_sec_connection(ipsc_id, opts = {})
4278
4341
  logger.debug 'Calling operation VirtualNetworkClient#delete_ip_sec_connection.' if logger
4279
4342
 
@@ -4334,6 +4397,7 @@ module OCI
4334
4397
  # If you need to contact Oracle about a particular request, please provide the request ID.
4335
4398
  #
4336
4399
  # @return [Response] A Response object with data of type nil
4400
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_ipv6.rb.html) to see an example of how to use delete_ipv6 API.
4337
4401
  def delete_ipv6(ipv6_id, opts = {})
4338
4402
  logger.debug 'Calling operation VirtualNetworkClient#delete_ipv6.' if logger
4339
4403
 
@@ -4394,6 +4458,7 @@ module OCI
4394
4458
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4395
4459
  #
4396
4460
  # @return [Response] A Response object with data of type nil
4461
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_local_peering_gateway.rb.html) to see an example of how to use delete_local_peering_gateway API.
4397
4462
  def delete_local_peering_gateway(local_peering_gateway_id, opts = {})
4398
4463
  logger.debug 'Calling operation VirtualNetworkClient#delete_local_peering_gateway.' if logger
4399
4464
 
@@ -4454,6 +4519,7 @@ module OCI
4454
4519
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4455
4520
  #
4456
4521
  # @return [Response] A Response object with data of type nil
4522
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_nat_gateway.rb.html) to see an example of how to use delete_nat_gateway API.
4457
4523
  def delete_nat_gateway(nat_gateway_id, opts = {})
4458
4524
  logger.debug 'Calling operation VirtualNetworkClient#delete_nat_gateway.' if logger
4459
4525
 
@@ -4516,6 +4582,7 @@ module OCI
4516
4582
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4517
4583
  #
4518
4584
  # @return [Response] A Response object with data of type nil
4585
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_network_security_group.rb.html) to see an example of how to use delete_network_security_group API.
4519
4586
  def delete_network_security_group(network_security_group_id, opts = {})
4520
4587
  logger.debug 'Calling operation VirtualNetworkClient#delete_network_security_group.' if logger
4521
4588
 
@@ -4582,6 +4649,7 @@ module OCI
4582
4649
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4583
4650
  #
4584
4651
  # @return [Response] A Response object with data of type nil
4652
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_private_ip.rb.html) to see an example of how to use delete_private_ip API.
4585
4653
  def delete_private_ip(private_ip_id, opts = {})
4586
4654
  logger.debug 'Calling operation VirtualNetworkClient#delete_private_ip.' if logger
4587
4655
 
@@ -4652,6 +4720,7 @@ module OCI
4652
4720
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4653
4721
  #
4654
4722
  # @return [Response] A Response object with data of type nil
4723
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_public_ip.rb.html) to see an example of how to use delete_public_ip API.
4655
4724
  def delete_public_ip(public_ip_id, opts = {})
4656
4725
  logger.debug 'Calling operation VirtualNetworkClient#delete_public_ip.' if logger
4657
4726
 
@@ -4713,6 +4782,7 @@ module OCI
4713
4782
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4714
4783
  #
4715
4784
  # @return [Response] A Response object with data of type nil
4785
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_public_ip_pool.rb.html) to see an example of how to use delete_public_ip_pool API.
4716
4786
  def delete_public_ip_pool(public_ip_pool_id, opts = {})
4717
4787
  logger.debug 'Calling operation VirtualNetworkClient#delete_public_ip_pool.' if logger
4718
4788
 
@@ -4773,6 +4843,7 @@ module OCI
4773
4843
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4774
4844
  #
4775
4845
  # @return [Response] A Response object with data of type nil
4846
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_remote_peering_connection.rb.html) to see an example of how to use delete_remote_peering_connection API.
4776
4847
  def delete_remote_peering_connection(remote_peering_connection_id, opts = {})
4777
4848
  logger.debug 'Calling operation VirtualNetworkClient#delete_remote_peering_connection.' if logger
4778
4849
 
@@ -4833,6 +4904,7 @@ module OCI
4833
4904
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4834
4905
  #
4835
4906
  # @return [Response] A Response object with data of type nil
4907
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_route_table.rb.html) to see an example of how to use delete_route_table API.
4836
4908
  def delete_route_table(rt_id, opts = {})
4837
4909
  logger.debug 'Calling operation VirtualNetworkClient#delete_route_table.' if logger
4838
4910
 
@@ -4893,6 +4965,7 @@ module OCI
4893
4965
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4894
4966
  #
4895
4967
  # @return [Response] A Response object with data of type nil
4968
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_security_list.rb.html) to see an example of how to use delete_security_list API.
4896
4969
  def delete_security_list(security_list_id, opts = {})
4897
4970
  logger.debug 'Calling operation VirtualNetworkClient#delete_security_list.' if logger
4898
4971
 
@@ -4950,6 +5023,7 @@ module OCI
4950
5023
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
4951
5024
  #
4952
5025
  # @return [Response] A Response object with data of type nil
5026
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_service_gateway.rb.html) to see an example of how to use delete_service_gateway API.
4953
5027
  def delete_service_gateway(service_gateway_id, opts = {})
4954
5028
  logger.debug 'Calling operation VirtualNetworkClient#delete_service_gateway.' if logger
4955
5029
 
@@ -5008,6 +5082,7 @@ module OCI
5008
5082
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5009
5083
  #
5010
5084
  # @return [Response] A Response object with data of type nil
5085
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_subnet.rb.html) to see an example of how to use delete_subnet API.
5011
5086
  def delete_subnet(subnet_id, opts = {})
5012
5087
  logger.debug 'Calling operation VirtualNetworkClient#delete_subnet.' if logger
5013
5088
 
@@ -5066,6 +5141,7 @@ module OCI
5066
5141
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5067
5142
  #
5068
5143
  # @return [Response] A Response object with data of type nil
5144
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_vcn.rb.html) to see an example of how to use delete_vcn API.
5069
5145
  def delete_vcn(vcn_id, opts = {})
5070
5146
  logger.debug 'Calling operation VirtualNetworkClient#delete_vcn.' if logger
5071
5147
 
@@ -5126,6 +5202,7 @@ module OCI
5126
5202
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5127
5203
  #
5128
5204
  # @return [Response] A Response object with data of type nil
5205
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_virtual_circuit.rb.html) to see an example of how to use delete_virtual_circuit API.
5129
5206
  def delete_virtual_circuit(virtual_circuit_id, opts = {})
5130
5207
  logger.debug 'Calling operation VirtualNetworkClient#delete_virtual_circuit.' if logger
5131
5208
 
@@ -5185,6 +5262,7 @@ module OCI
5185
5262
  # If you need to contact Oracle about a particular request, please provide the request ID.
5186
5263
  #
5187
5264
  # @return [Response] A Response object with data of type nil
5265
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_vlan.rb.html) to see an example of how to use delete_vlan API.
5188
5266
  def delete_vlan(vlan_id, opts = {})
5189
5267
  logger.debug 'Calling operation VirtualNetworkClient#delete_vlan.' if logger
5190
5268
 
@@ -5254,6 +5332,7 @@ module OCI
5254
5332
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
5255
5333
  #
5256
5334
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
5335
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/detach_service_id.rb.html) to see an example of how to use detach_service_id API.
5257
5336
  def detach_service_id(service_gateway_id, detach_service_details, opts = {})
5258
5337
  logger.debug 'Calling operation VirtualNetworkClient#detach_service_id.' if logger
5259
5338
 
@@ -5311,6 +5390,7 @@ module OCI
5311
5390
  # If you need to contact Oracle about a particular request, please provide the request ID.
5312
5391
  #
5313
5392
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
5393
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_byoip_range.rb.html) to see an example of how to use get_byoip_range API.
5314
5394
  def get_byoip_range(byoip_range_id, opts = {})
5315
5395
  logger.debug 'Calling operation VirtualNetworkClient#get_byoip_range.' if logger
5316
5396
 
@@ -5364,6 +5444,7 @@ module OCI
5364
5444
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5365
5445
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5366
5446
  # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
5447
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cpe.rb.html) to see an example of how to use get_cpe API.
5367
5448
  def get_cpe(cpe_id, opts = {})
5368
5449
  logger.debug 'Calling operation VirtualNetworkClient#get_cpe.' if logger
5369
5450
 
@@ -5439,6 +5520,7 @@ module OCI
5439
5520
  # @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
5440
5521
  # @option [Block] &block Streaming http body to the block
5441
5522
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
5523
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cpe_device_config_content.rb.html) to see an example of how to use get_cpe_device_config_content API.
5442
5524
  def get_cpe_device_config_content(cpe_id, opts = {}, &block)
5443
5525
  logger.debug 'Calling operation VirtualNetworkClient#get_cpe_device_config_content.' if logger
5444
5526
 
@@ -5547,6 +5629,7 @@ module OCI
5547
5629
  # If you need to contact Oracle about a particular request, please provide the request ID.
5548
5630
  #
5549
5631
  # @return [Response] A Response object with data of type {OCI::Core::Models::CpeDeviceShapeDetail CpeDeviceShapeDetail}
5632
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cpe_device_shape.rb.html) to see an example of how to use get_cpe_device_shape API.
5550
5633
  def get_cpe_device_shape(cpe_device_shape_id, opts = {})
5551
5634
  logger.debug 'Calling operation VirtualNetworkClient#get_cpe_device_shape.' if logger
5552
5635
 
@@ -5600,6 +5683,7 @@ module OCI
5600
5683
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5601
5684
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5602
5685
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnect CrossConnect}
5686
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cross_connect.rb.html) to see an example of how to use get_cross_connect API.
5603
5687
  def get_cross_connect(cross_connect_id, opts = {})
5604
5688
  logger.debug 'Calling operation VirtualNetworkClient#get_cross_connect.' if logger
5605
5689
 
@@ -5653,6 +5737,7 @@ module OCI
5653
5737
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5654
5738
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5655
5739
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectGroup CrossConnectGroup}
5740
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cross_connect_group.rb.html) to see an example of how to use get_cross_connect_group API.
5656
5741
  def get_cross_connect_group(cross_connect_group_id, opts = {})
5657
5742
  logger.debug 'Calling operation VirtualNetworkClient#get_cross_connect_group.' if logger
5658
5743
 
@@ -5706,6 +5791,7 @@ module OCI
5706
5791
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5707
5792
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5708
5793
  # @return [Response] A Response object with data of type {OCI::Core::Models::LetterOfAuthority LetterOfAuthority}
5794
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cross_connect_letter_of_authority.rb.html) to see an example of how to use get_cross_connect_letter_of_authority API.
5709
5795
  def get_cross_connect_letter_of_authority(cross_connect_id, opts = {})
5710
5796
  logger.debug 'Calling operation VirtualNetworkClient#get_cross_connect_letter_of_authority.' if logger
5711
5797
 
@@ -5760,6 +5846,7 @@ module OCI
5760
5846
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5761
5847
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5762
5848
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectStatus CrossConnectStatus}
5849
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_cross_connect_status.rb.html) to see an example of how to use get_cross_connect_status API.
5763
5850
  def get_cross_connect_status(cross_connect_id, opts = {})
5764
5851
  logger.debug 'Calling operation VirtualNetworkClient#get_cross_connect_status.' if logger
5765
5852
 
@@ -5813,6 +5900,7 @@ module OCI
5813
5900
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5814
5901
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5815
5902
  # @return [Response] A Response object with data of type {OCI::Core::Models::DhcpOptions DhcpOptions}
5903
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_dhcp_options.rb.html) to see an example of how to use get_dhcp_options API.
5816
5904
  def get_dhcp_options(dhcp_id, opts = {})
5817
5905
  logger.debug 'Calling operation VirtualNetworkClient#get_dhcp_options.' if logger
5818
5906
 
@@ -5866,6 +5954,7 @@ module OCI
5866
5954
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5867
5955
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5868
5956
  # @return [Response] A Response object with data of type {OCI::Core::Models::Drg Drg}
5957
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_drg.rb.html) to see an example of how to use get_drg API.
5869
5958
  def get_drg(drg_id, opts = {})
5870
5959
  logger.debug 'Calling operation VirtualNetworkClient#get_drg.' if logger
5871
5960
 
@@ -5919,6 +6008,7 @@ module OCI
5919
6008
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5920
6009
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5921
6010
  # @return [Response] A Response object with data of type {OCI::Core::Models::DrgAttachment DrgAttachment}
6011
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_drg_attachment.rb.html) to see an example of how to use get_drg_attachment API.
5922
6012
  def get_drg_attachment(drg_attachment_id, opts = {})
5923
6013
  logger.debug 'Calling operation VirtualNetworkClient#get_drg_attachment.' if logger
5924
6014
 
@@ -5976,6 +6066,7 @@ module OCI
5976
6066
  # If you need to contact Oracle about a particular request, please provide the request ID.
5977
6067
  #
5978
6068
  # @return [Response] A Response object with data of type {OCI::Core::Models::DrgRedundancyStatus DrgRedundancyStatus}
6069
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_drg_redundancy_status.rb.html) to see an example of how to use get_drg_redundancy_status API.
5979
6070
  def get_drg_redundancy_status(drg_id, opts = {})
5980
6071
  logger.debug 'Calling operation VirtualNetworkClient#get_drg_redundancy_status.' if logger
5981
6072
 
@@ -6031,6 +6122,7 @@ module OCI
6031
6122
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6032
6123
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6033
6124
  # @return [Response] A Response object with data of type {OCI::Core::Models::FastConnectProviderService FastConnectProviderService}
6125
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_fast_connect_provider_service.rb.html) to see an example of how to use get_fast_connect_provider_service API.
6034
6126
  def get_fast_connect_provider_service(provider_service_id, opts = {})
6035
6127
  logger.debug 'Calling operation VirtualNetworkClient#get_fast_connect_provider_service.' if logger
6036
6128
 
@@ -6091,6 +6183,7 @@ module OCI
6091
6183
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6092
6184
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6093
6185
  # @return [Response] A Response object with data of type {OCI::Core::Models::FastConnectProviderServiceKey FastConnectProviderServiceKey}
6186
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_fast_connect_provider_service_key.rb.html) to see an example of how to use get_fast_connect_provider_service_key API.
6094
6187
  def get_fast_connect_provider_service_key(provider_service_id, provider_service_key_name, opts = {})
6095
6188
  logger.debug 'Calling operation VirtualNetworkClient#get_fast_connect_provider_service_key.' if logger
6096
6189
 
@@ -6146,6 +6239,7 @@ module OCI
6146
6239
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6147
6240
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6148
6241
  # @return [Response] A Response object with data of type {OCI::Core::Models::InternetGateway InternetGateway}
6242
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_internet_gateway.rb.html) to see an example of how to use get_internet_gateway API.
6149
6243
  def get_internet_gateway(ig_id, opts = {})
6150
6244
  logger.debug 'Calling operation VirtualNetworkClient#get_internet_gateway.' if logger
6151
6245
 
@@ -6202,6 +6296,7 @@ module OCI
6202
6296
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6203
6297
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6204
6298
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnection IPSecConnection}
6299
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ip_sec_connection.rb.html) to see an example of how to use get_ip_sec_connection API.
6205
6300
  def get_ip_sec_connection(ipsc_id, opts = {})
6206
6301
  logger.debug 'Calling operation VirtualNetworkClient#get_ip_sec_connection.' if logger
6207
6302
 
@@ -6259,6 +6354,7 @@ module OCI
6259
6354
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6260
6355
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6261
6356
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionDeviceConfig IPSecConnectionDeviceConfig}
6357
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ip_sec_connection_device_config.rb.html) to see an example of how to use get_ip_sec_connection_device_config API.
6262
6358
  def get_ip_sec_connection_device_config(ipsc_id, opts = {})
6263
6359
  logger.debug 'Calling operation VirtualNetworkClient#get_ip_sec_connection_device_config.' if logger
6264
6360
 
@@ -6314,6 +6410,7 @@ module OCI
6314
6410
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6315
6411
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6316
6412
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionDeviceStatus IPSecConnectionDeviceStatus}
6413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ip_sec_connection_device_status.rb.html) to see an example of how to use get_ip_sec_connection_device_status API.
6317
6414
  def get_ip_sec_connection_device_status(ipsc_id, opts = {})
6318
6415
  logger.debug 'Calling operation VirtualNetworkClient#get_ip_sec_connection_device_status.' if logger
6319
6416
 
@@ -6371,6 +6468,7 @@ module OCI
6371
6468
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6372
6469
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6373
6470
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnel IPSecConnectionTunnel}
6471
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ip_sec_connection_tunnel.rb.html) to see an example of how to use get_ip_sec_connection_tunnel API.
6374
6472
  def get_ip_sec_connection_tunnel(ipsc_id, tunnel_id, opts = {})
6375
6473
  logger.debug 'Calling operation VirtualNetworkClient#get_ip_sec_connection_tunnel.' if logger
6376
6474
 
@@ -6429,6 +6527,7 @@ module OCI
6429
6527
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6430
6528
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6431
6529
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnelSharedSecret IPSecConnectionTunnelSharedSecret}
6530
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ip_sec_connection_tunnel_shared_secret.rb.html) to see an example of how to use get_ip_sec_connection_tunnel_shared_secret API.
6432
6531
  def get_ip_sec_connection_tunnel_shared_secret(ipsc_id, tunnel_id, opts = {})
6433
6532
  logger.debug 'Calling operation VirtualNetworkClient#get_ip_sec_connection_tunnel_shared_secret.' if logger
6434
6533
 
@@ -6507,6 +6606,7 @@ module OCI
6507
6606
  # @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
6508
6607
  # @option [Block] &block Streaming http body to the block
6509
6608
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
6609
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ipsec_cpe_device_config_content.rb.html) to see an example of how to use get_ipsec_cpe_device_config_content API.
6510
6610
  def get_ipsec_cpe_device_config_content(ipsc_id, opts = {}, &block)
6511
6611
  logger.debug 'Calling operation VirtualNetworkClient#get_ipsec_cpe_device_config_content.' if logger
6512
6612
 
@@ -6610,6 +6710,7 @@ module OCI
6610
6710
  # If you need to contact Oracle about a particular request, please provide the request ID.
6611
6711
  #
6612
6712
  # @return [Response] A Response object with data of type {OCI::Core::Models::Ipv6 Ipv6}
6713
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_ipv6.rb.html) to see an example of how to use get_ipv6 API.
6613
6714
  def get_ipv6(ipv6_id, opts = {})
6614
6715
  logger.debug 'Calling operation VirtualNetworkClient#get_ipv6.' if logger
6615
6716
 
@@ -6663,6 +6764,7 @@ module OCI
6663
6764
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6664
6765
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6665
6766
  # @return [Response] A Response object with data of type {OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}
6767
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_local_peering_gateway.rb.html) to see an example of how to use get_local_peering_gateway API.
6666
6768
  def get_local_peering_gateway(local_peering_gateway_id, opts = {})
6667
6769
  logger.debug 'Calling operation VirtualNetworkClient#get_local_peering_gateway.' if logger
6668
6770
 
@@ -6716,6 +6818,7 @@ module OCI
6716
6818
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6717
6819
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6718
6820
  # @return [Response] A Response object with data of type {OCI::Core::Models::NatGateway NatGateway}
6821
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_nat_gateway.rb.html) to see an example of how to use get_nat_gateway API.
6719
6822
  def get_nat_gateway(nat_gateway_id, opts = {})
6720
6823
  logger.debug 'Calling operation VirtualNetworkClient#get_nat_gateway.' if logger
6721
6824
 
@@ -6776,6 +6879,7 @@ module OCI
6776
6879
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6777
6880
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6778
6881
  # @return [Response] A Response object with data of type {OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}
6882
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_network_security_group.rb.html) to see an example of how to use get_network_security_group API.
6779
6883
  def get_network_security_group(network_security_group_id, opts = {})
6780
6884
  logger.debug 'Calling operation VirtualNetworkClient#get_network_security_group.' if logger
6781
6885
 
@@ -6833,6 +6937,7 @@ module OCI
6833
6937
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6834
6938
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6835
6939
  # @return [Response] A Response object with data of type {OCI::Core::Models::PrivateIp PrivateIp}
6940
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_private_ip.rb.html) to see an example of how to use get_private_ip API.
6836
6941
  def get_private_ip(private_ip_id, opts = {})
6837
6942
  logger.debug 'Calling operation VirtualNetworkClient#get_private_ip.' if logger
6838
6943
 
@@ -6897,6 +7002,7 @@ module OCI
6897
7002
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6898
7003
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6899
7004
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
7005
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_public_ip.rb.html) to see an example of how to use get_public_ip API.
6900
7006
  def get_public_ip(public_ip_id, opts = {})
6901
7007
  logger.debug 'Calling operation VirtualNetworkClient#get_public_ip.' if logger
6902
7008
 
@@ -6955,6 +7061,7 @@ module OCI
6955
7061
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6956
7062
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6957
7063
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
7064
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_public_ip_by_ip_address.rb.html) to see an example of how to use get_public_ip_by_ip_address API.
6958
7065
  def get_public_ip_by_ip_address(get_public_ip_by_ip_address_details, opts = {})
6959
7066
  logger.debug 'Calling operation VirtualNetworkClient#get_public_ip_by_ip_address.' if logger
6960
7067
 
@@ -7018,6 +7125,7 @@ module OCI
7018
7125
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7019
7126
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7020
7127
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
7128
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_public_ip_by_private_ip_id.rb.html) to see an example of how to use get_public_ip_by_private_ip_id API.
7021
7129
  def get_public_ip_by_private_ip_id(get_public_ip_by_private_ip_id_details, opts = {})
7022
7130
  logger.debug 'Calling operation VirtualNetworkClient#get_public_ip_by_private_ip_id.' if logger
7023
7131
 
@@ -7073,6 +7181,7 @@ module OCI
7073
7181
  # If you need to contact Oracle about a particular request, please provide the request ID.
7074
7182
  #
7075
7183
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
7184
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_public_ip_pool.rb.html) to see an example of how to use get_public_ip_pool API.
7076
7185
  def get_public_ip_pool(public_ip_pool_id, opts = {})
7077
7186
  logger.debug 'Calling operation VirtualNetworkClient#get_public_ip_pool.' if logger
7078
7187
 
@@ -7127,6 +7236,7 @@ module OCI
7127
7236
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7128
7237
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7129
7238
  # @return [Response] A Response object with data of type {OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}
7239
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_remote_peering_connection.rb.html) to see an example of how to use get_remote_peering_connection API.
7130
7240
  def get_remote_peering_connection(remote_peering_connection_id, opts = {})
7131
7241
  logger.debug 'Calling operation VirtualNetworkClient#get_remote_peering_connection.' if logger
7132
7242
 
@@ -7180,6 +7290,7 @@ module OCI
7180
7290
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7181
7291
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7182
7292
  # @return [Response] A Response object with data of type {OCI::Core::Models::RouteTable RouteTable}
7293
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_route_table.rb.html) to see an example of how to use get_route_table API.
7183
7294
  def get_route_table(rt_id, opts = {})
7184
7295
  logger.debug 'Calling operation VirtualNetworkClient#get_route_table.' if logger
7185
7296
 
@@ -7233,6 +7344,7 @@ module OCI
7233
7344
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7234
7345
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7235
7346
  # @return [Response] A Response object with data of type {OCI::Core::Models::SecurityList SecurityList}
7347
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_security_list.rb.html) to see an example of how to use get_security_list API.
7236
7348
  def get_security_list(security_list_id, opts = {})
7237
7349
  logger.debug 'Calling operation VirtualNetworkClient#get_security_list.' if logger
7238
7350
 
@@ -7287,6 +7399,7 @@ module OCI
7287
7399
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7288
7400
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7289
7401
  # @return [Response] A Response object with data of type {OCI::Core::Models::Service Service}
7402
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_service.rb.html) to see an example of how to use get_service API.
7290
7403
  def get_service(service_id, opts = {})
7291
7404
  logger.debug 'Calling operation VirtualNetworkClient#get_service.' if logger
7292
7405
 
@@ -7340,6 +7453,7 @@ module OCI
7340
7453
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7341
7454
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7342
7455
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
7456
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_service_gateway.rb.html) to see an example of how to use get_service_gateway API.
7343
7457
  def get_service_gateway(service_gateway_id, opts = {})
7344
7458
  logger.debug 'Calling operation VirtualNetworkClient#get_service_gateway.' if logger
7345
7459
 
@@ -7393,6 +7507,7 @@ module OCI
7393
7507
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7394
7508
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7395
7509
  # @return [Response] A Response object with data of type {OCI::Core::Models::Subnet Subnet}
7510
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_subnet.rb.html) to see an example of how to use get_subnet API.
7396
7511
  def get_subnet(subnet_id, opts = {})
7397
7512
  logger.debug 'Calling operation VirtualNetworkClient#get_subnet.' if logger
7398
7513
 
@@ -7454,6 +7569,7 @@ module OCI
7454
7569
  # If you need to contact Oracle about a particular request, please provide the request ID.
7455
7570
  #
7456
7571
  # @return [Response] A Response object with data of type {OCI::Core::Models::TunnelCpeDeviceConfig TunnelCpeDeviceConfig}
7572
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_tunnel_cpe_device_config.rb.html) to see an example of how to use get_tunnel_cpe_device_config API.
7457
7573
  def get_tunnel_cpe_device_config(ipsc_id, tunnel_id, opts = {})
7458
7574
  logger.debug 'Calling operation VirtualNetworkClient#get_tunnel_cpe_device_config.' if logger
7459
7575
 
@@ -7532,6 +7648,7 @@ module OCI
7532
7648
  # @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
7533
7649
  # @option [Block] &block Streaming http body to the block
7534
7650
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
7651
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_tunnel_cpe_device_config_content.rb.html) to see an example of how to use get_tunnel_cpe_device_config_content API.
7535
7652
  def get_tunnel_cpe_device_config_content(ipsc_id, tunnel_id, opts = {}, &block)
7536
7653
  logger.debug 'Calling operation VirtualNetworkClient#get_tunnel_cpe_device_config_content.' if logger
7537
7654
 
@@ -7631,6 +7748,7 @@ module OCI
7631
7748
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7632
7749
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7633
7750
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vcn Vcn}
7751
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vcn.rb.html) to see an example of how to use get_vcn API.
7634
7752
  def get_vcn(vcn_id, opts = {})
7635
7753
  logger.debug 'Calling operation VirtualNetworkClient#get_vcn.' if logger
7636
7754
 
@@ -7686,6 +7804,7 @@ module OCI
7686
7804
  # If you need to contact Oracle about a particular request, please provide the request ID.
7687
7805
  #
7688
7806
  # @return [Response] A Response object with data of type {OCI::Core::Models::VcnDnsResolverAssociation VcnDnsResolverAssociation}
7807
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vcn_dns_resolver_association.rb.html) to see an example of how to use get_vcn_dns_resolver_association API.
7689
7808
  def get_vcn_dns_resolver_association(vcn_id, opts = {})
7690
7809
  logger.debug 'Calling operation VirtualNetworkClient#get_vcn_dns_resolver_association.' if logger
7691
7810
 
@@ -7739,6 +7858,7 @@ module OCI
7739
7858
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7740
7859
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7741
7860
  # @return [Response] A Response object with data of type {OCI::Core::Models::VirtualCircuit VirtualCircuit}
7861
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_virtual_circuit.rb.html) to see an example of how to use get_virtual_circuit API.
7742
7862
  def get_virtual_circuit(virtual_circuit_id, opts = {})
7743
7863
  logger.debug 'Calling operation VirtualNetworkClient#get_virtual_circuit.' if logger
7744
7864
 
@@ -7794,6 +7914,7 @@ module OCI
7794
7914
  # If you need to contact Oracle about a particular request, please provide the request ID.
7795
7915
  #
7796
7916
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
7917
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vlan.rb.html) to see an example of how to use get_vlan API.
7797
7918
  def get_vlan(vlan_id, opts = {})
7798
7919
  logger.debug 'Calling operation VirtualNetworkClient#get_vlan.' if logger
7799
7920
 
@@ -7851,6 +7972,7 @@ module OCI
7851
7972
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7852
7973
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7853
7974
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
7975
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vnic.rb.html) to see an example of how to use get_vnic API.
7854
7976
  def get_vnic(vnic_id, opts = {})
7855
7977
  logger.debug 'Calling operation VirtualNetworkClient#get_vnic.' if logger
7856
7978
 
@@ -7905,6 +8027,7 @@ module OCI
7905
8027
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7906
8028
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7907
8029
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PeerRegionForRemotePeering PeerRegionForRemotePeering}>
8030
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_allowed_peer_regions_for_remote_peering.rb.html) to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
7908
8031
  def list_allowed_peer_regions_for_remote_peering(opts = {})
7909
8032
  logger.debug 'Calling operation VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering.' if logger
7910
8033
 
@@ -7970,6 +8093,7 @@ module OCI
7970
8093
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
7971
8094
  #
7972
8095
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipAllocatedRangeCollection ByoipAllocatedRangeCollection}
8096
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_byoip_allocated_ranges.rb.html) to see an example of how to use list_byoip_allocated_ranges API.
7973
8097
  def list_byoip_allocated_ranges(byoip_range_id, opts = {})
7974
8098
  logger.debug 'Calling operation VirtualNetworkClient#list_byoip_allocated_ranges.' if logger
7975
8099
 
@@ -8057,6 +8181,7 @@ module OCI
8057
8181
  #
8058
8182
  # Allowed values are: ASC, DESC
8059
8183
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRangeCollection ByoipRangeCollection}
8184
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_byoip_ranges.rb.html) to see an example of how to use list_byoip_ranges API.
8060
8185
  def list_byoip_ranges(compartment_id, opts = {})
8061
8186
  logger.debug 'Calling operation VirtualNetworkClient#list_byoip_ranges.' if logger
8062
8187
 
@@ -8148,6 +8273,7 @@ module OCI
8148
8273
  # If you need to contact Oracle about a particular request, please provide the request ID.
8149
8274
  #
8150
8275
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CpeDeviceShapeSummary CpeDeviceShapeSummary}>
8276
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cpe_device_shapes.rb.html) to see an example of how to use list_cpe_device_shapes API.
8151
8277
  def list_cpe_device_shapes(opts = {})
8152
8278
  logger.debug 'Calling operation VirtualNetworkClient#list_cpe_device_shapes.' if logger
8153
8279
 
@@ -8211,6 +8337,7 @@ module OCI
8211
8337
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8212
8338
  #
8213
8339
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Cpe Cpe}>
8340
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cpes.rb.html) to see an example of how to use list_cpes API.
8214
8341
  def list_cpes(compartment_id, opts = {})
8215
8342
  logger.debug 'Calling operation VirtualNetworkClient#list_cpes.' if logger
8216
8343
 
@@ -8293,6 +8420,7 @@ module OCI
8293
8420
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
8294
8421
  #
8295
8422
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectGroup CrossConnectGroup}>
8423
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connect_groups.rb.html) to see an example of how to use list_cross_connect_groups API.
8296
8424
  def list_cross_connect_groups(compartment_id, opts = {})
8297
8425
  logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_groups.' if logger
8298
8426
 
@@ -8374,6 +8502,7 @@ module OCI
8374
8502
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8375
8503
  #
8376
8504
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectLocation CrossConnectLocation}>
8505
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connect_locations.rb.html) to see an example of how to use list_cross_connect_locations API.
8377
8506
  def list_cross_connect_locations(compartment_id, opts = {})
8378
8507
  logger.debug 'Calling operation VirtualNetworkClient#list_cross_connect_locations.' if logger
8379
8508
 
@@ -8458,6 +8587,7 @@ module OCI
8458
8587
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
8459
8588
  #
8460
8589
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnect CrossConnect}>
8590
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connects.rb.html) to see an example of how to use list_cross_connects API.
8461
8591
  def list_cross_connects(compartment_id, opts = {})
8462
8592
  logger.debug 'Calling operation VirtualNetworkClient#list_cross_connects.' if logger
8463
8593
 
@@ -8541,6 +8671,7 @@ module OCI
8541
8671
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8542
8672
  #
8543
8673
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectPortSpeedShape CrossConnectPortSpeedShape}>
8674
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_crossconnect_port_speed_shapes.rb.html) to see an example of how to use list_crossconnect_port_speed_shapes API.
8544
8675
  def list_crossconnect_port_speed_shapes(compartment_id, opts = {})
8545
8676
  logger.debug 'Calling operation VirtualNetworkClient#list_crossconnect_port_speed_shapes.' if logger
8546
8677
 
@@ -8627,6 +8758,7 @@ module OCI
8627
8758
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
8628
8759
  #
8629
8760
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DhcpOptions DhcpOptions}>
8761
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dhcp_options.rb.html) to see an example of how to use list_dhcp_options API.
8630
8762
  def list_dhcp_options(compartment_id, opts = {})
8631
8763
  logger.debug 'Calling operation VirtualNetworkClient#list_dhcp_options.' if logger
8632
8764
 
@@ -8711,6 +8843,7 @@ module OCI
8711
8843
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8712
8844
  #
8713
8845
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::DrgAttachment DrgAttachment}>
8846
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_drg_attachments.rb.html) to see an example of how to use list_drg_attachments API.
8714
8847
  def list_drg_attachments(compartment_id, opts = {})
8715
8848
  logger.debug 'Calling operation VirtualNetworkClient#list_drg_attachments.' if logger
8716
8849
 
@@ -8777,6 +8910,7 @@ module OCI
8777
8910
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8778
8911
  #
8779
8912
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Drg Drg}>
8913
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_drgs.rb.html) to see an example of how to use list_drgs API.
8780
8914
  def list_drgs(compartment_id, opts = {})
8781
8915
  logger.debug 'Calling operation VirtualNetworkClient#list_drgs.' if logger
8782
8916
 
@@ -8847,6 +8981,7 @@ module OCI
8847
8981
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8848
8982
  #
8849
8983
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::FastConnectProviderService FastConnectProviderService}>
8984
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_fast_connect_provider_services.rb.html) to see an example of how to use list_fast_connect_provider_services API.
8850
8985
  def list_fast_connect_provider_services(compartment_id, opts = {})
8851
8986
  logger.debug 'Calling operation VirtualNetworkClient#list_fast_connect_provider_services.' if logger
8852
8987
 
@@ -8914,6 +9049,7 @@ module OCI
8914
9049
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
8915
9050
  #
8916
9051
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitBandwidthShape VirtualCircuitBandwidthShape}>
9052
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_fast_connect_provider_virtual_circuit_bandwidth_shapes.rb.html) to see an example of how to use list_fast_connect_provider_virtual_circuit_bandwidth_shapes API.
8917
9053
  def list_fast_connect_provider_virtual_circuit_bandwidth_shapes(provider_service_id, opts = {})
8918
9054
  logger.debug 'Calling operation VirtualNetworkClient#list_fast_connect_provider_virtual_circuit_bandwidth_shapes.' if logger
8919
9055
 
@@ -8998,6 +9134,7 @@ module OCI
8998
9134
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
8999
9135
  #
9000
9136
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::InternetGateway InternetGateway}>
9137
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_internet_gateways.rb.html) to see an example of how to use list_internet_gateways API.
9001
9138
  def list_internet_gateways(compartment_id, opts = {})
9002
9139
  logger.debug 'Calling operation VirtualNetworkClient#list_internet_gateways.' if logger
9003
9140
 
@@ -9079,6 +9216,7 @@ module OCI
9079
9216
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9080
9217
  #
9081
9218
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::IPSecConnectionTunnel IPSecConnectionTunnel}>
9219
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_ip_sec_connection_tunnels.rb.html) to see an example of how to use list_ip_sec_connection_tunnels API.
9082
9220
  def list_ip_sec_connection_tunnels(ipsc_id, opts = {})
9083
9221
  logger.debug 'Calling operation VirtualNetworkClient#list_ip_sec_connection_tunnels.' if logger
9084
9222
 
@@ -9146,6 +9284,7 @@ module OCI
9146
9284
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
9147
9285
  #
9148
9286
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::IPSecConnection IPSecConnection}>
9287
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_ip_sec_connections.rb.html) to see an example of how to use list_ip_sec_connections API.
9149
9288
  def list_ip_sec_connections(compartment_id, opts = {})
9150
9289
  logger.debug 'Calling operation VirtualNetworkClient#list_ip_sec_connections.' if logger
9151
9290
 
@@ -9226,6 +9365,7 @@ module OCI
9226
9365
  # If you need to contact Oracle about a particular request, please provide the request ID.
9227
9366
  #
9228
9367
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Ipv6 Ipv6}>
9368
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_ipv6s.rb.html) to see an example of how to use list_ipv6s API.
9229
9369
  def list_ipv6s(opts = {})
9230
9370
  logger.debug 'Calling operation VirtualNetworkClient#list_ipv6s.' if logger
9231
9371
 
@@ -9294,6 +9434,7 @@ module OCI
9294
9434
  #
9295
9435
  # @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
9296
9436
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}>
9437
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_local_peering_gateways.rb.html) to see an example of how to use list_local_peering_gateways API.
9297
9438
  def list_local_peering_gateways(compartment_id, opts = {})
9298
9439
  logger.debug 'Calling operation VirtualNetworkClient#list_local_peering_gateways.' if logger
9299
9440
 
@@ -9379,6 +9520,7 @@ module OCI
9379
9520
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
9380
9521
  #
9381
9522
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::NatGateway NatGateway}>
9523
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_nat_gateways.rb.html) to see an example of how to use list_nat_gateways API.
9382
9524
  def list_nat_gateways(compartment_id, opts = {})
9383
9525
  logger.debug 'Calling operation VirtualNetworkClient#list_nat_gateways.' if logger
9384
9526
 
@@ -9470,6 +9612,7 @@ module OCI
9470
9612
  #
9471
9613
  # Allowed values are: ASC, DESC
9472
9614
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::SecurityRule SecurityRule}>
9615
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_network_security_group_security_rules.rb.html) to see an example of how to use list_network_security_group_security_rules API.
9473
9616
  def list_network_security_group_security_rules(network_security_group_id, opts = {})
9474
9617
  logger.debug 'Calling operation VirtualNetworkClient#list_network_security_group_security_rules.' if logger
9475
9618
 
@@ -9555,6 +9698,7 @@ module OCI
9555
9698
  #
9556
9699
  # Allowed values are: ASC, DESC
9557
9700
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::NetworkSecurityGroupVnic NetworkSecurityGroupVnic}>
9701
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_network_security_group_vnics.rb.html) to see an example of how to use list_network_security_group_vnics API.
9558
9702
  def list_network_security_group_vnics(network_security_group_id, opts = {})
9559
9703
  logger.debug 'Calling operation VirtualNetworkClient#list_network_security_group_vnics.' if logger
9560
9704
 
@@ -9648,6 +9792,7 @@ module OCI
9648
9792
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
9649
9793
  #
9650
9794
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}>
9795
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_network_security_groups.rb.html) to see an example of how to use list_network_security_groups API.
9651
9796
  def list_network_security_groups(compartment_id, opts = {})
9652
9797
  logger.debug 'Calling operation VirtualNetworkClient#list_network_security_groups.' if logger
9653
9798
 
@@ -9749,6 +9894,7 @@ module OCI
9749
9894
  # @option opts [String] :vnic_id The OCID of the VNIC.
9750
9895
  # @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
9751
9896
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PrivateIp PrivateIp}>
9897
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_private_ips.rb.html) to see an example of how to use list_private_ips API.
9752
9898
  def list_private_ips(opts = {})
9753
9899
  logger.debug 'Calling operation VirtualNetworkClient#list_private_ips.' if logger
9754
9900
 
@@ -9837,6 +9983,7 @@ module OCI
9837
9983
  #
9838
9984
  # Allowed values are: ASC, DESC
9839
9985
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPoolCollection PublicIpPoolCollection}
9986
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_public_ip_pools.rb.html) to see an example of how to use list_public_ip_pools API.
9840
9987
  def list_public_ip_pools(compartment_id, opts = {})
9841
9988
  logger.debug 'Calling operation VirtualNetworkClient#list_public_ip_pools.' if logger
9842
9989
 
@@ -9954,6 +10101,7 @@ module OCI
9954
10101
  # @option opts [String] :public_ip_pool_id A filter to return only resources that belong to the given public IP pool.
9955
10102
  #
9956
10103
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::PublicIp PublicIp}>
10104
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_public_ips.rb.html) to see an example of how to use list_public_ips API.
9957
10105
  def list_public_ips(scope, compartment_id, opts = {})
9958
10106
  logger.debug 'Calling operation VirtualNetworkClient#list_public_ips.' if logger
9959
10107
 
@@ -10032,6 +10180,7 @@ module OCI
10032
10180
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10033
10181
  #
10034
10182
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}>
10183
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_remote_peering_connections.rb.html) to see an example of how to use list_remote_peering_connections API.
10035
10184
  def list_remote_peering_connections(compartment_id, opts = {})
10036
10185
  logger.debug 'Calling operation VirtualNetworkClient#list_remote_peering_connections.' if logger
10037
10186
 
@@ -10119,6 +10268,7 @@ module OCI
10119
10268
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10120
10269
  #
10121
10270
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::RouteTable RouteTable}>
10271
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_route_tables.rb.html) to see an example of how to use list_route_tables API.
10122
10272
  def list_route_tables(compartment_id, opts = {})
10123
10273
  logger.debug 'Calling operation VirtualNetworkClient#list_route_tables.' if logger
10124
10274
 
@@ -10220,6 +10370,7 @@ module OCI
10220
10370
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10221
10371
  #
10222
10372
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::SecurityList SecurityList}>
10373
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_security_lists.rb.html) to see an example of how to use list_security_lists API.
10223
10374
  def list_security_lists(compartment_id, opts = {})
10224
10375
  logger.debug 'Calling operation VirtualNetworkClient#list_security_lists.' if logger
10225
10376
 
@@ -10319,6 +10470,7 @@ module OCI
10319
10470
  # @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
10320
10471
  #
10321
10472
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::ServiceGateway ServiceGateway}>
10473
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_service_gateways.rb.html) to see an example of how to use list_service_gateways API.
10322
10474
  def list_service_gateways(compartment_id, opts = {})
10323
10475
  logger.debug 'Calling operation VirtualNetworkClient#list_service_gateways.' if logger
10324
10476
 
@@ -10399,6 +10551,7 @@ module OCI
10399
10551
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10400
10552
  #
10401
10553
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Service Service}>
10554
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_services.rb.html) to see an example of how to use list_services API.
10402
10555
  def list_services(opts = {})
10403
10556
  logger.debug 'Calling operation VirtualNetworkClient#list_services.' if logger
10404
10557
 
@@ -10481,6 +10634,7 @@ module OCI
10481
10634
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10482
10635
  #
10483
10636
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Subnet Subnet}>
10637
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_subnets.rb.html) to see an example of how to use list_subnets API.
10484
10638
  def list_subnets(compartment_id, opts = {})
10485
10639
  logger.debug 'Calling operation VirtualNetworkClient#list_subnets.' if logger
10486
10640
 
@@ -10580,6 +10734,7 @@ module OCI
10580
10734
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10581
10735
  #
10582
10736
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vcn Vcn}>
10737
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vcns.rb.html) to see an example of how to use list_vcns API.
10583
10738
  def list_vcns(compartment_id, opts = {})
10584
10739
  logger.debug 'Calling operation VirtualNetworkClient#list_vcns.' if logger
10585
10740
 
@@ -10660,6 +10815,7 @@ module OCI
10660
10815
  # [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
10661
10816
  #
10662
10817
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitBandwidthShape VirtualCircuitBandwidthShape}>
10818
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_virtual_circuit_bandwidth_shapes.rb.html) to see an example of how to use list_virtual_circuit_bandwidth_shapes API.
10663
10819
  def list_virtual_circuit_bandwidth_shapes(compartment_id, opts = {})
10664
10820
  logger.debug 'Calling operation VirtualNetworkClient#list_virtual_circuit_bandwidth_shapes.' if logger
10665
10821
 
@@ -10718,6 +10874,7 @@ module OCI
10718
10874
  # The state value is case-insensitive.
10719
10875
  #
10720
10876
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitPublicPrefix VirtualCircuitPublicPrefix}>
10877
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_virtual_circuit_public_prefixes.rb.html) to see an example of how to use list_virtual_circuit_public_prefixes API.
10721
10878
  def list_virtual_circuit_public_prefixes(virtual_circuit_id, opts = {})
10722
10879
  logger.debug 'Calling operation VirtualNetworkClient#list_virtual_circuit_public_prefixes.' if logger
10723
10880
 
@@ -10803,6 +10960,7 @@ module OCI
10803
10960
  # @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
10804
10961
  #
10805
10962
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuit VirtualCircuit}>
10963
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_virtual_circuits.rb.html) to see an example of how to use list_virtual_circuits API.
10806
10964
  def list_virtual_circuits(compartment_id, opts = {})
10807
10965
  logger.debug 'Calling operation VirtualNetworkClient#list_virtual_circuits.' if logger
10808
10966
 
@@ -10905,6 +11063,7 @@ module OCI
10905
11063
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
10906
11064
  #
10907
11065
  # @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vlan Vlan}>
11066
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vlans.rb.html) to see an example of how to use list_vlans API.
10908
11067
  def list_vlans(compartment_id, vcn_id, opts = {})
10909
11068
  logger.debug 'Calling operation VirtualNetworkClient#list_vlans.' if logger
10910
11069
 
@@ -10999,6 +11158,7 @@ module OCI
10999
11158
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11000
11159
  #
11001
11160
  # @return [Response] A Response object with data of type nil
11161
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/modify_vcn_cidr.rb.html) to see an example of how to use modify_vcn_cidr API.
11002
11162
  def modify_vcn_cidr(vcn_id, modify_vcn_cidr_details, opts = {})
11003
11163
  logger.debug 'Calling operation VirtualNetworkClient#modify_vcn_cidr.' if logger
11004
11164
 
@@ -11059,6 +11219,7 @@ module OCI
11059
11219
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
11060
11220
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
11061
11221
  # @return [Response] A Response object with data of type nil
11222
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_network_security_group_security_rules.rb.html) to see an example of how to use remove_network_security_group_security_rules API.
11062
11223
  def remove_network_security_group_security_rules(network_security_group_id, remove_network_security_group_security_rules_details, opts = {})
11063
11224
  logger.debug 'Calling operation VirtualNetworkClient#remove_network_security_group_security_rules.' if logger
11064
11225
 
@@ -11122,6 +11283,7 @@ module OCI
11122
11283
  # may be rejected).
11123
11284
  #
11124
11285
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
11286
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_public_ip_pool_capacity.rb.html) to see an example of how to use remove_public_ip_pool_capacity API.
11125
11287
  def remove_public_ip_pool_capacity(public_ip_pool_id, remove_public_ip_pool_capacity_details, opts = {})
11126
11288
  logger.debug 'Calling operation VirtualNetworkClient#remove_public_ip_pool_capacity.' if logger
11127
11289
 
@@ -11193,6 +11355,7 @@ module OCI
11193
11355
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11194
11356
  #
11195
11357
  # @return [Response] A Response object with data of type nil
11358
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_vcn_cidr.rb.html) to see an example of how to use remove_vcn_cidr API.
11196
11359
  def remove_vcn_cidr(vcn_id, remove_vcn_cidr_details, opts = {})
11197
11360
  logger.debug 'Calling operation VirtualNetworkClient#remove_vcn_cidr.' if logger
11198
11361
 
@@ -11257,6 +11420,7 @@ module OCI
11257
11420
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11258
11421
  #
11259
11422
  # @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
11423
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_byoip_range.rb.html) to see an example of how to use update_byoip_range API.
11260
11424
  def update_byoip_range(byoip_range_id, update_byoip_range_details, opts = {})
11261
11425
  logger.debug 'Calling operation VirtualNetworkClient#update_byoip_range.' if logger
11262
11426
 
@@ -11318,6 +11482,7 @@ module OCI
11318
11482
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11319
11483
  #
11320
11484
  # @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
11485
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_cpe.rb.html) to see an example of how to use update_cpe API.
11321
11486
  def update_cpe(cpe_id, update_cpe_details, opts = {})
11322
11487
  logger.debug 'Calling operation VirtualNetworkClient#update_cpe.' if logger
11323
11488
 
@@ -11376,6 +11541,7 @@ module OCI
11376
11541
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11377
11542
  #
11378
11543
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnect CrossConnect}
11544
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_cross_connect.rb.html) to see an example of how to use update_cross_connect API.
11379
11545
  def update_cross_connect(cross_connect_id, update_cross_connect_details, opts = {})
11380
11546
  logger.debug 'Calling operation VirtualNetworkClient#update_cross_connect.' if logger
11381
11547
 
@@ -11436,6 +11602,7 @@ module OCI
11436
11602
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11437
11603
  #
11438
11604
  # @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectGroup CrossConnectGroup}
11605
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_cross_connect_group.rb.html) to see an example of how to use update_cross_connect_group API.
11439
11606
  def update_cross_connect_group(cross_connect_group_id, update_cross_connect_group_details, opts = {})
11440
11607
  logger.debug 'Calling operation VirtualNetworkClient#update_cross_connect_group.' if logger
11441
11608
 
@@ -11498,6 +11665,7 @@ module OCI
11498
11665
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11499
11666
  #
11500
11667
  # @return [Response] A Response object with data of type {OCI::Core::Models::DhcpOptions DhcpOptions}
11668
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_dhcp_options.rb.html) to see an example of how to use update_dhcp_options API.
11501
11669
  def update_dhcp_options(dhcp_id, update_dhcp_details, opts = {})
11502
11670
  logger.debug 'Calling operation VirtualNetworkClient#update_dhcp_options.' if logger
11503
11671
 
@@ -11557,6 +11725,7 @@ module OCI
11557
11725
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11558
11726
  #
11559
11727
  # @return [Response] A Response object with data of type {OCI::Core::Models::Drg Drg}
11728
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_drg.rb.html) to see an example of how to use update_drg API.
11560
11729
  def update_drg(drg_id, update_drg_details, opts = {})
11561
11730
  logger.debug 'Calling operation VirtualNetworkClient#update_drg.' if logger
11562
11731
 
@@ -11617,6 +11786,7 @@ module OCI
11617
11786
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11618
11787
  #
11619
11788
  # @return [Response] A Response object with data of type {OCI::Core::Models::DrgAttachment DrgAttachment}
11789
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_drg_attachment.rb.html) to see an example of how to use update_drg_attachment API.
11620
11790
  def update_drg_attachment(drg_attachment_id, update_drg_attachment_details, opts = {})
11621
11791
  logger.debug 'Calling operation VirtualNetworkClient#update_drg_attachment.' if logger
11622
11792
 
@@ -11680,6 +11850,7 @@ module OCI
11680
11850
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11681
11851
  #
11682
11852
  # @return [Response] A Response object with data of type {OCI::Core::Models::InternetGateway InternetGateway}
11853
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_internet_gateway.rb.html) to see an example of how to use update_internet_gateway API.
11683
11854
  def update_internet_gateway(ig_id, update_internet_gateway_details, opts = {})
11684
11855
  logger.debug 'Calling operation VirtualNetworkClient#update_internet_gateway.' if logger
11685
11856
 
@@ -11742,6 +11913,7 @@ module OCI
11742
11913
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11743
11914
  #
11744
11915
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnection IPSecConnection}
11916
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_ip_sec_connection.rb.html) to see an example of how to use update_ip_sec_connection API.
11745
11917
  def update_ip_sec_connection(ipsc_id, update_ip_sec_connection_details, opts = {})
11746
11918
  logger.debug 'Calling operation VirtualNetworkClient#update_ip_sec_connection.' if logger
11747
11919
 
@@ -11816,6 +11988,7 @@ module OCI
11816
11988
  # If you need to contact Oracle about a particular request, please provide the request ID.
11817
11989
  #
11818
11990
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnel IPSecConnectionTunnel}
11991
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_ip_sec_connection_tunnel.rb.html) to see an example of how to use update_ip_sec_connection_tunnel API.
11819
11992
  def update_ip_sec_connection_tunnel(ipsc_id, tunnel_id, update_ip_sec_connection_tunnel_details, opts = {})
11820
11993
  logger.debug 'Calling operation VirtualNetworkClient#update_ip_sec_connection_tunnel.' if logger
11821
11994
 
@@ -11881,6 +12054,7 @@ module OCI
11881
12054
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
11882
12055
  #
11883
12056
  # @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnelSharedSecret IPSecConnectionTunnelSharedSecret}
12057
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_ip_sec_connection_tunnel_shared_secret.rb.html) to see an example of how to use update_ip_sec_connection_tunnel_shared_secret API.
11884
12058
  def update_ip_sec_connection_tunnel_shared_secret(ipsc_id, tunnel_id, update_ip_sec_connection_tunnel_shared_secret_details, opts = {})
11885
12059
  logger.debug 'Calling operation VirtualNetworkClient#update_ip_sec_connection_tunnel_shared_secret.' if logger
11886
12060
 
@@ -11951,6 +12125,7 @@ module OCI
11951
12125
  # If you need to contact Oracle about a particular request, please provide the request ID.
11952
12126
  #
11953
12127
  # @return [Response] A Response object with data of type {OCI::Core::Models::Ipv6 Ipv6}
12128
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_ipv6.rb.html) to see an example of how to use update_ipv6 API.
11954
12129
  def update_ipv6(ipv6_id, update_ipv6_details, opts = {})
11955
12130
  logger.debug 'Calling operation VirtualNetworkClient#update_ipv6.' if logger
11956
12131
 
@@ -12011,6 +12186,7 @@ module OCI
12011
12186
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12012
12187
  #
12013
12188
  # @return [Response] A Response object with data of type {OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}
12189
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_local_peering_gateway.rb.html) to see an example of how to use update_local_peering_gateway API.
12014
12190
  def update_local_peering_gateway(local_peering_gateway_id, update_local_peering_gateway_details, opts = {})
12015
12191
  logger.debug 'Calling operation VirtualNetworkClient#update_local_peering_gateway.' if logger
12016
12192
 
@@ -12070,6 +12246,7 @@ module OCI
12070
12246
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12071
12247
  #
12072
12248
  # @return [Response] A Response object with data of type {OCI::Core::Models::NatGateway NatGateway}
12249
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_nat_gateway.rb.html) to see an example of how to use update_nat_gateway API.
12073
12250
  def update_nat_gateway(nat_gateway_id, update_nat_gateway_details, opts = {})
12074
12251
  logger.debug 'Calling operation VirtualNetworkClient#update_nat_gateway.' if logger
12075
12252
 
@@ -12143,6 +12320,7 @@ module OCI
12143
12320
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12144
12321
  #
12145
12322
  # @return [Response] A Response object with data of type {OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}
12323
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_network_security_group.rb.html) to see an example of how to use update_network_security_group API.
12146
12324
  def update_network_security_group(network_security_group_id, update_network_security_group_details, opts = {})
12147
12325
  logger.debug 'Calling operation VirtualNetworkClient#update_network_security_group.' if logger
12148
12326
 
@@ -12201,6 +12379,7 @@ module OCI
12201
12379
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
12202
12380
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
12203
12381
  # @return [Response] A Response object with data of type {OCI::Core::Models::UpdatedNetworkSecurityGroupSecurityRules UpdatedNetworkSecurityGroupSecurityRules}
12382
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_network_security_group_security_rules.rb.html) to see an example of how to use update_network_security_group_security_rules API.
12204
12383
  def update_network_security_group_security_rules(network_security_group_id, update_network_security_group_security_rules_details, opts = {})
12205
12384
  logger.debug 'Calling operation VirtualNetworkClient#update_network_security_group_security_rules.' if logger
12206
12385
 
@@ -12269,6 +12448,7 @@ module OCI
12269
12448
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12270
12449
  #
12271
12450
  # @return [Response] A Response object with data of type {OCI::Core::Models::PrivateIp PrivateIp}
12451
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_private_ip.rb.html) to see an example of how to use update_private_ip API.
12272
12452
  def update_private_ip(private_ip_id, update_private_ip_details, opts = {})
12273
12453
  logger.debug 'Calling operation VirtualNetworkClient#update_private_ip.' if logger
12274
12454
 
@@ -12366,6 +12546,7 @@ module OCI
12366
12546
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12367
12547
  #
12368
12548
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
12549
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_public_ip.rb.html) to see an example of how to use update_public_ip API.
12369
12550
  def update_public_ip(public_ip_id, update_public_ip_details, opts = {})
12370
12551
  logger.debug 'Calling operation VirtualNetworkClient#update_public_ip.' if logger
12371
12552
 
@@ -12428,6 +12609,7 @@ module OCI
12428
12609
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12429
12610
  #
12430
12611
  # @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
12612
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_public_ip_pool.rb.html) to see an example of how to use update_public_ip_pool API.
12431
12613
  def update_public_ip_pool(public_ip_pool_id, update_public_ip_pool_details, opts = {})
12432
12614
  logger.debug 'Calling operation VirtualNetworkClient#update_public_ip_pool.' if logger
12433
12615
 
@@ -12488,6 +12670,7 @@ module OCI
12488
12670
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12489
12671
  #
12490
12672
  # @return [Response] A Response object with data of type {OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}
12673
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_remote_peering_connection.rb.html) to see an example of how to use update_remote_peering_connection API.
12491
12674
  def update_remote_peering_connection(remote_peering_connection_id, update_remote_peering_connection_details, opts = {})
12492
12675
  logger.debug 'Calling operation VirtualNetworkClient#update_remote_peering_connection.' if logger
12493
12676
 
@@ -12550,6 +12733,7 @@ module OCI
12550
12733
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12551
12734
  #
12552
12735
  # @return [Response] A Response object with data of type {OCI::Core::Models::RouteTable RouteTable}
12736
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_route_table.rb.html) to see an example of how to use update_route_table API.
12553
12737
  def update_route_table(rt_id, update_route_table_details, opts = {})
12554
12738
  logger.debug 'Calling operation VirtualNetworkClient#update_route_table.' if logger
12555
12739
 
@@ -12613,6 +12797,7 @@ module OCI
12613
12797
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12614
12798
  #
12615
12799
  # @return [Response] A Response object with data of type {OCI::Core::Models::SecurityList SecurityList}
12800
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_security_list.rb.html) to see an example of how to use update_security_list API.
12616
12801
  def update_security_list(security_list_id, update_security_list_details, opts = {})
12617
12802
  logger.debug 'Calling operation VirtualNetworkClient#update_security_list.' if logger
12618
12803
 
@@ -12673,6 +12858,7 @@ module OCI
12673
12858
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12674
12859
  #
12675
12860
  # @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
12861
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_service_gateway.rb.html) to see an example of how to use update_service_gateway API.
12676
12862
  def update_service_gateway(service_gateway_id, update_service_gateway_details, opts = {})
12677
12863
  logger.debug 'Calling operation VirtualNetworkClient#update_service_gateway.' if logger
12678
12864
 
@@ -12732,6 +12918,7 @@ module OCI
12732
12918
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12733
12919
  #
12734
12920
  # @return [Response] A Response object with data of type {OCI::Core::Models::Subnet Subnet}
12921
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_subnet.rb.html) to see an example of how to use update_subnet API.
12735
12922
  def update_subnet(subnet_id, update_subnet_details, opts = {})
12736
12923
  logger.debug 'Calling operation VirtualNetworkClient#update_subnet.' if logger
12737
12924
 
@@ -12803,6 +12990,7 @@ module OCI
12803
12990
  # If you need to contact Oracle about a particular request, please provide the request ID.
12804
12991
  #
12805
12992
  # @return [Response] A Response object with data of type {OCI::Core::Models::TunnelCpeDeviceConfig TunnelCpeDeviceConfig}
12993
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_tunnel_cpe_device_config.rb.html) to see an example of how to use update_tunnel_cpe_device_config API.
12806
12994
  def update_tunnel_cpe_device_config(ipsc_id, tunnel_id, update_tunnel_cpe_device_config_details, opts = {})
12807
12995
  logger.debug 'Calling operation VirtualNetworkClient#update_tunnel_cpe_device_config.' if logger
12808
12996
 
@@ -12867,6 +13055,7 @@ module OCI
12867
13055
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12868
13056
  #
12869
13057
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vcn Vcn}
13058
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_vcn.rb.html) to see an example of how to use update_vcn API.
12870
13059
  def update_vcn(vcn_id, update_vcn_details, opts = {})
12871
13060
  logger.debug 'Calling operation VirtualNetworkClient#update_vcn.' if logger
12872
13061
 
@@ -12949,6 +13138,7 @@ module OCI
12949
13138
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
12950
13139
  #
12951
13140
  # @return [Response] A Response object with data of type {OCI::Core::Models::VirtualCircuit VirtualCircuit}
13141
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_virtual_circuit.rb.html) to see an example of how to use update_virtual_circuit API.
12952
13142
  def update_virtual_circuit(virtual_circuit_id, update_virtual_circuit_details, opts = {})
12953
13143
  logger.debug 'Calling operation VirtualNetworkClient#update_virtual_circuit.' if logger
12954
13144
 
@@ -13013,6 +13203,7 @@ module OCI
13013
13203
  # If you need to contact Oracle about a particular request, please provide the request ID.
13014
13204
  #
13015
13205
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vlan Vlan}
13206
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_vlan.rb.html) to see an example of how to use update_vlan API.
13016
13207
  def update_vlan(vlan_id, update_vlan_details, opts = {})
13017
13208
  logger.debug 'Calling operation VirtualNetworkClient#update_vlan.' if logger
13018
13209
 
@@ -13073,6 +13264,7 @@ module OCI
13073
13264
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
13074
13265
  #
13075
13266
  # @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
13267
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_vnic.rb.html) to see an example of how to use update_vnic API.
13076
13268
  def update_vnic(vnic_id, update_vnic_details, opts = {})
13077
13269
  logger.debug 'Calling operation VirtualNetworkClient#update_vnic.' if logger
13078
13270
 
@@ -13131,6 +13323,7 @@ module OCI
13131
13323
  # If you need to contact Oracle about a particular request, please provide the request ID.
13132
13324
  #
13133
13325
  # @return [Response] A Response object with data of type nil
13326
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/validate_byoip_range.rb.html) to see an example of how to use validate_byoip_range API.
13134
13327
  def validate_byoip_range(byoip_range_id, opts = {})
13135
13328
  logger.debug 'Calling operation VirtualNetworkClient#validate_byoip_range.' if logger
13136
13329
 
@@ -13186,6 +13379,7 @@ module OCI
13186
13379
  # If you need to contact Oracle about a particular request, please provide the request ID.
13187
13380
  #
13188
13381
  # @return [Response] A Response object with data of type nil
13382
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/withdraw_byoip_range.rb.html) to see an example of how to use withdraw_byoip_range API.
13189
13383
  def withdraw_byoip_range(byoip_range_id, opts = {})
13190
13384
  logger.debug 'Calling operation VirtualNetworkClient#withdraw_byoip_range.' if logger
13191
13385