oci 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/oci.rb +1 -0
  4. data/lib/oci/api_client.rb +21 -11
  5. data/lib/oci/audit/models/audit_event.rb +133 -19
  6. data/lib/oci/audit/models/configuration.rb +7 -1
  7. data/lib/oci/audit/models/update_configuration_details.rb +7 -1
  8. data/lib/oci/base_signer.rb +1 -2
  9. data/lib/oci/core/models/attach_boot_volume_details.rb +21 -3
  10. data/lib/oci/core/models/attach_i_scsi_volume_details.rb +11 -5
  11. data/lib/oci/core/models/attach_vnic_details.rb +28 -4
  12. data/lib/oci/core/models/attach_volume_details.rb +28 -4
  13. data/lib/oci/core/models/boot_volume.rb +56 -8
  14. data/lib/oci/core/models/boot_volume_attachment.rb +49 -7
  15. data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +7 -1
  16. data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +7 -1
  17. data/lib/oci/core/models/capture_console_history_details.rb +28 -4
  18. data/lib/oci/core/models/connect_local_peering_gateways_details.rb +7 -1
  19. data/lib/oci/core/models/console_history.rb +56 -8
  20. data/lib/oci/core/models/cpe.rb +28 -4
  21. data/lib/oci/core/models/create_cpe_details.rb +21 -3
  22. data/lib/oci/core/models/create_cross_connect_details.rb +49 -7
  23. data/lib/oci/core/models/create_cross_connect_group_details.rb +14 -2
  24. data/lib/oci/core/models/create_dhcp_details.rb +35 -5
  25. data/lib/oci/core/models/create_drg_attachment_details.rb +21 -3
  26. data/lib/oci/core/models/create_drg_details.rb +14 -2
  27. data/lib/oci/core/models/create_image_details.rb +49 -7
  28. data/lib/oci/core/models/create_instance_console_connection_details.rb +28 -4
  29. data/lib/oci/core/models/create_internet_gateway_details.rb +28 -4
  30. data/lib/oci/core/models/create_ip_sec_connection_details.rb +35 -5
  31. data/lib/oci/core/models/create_local_peering_gateway_details.rb +21 -3
  32. data/lib/oci/core/models/create_private_ip_details.rb +42 -6
  33. data/lib/oci/core/models/create_public_ip_details.rb +21 -3
  34. data/lib/oci/core/models/create_route_table_details.rb +42 -6
  35. data/lib/oci/core/models/create_security_list_details.rb +49 -7
  36. data/lib/oci/core/models/create_subnet_details.rb +84 -12
  37. data/lib/oci/core/models/create_vcn_details.rb +42 -6
  38. data/lib/oci/core/models/create_virtual_circuit_details.rb +70 -10
  39. data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +7 -1
  40. data/lib/oci/core/models/create_vnic_details.rb +42 -6
  41. data/lib/oci/core/models/create_volume_backup_details.rb +28 -4
  42. data/lib/oci/core/models/create_volume_backup_policy_assignment_details.rb +14 -2
  43. data/lib/oci/core/models/create_volume_details.rb +70 -10
  44. data/lib/oci/core/models/cross_connect.rb +56 -8
  45. data/lib/oci/core/models/cross_connect_group.rb +28 -4
  46. data/lib/oci/core/models/cross_connect_mapping.rb +28 -4
  47. data/lib/oci/core/models/cross_connect_port_speed_shape.rb +7 -1
  48. data/lib/oci/core/models/cross_connect_status.rb +28 -4
  49. data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +7 -1
  50. data/lib/oci/core/models/dhcp_dns_option.rb +14 -2
  51. data/lib/oci/core/models/dhcp_options.rb +49 -7
  52. data/lib/oci/core/models/dhcp_search_domain_option.rb +7 -1
  53. data/lib/oci/core/models/drg.rb +28 -4
  54. data/lib/oci/core/models/drg_attachment.rb +42 -6
  55. data/lib/oci/core/models/egress_security_rule.rb +28 -4
  56. data/lib/oci/core/models/export_image_details.rb +7 -1
  57. data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +21 -3
  58. data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +7 -1
  59. data/lib/oci/core/models/fast_connect_provider_service.rb +35 -5
  60. data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +7 -1
  61. data/lib/oci/core/models/get_public_ip_by_private_ip_id_details.rb +7 -1
  62. data/lib/oci/core/models/i_scsi_volume_attachment.rb +22 -10
  63. data/lib/oci/core/models/image.rb +84 -12
  64. data/lib/oci/core/models/image_source_details.rb +14 -2
  65. data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +22 -4
  66. data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +8 -2
  67. data/lib/oci/core/models/ingress_security_rule.rb +28 -4
  68. data/lib/oci/core/models/instance.rb +91 -13
  69. data/lib/oci/core/models/instance_console_connection.rb +49 -7
  70. data/lib/oci/core/models/instance_source_details.rb +7 -1
  71. data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +7 -1
  72. data/lib/oci/core/models/instance_source_via_image_details.rb +7 -1
  73. data/lib/oci/core/models/internet_gateway.rb +42 -6
  74. data/lib/oci/core/models/ip_sec_connection.rb +49 -7
  75. data/lib/oci/core/models/ip_sec_connection_device_config.rb +14 -2
  76. data/lib/oci/core/models/ip_sec_connection_device_status.rb +14 -2
  77. data/lib/oci/core/models/launch_instance_details.rb +84 -12
  78. data/lib/oci/core/models/launch_options.rb +21 -3
  79. data/lib/oci/core/models/letter_of_authority.rb +49 -7
  80. data/lib/oci/core/models/local_peering_gateway.rb +63 -9
  81. data/lib/oci/core/models/private_ip.rb +77 -11
  82. data/lib/oci/core/models/public_ip.rb +49 -7
  83. data/lib/oci/core/models/route_rule.rb +14 -2
  84. data/lib/oci/core/models/route_table.rb +56 -8
  85. data/lib/oci/core/models/security_list.rb +63 -9
  86. data/lib/oci/core/models/subnet.rb +119 -17
  87. data/lib/oci/core/models/tcp_options.rb +14 -2
  88. data/lib/oci/core/models/tunnel_config.rb +21 -3
  89. data/lib/oci/core/models/tunnel_status.rb +28 -4
  90. data/lib/oci/core/models/udp_options.rb +14 -2
  91. data/lib/oci/core/models/update_boot_volume_details.rb +7 -1
  92. data/lib/oci/core/models/update_console_history_details.rb +21 -3
  93. data/lib/oci/core/models/update_cpe_details.rb +7 -1
  94. data/lib/oci/core/models/update_cross_connect_details.rb +14 -2
  95. data/lib/oci/core/models/update_cross_connect_group_details.rb +7 -1
  96. data/lib/oci/core/models/update_dhcp_details.rb +21 -3
  97. data/lib/oci/core/models/update_drg_attachment_details.rb +7 -1
  98. data/lib/oci/core/models/update_drg_details.rb +7 -1
  99. data/lib/oci/core/models/update_image_details.rb +21 -3
  100. data/lib/oci/core/models/update_instance_details.rb +21 -3
  101. data/lib/oci/core/models/update_internet_gateway_details.rb +14 -2
  102. data/lib/oci/core/models/update_ip_sec_connection_details.rb +7 -1
  103. data/lib/oci/core/models/update_local_peering_gateway_details.rb +7 -1
  104. data/lib/oci/core/models/update_private_ip_details.rb +35 -5
  105. data/lib/oci/core/models/update_public_ip_details.rb +14 -2
  106. data/lib/oci/core/models/update_route_table_details.rb +28 -4
  107. data/lib/oci/core/models/update_security_list_details.rb +35 -5
  108. data/lib/oci/core/models/update_subnet_details.rb +21 -3
  109. data/lib/oci/core/models/update_vcn_details.rb +21 -3
  110. data/lib/oci/core/models/update_virtual_circuit_details.rb +49 -7
  111. data/lib/oci/core/models/update_vnic_details.rb +21 -3
  112. data/lib/oci/core/models/update_volume_backup_details.rb +21 -3
  113. data/lib/oci/core/models/update_volume_details.rb +21 -3
  114. data/lib/oci/core/models/vcn.rb +84 -12
  115. data/lib/oci/core/models/virtual_circuit.rb +126 -18
  116. data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +7 -1
  117. data/lib/oci/core/models/virtual_circuit_public_prefix.rb +14 -2
  118. data/lib/oci/core/models/vnic.rb +84 -12
  119. data/lib/oci/core/models/vnic_attachment.rb +70 -10
  120. data/lib/oci/core/models/volume.rb +77 -11
  121. data/lib/oci/core/models/volume_attachment.rb +63 -9
  122. data/lib/oci/core/models/volume_backup.rb +98 -14
  123. data/lib/oci/core/models/volume_backup_policy.rb +14 -2
  124. data/lib/oci/core/models/volume_backup_policy_assignment.rb +21 -3
  125. data/lib/oci/core/models/volume_backup_schedule.rb +21 -3
  126. data/lib/oci/database/database_client.rb +2 -2
  127. data/lib/oci/database/models/backup.rb +56 -8
  128. data/lib/oci/database/models/backup_summary.rb +56 -8
  129. data/lib/oci/database/models/create_backup_details.rb +14 -2
  130. data/lib/oci/database/models/create_data_guard_association_details.rb +28 -4
  131. data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +10 -4
  132. data/lib/oci/database/models/create_database_details.rb +49 -7
  133. data/lib/oci/database/models/create_database_from_backup_details.rb +21 -3
  134. data/lib/oci/database/models/create_db_home_details.rb +14 -2
  135. data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +14 -2
  136. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -3
  137. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +2 -2
  138. data/lib/oci/database/models/data_guard_association.rb +91 -13
  139. data/lib/oci/database/models/data_guard_association_summary.rb +91 -13
  140. data/lib/oci/database/models/database.rb +84 -12
  141. data/lib/oci/database/models/database_summary.rb +84 -12
  142. data/lib/oci/database/models/db_backup_config.rb +7 -1
  143. data/lib/oci/database/models/db_home.rb +49 -7
  144. data/lib/oci/database/models/db_home_summary.rb +49 -7
  145. data/lib/oci/database/models/db_node.rb +42 -6
  146. data/lib/oci/database/models/db_node_summary.rb +42 -6
  147. data/lib/oci/database/models/db_system.rb +161 -23
  148. data/lib/oci/database/models/db_system_shape_summary.rb +7 -1
  149. data/lib/oci/database/models/db_system_summary.rb +161 -23
  150. data/lib/oci/database/models/db_version_summary.rb +7 -1
  151. data/lib/oci/database/models/failover_data_guard_association_details.rb +7 -1
  152. data/lib/oci/database/models/launch_db_system_details.rb +105 -15
  153. data/lib/oci/database/models/patch.rb +35 -5
  154. data/lib/oci/database/models/patch_details.rb +7 -1
  155. data/lib/oci/database/models/patch_history_entry.rb +35 -5
  156. data/lib/oci/database/models/patch_history_entry_summary.rb +35 -5
  157. data/lib/oci/database/models/patch_summary.rb +35 -5
  158. data/lib/oci/database/models/reinstate_data_guard_association_details.rb +7 -1
  159. data/lib/oci/database/models/restore_database_details.rb +7 -1
  160. data/lib/oci/database/models/switchover_data_guard_association_details.rb +7 -1
  161. data/lib/oci/database/models/update_database_details.rb +7 -1
  162. data/lib/oci/database/models/update_db_home_details.rb +7 -1
  163. data/lib/oci/database/models/update_db_system_details.rb +21 -3
  164. data/lib/oci/dns/models/create_zone_details.rb +21 -3
  165. data/lib/oci/dns/models/record.rb +21 -3
  166. data/lib/oci/dns/models/record_details.rb +21 -3
  167. data/lib/oci/dns/models/record_operation.rb +21 -3
  168. data/lib/oci/dns/models/update_zone_details.rb +7 -1
  169. data/lib/oci/dns/models/zone.rb +42 -6
  170. data/lib/oci/dns/models/zone_summary.rb +28 -4
  171. data/lib/oci/file_storage/file_storage.rb +33 -0
  172. data/lib/oci/file_storage/file_storage_client.rb +1117 -0
  173. data/lib/oci/file_storage/models/create_export_details.rb +162 -0
  174. data/lib/oci/file_storage/models/create_file_system_details.rb +170 -0
  175. data/lib/oci/file_storage/models/create_mount_target_details.rb +242 -0
  176. data/lib/oci/file_storage/models/create_snapshot_details.rb +146 -0
  177. data/lib/oci/file_storage/models/export.rb +261 -0
  178. data/lib/oci/file_storage/models/export_set.rb +315 -0
  179. data/lib/oci/file_storage/models/export_set_summary.rb +260 -0
  180. data/lib/oci/file_storage/models/export_summary.rb +233 -0
  181. data/lib/oci/file_storage/models/file_system.rb +273 -0
  182. data/lib/oci/file_storage/models/file_system_summary.rb +265 -0
  183. data/lib/oci/file_storage/models/mount_target.rb +320 -0
  184. data/lib/oci/file_storage/models/mount_target_summary.rb +300 -0
  185. data/lib/oci/file_storage/models/snapshot.rb +217 -0
  186. data/lib/oci/file_storage/models/snapshot_summary.rb +217 -0
  187. data/lib/oci/file_storage/models/update_export_set_details.rb +185 -0
  188. data/lib/oci/file_storage/models/update_file_system_details.rb +131 -0
  189. data/lib/oci/file_storage/models/update_mount_target_details.rb +131 -0
  190. data/lib/oci/file_storage/util.rb +2 -0
  191. data/lib/oci/identity/models/add_user_to_group_details.rb +14 -2
  192. data/lib/oci/identity/models/api_key.rb +42 -6
  193. data/lib/oci/identity/models/availability_domain.rb +7 -1
  194. data/lib/oci/identity/models/compartment.rb +42 -6
  195. data/lib/oci/identity/models/create_compartment_details.rb +21 -3
  196. data/lib/oci/identity/models/create_customer_secret_key_details.rb +7 -1
  197. data/lib/oci/identity/models/create_dynamic_group_details.rb +14 -2
  198. data/lib/oci/identity/models/create_group_details.rb +21 -3
  199. data/lib/oci/identity/models/create_identity_provider_details.rb +28 -4
  200. data/lib/oci/identity/models/create_idp_group_mapping_details.rb +14 -2
  201. data/lib/oci/identity/models/create_policy_details.rb +28 -4
  202. data/lib/oci/identity/models/create_region_subscription_details.rb +7 -1
  203. data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +11 -5
  204. data/lib/oci/identity/models/create_tag_details.rb +14 -2
  205. data/lib/oci/identity/models/create_tag_namespace_details.rb +21 -3
  206. data/lib/oci/identity/models/create_user_details.rb +21 -3
  207. data/lib/oci/identity/models/customer_secret_key.rb +42 -6
  208. data/lib/oci/identity/models/customer_secret_key_summary.rb +42 -6
  209. data/lib/oci/identity/models/dynamic_group.rb +35 -5
  210. data/lib/oci/identity/models/group.rb +42 -6
  211. data/lib/oci/identity/models/identity_provider.rb +49 -7
  212. data/lib/oci/identity/models/idp_group_mapping.rb +49 -7
  213. data/lib/oci/identity/models/policy.rb +49 -7
  214. data/lib/oci/identity/models/region_subscription.rb +21 -3
  215. data/lib/oci/identity/models/saml2_identity_provider.rb +28 -10
  216. data/lib/oci/identity/models/swift_password.rb +35 -5
  217. data/lib/oci/identity/models/tag.rb +49 -7
  218. data/lib/oci/identity/models/tag_namespace.rb +35 -5
  219. data/lib/oci/identity/models/tag_namespace_summary.rb +35 -5
  220. data/lib/oci/identity/models/tag_summary.rb +35 -5
  221. data/lib/oci/identity/models/tenancy.rb +21 -3
  222. data/lib/oci/identity/models/ui_password.rb +28 -4
  223. data/lib/oci/identity/models/update_compartment_details.rb +14 -2
  224. data/lib/oci/identity/models/update_customer_secret_key_details.rb +7 -1
  225. data/lib/oci/identity/models/update_dynamic_group_details.rb +7 -1
  226. data/lib/oci/identity/models/update_group_details.rb +14 -2
  227. data/lib/oci/identity/models/update_identity_provider_details.rb +14 -2
  228. data/lib/oci/identity/models/update_idp_group_mapping_details.rb +14 -2
  229. data/lib/oci/identity/models/update_policy_details.rb +21 -3
  230. data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +9 -3
  231. data/lib/oci/identity/models/update_tag_details.rb +21 -3
  232. data/lib/oci/identity/models/update_tag_namespace_details.rb +21 -3
  233. data/lib/oci/identity/models/update_user_details.rb +14 -2
  234. data/lib/oci/identity/models/user.rb +42 -6
  235. data/lib/oci/identity/models/user_group_membership.rb +42 -6
  236. data/lib/oci/load_balancer/models/backend.rb +7 -1
  237. data/lib/oci/load_balancer/models/backend_details.rb +7 -1
  238. data/lib/oci/load_balancer/models/backend_health.rb +7 -1
  239. data/lib/oci/load_balancer/models/backend_set.rb +21 -3
  240. data/lib/oci/load_balancer/models/backend_set_details.rb +21 -3
  241. data/lib/oci/load_balancer/models/backend_set_health.rb +28 -4
  242. data/lib/oci/load_balancer/models/certificate.rb +21 -3
  243. data/lib/oci/load_balancer/models/certificate_details.rb +28 -4
  244. data/lib/oci/load_balancer/models/connection_configuration.rb +7 -1
  245. data/lib/oci/load_balancer/models/create_backend_details.rb +7 -1
  246. data/lib/oci/load_balancer/models/create_backend_set_details.rb +21 -3
  247. data/lib/oci/load_balancer/models/create_certificate_details.rb +28 -4
  248. data/lib/oci/load_balancer/models/create_listener_details.rb +28 -4
  249. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +51 -7
  250. data/lib/oci/load_balancer/models/create_path_route_set_details.rb +7 -1
  251. data/lib/oci/load_balancer/models/health_check_result.rb +21 -3
  252. data/lib/oci/load_balancer/models/health_checker.rb +35 -5
  253. data/lib/oci/load_balancer/models/health_checker_details.rb +35 -5
  254. data/lib/oci/load_balancer/models/ip_address.rb +14 -2
  255. data/lib/oci/load_balancer/models/listener.rb +28 -4
  256. data/lib/oci/load_balancer/models/listener_details.rb +28 -4
  257. data/lib/oci/load_balancer/models/load_balancer.rb +70 -10
  258. data/lib/oci/load_balancer/models/load_balancer_health.rb +28 -4
  259. data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +7 -1
  260. data/lib/oci/load_balancer/models/path_match_type.rb +7 -1
  261. data/lib/oci/load_balancer/models/path_route.rb +14 -2
  262. data/lib/oci/load_balancer/models/path_route_set.rb +7 -1
  263. data/lib/oci/load_balancer/models/path_route_set_details.rb +7 -1
  264. data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +16 -2
  265. data/lib/oci/load_balancer/models/ssl_configuration.rb +23 -3
  266. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +23 -3
  267. data/lib/oci/load_balancer/models/update_backend_set_details.rb +21 -3
  268. data/lib/oci/load_balancer/models/update_health_checker_details.rb +35 -5
  269. data/lib/oci/load_balancer/models/update_listener_details.rb +28 -4
  270. data/lib/oci/load_balancer/models/update_load_balancer_details.rb +7 -1
  271. data/lib/oci/load_balancer/models/update_path_route_set_details.rb +7 -1
  272. data/lib/oci/load_balancer/models/work_request.rb +35 -5
  273. data/lib/oci/load_balancer/models/work_request_error.rb +7 -1
  274. data/lib/oci/object_storage/models/bucket.rb +83 -11
  275. data/lib/oci/object_storage/models/bucket_summary.rb +67 -7
  276. data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +14 -2
  277. data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +7 -1
  278. data/lib/oci/object_storage/models/create_bucket_details.rb +67 -7
  279. data/lib/oci/object_storage/models/create_multipart_upload_details.rb +21 -3
  280. data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +21 -3
  281. data/lib/oci/object_storage/models/list_objects.rb +7 -1
  282. data/lib/oci/object_storage/models/multipart_upload.rb +14 -2
  283. data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +7 -1
  284. data/lib/oci/object_storage/models/namespace_metadata.rb +14 -2
  285. data/lib/oci/object_storage/models/object_summary.rb +7 -1
  286. data/lib/oci/object_storage/models/preauthenticated_request.rb +35 -5
  287. data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +28 -4
  288. data/lib/oci/object_storage/models/rename_object_details.rb +35 -5
  289. data/lib/oci/object_storage/models/restore_objects_details.rb +25 -5
  290. data/lib/oci/object_storage/models/update_bucket_details.rb +60 -6
  291. data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +14 -2
  292. data/lib/oci/object_storage/object_storage_client.rb +17 -5
  293. data/lib/oci/object_storage/transfer/multipart/multipart_object_assembler.rb +11 -3
  294. data/lib/oci/signer.rb +0 -8
  295. data/lib/oci/version.rb +1 -1
  296. data/lib/oci/waiter.rb +1 -0
  297. metadata +22 -2
