oci 2.11.0 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/oci.rb +1 -0
  4. data/lib/oci/analytics/analytics_client.rb +15 -0
  5. data/lib/oci/announcements_service/announcement_client.rb +4 -0
  6. data/lib/oci/apigateway/api_gateway_client.rb +15 -0
  7. data/lib/oci/apigateway/deployment_client.rb +6 -0
  8. data/lib/oci/apigateway/gateway_client.rb +6 -0
  9. data/lib/oci/apigateway/work_requests_client.rb +5 -0
  10. data/lib/oci/application_migration/application_migration_client.rb +19 -0
  11. data/lib/oci/audit/audit_client.rb +4 -1
  12. data/lib/oci/audit/models/audit_event.rb +8 -7
  13. data/lib/oci/audit/models/data.rb +0 -107
  14. data/lib/oci/audit/models/identity.rb +0 -17
  15. data/lib/oci/audit/models/request.rb +0 -46
  16. data/lib/oci/audit/models/response.rb +0 -34
  17. data/lib/oci/audit/models/state_change.rb +0 -9
  18. data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
  19. data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
  20. data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
  21. data/lib/oci/bds/bds_client.rb +16 -0
  22. data/lib/oci/blockchain/blockchain.rb +1 -0
  23. data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
  24. data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
  25. data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
  26. data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
  27. data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
  28. data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
  29. data/lib/oci/blockchain/models/work_request.rb +1 -0
  30. data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
  31. data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
  32. data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
  33. data/lib/oci/budget/budget_client.rb +10 -0
  34. data/lib/oci/cims/incident_client.rb +7 -0
  35. data/lib/oci/cims/user_client.rb +1 -0
  36. data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
  37. data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
  38. data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
  39. data/lib/oci/container_engine/container_engine_client.rb +18 -0
  40. data/lib/oci/core/blockstorage_client.rb +53 -0
  41. data/lib/oci/core/compute_client.rb +71 -0
  42. data/lib/oci/core/compute_management_client.rb +28 -0
  43. data/lib/oci/core/virtual_network_client.rb +194 -0
  44. data/lib/oci/data_catalog/data_catalog.rb +5 -0
  45. data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
  46. data/lib/oci/data_catalog/models/attribute.rb +45 -4
  47. data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
  48. data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
  49. data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
  50. data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
  51. data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
  52. data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
  53. data/lib/oci/data_catalog/models/rule_type.rb +12 -0
  54. data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
  55. data/lib/oci/data_flow/data_flow_client.rb +24 -0
  56. data/lib/oci/data_integration/data_integration_client.rb +92 -0
  57. data/lib/oci/data_safe/data_safe.rb +8 -0
  58. data/lib/oci/data_safe/data_safe_client.rb +606 -13
  59. data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
  60. data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
  61. data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
  62. data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
  63. data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
  64. data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
  65. data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
  66. data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
  67. data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
  68. data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
  69. data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
  70. data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
  71. data/lib/oci/data_safe/models/service_list.rb +1 -0
  72. data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
  73. data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
  74. data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
  75. data/lib/oci/data_safe/models/work_request.rb +11 -6
  76. data/lib/oci/data_safe/models/work_request_error.rb +3 -4
  77. data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
  78. data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
  79. data/lib/oci/data_science/data_science_client.rb +34 -0
  80. data/lib/oci/database/database.rb +4 -8
  81. data/lib/oci/database/database_client.rb +523 -766
  82. data/lib/oci/database/database_client_composite_operations.rb +1299 -330
  83. data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
  84. data/lib/oci/database/models/autonomous_container_database.rb +3 -3
  85. data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
  86. data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
  87. data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
  88. data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
  89. data/lib/oci/database/models/autonomous_database.rb +35 -3
  90. data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
  91. data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
  92. data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
  93. data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
  94. data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
  95. data/lib/oci/database/models/backup.rb +19 -5
  96. data/lib/oci/database/models/backup_summary.rb +19 -5
  97. data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
  98. data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
  99. data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
  100. data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
  101. data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
  102. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
  103. data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
  104. data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
  105. data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
  106. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
  107. data/lib/oci/database/models/create_database_base.rb +33 -4
  108. data/lib/oci/database/models/create_database_from_backup.rb +9 -1
  109. data/lib/oci/database/models/create_db_home_base.rb +30 -1
  110. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
  111. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
  112. data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
  113. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
  114. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
  115. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
  116. data/lib/oci/database/models/create_new_database_details.rb +9 -1
  117. data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
  118. data/lib/oci/database/models/database.rb +16 -2
  119. data/lib/oci/database/models/database_summary.rb +16 -2
  120. data/lib/oci/database/models/db_home.rb +16 -2
  121. data/lib/oci/database/models/db_home_summary.rb +16 -2
  122. data/lib/oci/database/models/db_system.rb +16 -2
  123. data/lib/oci/database/models/db_system_summary.rb +16 -2
  124. data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
  125. data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
  126. data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
  127. data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
  128. data/lib/oci/database/models/flex_component_collection.rb +150 -0
  129. data/lib/oci/database/models/flex_component_summary.rb +197 -0
  130. data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
  131. data/lib/oci/database/models/launch_db_system_base.rb +30 -1
  132. data/lib/oci/database/models/launch_db_system_details.rb +9 -1
  133. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
  134. data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
  135. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
  136. data/lib/oci/database/models/maintenance_run.rb +2 -1
  137. data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
  138. data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
  139. data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
  140. data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
  141. data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
  142. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
  143. data/lib/oci/database/models/update_database_details.rb +1 -1
  144. data/lib/oci/database/models/update_details.rb +1 -1
  145. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
  146. data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
  147. data/lib/oci/database/models/update_summary.rb +1 -1
  148. data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
  149. data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
  150. data/lib/oci/database/models/vm_cluster.rb +2 -1
  151. data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
  152. data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
  153. data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
  154. data/lib/oci/database/models/vm_network_details.rb +2 -1
  155. data/lib/oci/dns/dns_client.rb +49 -0
  156. data/lib/oci/dts/appliance_export_job_client.rb +6 -0
  157. data/lib/oci/dts/shipping_vendors_client.rb +1 -0
  158. data/lib/oci/dts/transfer_appliance_client.rb +8 -0
  159. data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
  160. data/lib/oci/dts/transfer_device_client.rb +5 -0
  161. data/lib/oci/dts/transfer_job_client.rb +6 -0
  162. data/lib/oci/dts/transfer_package_client.rb +7 -0
  163. data/lib/oci/email/email_client.rb +10 -0
  164. data/lib/oci/events/events_client.rb +6 -0
  165. data/lib/oci/file_storage/file_storage_client.rb +25 -0
  166. data/lib/oci/functions/functions_invoke_client.rb +1 -0
  167. data/lib/oci/functions/functions_management_client.rb +11 -0
  168. data/lib/oci/healthchecks/health_checks_client.rb +17 -0
  169. data/lib/oci/identity/identity_client.rb +120 -0
  170. data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
  171. data/lib/oci/integration/integration.rb +3 -0
  172. data/lib/oci/integration/integration_instance_client.rb +12 -0
  173. data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
  174. data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
  175. data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
  176. data/lib/oci/integration/models/integration_instance.rb +43 -1
  177. data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
  178. data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
  179. data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
  180. data/lib/oci/key_management/kms_crypto_client.rb +4 -0
  181. data/lib/oci/key_management/kms_management_client.rb +31 -0
  182. data/lib/oci/key_management/kms_vault_client.rb +11 -0
  183. data/lib/oci/limits/limits_client.rb +4 -0
  184. data/lib/oci/limits/quotas_client.rb +5 -0
  185. data/lib/oci/load_balancer/load_balancer.rb +1 -0
  186. data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
  187. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
  188. data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
  189. data/lib/oci/load_balancer/models/shape_details.rb +180 -0
  190. data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
  191. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
  192. data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
  193. data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
  194. data/lib/oci/logging/logging_management_client.rb +32 -0
  195. data/lib/oci/loggingingestion/logging_client.rb +1 -0
  196. data/lib/oci/loggingsearch/log_search_client.rb +1 -0
  197. data/lib/oci/management_agent/management_agent.rb +2 -0
  198. data/lib/oci/management_agent/management_agent_client.rb +101 -0
  199. data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
  200. data/lib/oci/management_agent/models/availability_status.rb +12 -0
  201. data/lib/oci/management_agent/models/management_agent.rb +35 -1
  202. data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
  203. data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
  204. data/lib/oci/marketplace/marketplace_client.rb +16 -0
  205. data/lib/oci/monitoring/monitoring_client.rb +12 -0
  206. data/lib/oci/mysql/channels_client.rb +625 -0
  207. data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
  208. data/lib/oci/mysql/db_backups_client.rb +11 -0
  209. data/lib/oci/mysql/db_system_client.rb +17 -0
  210. data/lib/oci/mysql/models/backup.rb +16 -3
  211. data/lib/oci/mysql/models/backup_summary.rb +17 -3
  212. data/lib/oci/mysql/models/ca_certificate.rb +189 -0
  213. data/lib/oci/mysql/models/channel.rb +340 -0
  214. data/lib/oci/mysql/models/channel_source.rb +189 -0
  215. data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
  216. data/lib/oci/mysql/models/channel_summary.rb +304 -0
  217. data/lib/oci/mysql/models/channel_target.rb +189 -0
  218. data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
  219. data/lib/oci/mysql/models/configuration.rb +2 -2
  220. data/lib/oci/mysql/models/configuration_summary.rb +2 -2
  221. data/lib/oci/mysql/models/configuration_variables.rb +30 -15
  222. data/lib/oci/mysql/models/create_backup_details.rb +2 -2
  223. data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
  224. data/lib/oci/mysql/models/create_channel_details.rb +248 -0
  225. data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
  226. data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
  227. data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
  228. data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
  229. data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
  230. data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
  231. data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
  232. data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
  233. data/lib/oci/mysql/models/db_system.rb +15 -3
  234. data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
  235. data/lib/oci/mysql/models/db_system_source.rb +1 -0
  236. data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
  237. data/lib/oci/mysql/models/db_system_summary.rb +2 -2
  238. data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
  239. data/lib/oci/mysql/models/update_backup_details.rb +2 -2
  240. data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
  241. data/lib/oci/mysql/models/update_channel_details.rb +234 -0
  242. data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
  243. data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
  244. data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
  245. data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
  246. data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
  247. data/lib/oci/mysql/mysql.rb +23 -0
  248. data/lib/oci/mysql/mysqlaas_client.rb +7 -0
  249. data/lib/oci/mysql/work_requests_client.rb +4 -0
  250. data/lib/oci/nosql/nosql_client.rb +22 -0
  251. data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
  252. data/lib/oci/object_storage/object_storage_client.rb +55 -6
  253. data/lib/oci/oce/oce_instance_client.rb +10 -0
  254. data/lib/oci/ocvp/esxi_host_client.rb +5 -0
  255. data/lib/oci/ocvp/sddc_client.rb +7 -0
  256. data/lib/oci/ocvp/work_request_client.rb +4 -0
  257. data/lib/oci/oda/oda_client.rb +12 -0
  258. data/lib/oci/ons/notification_control_plane_client.rb +6 -0
  259. data/lib/oci/ons/notification_data_plane_client.rb +10 -0
  260. data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
  261. data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
  262. data/lib/oci/opsi/operations_insights_client.rb +22 -3
  263. data/lib/oci/optimizer/optimizer_client.rb +22 -0
  264. data/lib/oci/os_management/os_management_client.rb +53 -0
  265. data/lib/oci/regions.rb +3 -0
  266. data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
  267. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
  268. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
  269. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
  270. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  271. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
  272. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
  273. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
  274. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
  275. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
  276. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
  277. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  278. data/lib/oci/resource_manager/resource_manager.rb +4 -0
  279. data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
  280. data/lib/oci/resource_search/resource_search_client.rb +3 -0
  281. data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
  282. data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
  283. data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
  284. data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
  285. data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
  286. data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
  287. data/lib/oci/rover/models/enclosure_type.rb +11 -0
  288. data/lib/oci/rover/models/lifecycle_state.rb +15 -0
  289. data/lib/oci/rover/models/node_type.rb +11 -0
  290. data/lib/oci/rover/models/rover_cluster.rb +610 -0
  291. data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
  292. data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
  293. data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
  294. data/lib/oci/rover/models/rover_entitlement.rb +363 -0
  295. data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
  296. data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
  297. data/lib/oci/rover/models/rover_node.rb +661 -0
  298. data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
  299. data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
  300. data/lib/oci/rover/models/rover_node_collection.rb +150 -0
  301. data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
  302. data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
  303. data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
  304. data/lib/oci/rover/models/rover_node_summary.rb +323 -0
  305. data/lib/oci/rover/models/rover_workload.rb +264 -0
  306. data/lib/oci/rover/models/shipping_address.rb +276 -0
  307. data/lib/oci/rover/models/sort_orders.rb +11 -0
  308. data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
  309. data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
  310. data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
  311. data/lib/oci/rover/rover.rb +54 -0
  312. data/lib/oci/rover/rover_cluster_client.rb +549 -0
  313. data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
  314. data/lib/oci/rover/rover_entitlement_client.rb +514 -0
  315. data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
  316. data/lib/oci/rover/rover_node_client.rb +738 -0
  317. data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
  318. data/lib/oci/rover/util.rb +3 -0
  319. data/lib/oci/sch/service_connector_client.rb +12 -0
  320. data/lib/oci/secrets/secrets_client.rb +2 -0
  321. data/lib/oci/streaming/stream_admin_client.rb +18 -0
  322. data/lib/oci/streaming/stream_client.rb +8 -0
  323. data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
  324. data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
  325. data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
  326. data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
  327. data/lib/oci/usage_api/usageapi_client.rb +2 -0
  328. data/lib/oci/vault/vaults_client.rb +11 -0
  329. data/lib/oci/version.rb +1 -1
  330. data/lib/oci/waas/redirect_client.rb +6 -0
  331. data/lib/oci/waas/waas_client.rb +66 -0
  332. data/lib/oci/work_requests/work_request_client.rb +4 -0
  333. metadata +91 -10
