oci 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (290) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/oci.rb +3 -0
  4. data/lib/oci/api_client.rb +24 -3
  5. data/lib/oci/audit/audit_client.rb +19 -5
  6. data/lib/oci/audit/models/audit_event.rb +19 -0
  7. data/lib/oci/audit/models/configuration.rb +1 -0
  8. data/lib/oci/audit/models/update_configuration_details.rb +1 -0
  9. data/lib/oci/auth/auth.rb +16 -0
  10. data/lib/oci/auth/federation_client.rb +125 -0
  11. data/lib/oci/auth/internal/auth_token_request_signer.rb +20 -0
  12. data/lib/oci/auth/security_token_container.rb +25 -0
  13. data/lib/oci/auth/session_key_supplier.rb +37 -0
  14. data/lib/oci/auth/signers/instance_principals_security_token_signer.rb +83 -0
  15. data/lib/oci/auth/signers/security_token_signer.rb +32 -0
  16. data/lib/oci/auth/signers/x509_federation_client_based_security_token_signer.rb +70 -0
  17. data/lib/oci/auth/url_based_certificate_retriever.rb +104 -0
  18. data/lib/oci/auth/util.rb +33 -0
  19. data/lib/oci/base_signer.rb +154 -0
  20. data/lib/oci/core/blockstorage_client.rb +19 -5
  21. data/lib/oci/core/compute_client.rb +19 -5
  22. data/lib/oci/core/models/attach_boot_volume_details.rb +5 -2
  23. data/lib/oci/core/models/attach_i_scsi_volume_details.rb +5 -1
  24. data/lib/oci/core/models/attach_vnic_details.rb +6 -2
  25. data/lib/oci/core/models/attach_volume_details.rb +8 -3
  26. data/lib/oci/core/models/boot_volume.rb +22 -6
  27. data/lib/oci/core/models/boot_volume_attachment.rb +17 -7
  28. data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +2 -1
  29. data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +2 -1
  30. data/lib/oci/core/models/capture_console_history_details.rb +5 -1
  31. data/lib/oci/core/models/connect_local_peering_gateways_details.rb +3 -1
  32. data/lib/oci/core/models/console_history.rb +19 -6
  33. data/lib/oci/core/models/cpe.rb +18 -3
  34. data/lib/oci/core/models/create_cpe_details.rb +5 -2
  35. data/lib/oci/core/models/create_cross_connect_details.rb +10 -3
  36. data/lib/oci/core/models/create_cross_connect_group_details.rb +3 -1
  37. data/lib/oci/core/models/create_dhcp_details.rb +9 -3
  38. data/lib/oci/core/models/create_drg_attachment_details.rb +5 -2
  39. data/lib/oci/core/models/create_drg_details.rb +3 -1
  40. data/lib/oci/core/models/create_image_details.rb +9 -1
  41. data/lib/oci/core/models/create_instance_console_connection_details.rb +9 -2
  42. data/lib/oci/core/models/create_internet_gateway_details.rb +8 -4
  43. data/lib/oci/core/models/create_ip_sec_connection_details.rb +9 -4
  44. data/lib/oci/core/models/create_local_peering_gateway_details.rb +5 -2
  45. data/lib/oci/core/models/create_private_ip_details.rb +7 -1
  46. data/lib/oci/core/models/create_route_table_details.rb +9 -3
  47. data/lib/oci/core/models/create_security_list_details.rb +11 -4
  48. data/lib/oci/core/models/create_subnet_details.rb +17 -5
  49. data/lib/oci/core/models/create_vcn_details.rb +8 -2
  50. data/lib/oci/core/models/create_virtual_circuit_details.rb +14 -2
  51. data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +2 -1
  52. data/lib/oci/core/models/create_vnic_details.rb +14 -3
  53. data/lib/oci/core/models/create_volume_backup_details.rb +5 -1
  54. data/lib/oci/core/models/create_volume_details.rb +11 -2
  55. data/lib/oci/core/models/cross_connect.rb +26 -0
  56. data/lib/oci/core/models/cross_connect_group.rb +19 -0
  57. data/lib/oci/core/models/cross_connect_location.rb +5 -2
  58. data/lib/oci/core/models/cross_connect_mapping.rb +31 -0
  59. data/lib/oci/core/models/cross_connect_port_speed_shape.rb +6 -2
  60. data/lib/oci/core/models/cross_connect_status.rb +6 -1
  61. data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +2 -1
  62. data/lib/oci/core/models/dhcp_dns_option.rb +7 -1
  63. data/lib/oci/core/models/dhcp_option.rb +9 -1
  64. data/lib/oci/core/models/dhcp_options.rb +31 -6
  65. data/lib/oci/core/models/dhcp_search_domain_option.rb +5 -1
  66. data/lib/oci/core/models/drg.rb +18 -3
  67. data/lib/oci/core/models/drg_attachment.rb +15 -5
  68. data/lib/oci/core/models/egress_security_rule.rb +10 -3
  69. data/lib/oci/core/models/export_image_details.rb +13 -1
  70. data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +3 -0
  71. data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +2 -1
  72. data/lib/oci/core/models/fast_connect_provider_service.rb +17 -6
  73. data/lib/oci/core/models/i_scsi_volume_attachment.rb +17 -3
  74. data/lib/oci/core/models/icmp_options.rb +11 -1
  75. data/lib/oci/core/models/image.rb +28 -7
  76. data/lib/oci/core/models/image_source_details.rb +4 -1
  77. data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +7 -3
  78. data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +3 -1
  79. data/lib/oci/core/models/ingress_security_rule.rb +10 -3
  80. data/lib/oci/core/models/instance.rb +33 -7
  81. data/lib/oci/core/models/instance_console_connection.rb +15 -0
  82. data/lib/oci/core/models/instance_credentials.rb +5 -2
  83. data/lib/oci/core/models/instance_source_details.rb +3 -1
  84. data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +2 -1
  85. data/lib/oci/core/models/instance_source_via_image_details.rb +2 -1
  86. data/lib/oci/core/models/internet_gateway.rb +20 -5
  87. data/lib/oci/core/models/ip_sec_connection.rb +23 -6
  88. data/lib/oci/core/models/ip_sec_connection_device_config.rb +7 -2
  89. data/lib/oci/core/models/ip_sec_connection_device_status.rb +7 -2
  90. data/lib/oci/core/models/launch_instance_details.rb +20 -3
  91. data/lib/oci/core/models/launch_options.rb +10 -4
  92. data/lib/oci/core/models/letter_of_authority.rb +10 -0
  93. data/lib/oci/core/models/local_peering_gateway.rb +29 -9
  94. data/lib/oci/core/models/port_range.rb +4 -2
  95. data/lib/oci/core/models/private_ip.rb +41 -1
  96. data/lib/oci/core/models/route_rule.rb +7 -2
  97. data/lib/oci/core/models/route_table.rb +22 -5
  98. data/lib/oci/core/models/security_list.rb +32 -8
  99. data/lib/oci/core/models/shape.rb +5 -1
  100. data/lib/oci/core/models/subnet.rb +38 -10
  101. data/lib/oci/core/models/tcp_options.rb +5 -0
  102. data/lib/oci/core/models/tunnel_config.rb +6 -2
  103. data/lib/oci/core/models/tunnel_status.rb +7 -1
  104. data/lib/oci/core/models/udp_options.rb +5 -0
  105. data/lib/oci/core/models/update_boot_volume_details.rb +1 -0
  106. data/lib/oci/core/models/update_console_history_details.rb +3 -0
  107. data/lib/oci/core/models/update_cpe_details.rb +1 -0
  108. data/lib/oci/core/models/update_cross_connect_details.rb +5 -1
  109. data/lib/oci/core/models/update_cross_connect_group_details.rb +1 -0
  110. data/lib/oci/core/models/update_dhcp_details.rb +4 -0
  111. data/lib/oci/core/models/update_drg_attachment_details.rb +1 -0
  112. data/lib/oci/core/models/update_drg_details.rb +1 -0
  113. data/lib/oci/core/models/update_image_details.rb +3 -0
  114. data/lib/oci/core/models/update_instance_details.rb +3 -0
  115. data/lib/oci/core/models/update_internet_gateway_details.rb +3 -1
  116. data/lib/oci/core/models/update_ip_sec_connection_details.rb +1 -0
  117. data/lib/oci/core/models/update_local_peering_gateway_details.rb +1 -0
  118. data/lib/oci/core/models/update_private_ip_details.rb +5 -0
  119. data/lib/oci/core/models/update_route_table_details.rb +4 -0
  120. data/lib/oci/core/models/update_security_list_details.rb +5 -0
  121. data/lib/oci/core/models/update_subnet_details.rb +3 -0
  122. data/lib/oci/core/models/update_vcn_details.rb +3 -0
  123. data/lib/oci/core/models/update_virtual_circuit_details.rb +7 -0
  124. data/lib/oci/core/models/update_vnic_details.rb +4 -1
  125. data/lib/oci/core/models/update_volume_backup_details.rb +3 -0
  126. data/lib/oci/core/models/update_volume_details.rb +3 -0
  127. data/lib/oci/core/models/vcn.rb +24 -4
  128. data/lib/oci/core/models/virtual_circuit.rb +41 -0
  129. data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +5 -1
  130. data/lib/oci/core/models/virtual_circuit_public_prefix.rb +8 -2
  131. data/lib/oci/core/models/vnic.rb +38 -9
  132. data/lib/oci/core/models/vnic_attachment.rb +21 -7
  133. data/lib/oci/core/models/volume.rb +28 -8
  134. data/lib/oci/core/models/volume_attachment.rb +25 -8
  135. data/lib/oci/core/models/volume_backup.rb +26 -5
  136. data/lib/oci/core/models/volume_source_details.rb +3 -0
  137. data/lib/oci/core/models/volume_source_from_volume_backup_details.rb +3 -1
  138. data/lib/oci/core/models/volume_source_from_volume_details.rb +3 -1
  139. data/lib/oci/core/virtual_network_client.rb +19 -5
  140. data/lib/oci/database/database_client.rb +19 -5
  141. data/lib/oci/database/models/backup.rb +13 -0
  142. data/lib/oci/database/models/backup_summary.rb +13 -0
  143. data/lib/oci/database/models/create_backup_details.rb +4 -2
  144. data/lib/oci/database/models/create_data_guard_association_details.rb +18 -4
  145. data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +5 -0
  146. data/lib/oci/database/models/create_database_details.rb +9 -2
  147. data/lib/oci/database/models/create_database_from_backup_details.rb +6 -3
  148. data/lib/oci/database/models/create_db_home_details.rb +5 -1
  149. data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +5 -1
  150. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +6 -1
  151. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +4 -0
  152. data/lib/oci/database/models/data_guard_association.rb +32 -7
  153. data/lib/oci/database/models/data_guard_association_summary.rb +32 -7
  154. data/lib/oci/database/models/database.rb +22 -5
  155. data/lib/oci/database/models/database_summary.rb +22 -5
  156. data/lib/oci/database/models/db_backup_config.rb +5 -1
  157. data/lib/oci/database/models/db_home.rb +22 -5
  158. data/lib/oci/database/models/db_home_summary.rb +22 -5
  159. data/lib/oci/database/models/db_node.rb +17 -5
  160. data/lib/oci/database/models/db_node_summary.rb +17 -5
  161. data/lib/oci/database/models/db_system.rb +56 -12
  162. data/lib/oci/database/models/db_system_shape_summary.rb +11 -2
  163. data/lib/oci/database/models/db_system_summary.rb +56 -12
  164. data/lib/oci/database/models/db_version_summary.rb +8 -2
  165. data/lib/oci/database/models/failover_data_guard_association_details.rb +4 -1
  166. data/lib/oci/database/models/launch_db_system_details.rb +27 -8
  167. data/lib/oci/database/models/patch.rb +18 -4
  168. data/lib/oci/database/models/patch_details.rb +6 -0
  169. data/lib/oci/database/models/patch_history_entry.rb +12 -4
  170. data/lib/oci/database/models/patch_history_entry_summary.rb +12 -4
  171. data/lib/oci/database/models/patch_summary.rb +18 -4
  172. data/lib/oci/database/models/reinstate_data_guard_association_details.rb +4 -1
  173. data/lib/oci/database/models/restore_database_details.rb +4 -1
  174. data/lib/oci/database/models/switchover_data_guard_association_details.rb +4 -1
  175. data/lib/oci/database/models/update_database_details.rb +1 -0
  176. data/lib/oci/database/models/update_db_home_details.rb +3 -0
  177. data/lib/oci/database/models/update_db_system_details.rb +6 -0
  178. data/lib/oci/identity/identity.rb +3 -0
  179. data/lib/oci/identity/identity_client.rb +290 -70
  180. data/lib/oci/identity/models/add_user_to_group_details.rb +4 -2
  181. data/lib/oci/identity/models/api_key.rb +18 -0
  182. data/lib/oci/identity/models/availability_domain.rb +6 -0
  183. data/lib/oci/identity/models/compartment.rb +38 -10
  184. data/lib/oci/identity/models/create_api_key_details.rb +2 -1
  185. data/lib/oci/identity/models/create_compartment_details.rb +14 -7
  186. data/lib/oci/identity/models/create_customer_secret_key_details.rb +2 -1
  187. data/lib/oci/identity/models/create_dynamic_group_details.rb +160 -0
  188. data/lib/oci/identity/models/create_group_details.rb +14 -7
  189. data/lib/oci/identity/models/create_identity_provider_details.rb +19 -9
  190. data/lib/oci/identity/models/create_idp_group_mapping_details.rb +4 -2
  191. data/lib/oci/identity/models/create_policy_details.rb +18 -9
  192. data/lib/oci/identity/models/create_region_subscription_details.rb +2 -1
  193. data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +10 -2
  194. data/lib/oci/identity/models/create_swift_password_details.rb +2 -1
  195. data/lib/oci/identity/models/create_tag_details.rb +12 -6
  196. data/lib/oci/identity/models/create_tag_namespace_details.rb +14 -7
  197. data/lib/oci/identity/models/create_user_details.rb +14 -7
  198. data/lib/oci/identity/models/customer_secret_key.rb +16 -0
  199. data/lib/oci/identity/models/customer_secret_key_summary.rb +10 -0
  200. data/lib/oci/identity/models/dynamic_group.rb +239 -0
  201. data/lib/oci/identity/models/group.rb +35 -11
  202. data/lib/oci/identity/models/identity_provider.rb +36 -12
  203. data/lib/oci/identity/models/idp_group_mapping.rb +27 -7
  204. data/lib/oci/identity/models/policy.rb +38 -11
  205. data/lib/oci/identity/models/region.rb +10 -0
  206. data/lib/oci/identity/models/region_subscription.rb +16 -5
  207. data/lib/oci/identity/models/saml2_identity_provider.rb +20 -3
  208. data/lib/oci/identity/models/swift_password.rb +17 -1
  209. data/lib/oci/identity/models/tag.rb +30 -13
  210. data/lib/oci/identity/models/tag_namespace.rb +25 -11
  211. data/lib/oci/identity/models/tag_namespace_summary.rb +23 -10
  212. data/lib/oci/identity/models/tag_summary.rb +21 -8
  213. data/lib/oci/identity/models/tenancy.rb +21 -4
  214. data/lib/oci/identity/models/ui_password.rb +10 -0
  215. data/lib/oci/identity/models/update_compartment_details.rb +10 -4
  216. data/lib/oci/identity/models/update_customer_secret_key_details.rb +1 -0
  217. data/lib/oci/identity/models/update_dynamic_group_details.rb +134 -0
  218. data/lib/oci/identity/models/update_group_details.rb +9 -4
  219. data/lib/oci/identity/models/update_identity_provider_details.rb +12 -5
  220. data/lib/oci/identity/models/update_idp_group_mapping_details.rb +2 -0
  221. data/lib/oci/identity/models/update_policy_details.rb +12 -5
  222. data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +5 -0
  223. data/lib/oci/identity/models/update_state_details.rb +2 -1
  224. data/lib/oci/identity/models/update_swift_password_details.rb +1 -0
  225. data/lib/oci/identity/models/update_tag_details.rb +15 -7
  226. data/lib/oci/identity/models/update_tag_namespace_details.rb +15 -7
  227. data/lib/oci/identity/models/update_user_details.rb +9 -4
  228. data/lib/oci/identity/models/user.rb +38 -11
  229. data/lib/oci/identity/models/user_group_membership.rb +16 -6
  230. data/lib/oci/load_balancer/load_balancer.rb +1 -0
  231. data/lib/oci/load_balancer/load_balancer_client.rb +24 -9
  232. data/lib/oci/load_balancer/models/backend.rb +20 -10
  233. data/lib/oci/load_balancer/models/backend_details.rb +12 -5
  234. data/lib/oci/load_balancer/models/backend_health.rb +6 -2
  235. data/lib/oci/load_balancer/models/backend_set.rb +14 -2
  236. data/lib/oci/load_balancer/models/backend_set_details.rb +11 -1
  237. data/lib/oci/load_balancer/models/backend_set_health.rb +15 -5
  238. data/lib/oci/load_balancer/models/certificate.rb +10 -3
  239. data/lib/oci/load_balancer/models/certificate_details.rb +10 -1
  240. data/lib/oci/load_balancer/models/connection_configuration.rb +157 -0
  241. data/lib/oci/load_balancer/models/create_backend_details.rb +15 -5
  242. data/lib/oci/load_balancer/models/create_backend_set_details.rb +13 -2
  243. data/lib/oci/load_balancer/models/create_certificate_details.rb +10 -1
  244. data/lib/oci/load_balancer/models/create_listener_details.rb +28 -5
  245. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +14 -5
  246. data/lib/oci/load_balancer/models/health_check_result.rb +10 -4
  247. data/lib/oci/load_balancer/models/health_checker.rb +15 -4
  248. data/lib/oci/load_balancer/models/health_checker_details.rb +10 -1
  249. data/lib/oci/load_balancer/models/ip_address.rb +5 -2
  250. data/lib/oci/load_balancer/models/listener.rb +28 -5
  251. data/lib/oci/load_balancer/models/listener_details.rb +23 -4
  252. data/lib/oci/load_balancer/models/load_balancer.rb +30 -7
  253. data/lib/oci/load_balancer/models/load_balancer_health.rb +15 -5
  254. data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +5 -2
  255. data/lib/oci/load_balancer/models/load_balancer_policy.rb +6 -1
  256. data/lib/oci/load_balancer/models/load_balancer_protocol.rb +3 -1
  257. data/lib/oci/load_balancer/models/load_balancer_shape.rb +8 -1
  258. data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +14 -2
  259. data/lib/oci/load_balancer/models/ssl_configuration.rb +11 -4
  260. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +6 -2
  261. data/lib/oci/load_balancer/models/update_backend_details.rb +12 -7
  262. data/lib/oci/load_balancer/models/update_backend_set_details.rb +12 -1
  263. data/lib/oci/load_balancer/models/update_health_checker_details.rb +16 -7
  264. data/lib/oci/load_balancer/models/update_listener_details.rb +23 -4
  265. data/lib/oci/load_balancer/models/update_load_balancer_details.rb +3 -1
  266. data/lib/oci/load_balancer/models/work_request.rb +20 -6
  267. data/lib/oci/load_balancer/models/work_request_error.rb +5 -1
  268. data/lib/oci/object_storage/models/bucket.rb +27 -8
  269. data/lib/oci/object_storage/models/bucket_summary.rb +16 -6
  270. data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +7 -1
  271. data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +8 -2
  272. data/lib/oci/object_storage/models/create_bucket_details.rb +15 -4
  273. data/lib/oci/object_storage/models/create_multipart_upload_details.rb +10 -1
  274. data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +7 -3
  275. data/lib/oci/object_storage/models/list_objects.rb +8 -1
  276. data/lib/oci/object_storage/models/multipart_upload.rb +20 -5
  277. data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +13 -4
  278. data/lib/oci/object_storage/models/namespace_metadata.rb +8 -3
  279. data/lib/oci/object_storage/models/object_summary.rb +9 -1
  280. data/lib/oci/object_storage/models/preauthenticated_request.rb +20 -6
  281. data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +13 -5
  282. data/lib/oci/object_storage/models/rename_object_details.rb +11 -2
  283. data/lib/oci/object_storage/models/restore_objects_details.rb +2 -1
  284. data/lib/oci/object_storage/models/update_bucket_details.rb +13 -2
  285. data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +5 -0
  286. data/lib/oci/object_storage/object_storage_client.rb +26 -12
  287. data/lib/oci/regions.rb +8 -1
  288. data/lib/oci/signer.rb +5 -124
  289. data/lib/oci/version.rb +1 -1
  290. metadata +31 -2