@@ -12,7 +12,7 @@ module OCI
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
+ # @option attributes [String] :boot_volume_id The value to assign to the {#boot_volume_id} property
16
16
  def initialize(attributes = {})
17
17
  return unless attributes.is_a?(Hash)
18
18
 
@@ -27,6 +27,12 @@ module OCI
27
27
  self.boot_volume_id = attributes[:'bootVolumeId']
28
28
  end
29
29
 
30
+ raise 'You cannot provide both :bootVolumeId and :boot_volume_id' if attributes.key?(:'bootVolumeId') && attributes.key?(:'boot_volume_id')
31
+
32
+ if attributes[:'boot_volume_id']
33
+ self.boot_volume_id = attributes[:'boot_volume_id']
34
+ end
35
+
30
36
  end
31
37
 
32
38
  # Checks equality by comparing each attribute.
@@ -12,7 +12,7 @@ module OCI
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
+ # @option attributes [String] :image_id The value to assign to the {#image_id} property
16
16
  def initialize(attributes = {})
17
17
  return unless attributes.is_a?(Hash)
18
18
 
@@ -27,6 +27,12 @@ module OCI
27
27
  self.image_id = attributes[:'imageId']
28
28
  end
29
29
 
30
+ raise 'You cannot provide both :imageId and :image_id' if attributes.key?(:'imageId') && attributes.key?(:'image_id')
31
+
32
+ if attributes[:'image_id']
33
+ self.image_id = attributes[:'image_id']
34
+ end
35
+
30
36
  end