@@ -122,6 +122,7 @@ module OCI
122
122
  # might be rejected.
123
123
  #
124
124
  # @return [Response] A Response object with data of type nil
125
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/add_block_storage.rb.html) to see an example of how to use add_block_storage API.
125
126
  def add_block_storage(bds_instance_id, add_block_storage_details, opts = {})
126
127
  logger.debug 'Calling operation BdsClient#add_block_storage.' if logger
127
128
 
@@ -193,6 +194,7 @@ module OCI
193
194
  # might be rejected.
194
195
  #
195
196
  # @return [Response] A Response object with data of type nil
197
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/add_cloud_sql.rb.html) to see an example of how to use add_cloud_sql API.
196
198
  def add_cloud_sql(bds_instance_id, add_cloud_sql_details, opts = {})
197
199
  logger.debug 'Calling operation BdsClient#add_cloud_sql.' if logger
198
200
 
@@ -264,6 +266,7 @@ module OCI
264
266
  # might be rejected.
265
267
  #
266
268
  # @return [Response] A Response object with data of type nil
269
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/add_worker_nodes.rb.html) to see an example of how to use add_worker_nodes API.
267
270
  def add_worker_nodes(bds_instance_id, add_worker_nodes_details, opts = {})
268
271
  logger.debug 'Calling operation BdsClient#add_worker_nodes.' if logger