@@ -3,6 +3,13 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # A boot disk image for launching an instance. For more information, see
7
+ # [Overview of the Compute Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/Concepts/computeoverview.htm).
8
+ #
9
+ # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
10
+ # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
11
+ # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
12
+ #
6
13
  class Core::Models::Image
7
14
 
8
15
  LAUNCH_MODE_ENUM = [LAUNCH_MODE_NATIVE = 'NATIVE',
@@ -23,12 +30,12 @@ module OCI
23
30
  # @return [String]
24
31
  attr_accessor :base_image_id
25
32
 
26
- # The OCID of the compartment containing the instance you want to use as the basis for the image.
33
+ # **[Required]** The OCID of the compartment containing the instance you want to use as the basis for the image.
27
34
  #
28
35
  # @return [String]
29
36
  attr_accessor :compartment_id
30
37
 
31
- # Whether instances launched with this image can be used to create new images.
38
+ # **[Required]** Whether instances launched with this image can be used to create new images.
32
39
  # For example, you cannot create an image of an Oracle Database instance.
33
40
  # Example: `true`
34
41
  #
@@ -61,7 +68,7 @@ module OCI
61
68
  # @return [Hash<String, String>]
62
69
  attr_accessor :freeform_tags
63
70
 
64
- # The OCID of the image.
71
+ # **[Required]** The OCID of the image.
65
72
  # @return [String]
66
73
  attr_accessor :id
67
74
 
@@ -76,24 +83,25 @@ module OCI
76
83
  # @return [OCI::Core::Models::LaunchOptions]
77
84
  attr_accessor :launch_options
78
85
 
86
+ # This attribute is required.
79
87
  # @return [String]
80
88
  attr_accessor :lifecycle_state
81
89
 
82
- # The image's operating system.
90
+ # **[Required]** The image's operating system.
83
91
  #
84
92
  # Example: `Oracle Linux`
85
93
  #
86
94
  # @return [String]
87
95
  attr_accessor :operating_system
88
96
 
89
- # The image's operating system version.
97
+ # **[Required]** The image's operating system version.
90
98
  #
91
99
  # Example: `7.2`
92
100
  #
93
101
  # @return [String]
94
102
  attr_accessor :operating_system_version
95
103
 
96
- # The date and time the image was created, in the format defined by RFC3339.
104
+ # **[Required]** The date and time the image was created, in the format defined by RFC3339.
97
105
  #
98
106
  # Example: `2016-08-25T21:10:29.600Z`
99
107
  #
@@ -103,6 +111,19 @@ module OCI
103
111
 
104
112
  # Initializes the object
105
113
  # @param [Hash] attributes Model attributes in the form of hash
114
+ # @option attributes [String] :baseImageId The value to assign to the {#base_image_id} property
115
+ # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
116
+ # @option attributes [BOOLEAN] :createImageAllowed The value to assign to the {#create_image_allowed} property
117
+ # @option attributes [Hash<String, Hash<String, Object>>] :definedTags The value to assign to the {#defined_tags} property
118
+ # @option attributes [String] :displayName The value to assign to the {#display_name} property
119
+ # @option attributes [Hash<String, String>] :freeformTags The value to assign to the {#freeform_tags} property
120
+ # @option attributes [String] :id The value to assign to the {#id} property
121
+ # @option attributes [String] :launchMode The value to assign to the {#launch_mode} property
122
+ # @option attributes [OCI::Core::Models::LaunchOptions] :launchOptions The value to assign to the {#launch_options} property
123
+ # @option attributes [String] :lifecycleState The value to assign to the {#lifecycle_state} property
124
+ # @option attributes [String] :operatingSystem The value to assign to the {#operating_system} property
125
+ # @option attributes [String] :operatingSystemVersion The value to assign to the {#operating_system_version} property
126
+ # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
106
127
  def initialize(attributes = {})
107
128
  return unless attributes.is_a?(Hash)
108
129
 
@@ -117,7 +138,7 @@ module OCI
117
138
  self.compartment_id = attributes[:'compartmentId']
118
139
  end
119
140
 
120
- if attributes[:'createImageAllowed']
141
+ unless attributes[:'createImageAllowed'].nil?
121
142
  self.create_image_allowed = attributes[:'createImageAllowed']
122
143
  end
123
144
 
@@ -3,6 +3,7 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # This class has direct subclasses. If you are using this class as input to a service operations then you should favor using a subclass over the base class
6
7
  class Core::Models::ImageSourceDetails
7
8
 
8
9
  SOURCE_IMAGE_TYPE_ENUM = [SOURCE_IMAGE_TYPE_QCOW2 = 'QCOW2',
@@ -14,7 +15,7 @@ module OCI
14
15
  # @return [String]
15
16
  attr_accessor :source_image_type
16
17
 
17
- # The source type for the image. Use `objectStorageTuple` when specifying the namespace,
18
+ # **[Required]** The source type for the image. Use `objectStorageTuple` when specifying the namespace,
18
19
  # bucket name, and object name. Use `objectStorageUri` when specifying the Object Storage URL.
19
20
  #
20
21
  # @return [String]
@@ -35,6 +36,8 @@ module OCI
35
36
 
36
37
  # Initializes the object
37
38
  # @param [Hash] attributes Model attributes in the form of hash
39
+ # @option attributes [String] :sourceImageType The value to assign to the {#source_image_type} property
40
+ # @option attributes [String] :sourceType The value to assign to the {#source_type} property
38
41
  def initialize(attributes = {})
39
42
  return unless attributes.is_a?(Hash)
40
43
 
@@ -5,21 +5,25 @@ require_relative 'image_source_details'
5
5
 
6
6
  module OCI
7
7
  class Core::Models::ImageSourceViaObjectStorageTupleDetails < Core::Models::ImageSourceDetails
8
- # The Object Storage bucket for the image.
8
+ # **[Required]** The Object Storage bucket for the image.
9
9
  # @return [String]
10
10
  attr_accessor :bucket_name
11
11
 
12
- # The Object Storage namespace for the image.
12
+ # **[Required]** The Object Storage namespace for the image.
13
13
  # @return [String]
14
14
  attr_accessor :namespace_name
15
15
 
16
- # The Object Storage name for the image.
16
+ # **[Required]** The Object Storage name for the image.
17
17
  # @return [String]
18
18
  attr_accessor :object_name
19
19
 
20
20
 
21
21
  # Initializes the object
22
22
  # @param [Hash] attributes Model attributes in the form of hash
23
+ # @option attributes [String] :sourceImageType The value to assign to the {OCI::Core::Models::ImageSourceDetails#source_image_type #source_image_type} proprety
24
+ # @option attributes [String] :bucketName The value to assign to the {#bucket_name} property
25
+ # @option attributes [String] :namespaceName The value to assign to the {#namespace_name} property
26
+ # @option attributes [String] :objectName The value to assign to the {#object_name} property
23
27
  def initialize(attributes = {})
24
28
  return unless attributes.is_a?(Hash)
25
29
 
@@ -5,13 +5,15 @@ require_relative 'image_source_details'
5
5
 
6
6
  module OCI
7
7
  class Core::Models::ImageSourceViaObjectStorageUriDetails < Core::Models::ImageSourceDetails
8
- # The Object Storage URL for the image.
8
+ # **[Required]** The Object Storage URL for the image.
9
9
  # @return [String]
10
10
  attr_accessor :source_uri
11
11
 
12
12
 
13
13
  # Initializes the object
14
14
  # @param [Hash] attributes Model attributes in the form of hash
15
+ # @option attributes [String] :sourceImageType The value to assign to the {OCI::Core::Models::ImageSourceDetails#source_image_type #source_image_type} proprety
16
+ # @option attributes [String] :sourceUri The value to assign to the {#source_uri} property
15
17
  def initialize(attributes = {})
16
18
  return unless attributes.is_a?(Hash)
17
19
 
@@ -3,6 +3,7 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # A rule for allowing inbound IP packets.
6
7
  class Core::Models::IngressSecurityRule
7
8
  # Optional and valid only for ICMP. Use to specify a particular ICMP type and code
8
9
  # as defined in
@@ -25,7 +26,7 @@ module OCI
25
26
  # @return [BOOLEAN]
26
27
  attr_accessor :is_stateless
27
28
 
28
- # The transport protocol. Specify either `all` or an IPv4 protocol number as
29
+ # **[Required]** The transport protocol. Specify either `all` or an IPv4 protocol number as
29
30
  # defined in
30
31
  # [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml).
31
32
  # Options are supported only for ICMP (\"1\"), TCP (\"6\"), and UDP (\"17\").
@@ -33,7 +34,7 @@ module OCI
33
34
  # @return [String]
34
35
  attr_accessor :protocol
35
36
 
36
- # The source CIDR block for the ingress rule. This is the range of IP addresses that a
37
+ # **[Required]** The source CIDR block for the ingress rule. This is the range of IP addresses that a
37
38
  # packet coming into the instance can come from.
38
39
  #
39
40
  # @return [String]
@@ -54,6 +55,12 @@ module OCI
54
55
 
55
56
  # Initializes the object
56
57
  # @param [Hash] attributes Model attributes in the form of hash
58
+ # @option attributes [OCI::Core::Models::IcmpOptions] :icmpOptions The value to assign to the {#icmp_options} property
59
+ # @option attributes [BOOLEAN] :isStateless The value to assign to the {#is_stateless} property
60
+ # @option attributes [String] :protocol The value to assign to the {#protocol} property
61
+ # @option attributes [String] :source The value to assign to the {#source} property
62
+ # @option attributes [OCI::Core::Models::TcpOptions] :tcpOptions The value to assign to the {#tcp_options} property
63
+ # @option attributes [OCI::Core::Models::UdpOptions] :udpOptions The value to assign to the {#udp_options} property
57
64
  def initialize(attributes = {})
58
65
  return unless attributes.is_a?(Hash)
59
66
 
@@ -64,7 +71,7 @@ module OCI
64
71
  self.icmp_options = attributes[:'icmpOptions']
65
72
  end
66
73
 
67
- if attributes[:'isStateless']
74
+ unless attributes[:'isStateless'].nil?
68
75
  self.is_stateless = attributes[:'isStateless']
69
76
  end
70
77
 
@@ -3,6 +3,15 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # A compute host. The image used to launch the instance determines its operating system and other
7
+ # software. The shape specified during the launch process determines the number of CPUs and memory
8
+ # allocated to the instance. For more information, see
9
+ # [Overview of the Compute Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/Concepts/computeoverview.htm).
10
+ #
11
+ # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
12
+ # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
13
+ # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
14
+ #
6
15
  class Core::Models::Instance
7
16
 
8
17
  LAUNCH_MODE_ENUM = [LAUNCH_MODE_NATIVE = 'NATIVE',
@@ -21,14 +30,14 @@ module OCI
21
30
  LIFECYCLE_STATE_TERMINATED = 'TERMINATED',
22
31
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE']
23
32
 
24
- # The Availability Domain the instance is running in.
33
+ # **[Required]** The Availability Domain the instance is running in.
25
34
  #
26
35
  # Example: `Uocm:PHX-AD-1`
27
36
  #
28
37
  # @return [String]
29
38
  attr_accessor :availability_domain
30
39
 
31
- # The OCID of the compartment that contains the instance.
40
+ # **[Required]** The OCID of the compartment that contains the instance.
32
41
  # @return [String]
33
42
  attr_accessor :compartment_id
34
43
 
@@ -66,7 +75,7 @@ module OCI
66
75
  # @return [Hash<String, String>]
67
76
  attr_accessor :freeform_tags
68
77
 
69
- # The OCID of the instance.
78
+ # **[Required]** The OCID of the instance.
70
79
  # @return [String]
71
80
  attr_accessor :id
72
81
 
@@ -112,7 +121,7 @@ module OCI
112
121
  # @return [OCI::Core::Models::LaunchOptions]
113
122
  attr_accessor :launch_options
114
123
 
115
- # The current state of the instance.
124
+ # **[Required]** The current state of the instance.
116
125
  # @return [String]
117
126
  attr_accessor :lifecycle_state
118
127
 
@@ -120,14 +129,14 @@ module OCI
120
129
  # @return [Hash<String, String>]
121
130
  attr_accessor :metadata
122
131
 
123
- # The region that contains the Availability Domain the instance is running in.
132
+ # **[Required]** The region that contains the Availability Domain the instance is running in.
124
133
  #
125
134
  # Example: `phx`
126
135
  #
127
136
  # @return [String]
128
137
  attr_accessor :region
129
138
 
130
- # The shape of the instance. The shape determines the number of CPUs and the amount of memory
139
+ # **[Required]** The shape of the instance. The shape determines the number of CPUs and the amount of memory
131
140
  # allocated to the instance. You can enumerate all available shapes by calling
132
141
  # {#list_shapes list_shapes}.
133
142
  #
@@ -138,7 +147,7 @@ module OCI
138
147
  # @return [OCI::Core::Models::InstanceSourceDetails]
139
148
  attr_accessor :source_details
140
149
 
141
- # The date and time the instance was created, in the format defined by RFC3339.
150
+ # **[Required]** The date and time the instance was created, in the format defined by RFC3339.
142
151
  #
143
152
  # Example: `2016-08-25T21:10:29.600Z`
144
153
  #
@@ -148,6 +157,23 @@ module OCI
148
157
 
149
158
  # Initializes the object
150
159
  # @param [Hash] attributes Model attributes in the form of hash
160
+ # @option attributes [String] :availabilityDomain The value to assign to the {#availability_domain} property
161
+ # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
162
+ # @option attributes [Hash<String, Hash<String, Object>>] :definedTags The value to assign to the {#defined_tags} property
163
+ # @option attributes [String] :displayName The value to assign to the {#display_name} property
164
+ # @option attributes [Hash<String, Object>] :extendedMetadata The value to assign to the {#extended_metadata} property
165
+ # @option attributes [Hash<String, String>] :freeformTags The value to assign to the {#freeform_tags} property
166
+ # @option attributes [String] :id The value to assign to the {#id} property
167
+ # @option attributes [String] :imageId The value to assign to the {#image_id} property
168
+ # @option attributes [String] :ipxeScript The value to assign to the {#ipxe_script} property
169
+ # @option attributes [String] :launchMode The value to assign to the {#launch_mode} property
170
+ # @option attributes [OCI::Core::Models::LaunchOptions] :launchOptions The value to assign to the {#launch_options} property
171
+ # @option attributes [String] :lifecycleState The value to assign to the {#lifecycle_state} property
172
+ # @option attributes [Hash<String, String>] :metadata The value to assign to the {#metadata} property
173
+ # @option attributes [String] :region The value to assign to the {#region} property
174
+ # @option attributes [String] :shape The value to assign to the {#shape} property
175
+ # @option attributes [OCI::Core::Models::InstanceSourceDetails] :sourceDetails The value to assign to the {#source_details} property
176
+ # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
151
177
  def initialize(attributes = {})
152
178
  return unless attributes.is_a?(Hash)
153
179
 
@@ -3,6 +3,12 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # The `InstanceConsoleConnection` API provides you with console access to virtual machine (VM) instances,
7
+ # enabling you to troubleshoot malfunctioning instances remotely.
8
+ #
9
+ # For more information about console access, see
10
+ # [Accessing the Console](https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/References/serialconsole.htm).
11
+ #
6
12
  class Core::Models::InstanceConsoleConnection
7
13
 
8
14
  LIFECYCLE_STATE_ENUM = [LIFECYCLE_STATE_ACTIVE = 'ACTIVE',
@@ -62,6 +68,15 @@ module OCI
62
68
 
63
69
  # Initializes the object
64
70
  # @param [Hash] attributes Model attributes in the form of hash
71
+ # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
72
+ # @option attributes [String] :connectionString The value to assign to the {#connection_string} property
73
+ # @option attributes [Hash<String, Hash<String, Object>>] :definedTags The value to assign to the {#defined_tags} property
74
+ # @option attributes [String] :fingerprint The value to assign to the {#fingerprint} property
75
+ # @option attributes [Hash<String, String>] :freeformTags The value to assign to the {#freeform_tags} property
76
+ # @option attributes [String] :id The value to assign to the {#id} property
77
+ # @option attributes [String] :instanceId The value to assign to the {#instance_id} property
78
+ # @option attributes [String] :lifecycleState The value to assign to the {#lifecycle_state} property
79
+ # @option attributes [String] :vncConnectionString The value to assign to the {#vnc_connection_string} property
65
80
  def initialize(attributes = {})
66
81
  return unless attributes.is_a?(Hash)
67
82
 
@@ -3,18 +3,21 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # The credentials for a particular instance.
6
7
  class Core::Models::InstanceCredentials
7
- # The password for the username.
8
+ # **[Required]** The password for the username.
8
9
  # @return [String]
9
10
  attr_accessor :password
10
11
 
11
- # The username.
12
+ # **[Required]** The username.
12
13
  # @return [String]
13
14
  attr_accessor :username
14
15
 
15
16
 
16
17
  # Initializes the object
17
18
  # @param [Hash] attributes Model attributes in the form of hash
19
+ # @option attributes [String] :password The value to assign to the {#password} property
20
+ # @option attributes [String] :username The value to assign to the {#username} property
18
21
  def initialize(attributes = {})
19
22
  return unless attributes.is_a?(Hash)
20
23
 
@@ -3,8 +3,9 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # This class has direct subclasses. If you are using this class as input to a service operations then you should favor using a subclass over the base class
6
7
  class Core::Models::InstanceSourceDetails
7
- # The source type for the instance.
8
+ # **[Required]** The source type for the instance.
8
9
  # Use `image` when specifying the image OCID. Use `bootVolume` when specifying
9
10
  # the boot volume OCID.
10
11
  #
@@ -26,6 +27,7 @@ module OCI
26
27
 
27
28
  # Initializes the object
28
29
  # @param [Hash] attributes Model attributes in the form of hash
30
+ # @option attributes [String] :sourceType The value to assign to the {#source_type} property
29
31
  def initialize(attributes = {})
30
32
  return unless attributes.is_a?(Hash)
31
33
 
@@ -5,13 +5,14 @@ require_relative 'instance_source_details'
5
5
 
6
6
  module OCI
7
7
  class Core::Models::InstanceSourceViaBootVolumeDetails < Core::Models::InstanceSourceDetails
8
- # The OCID of the boot volume used to boot the instance.
8
+ # **[Required]** The OCID of the boot volume used to boot the instance.
9
9
  # @return [String]
10
10
  attr_accessor :boot_volume_id
11
11
 
12
12
 
13
13
  # Initializes the object
14
14
  # @param [Hash] attributes Model attributes in the form of hash
15
+ # @option attributes [String] :bootVolumeId The value to assign to the {#boot_volume_id} property
15
16
  def initialize(attributes = {})
16
17
  return unless attributes.is_a?(Hash)
17
18
 
@@ -5,13 +5,14 @@ require_relative 'instance_source_details'
5
5
 
6
6
  module OCI
7
7
  class Core::Models::InstanceSourceViaImageDetails < Core::Models::InstanceSourceDetails
8
- # The OCID of the image used to boot the instance.
8
+ # **[Required]** The OCID of the image used to boot the instance.
9
9
  # @return [String]
10
10
  attr_accessor :image_id
11
11
 
12
12
 
13
13
  # Initializes the object
14
14
  # @param [Hash] attributes Model attributes in the form of hash
15
+ # @option attributes [String] :imageId The value to assign to the {#image_id} property
15
16
  def initialize(attributes = {})
16
17
  return unless attributes.is_a?(Hash)
17
18
 
@@ -3,6 +3,14 @@
3
3
  require 'date'
4
4
 
5
5
  module OCI
6
+ # Represents a router that connects the edge of a VCN with the Internet. For an example scenario
7
+ # that uses an Internet Gateway, see
8
+ # [Typical Networking Service Scenarios](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/overview.htm#scenarios).
9
+ #
10
+ # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
11
+ # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
12
+ # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
13
+ #
6
14
  class Core::Models::InternetGateway
7
15
 
8
16
  LIFECYCLE_STATE_ENUM = [LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING',
@@ -11,7 +19,7 @@ module OCI
11
19
  LIFECYCLE_STATE_TERMINATED = 'TERMINATED',
12
20
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE']
13
21
 
14
- # The OCID of the compartment containing the Internet Gateway.
22
+ # **[Required]** The OCID of the compartment containing the Internet Gateway.
15
23
  # @return [String]
16
24
  attr_accessor :compartment_id
17
25
 
@@ -21,7 +29,7 @@ module OCI
21
29
  # @return [String]
22
30
  attr_accessor :display_name
23
31
 
24
- # The Internet Gateway's Oracle ID (OCID).
32
+ # **[Required]** The Internet Gateway's Oracle ID (OCID).
25
33
  # @return [String]
26
34
  attr_accessor :id
27
35
 
@@ -31,7 +39,7 @@ module OCI
31
39
  # @return [BOOLEAN]
32
40
  attr_accessor :is_enabled
33
41
 
34
- # The Internet Gateway's current state.
42
+ # **[Required]** The Internet Gateway's current state.
35
43
  # @return [String]
36
44
  attr_accessor :lifecycle_state
37
45
 
@@ -42,13 +50,20 @@ module OCI
42
50
  # @return [DateTime]
43
51
  attr_accessor :time_created
44
52
 
45
- # The OCID of the VCN the Internet Gateway belongs to.
53
+ # **[Required]** The OCID of the VCN the Internet Gateway belongs to.
46
54
  # @return [String]
47
55
  attr_accessor :vcn_id
48
56
 
49
57
 
50
58
  # Initializes the object
51
59
  # @param [Hash] attributes Model attributes in the form of hash
60
+ # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
61
+ # @option attributes [String] :displayName The value to assign to the {#display_name} property
62
+ # @option attributes [String] :id The value to assign to the {#id} property
63
+ # @option attributes [BOOLEAN] :isEnabled The value to assign to the {#is_enabled} property
64
+ # @option attributes [String] :lifecycleState The value to assign to the {#lifecycle_state} property
65
+ # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
66
+ # @option attributes [String] :vcnId The value to assign to the {#vcn_id} property
52
67
  def initialize(attributes = {})
53
68
  return unless attributes.is_a?(Hash)
54
69
 
@@ -67,7 +82,7 @@ module OCI
67
82
  self.id = attributes[:'id']
68
83
  end
69
84
 
70
- if attributes[:'isEnabled']
85
+ unless attributes[:'isEnabled'].nil?
71
86
  self.is_enabled = attributes[:'isEnabled']
72
87
  end
73
88