31
37
 
32
38
  # Checks equality by comparing each attribute.
@@ -57,13 +57,13 @@ module OCI
57
57
 
58
58
  # Initializes the object
59
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
60
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
61
+ # @option attributes [String] :display_name The value to assign to the {#display_name} property
62
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
63
+ # @option attributes [BOOLEAN] :is_enabled The value to assign to the {#is_enabled} property
64
+ # @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
65
+ # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
66
+ # @option attributes [String] :vcn_id The value to assign to the {#vcn_id} property
67
67
  def initialize(attributes = {})
68
68
  return unless attributes.is_a?(Hash)
69
69
 
@@ -74,10 +74,22 @@ module OCI
74
74
  self.compartment_id = attributes[:'compartmentId']
75
75
  end
76
76
 
77
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
78
+
79
+ if attributes[:'compartment_id']
80
+ self.compartment_id = attributes[:'compartment_id']
81
+ end
82
+
77
83
  if attributes[:'displayName']
78
84
  self.display_name = attributes[:'displayName']
79
85
  end
80
86
 
87
+ raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
88
+
89
+ if attributes[:'display_name']
90
+ self.display_name = attributes[:'display_name']
91
+ end
92
+
81
93
  if attributes[:'id']
82
94
  self.id = attributes[:'id']