269
272
 
@@ -334,6 +337,7 @@ module OCI
334
337
  # might be rejected.
335
338
  #
336
339
  # @return [Response] A Response object with data of type nil
340
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/change_bds_instance_compartment.rb.html) to see an example of how to use change_bds_instance_compartment API.
337
341
  def change_bds_instance_compartment(bds_instance_id, change_bds_instance_compartment_details, opts = {})
338
342
  logger.debug 'Calling operation BdsClient#change_bds_instance_compartment.' if logger
339
343
 
@@ -406,6 +410,7 @@ module OCI
406
410
  # might be rejected.
407
411
  #
408
412
  # @return [Response] A Response object with data of type nil
413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/change_shape.rb.html) to see an example of how to use change_shape API.
409
414
  def change_shape(bds_instance_id, change_shape_details, opts = {})
410
415
  logger.debug 'Calling operation BdsClient#change_shape.' if logger
411
416
 
@@ -469,6 +474,7 @@ module OCI
469
474
  # might be rejected.
470
475
  #
471
476
  # @return [Response] A Response object with data of type nil
477
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/create_bds_instance.rb.html) to see an example of how to use create_bds_instance API.
472
478
  def create_bds_instance(create_bds_instance_details, opts = {})
473
479
  logger.debug 'Calling operation BdsClient#create_bds_instance.' if logger