83
95
  end
@@ -86,18 +98,42 @@ module OCI
86
98
  self.is_enabled = attributes[:'isEnabled']
87
99
  end
88
100
 
101
+ raise 'You cannot provide both :isEnabled and :is_enabled' if attributes.key?(:'isEnabled') && attributes.key?(:'is_enabled')
102
+
103
+ unless attributes[:'is_enabled'].nil?
104
+ self.is_enabled = attributes[:'is_enabled']
105
+ end
106
+
89
107
  if attributes[:'lifecycleState']
90
108
  self.lifecycle_state = attributes[:'lifecycleState']
91
109
  end
92
110
 
111
+ raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
112
+
113
+ if attributes[:'lifecycle_state']
114
+ self.lifecycle_state = attributes[:'lifecycle_state']
115
+ end
116
+
93
117
  if attributes[:'timeCreated']
94
118
  self.time_created = attributes[:'timeCreated']
95
119
  end
96
120
 
121
+ raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
122
+
123
+ if attributes[:'time_created']
124
+ self.time_created = attributes[:'time_created']
125
+ end
126
+
97
127
  if attributes[:'vcnId']
98
128
  self.vcn_id = attributes[:'vcnId']
99
129
  end
100
130
 
131
+ raise 'You cannot provide both :vcnId and :vcn_id' if attributes.key?(:'vcnId') && attributes.key?(:'vcn_id')
132
+
133
+ if attributes[:'vcn_id']
134
+ self.vcn_id = attributes[:'vcn_id']
135
+ end
136
+
101
137
  end
102
138
 
103
139
  # Custom attribute writer method checking allowed values (enum).
@@ -64,14 +64,14 @@ module OCI
64
64
 
65
65
  # Initializes the object
66
66
  # @param [Hash] attributes Model attributes in the form of hash
67
- # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
68
- # @option attributes [String] :cpeId The value to assign to the {#cpe_id} property
69
- # @option attributes [String] :displayName The value to assign to the {#display_name} property
70
- # @option attributes [String] :drgId The value to assign to the {#drg_id} property
67
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
68
+ # @option attributes [String] :cpe_id The value to assign to the {#cpe_id} property
69
+ # @option attributes [String] :display_name The value to assign to the {#display_name} property
70
+ # @option attributes [String] :drg_id The value to assign to the {#drg_id} property
71
71
  # @option attributes [String] :id The value to assign to the {#id} property
72
- # @option attributes [String] :lifecycleState The value to assign to the {#lifecycle_state} property
73
- # @option attributes [Array<String>] :staticRoutes The value to assign to the {#static_routes} property
74
- # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
72
+ # @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
73
+ # @option attributes [Array<String>] :static_routes The value to assign to the {#static_routes} property
74
+ # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
75
75
  def initialize(attributes = {})
76
76
  return unless attributes.is_a?(Hash)