474
480
 
@@ -528,6 +534,7 @@ module OCI
528
534
  # provide matches the resource's current etag value.
529
535
  #
530
536
  # @return [Response] A Response object with data of type nil
537
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/delete_bds_instance.rb.html) to see an example of how to use delete_bds_instance API.
531
538
  def delete_bds_instance(bds_instance_id, opts = {})
532
539
  logger.debug 'Calling operation BdsClient#delete_bds_instance.' if logger
533
540
 
@@ -581,6 +588,7 @@ module OCI
581
588
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
582
589
  # @option opts [String] :opc_request_id The client request ID for tracing.
583
590
  # @return [Response] A Response object with data of type {OCI::Bds::Models::BdsInstance BdsInstance}
591
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/get_bds_instance.rb.html) to see an example of how to use get_bds_instance API.
584
592
  def get_bds_instance(bds_instance_id, opts = {})
585
593
  logger.debug 'Calling operation BdsClient#get_bds_instance.' if logger
586
594
 
@@ -634,6 +642,7 @@ module OCI
634
642
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
635
643
  # @option opts [String] :opc_request_id The client request ID for tracing.
636
644
  # @return [Response] A Response object with data of type {OCI::Bds::Models::WorkRequest WorkRequest}
645
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/get_work_request.rb.html) to see an example of how to use get_work_request API.
637
646
  def get_work_request(work_request_id, opts = {})
638
647
  logger.debug 'Calling operation BdsClient#get_work_request.' if logger
639
648
 
@@ -696,6 +705,7 @@ module OCI
696
705
  # @option opts [String] :display_name A filter to return only resources that match the entire display name given.
697
706
  # @option opts [String] :opc_request_id The client request ID for tracing.
698
707
  # @return [Response] A Response object with data of type Array<{OCI::Bds::Models::BdsInstanceSummary BdsInstanceSummary}>
708
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/list_bds_instances.rb.html) to see an example of how to use list_bds_instances API.
699
709
  def list_bds_instances(compartment_id, opts = {})
700
710
  logger.debug 'Calling operation BdsClient#list_bds_instances.' if logger
701
711
 
@@ -774,6 +784,7 @@ module OCI
774
784
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
775
785
  # @option opts [String] :opc_request_id The client request ID for tracing.
776
786
  # @return [Response] A Response object with data of type Array<{OCI::Bds::Models::WorkRequestError WorkRequestError}>
787
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
777
788
  def list_work_request_errors(work_request_id, opts = {})
778
789
  logger.debug 'Calling operation BdsClient#list_work_request_errors.' if logger
779
790
 
@@ -846,6 +857,7 @@ module OCI
846
857
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
847
858
  # @option opts [String] :opc_request_id The client request ID for tracing.
848
859
  # @return [Response] A Response object with data of type Array<{OCI::Bds::Models::WorkRequestLogEntry WorkRequestLogEntry}>
860
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
849
861
  def list_work_request_logs(work_request_id, opts = {})
850
862
  logger.debug 'Calling operation BdsClient#list_work_request_logs.' if logger
851
863
 
@@ -919,6 +931,7 @@ module OCI
919
931
  # @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
920
932
  # @option opts [String] :opc_request_id The client request ID for tracing.
921
933
  # @return [Response] A Response object with data of type Array<{OCI::Bds::Models::WorkRequest WorkRequest}>
934
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
922
935
  def list_work_requests(compartment_id, opts = {})
923
936
  logger.debug 'Calling operation BdsClient#list_work_requests.' if logger
924
937
 
@@ -993,6 +1006,7 @@ module OCI
993
1006
  # provide matches the resource's current etag value.
994
1007
  #
995
1008
  # @return [Response] A Response object with data of type nil
1009
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/remove_cloud_sql.rb.html) to see an example of how to use remove_cloud_sql API.
996
1010
  def remove_cloud_sql(bds_instance_id, remove_cloud_sql_details, opts = {})
997
1011
  logger.debug 'Calling operation BdsClient#remove_cloud_sql.' if logger
998
1012
 
@@ -1061,6 +1075,7 @@ module OCI
1061
1075
  # might be rejected.
1062
1076
  #
1063
1077
  # @return [Response] A Response object with data of type nil
1078
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/restart_node.rb.html) to see an example of how to use restart_node API.
1064
1079
  def restart_node(bds_instance_id, restart_node_details, opts = {})
1065
1080
  logger.debug 'Calling operation BdsClient#restart_node.' if logger
1066
1081
 
@@ -1124,6 +1139,7 @@ module OCI
1124
1139
  #
1125
1140
  # @option opts [String] :opc_request_id The client request ID for tracing.
1126
1141
  # @return [Response] A Response object with data of type nil