77
77
 
@@ -82,18 +82,42 @@ module OCI
82
82
  self.compartment_id = attributes[:'compartmentId']
83
83
  end
84
84
 
85
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
86
+
87
+ if attributes[:'compartment_id']
88
+ self.compartment_id = attributes[:'compartment_id']
89
+ end
90
+
85
91
  if attributes[:'cpeId']
86
92
  self.cpe_id = attributes[:'cpeId']
87
93
  end
88
94
 
95
+ raise 'You cannot provide both :cpeId and :cpe_id' if attributes.key?(:'cpeId') && attributes.key?(:'cpe_id')
96
+
97
+ if attributes[:'cpe_id']
98
+ self.cpe_id = attributes[:'cpe_id']
99
+ end
100
+
89
101
  if attributes[:'displayName']
90
102
  self.display_name = attributes[:'displayName']
91
103
  end
92
104
 
105
+ raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
106
+
107
+ if attributes[:'display_name']
108
+ self.display_name = attributes[:'display_name']
109
+ end
110
+
93
111
  if attributes[:'drgId']
94
112
  self.drg_id = attributes[:'drgId']
95
113
  end
96
114
 
115
+ raise 'You cannot provide both :drgId and :drg_id' if attributes.key?(:'drgId') && attributes.key?(:'drg_id')
116
+
117
+ if attributes[:'drg_id']
118
+ self.drg_id = attributes[:'drg_id']
119
+ end
120
+
97
121
  if attributes[:'id']
98
122
  self.id = attributes[:'id']
99
123
  end
@@ -102,14 +126,32 @@ module OCI
102
126
  self.lifecycle_state = attributes[:'lifecycleState']
103
127
  end
104
128
 
129
+ raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
130
+
131
+ if attributes[:'lifecycle_state']
132
+ self.lifecycle_state = attributes[:'lifecycle_state']
133
+ end
134
+
105
135
  if attributes[:'staticRoutes']
106
136
  self.static_routes = attributes[:'staticRoutes']
107
137
  end
108
138
 
139
+ raise 'You cannot provide both :staticRoutes and :static_routes' if attributes.key?(:'staticRoutes') && attributes.key?(:'static_routes')
140
+
141
+ if attributes[:'static_routes']
142
+ self.static_routes = attributes[:'static_routes']
143
+ end
144
+
109
145
  if attributes[:'timeCreated']
110
146
  self.time_created = attributes[:'timeCreated']
111
147
  end
112
148
 
149
+ raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
150
+
151
+ if attributes[:'time_created']
152
+ self.time_created = attributes[:'time_created']
153
+ end
154
+
113
155
  end
114
156
 
115
157
  # Custom attribute writer method checking allowed values (enum).
@@ -24,9 +24,9 @@ module OCI
24
24
 
25
25
  # Initializes the object
26
26
  # @param [Hash] attributes Model attributes in the form of hash
27
- # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
27
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
28
28
  # @option attributes [String] :id The value to assign to the {#id} property
29
- # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
29
+ # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
30
30
  # @option attributes [Array<OCI::Core::Models::TunnelConfig>] :tunnels The value to assign to the {#tunnels} property
31
31
  def initialize(attributes = {})
32
32
  return unless attributes.is_a?(Hash)
@@ -38,6 +38,12 @@ module OCI
38
38
  self.compartment_id = attributes[:'compartmentId']
39
39
  end
40
40
 
41
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
42
+
43
+ if attributes[:'compartment_id']
44
+ self.compartment_id = attributes[:'compartment_id']
45
+ end
46
+
41
47
  if attributes[:'id']
42
48
  self.id = attributes[:'id']
43
49
  end
@@ -46,6 +52,12 @@ module OCI
46
52
  self.time_created = attributes[:'timeCreated']
47
53
  end
48
54
 
55
+ raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
56
+
57
+ if attributes[:'time_created']
58
+ self.time_created = attributes[:'time_created']
59
+ end
60
+
49
61
  if attributes[:'tunnels']
50
62
  self.tunnels = attributes[:'tunnels']
51
63
  end
@@ -27,9 +27,9 @@ module OCI
27
27
 
28
28
  # Initializes the object
29
29
  # @param [Hash] attributes Model attributes in the form of hash
30
- # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
30
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
31
31
  # @option attributes [String] :id The value to assign to the {#id} property
32
- # @option attributes [DateTime] :timeCreated The value to assign to the {#time_created} property
32
+ # @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
33
33
  # @option attributes [Array<OCI::Core::Models::TunnelStatus>] :tunnels The value to assign to the {#tunnels} property
34
34
  def initialize(attributes = {})
35
35
  return unless attributes.is_a?(Hash)
@@ -41,6 +41,12 @@ module OCI
41
41
  self.compartment_id = attributes[:'compartmentId']
42
42
  end
43
43
 
44
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
45
+
46
+ if attributes[:'compartment_id']
47
+ self.compartment_id = attributes[:'compartment_id']
48
+ end
49
+
44
50
  if attributes[:'id']
45
51
  self.id = attributes[:'id']
46
52
  end
@@ -49,6 +55,12 @@ module OCI
49
55
  self.time_created = attributes[:'timeCreated']
50
56
  end
51
57
 
58
+ raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
59
+
60
+ if attributes[:'time_created']
61
+ self.time_created = attributes[:'time_created']
62
+ end
63
+
52
64
  if attributes[:'tunnels']
53
65
  self.tunnels = attributes[:'tunnels']
54
66
  end
@@ -185,20 +185,20 @@ module OCI
185
185
 
186
186
  # Initializes the object
187
187
  # @param [Hash] attributes Model attributes in the form of hash
188
- # @option attributes [String] :availabilityDomain The value to assign to the {#availability_domain} property
189
- # @option attributes [String] :compartmentId The value to assign to the {#compartment_id} property
190
- # @option attributes [OCI::Core::Models::CreateVnicDetails] :createVnicDetails The value to assign to the {#create_vnic_details} property
191
- # @option attributes [Hash<String, Hash<String, Object>>] :definedTags The value to assign to the {#defined_tags} property
192
- # @option attributes [String] :displayName The value to assign to the {#display_name} property
193
- # @option attributes [Hash<String, Object>] :extendedMetadata The value to assign to the {#extended_metadata} property
194
- # @option attributes [Hash<String, String>] :freeformTags The value to assign to the {#freeform_tags} property
195
- # @option attributes [String] :hostnameLabel The value to assign to the {#hostname_label} property
196
- # @option attributes [String] :imageId The value to assign to the {#image_id} property
197
- # @option attributes [String] :ipxeScript The value to assign to the {#ipxe_script} property
188
+ # @option attributes [String] :availability_domain The value to assign to the {#availability_domain} property
189
+ # @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
190
+ # @option attributes [OCI::Core::Models::CreateVnicDetails] :create_vnic_details The value to assign to the {#create_vnic_details} property
191
+ # @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
192
+ # @option attributes [String] :display_name The value to assign to the {#display_name} property
193
+ # @option attributes [Hash<String, Object>] :extended_metadata The value to assign to the {#extended_metadata} property
194
+ # @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
195
+ # @option attributes [String] :hostname_label The value to assign to the {#hostname_label} property
196
+ # @option attributes [String] :image_id The value to assign to the {#image_id} property
197
+ # @option attributes [String] :ipxe_script The value to assign to the {#ipxe_script} property
198
198
  # @option attributes [Hash<String, String>] :metadata The value to assign to the {#metadata} property
199
199
  # @option attributes [String] :shape The value to assign to the {#shape} property
200
- # @option attributes [OCI::Core::Models::InstanceSourceDetails] :sourceDetails The value to assign to the {#source_details} property
201
- # @option attributes [String] :subnetId The value to assign to the {#subnet_id} property
200
+ # @option attributes [OCI::Core::Models::InstanceSourceDetails] :source_details The value to assign to the {#source_details} property
201
+ # @option attributes [String] :subnet_id The value to assign to the {#subnet_id} property
202
202
  def initialize(attributes = {})