1142
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bds/update_bds_instance.rb.html) to see an example of how to use update_bds_instance API.
1127
1143
  def update_bds_instance(bds_instance_id, update_bds_instance_details, opts = {})
1128
1144
  logger.debug 'Calling operation BdsClient#update_bds_instance.' if logger
1129
1145
 
@@ -47,6 +47,7 @@ require 'oci/blockchain/models/work_request_error_collection'
47
47
  require 'oci/blockchain/models/work_request_log_entry'
48
48
  require 'oci/blockchain/models/work_request_log_entry_collection'
49
49
  require 'oci/blockchain/models/work_request_resource'
50
+ require 'oci/blockchain/models/work_request_resource_sub_type_detail'
50
51
  require 'oci/blockchain/models/work_request_summary'
51
52
 
52
53
  # Require generated clients
@@ -119,6 +119,7 @@ module OCI
119
119
  # might be rejected.
120
120
  #
121
121
  # @return [Response] A Response object with data of type nil
122
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/change_blockchain_platform_compartment.rb.html) to see an example of how to use change_blockchain_platform_compartment API.
122
123
  def change_blockchain_platform_compartment(blockchain_platform_id, change_blockchain_platform_compartment_details, opts = {})
123
124
  logger.debug 'Calling operation BlockchainPlatformClient#change_blockchain_platform_compartment.' if logger
124
125
 
@@ -182,6 +183,7 @@ module OCI
182
183
  #
183
184
  # @option opts [String] :opc_request_id The client request ID for tracing.
184
185
  # @return [Response] A Response object with data of type nil
186
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/create_blockchain_platform.rb.html) to see an example of how to use create_blockchain_platform API.
185
187
  def create_blockchain_platform(create_blockchain_platform_details, opts = {})
186
188
  logger.debug 'Calling operation BlockchainPlatformClient#create_blockchain_platform.' if logger
187
189
 
@@ -249,6 +251,7 @@ module OCI
249
251
  # might be rejected.
250
252
  #
251
253
  # @return [Response] A Response object with data of type nil
254
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/create_osn.rb.html) to see an example of how to use create_osn API.
252
255
  def create_osn(blockchain_platform_id, create_osn_details, opts = {})
253
256
  logger.debug 'Calling operation BlockchainPlatformClient#create_osn.' if logger
254
257
 
@@ -313,6 +316,7 @@ module OCI
313
316
  # might be rejected.
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/blockchain/create_peer.rb.html) to see an example of how to use create_peer API.
316
320
  def create_peer(blockchain_platform_id, create_peer_details, opts = {})
317
321
  logger.debug 'Calling operation BlockchainPlatformClient#create_peer.' if logger
318
322
 
@@ -374,6 +378,7 @@ module OCI
374
378
  # provide matches the resource's current etag value.
375
379
  #
376
380
  # @return [Response] A Response object with data of type nil
381
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/delete_blockchain_platform.rb.html) to see an example of how to use delete_blockchain_platform API.
377
382
  def delete_blockchain_platform(blockchain_platform_id, opts = {})
378
383
  logger.debug 'Calling operation BlockchainPlatformClient#delete_blockchain_platform.' if logger
379
384
 
@@ -434,6 +439,7 @@ module OCI
434
439
  # provide matches the resource's current etag value.
435
440
  #
436
441
  # @return [Response] A Response object with data of type nil
442
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/delete_osn.rb.html) to see an example of how to use delete_osn API.
437
443
  def delete_osn(blockchain_platform_id, osn_id, opts = {})
438
444
  logger.debug 'Calling operation BlockchainPlatformClient#delete_osn.' if logger
439
445
 
@@ -496,6 +502,7 @@ module OCI
496
502
  # provide matches the resource's current etag value.
497
503
  #
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/blockchain/delete_peer.rb.html) to see an example of how to use delete_peer API.
499
506
  def delete_peer(blockchain_platform_id, peer_id, opts = {})
500
507
  logger.debug 'Calling operation BlockchainPlatformClient#delete_peer.' if logger
501
508
 
@@ -557,6 +564,7 @@ module OCI
557
564
  # provide matches the resource's current etag value.
558
565
  #
559
566
  # @return [Response] A Response object with data of type nil
567
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
560
568
  def delete_work_request(work_request_id, opts = {})
561
569
  logger.debug 'Calling operation BlockchainPlatformClient#delete_work_request.' if logger
562
570
 
@@ -610,6 +618,7 @@ module OCI
610
618
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
611
619
  # @option opts [String] :opc_request_id The client request ID for tracing.
612
620
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::BlockchainPlatform BlockchainPlatform}
621
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/get_blockchain_platform.rb.html) to see an example of how to use get_blockchain_platform API.
613
622
  def get_blockchain_platform(blockchain_platform_id, opts = {})
614
623
  logger.debug 'Calling operation BlockchainPlatformClient#get_blockchain_platform.' if logger
615
624
 
@@ -664,6 +673,7 @@ module OCI
664
673
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
665
674
  # @option opts [String] :opc_request_id The client request ID for tracing.
666
675
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::Osn Osn}
676
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/get_osn.rb.html) to see an example of how to use get_osn API.
667
677
  def get_osn(blockchain_platform_id, osn_id, opts = {})
668
678
  logger.debug 'Calling operation BlockchainPlatformClient#get_osn.' if logger
669
679
 
@@ -720,6 +730,7 @@ module OCI
720
730
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
721
731
  # @option opts [String] :opc_request_id The client request ID for tracing.