203
203
  return unless attributes.is_a?(Hash)
204
204
 
@@ -209,42 +209,102 @@ module OCI
209
209
  self.availability_domain = attributes[:'availabilityDomain']
210
210
  end
211
211
 
212
+ raise 'You cannot provide both :availabilityDomain and :availability_domain' if attributes.key?(:'availabilityDomain') && attributes.key?(:'availability_domain')
213
+
214
+ if attributes[:'availability_domain']
215
+ self.availability_domain = attributes[:'availability_domain']
216
+ end
217
+
212
218
  if attributes[:'compartmentId']
213
219
  self.compartment_id = attributes[:'compartmentId']
214
220
  end
215
221
 
222
+ raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
223
+
224
+ if attributes[:'compartment_id']
225
+ self.compartment_id = attributes[:'compartment_id']
226
+ end
227
+
216
228
  if attributes[:'createVnicDetails']
217
229
  self.create_vnic_details = attributes[:'createVnicDetails']
218
230
  end
219
231
 
232
+ raise 'You cannot provide both :createVnicDetails and :create_vnic_details' if attributes.key?(:'createVnicDetails') && attributes.key?(:'create_vnic_details')
233
+
234
+ if attributes[:'create_vnic_details']
235
+ self.create_vnic_details = attributes[:'create_vnic_details']
236
+ end
237
+
220
238
  if attributes[:'definedTags']
221
239
  self.defined_tags = attributes[:'definedTags']
222
240
  end
223
241
 
242
+ raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
243
+
244
+ if attributes[:'defined_tags']
245
+ self.defined_tags = attributes[:'defined_tags']
246
+ end
247
+
224
248
  if attributes[:'displayName']
225
249
  self.display_name = attributes[:'displayName']
226
250
  end
227
251
 
252
+ raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
253
+
254
+ if attributes[:'display_name']
255
+ self.display_name = attributes[:'display_name']
256
+ end
257
+
228
258
  if attributes[:'extendedMetadata']
229
259
  self.extended_metadata = attributes[:'extendedMetadata']
230
260
  end
231
261
 
262
+ raise 'You cannot provide both :extendedMetadata and :extended_metadata' if attributes.key?(:'extendedMetadata') && attributes.key?(:'extended_metadata')
263
+
264
+ if attributes[:'extended_metadata']
265
+ self.extended_metadata = attributes[:'extended_metadata']
266
+ end
267
+
232
268
  if attributes[:'freeformTags']
233
269
  self.freeform_tags = attributes[:'freeformTags']
234
270
  end
235
271
 
272
+ raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
273
+
274
+ if attributes[:'freeform_tags']
275
+ self.freeform_tags = attributes[:'freeform_tags']
276
+ end
277
+
236
278
  if attributes[:'hostnameLabel']
237
279
  self.hostname_label = attributes[:'hostnameLabel']
238
280
  end
239
281
 
282
+ raise 'You cannot provide both :hostnameLabel and :hostname_label' if attributes.key?(:'hostnameLabel') && attributes.key?(:'hostname_label')
283
+
284
+ if attributes[:'hostname_label']
285
+ self.hostname_label = attributes[:'hostname_label']
286
+ end
287
+
240
288
  if attributes[:'imageId']
241
289
  self.image_id = attributes[:'imageId']
242
290
  end
243
291
 
292
+ raise 'You cannot provide both :imageId and :image_id' if attributes.key?(:'imageId') && attributes.key?(:'image_id')
293
+
294
+ if attributes[:'image_id']
295
+ self.image_id = attributes[:'image_id']
296
+ end
297
+
244
298
  if attributes[:'ipxeScript']
245
299
  self.ipxe_script = attributes[:'ipxeScript']
246
300
  end
247
301
 
302
+ raise 'You cannot provide both :ipxeScript and :ipxe_script' if attributes.key?(:'ipxeScript') && attributes.key?(:'ipxe_script')
303
+
304
+ if attributes[:'ipxe_script']
305
+ self.ipxe_script = attributes[:'ipxe_script']
306
+ end
307
+
248
308
  if attributes[:'metadata']
249
309
  self.metadata = attributes[:'metadata']
250
310
  end
@@ -257,10 +317,22 @@ module OCI
257
317
  self.source_details = attributes[:'sourceDetails']
258
318
  end
259
319
 
320
+ raise 'You cannot provide both :sourceDetails and :source_details' if attributes.key?(:'sourceDetails') && attributes.key?(:'source_details')
321
+
322
+ if attributes[:'source_details']
323
+ self.source_details = attributes[:'source_details']
324
+ end
325
+
260
326
  if attributes[:'subnetId']
261
327
  self.subnet_id = attributes[:'subnetId']
262
328
  end
263
329
 
330
+ raise 'You cannot provide both :subnetId and :subnet_id' if attributes.key?(:'subnetId') && attributes.key?(:'subnet_id')
331
+
332
+ if attributes[:'subnet_id']
333
+ self.subnet_id = attributes[:'subnet_id']
334
+ end
335
+
264
336
  end
265
337
 
266
338
  # Checks equality by comparing each attribute.