722
732
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::Peer Peer}
733
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/get_peer.rb.html) to see an example of how to use get_peer API.
723
734
  def get_peer(blockchain_platform_id, peer_id, opts = {})
724
735
  logger.debug 'Calling operation BlockchainPlatformClient#get_peer.' if logger
725
736
 
@@ -775,6 +786,7 @@ module OCI
775
786
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
776
787
  # @option opts [String] :opc_request_id The client request ID for tracing.
777
788
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::WorkRequest WorkRequest}
789
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/get_work_request.rb.html) to see an example of how to use get_work_request API.
778
790
  def get_work_request(work_request_id, opts = {})
779
791
  logger.debug 'Calling operation BlockchainPlatformClient#get_work_request.' if logger
780
792
 
@@ -841,6 +853,7 @@ module OCI
841
853
  # The state value is case-insensitive.
842
854
  #
843
855
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::BlockchainPlatformCollection BlockchainPlatformCollection}
856
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_blockchain_platforms.rb.html) to see an example of how to use list_blockchain_platforms API.
844
857
  def list_blockchain_platforms(compartment_id, opts = {})
845
858
  logger.debug 'Calling operation BlockchainPlatformClient#list_blockchain_platforms.' if logger
846
859
 
@@ -928,6 +941,7 @@ module OCI
928
941
  # @option opts [String] :page The page at which to start retrieving results.
929
942
  # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
930
943
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::OsnCollection OsnCollection}
944
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_osns.rb.html) to see an example of how to use list_osns API.
931
945
  def list_osns(blockchain_platform_id, opts = {})
932
946
  logger.debug 'Calling operation BlockchainPlatformClient#list_osns.' if logger
933
947
 
@@ -1012,6 +1026,7 @@ module OCI
1012
1026
  # @option opts [String] :page The page at which to start retrieving results.
1013
1027
  # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
1014
1028
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::PeerCollection PeerCollection}
1029
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_peers.rb.html) to see an example of how to use list_peers API.
1015
1030
  def list_peers(blockchain_platform_id, opts = {})
1016
1031
  logger.debug 'Calling operation BlockchainPlatformClient#list_peers.' if logger
1017
1032
 
@@ -1083,6 +1098,7 @@ module OCI
1083
1098
  # @option opts [String] :page The page at which to start retrieving results.
1084
1099
  # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
1085
1100
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
1101
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
1086
1102
  def list_work_request_errors(work_request_id, opts = {})
1087
1103
  logger.debug 'Calling operation BlockchainPlatformClient#list_work_request_errors.' if logger
1088
1104
 
@@ -1141,6 +1157,7 @@ module OCI
1141
1157
  # @option opts [String] :page The page at which to start retrieving results.
1142
1158
  # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
1143
1159
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
1160
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
1144
1161
  def list_work_request_logs(work_request_id, opts = {})
1145
1162
  logger.debug 'Calling operation BlockchainPlatformClient#list_work_request_logs.' if logger
1146
1163
 
@@ -1205,6 +1222,7 @@ module OCI
1205
1222
  # @option opts [String] :page The page at which to start retrieving results.
1206
1223
  # @option opts [Integer] :limit The maximum number of items to return. (default to 10)
1207
1224
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::WorkRequestCollection WorkRequestCollection}
1225
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
1208
1226
  def list_work_requests(compartment_id, blockchain_platform_id, opts = {})
1209
1227
  logger.debug 'Calling operation BlockchainPlatformClient#list_work_requests.' if logger
1210
1228
 
@@ -1274,6 +1292,7 @@ module OCI
1274
1292
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1275
1293
  # @option opts [String] :opc_request_id The client request ID for tracing.
1276
1294
  # @return [Response] A Response object with data of type {OCI::Blockchain::Models::ScaledBlockchainPlatformPreview ScaledBlockchainPlatformPreview}
1295
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/preview_scale_blockchain_platform.rb.html) to see an example of how to use preview_scale_blockchain_platform API.
1277
1296
  def preview_scale_blockchain_platform(blockchain_platform_id, scale_blockchain_platform_details, opts = {})
1278
1297
  logger.debug 'Calling operation BlockchainPlatformClient#preview_scale_blockchain_platform.' if logger
1279
1298
 
@@ -1342,6 +1361,7 @@ module OCI
1342
1361
  # might be rejected.
1343
1362
  #
1344
1363
  # @return [Response] A Response object with data of type nil
1364
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/scale_blockchain_platform.rb.html) to see an example of how to use scale_blockchain_platform API.
1345
1365
  def scale_blockchain_platform(blockchain_platform_id, scale_blockchain_platform_details, opts = {})
1346
1366
  logger.debug 'Calling operation BlockchainPlatformClient#scale_blockchain_platform.' if logger
1347
1367
 
@@ -1403,7 +1423,14 @@ module OCI
1403
1423
  # provide matches the resource's current etag value.
1404
1424
  #
1405
1425
  # @option opts [String] :opc_request_id The client request ID for tracing.
1426
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1427
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1428
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
1429
+ # has been deleted and purged from the system, then a retry of the original creation request
1430
+ # might be rejected.
1431
+ #
1406
1432
  # @return [Response] A Response object with data of type nil
1433
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/start_blockchain_platform.rb.html) to see an example of how to use start_blockchain_platform API.
1407
1434
  def start_blockchain_platform(blockchain_platform_id, opts = {})
1408
1435
  logger.debug 'Calling operation BlockchainPlatformClient#start_blockchain_platform.' if logger
1409
1436
 
@@ -1423,7 +1450,9 @@ module OCI
1423
1450
  header_params[:'content-type'] = 'application/json'
1424
1451
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1425
1452
  header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1453
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1426
1454
  # rubocop:enable Style/NegatedIf
1455
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1427
1456
 
1428
1457
  post_body = nil
1429
1458
 
@@ -1462,7 +1491,14 @@ module OCI
1462
1491
  # provide matches the resource's current etag value.
1463
1492
  #
1464
1493
  # @option opts [String] :opc_request_id The client request ID for tracing.
1494
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1495
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1496
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
1497
+ # has been deleted and purged from the system, then a retry of the original creation request
1498
+ # might be rejected.
1499
+ #
1465
1500
  # @return [Response] A Response object with data of type nil
1501
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/stop_blockchain_platform.rb.html) to see an example of how to use stop_blockchain_platform API.
1466
1502
  def stop_blockchain_platform(blockchain_platform_id, opts = {})
1467
1503
  logger.debug 'Calling operation BlockchainPlatformClient#stop_blockchain_platform.' if logger
1468
1504
 
@@ -1482,7 +1518,9 @@ module OCI
1482
1518
  header_params[:'content-type'] = 'application/json'
1483
1519
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1484
1520
  header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1521
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1485
1522
  # rubocop:enable Style/NegatedIf
1523
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1486
1524
 
1487
1525
  post_body = nil
1488
1526
 
@@ -1522,7 +1560,14 @@ module OCI
1522
1560
  # The resource will be updated or deleted only if the etag you
1523
1561
  # provide matches the resource's current etag value.
1524
1562
  #
1563
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1564
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1565
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
1566
+ # has been deleted and purged from the system, then a retry of the original creation request
1567
+ # might be rejected.
1568
+ #
1525
1569
  # @return [Response] A Response object with data of type nil
1570
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/update_blockchain_platform.rb.html) to see an example of how to use update_blockchain_platform API.
1526
1571
  def update_blockchain_platform(update_blockchain_platform_details, blockchain_platform_id, opts = {})
1527
1572
  logger.debug 'Calling operation BlockchainPlatformClient#update_blockchain_platform.' if logger
1528
1573
 
@@ -1543,7 +1588,9 @@ module OCI
1543
1588
  header_params[:'content-type'] = 'application/json'
1544
1589
  header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1545
1590
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1591
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1546
1592
  # rubocop:enable Style/NegatedIf
1593
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1547
1594
 
1548
1595
  post_body = @api_client.object_to_http_body(update_blockchain_platform_details)
1549
1596
 
@@ -1592,6 +1639,7 @@ module OCI
1592
1639
  # might be rejected.
1593
1640
  #
1594
1641
  # @return [Response] A Response object with data of type nil
1642
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/update_osn.rb.html) to see an example of how to use update_osn API.
1595
1643
  def update_osn(blockchain_platform_id, osn_id, update_osn_details, opts = {})
1596
1644
  logger.debug 'Calling operation BlockchainPlatformClient#update_osn.' if logger
1597
1645
 
@@ -1658,7 +1706,14 @@ module OCI
1658
1706
  # provide matches the resource's current etag value.
1659
1707
  #
1660
1708
  # @option opts [String] :opc_request_id The client request ID for tracing.
1709
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
1710
+ # server error without risk of executing that same action again. Retry tokens expire after 24
1711
+ # hours, but can be invalidated before then due to conflicting operations. For example, if a resource
1712
+ # has been deleted and purged from the system, then a retry of the original creation request
1713
+ # might be rejected.
1714
+ #
1661
1715
  # @return [Response] A Response object with data of type nil
1716
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/blockchain/update_peer.rb.html) to see an example of how to use update_peer API.
1662
1717
  def update_peer(blockchain_platform_id, peer_id, update_peer_details, opts = {})
1663
1718
  logger.debug 'Calling operation BlockchainPlatformClient#update_peer.' if logger
1664
1719
 
@@ -1681,7 +1736,9 @@ module OCI
1681
1736
  header_params[:'content-type'] = 'application/json'
1682
1737
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1683
1738
  header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1739
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1684
1740
  # rubocop:enable Style/NegatedIf
1741
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1685
1742
 
1686
1743
  post_body = @api_client.object_to_http_body(update_peer_details)
1687
1744
 
@@ -24,6 +24,12 @@ module OCI
24
24
  COMPUTE_SHAPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
25
25
  ].freeze
26
26
 
27
+ PLATFORM_SHAPE_TYPE_ENUM = [
28
+ PLATFORM_SHAPE_TYPE_DEFAULT = 'DEFAULT'.freeze,
29
+ PLATFORM_SHAPE_TYPE_CUSTOM = 'CUSTOM'.freeze,
30
+ PLATFORM_SHAPE_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
31
+ ].freeze
32
+
27
33
  LIFECYCLE_STATE_ENUM = [
28
34
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
29
35
  LIFECYCLE_STATE_UPDATING = 'UPDATING'.freeze,
@@ -68,14 +74,18 @@ module OCI
68
74
  # @return [String]
69
75
  attr_accessor :service_version
70
76
 
71
- # **[Required]** Role of platform - founder or participant
77
+ # **[Required]** Role of platform - FOUNDER or PARTICIPANT
72
78
  # @return [String]
73
79
  attr_reader :platform_role
74
80
 
75
- # **[Required]** Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
81
+ # **[Required]** Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
76
82
  # @return [String]
77
83
  attr_reader :compute_shape
78
84
 
85
+ # Type of Platform shape - DEFAULT or CUSTOM
86
+ # @return [String]
87
+ attr_reader :platform_shape_type
88
+
79
89
  # Service endpoint URL, valid post-provisioning
80
90
  # @return [String]
81
91
  attr_accessor :service_endpoint
@@ -140,6 +150,7 @@ module OCI
140
150
  'service_version': :'serviceVersion',
141
151
  'platform_role': :'platformRole',
142
152
  'compute_shape': :'computeShape',
153
+ 'platform_shape_type': :'platformShapeType',
143
154
  'service_endpoint': :'serviceEndpoint',
144
155
  'lifecycle_state': :'lifecycleState',
145
156
  'lifecycle_details': :'lifecycleDetails',
@@ -170,6 +181,7 @@ module OCI
170
181
  'service_version': :'String',
171
182
  'platform_role': :'String',
172
183
  'compute_shape': :'String',
184
+ 'platform_shape_type': :'String',
173
185
  'service_endpoint': :'String',
174
186
  'lifecycle_state': :'String',
175
187
  'lifecycle_details': :'String',
@@ -202,6 +214,7 @@ module OCI
202
214
  # @option attributes [String] :service_version The value to assign to the {#service_version} property
203
215
  # @option attributes [String] :platform_role The value to assign to the {#platform_role} property
204
216
  # @option attributes [String] :compute_shape The value to assign to the {#compute_shape} property
217
+ # @option attributes [String] :platform_shape_type The value to assign to the {#platform_shape_type} property
205
218
  # @option attributes [String] :service_endpoint The value to assign to the {#service_endpoint} property
206
219
  # @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
207
220
  # @option attributes [String] :lifecycle_details The value to assign to the {#lifecycle_details} property
@@ -272,6 +285,12 @@ module OCI
272
285
 
273
286
  self.compute_shape = attributes[:'compute_shape'] if attributes[:'compute_shape']
274
287
 
288
+ self.platform_shape_type = attributes[:'platformShapeType'] if attributes[:'platformShapeType']
289
+
290
+ raise 'You cannot provide both :platformShapeType and :platform_shape_type' if attributes.key?(:'platformShapeType') && attributes.key?(:'platform_shape_type')
291
+
292
+ self.platform_shape_type = attributes[:'platform_shape_type'] if attributes[:'platform_shape_type']
293
+
275
294
  self.service_endpoint = attributes[:'serviceEndpoint'] if attributes[:'serviceEndpoint']
276
295
 
277
296
  raise 'You cannot provide both :serviceEndpoint and :service_endpoint' if attributes.key?(:'serviceEndpoint') && attributes.key?(:'service_endpoint')
@@ -369,6 +388,19 @@ module OCI
369
388
  # rubocop:enable Style/ConditionalAssignment
370
389
  end
371
390
 
391
+ # Custom attribute writer method checking allowed values (enum).
392
+ # @param [Object] platform_shape_type Object to be assigned
393
+ def platform_shape_type=(platform_shape_type)
394
+ # rubocop:disable Style/ConditionalAssignment
395
+ if platform_shape_type && !PLATFORM_SHAPE_TYPE_ENUM.include?(platform_shape_type)
396
+ OCI.logger.debug("Unknown value for 'platform_shape_type' [" + platform_shape_type + "]. Mapping to 'PLATFORM_SHAPE_TYPE_UNKNOWN_ENUM_VALUE'") if OCI.logger
397
+ @platform_shape_type = PLATFORM_SHAPE_TYPE_UNKNOWN_ENUM_VALUE
398
+ else
399
+ @platform_shape_type = platform_shape_type
400
+ end
401
+ # rubocop:enable Style/ConditionalAssignment
402
+ end
403
+
372
404
  # Custom attribute writer method checking allowed values (enum).
373
405
  # @param [Object] lifecycle_state Object to be assigned
374
406
  def lifecycle_state=(lifecycle_state)
@@ -401,6 +433,7 @@ module OCI
401
433
  service_version == other.service_version &&
402
434
  platform_role == other.platform_role &&
403
435
  compute_shape == other.compute_shape &&
436
+ platform_shape_type == other.platform_shape_type &&
404
437
  service_endpoint == other.service_endpoint &&
405
438
  lifecycle_state == other.lifecycle_state &&
406
439
  lifecycle_details == other.lifecycle_details &&
@@ -428,7 +461,7 @@ module OCI
428
461
  # Calculates hash code according to all attributes.
429
462
  # @return [Fixnum] Hash code
430
463
  def hash
431
- [id, display_name, compartment_id, description, is_byol, time_created, time_updated, service_version, platform_role, compute_shape, service_endpoint, lifecycle_state, lifecycle_details, storage_size_in_tbs, storage_used_in_tbs, is_multi_ad, total_ocpu_capacity, component_details, replicas, host_ocpu_utilization_info, freeform_tags, defined_tags].hash
464
+ [id, display_name, compartment_id, description, is_byol, time_created, time_updated, service_version, platform_role, compute_shape, platform_shape_type, service_endpoint, lifecycle_state, lifecycle_details, storage_size_in_tbs, storage_used_in_tbs, is_multi_ad, total_ocpu_capacity, component_details, replicas, host_ocpu_utilization_info, freeform_tags, defined_tags].hash
432
465
  end
433
466
  # rubocop:enable Metrics/AbcSize, Layout/EmptyLines
434
467