oci 2.3.6 → 2.3.7

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 (76) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -10
  3. data/lib/oci.rb +1 -0
  4. data/lib/oci/api_client.rb +2 -2
  5. data/lib/oci/audit/audit_client.rb +11 -9
  6. data/lib/oci/base_signer.rb +13 -13
  7. data/lib/oci/container_engine/container_engine_client.rb +43 -39
  8. data/lib/oci/container_engine/models/node_error.rb +1 -1
  9. data/lib/oci/container_engine/models/work_request_error.rb +1 -1
  10. data/lib/oci/core/blockstorage_client.rb +421 -75
  11. data/lib/oci/core/compute_client.rb +77 -75
  12. data/lib/oci/core/compute_client_composite_operations.rb +40 -0
  13. data/lib/oci/core/core.rb +4 -0
  14. data/lib/oci/core/models/boot_volume.rb +18 -4
  15. data/lib/oci/core/models/boot_volume_kms_key.rb +152 -0
  16. data/lib/oci/core/models/create_boot_volume_details.rb +15 -1
  17. data/lib/oci/core/models/create_image_details.rb +2 -0
  18. data/lib/oci/core/models/create_volume_details.rb +15 -1
  19. data/lib/oci/core/models/fast_connect_provider_service.rb +1 -1
  20. data/lib/oci/core/models/image.rb +2 -0
  21. data/lib/oci/core/models/instance.rb +2 -0
  22. data/lib/oci/core/models/instance_source_via_image_details.rb +18 -4
  23. data/lib/oci/core/models/launch_options.rb +2 -0
  24. data/lib/oci/core/models/update_boot_volume_kms_key_details.rb +154 -0
  25. data/lib/oci/core/models/update_volume_kms_key_details.rb +154 -0
  26. data/lib/oci/core/models/volume.rb +15 -1
  27. data/lib/oci/core/models/volume_kms_key.rb +152 -0
  28. data/lib/oci/core/virtual_network_client.rb +233 -231
  29. data/lib/oci/core/virtual_network_client_composite_operations.rb +80 -0
  30. data/lib/oci/database/database_client.rb +123 -121
  31. data/lib/oci/database/database_client_composite_operations.rb +399 -0
  32. data/lib/oci/database/models/patch.rb +1 -1
  33. data/lib/oci/database/models/patch_summary.rb +1 -1
  34. data/lib/oci/dns/dns_client.rb +38 -36
  35. data/lib/oci/email/email_client.rb +21 -19
  36. data/lib/oci/email/models/sender.rb +1 -1
  37. data/lib/oci/email/models/suppression.rb +1 -1
  38. data/lib/oci/file_storage/file_storage_client.rb +49 -47
  39. data/lib/oci/identity/identity_client.rb +151 -149
  40. data/lib/oci/identity/identity_client_composite_operations.rb +40 -0
  41. data/lib/oci/key_management/key_management.rb +40 -0
  42. data/lib/oci/key_management/kms_crypto_client.rb +258 -0
  43. data/lib/oci/key_management/kms_crypto_client_composite_operations.rb +24 -0
  44. data/lib/oci/key_management/kms_management_client.rb +716 -0
  45. data/lib/oci/key_management/kms_management_client_composite_operations.rb +181 -0
  46. data/lib/oci/key_management/kms_vault_client.rb +533 -0
  47. data/lib/oci/key_management/kms_vault_client_composite_operations.rb +182 -0
  48. data/lib/oci/key_management/models/create_key_details.rb +180 -0
  49. data/lib/oci/key_management/models/create_vault_details.rb +194 -0
  50. data/lib/oci/key_management/models/decrypt_data_details.rb +177 -0
  51. data/lib/oci/key_management/models/decrypted_data.rb +160 -0
  52. data/lib/oci/key_management/models/encrypt_data_details.rb +177 -0
  53. data/lib/oci/key_management/models/encrypted_data.rb +146 -0
  54. data/lib/oci/key_management/models/generate_key_details.rb +195 -0
  55. data/lib/oci/key_management/models/generated_key.rb +177 -0
  56. data/lib/oci/key_management/models/key.rb +318 -0
  57. data/lib/oci/key_management/models/key_shape.rb +178 -0
  58. data/lib/oci/key_management/models/key_summary.rb +287 -0
  59. data/lib/oci/key_management/models/key_version.rb +205 -0
  60. data/lib/oci/key_management/models/key_version_summary.rb +205 -0
  61. data/lib/oci/key_management/models/schedule_vault_deletion_details.rb +153 -0
  62. data/lib/oci/key_management/models/update_key_details.rb +152 -0
  63. data/lib/oci/key_management/models/update_vault_details.rb +152 -0
  64. data/lib/oci/key_management/models/vault.rb +350 -0
  65. data/lib/oci/key_management/models/vault_summary.rb +334 -0
  66. data/lib/oci/key_management/util.rb +2 -0
  67. data/lib/oci/load_balancer/load_balancer_client.rb +89 -87
  68. data/lib/oci/object_storage/models/bucket.rb +18 -4
  69. data/lib/oci/object_storage/models/create_bucket_details.rb +18 -4
  70. data/lib/oci/object_storage/models/multipart_upload.rb +1 -1
  71. data/lib/oci/object_storage/models/preauthenticated_request.rb +1 -1
  72. data/lib/oci/object_storage/models/update_bucket_details.rb +22 -4
  73. data/lib/oci/object_storage/object_storage_client.rb +63 -58
  74. data/lib/oci/resource_search/resource_search_client.rb +11 -9
  75. data/lib/oci/version.rb +1 -1
  76. metadata +32 -2
@@ -29,10 +29,12 @@ module OCI
29
29
 
30
30
 
31
31
  # Creates a new VirtualNetworkClient.
32
- # If a config is not specified, then the global OCI.config will be used.
32
+ # Notes:
33
+ # If a config is not specified, then the global OCI.config will be used.
34
+ # This client is not thread-safe
33
35
  #
34
- # A region must be specified in either the config or the region parameter. If specified
35
- # in both, then the region parameter will be used.
36
+ # A region must be specified in either the config or the region parameter. If specified in both,
37
+ # then the region parameter will be used.
36
38
  #
37
39
  # @param [Config] config A Config object.
38
40
  # @param [String] region A region used to determine the service endpoint. This will usually
@@ -136,8 +138,8 @@ module OCI
136
138
 
137
139
  # Header Params
138
140
  header_params = {}
139
- header_params['accept'] = 'application/json'
140
- header_params['content-type'] = 'application/json'
141
+ header_params[:accept] = 'application/json'
142
+ header_params[:'content-type'] = 'application/json'
141
143
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
142
144
  # rubocop:enable Style/NegatedIf
143
145
 
@@ -195,8 +197,8 @@ module OCI
195
197
 
196
198
  # Header Params
197
199
  header_params = {}
198
- header_params['accept'] = 'application/json'
199
- header_params['content-type'] = 'application/json'
200
+ header_params[:accept] = 'application/json'
201
+ header_params[:'content-type'] = 'application/json'
200
202
  # rubocop:enable Style/NegatedIf
201
203
 
202
204
  post_body = @api_client.object_to_http_body(bulk_add_virtual_circuit_public_prefixes_details)
@@ -253,8 +255,8 @@ module OCI
253
255
 
254
256
  # Header Params
255
257
  header_params = {}
256
- header_params['accept'] = 'application/json'
257
- header_params['content-type'] = 'application/json'
258
+ header_params[:accept] = 'application/json'
259
+ header_params[:'content-type'] = 'application/json'
258
260
  # rubocop:enable Style/NegatedIf
259
261
 
260
262
  post_body = @api_client.object_to_http_body(bulk_delete_virtual_circuit_public_prefixes_details)
@@ -315,8 +317,8 @@ module OCI
315
317
 
316
318
  # Header Params
317
319
  header_params = {}
318
- header_params['accept'] = 'application/json'
319
- header_params['content-type'] = 'application/json'
320
+ header_params[:accept] = 'application/json'
321
+ header_params[:'content-type'] = 'application/json'
320
322
  # rubocop:enable Style/NegatedIf
321
323
 
322
324
  post_body = @api_client.object_to_http_body(connect_local_peering_gateways_details)
@@ -377,8 +379,8 @@ module OCI
377
379
 
378
380
  # Header Params
379
381
  header_params = {}
380
- header_params['accept'] = 'application/json'
381
- header_params['content-type'] = 'application/json'
382
+ header_params[:accept] = 'application/json'
383
+ header_params[:'content-type'] = 'application/json'
382
384
  # rubocop:enable Style/NegatedIf
383
385
 
384
386
  post_body = @api_client.object_to_http_body(connect_remote_peering_connections_details)
@@ -448,8 +450,8 @@ module OCI
448
450
 
449
451
  # Header Params
450
452
  header_params = {}
451
- header_params['accept'] = 'application/json'
452
- header_params['content-type'] = 'application/json'
453
+ header_params[:accept] = 'application/json'
454
+ header_params[:'content-type'] = 'application/json'
453
455
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
454
456
  # rubocop:enable Style/NegatedIf
455
457
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -525,8 +527,8 @@ module OCI
525
527
 
526
528
  # Header Params
527
529
  header_params = {}
528
- header_params['accept'] = 'application/json'
529
- header_params['content-type'] = 'application/json'
530
+ header_params[:accept] = 'application/json'
531
+ header_params[:'content-type'] = 'application/json'
530
532
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
531
533
  # rubocop:enable Style/NegatedIf
532
534
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -598,8 +600,8 @@ module OCI
598
600
 
599
601
  # Header Params
600
602
  header_params = {}
601
- header_params['accept'] = 'application/json'
602
- header_params['content-type'] = 'application/json'
603
+ header_params[:accept] = 'application/json'
604
+ header_params[:'content-type'] = 'application/json'
603
605
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
604
606
  # rubocop:enable Style/NegatedIf
605
607
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -668,8 +670,8 @@ module OCI
668
670
 
669
671
  # Header Params
670
672
  header_params = {}
671
- header_params['accept'] = 'application/json'
672
- header_params['content-type'] = 'application/json'
673
+ header_params[:accept] = 'application/json'
674
+ header_params[:'content-type'] = 'application/json'
673
675
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
674
676
  # rubocop:enable Style/NegatedIf
675
677
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -738,8 +740,8 @@ module OCI
738
740
 
739
741
  # Header Params
740
742
  header_params = {}
741
- header_params['accept'] = 'application/json'
742
- header_params['content-type'] = 'application/json'
743
+ header_params[:accept] = 'application/json'
744
+ header_params[:'content-type'] = 'application/json'
743
745
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
744
746
  # rubocop:enable Style/NegatedIf
745
747
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -807,8 +809,8 @@ module OCI
807
809
 
808
810
  # Header Params
809
811
  header_params = {}
810
- header_params['accept'] = 'application/json'
811
- header_params['content-type'] = 'application/json'
812
+ header_params[:accept] = 'application/json'
813
+ header_params[:'content-type'] = 'application/json'
812
814
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
813
815
  # rubocop:enable Style/NegatedIf
814
816
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -886,8 +888,8 @@ module OCI
886
888
 
887
889
  # Header Params
888
890
  header_params = {}
889
- header_params['accept'] = 'application/json'
890
- header_params['content-type'] = 'application/json'
891
+ header_params[:accept] = 'application/json'
892
+ header_params[:'content-type'] = 'application/json'
891
893
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
892
894
  # rubocop:enable Style/NegatedIf
893
895
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -970,8 +972,8 @@ module OCI
970
972
 
971
973
  # Header Params
972
974
  header_params = {}
973
- header_params['accept'] = 'application/json'
974
- header_params['content-type'] = 'application/json'
975
+ header_params[:accept] = 'application/json'
976
+ header_params[:'content-type'] = 'application/json'
975
977
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
976
978
  # rubocop:enable Style/NegatedIf
977
979
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1029,8 +1031,8 @@ module OCI
1029
1031
 
1030
1032
  # Header Params
1031
1033
  header_params = {}
1032
- header_params['accept'] = 'application/json'
1033
- header_params['content-type'] = 'application/json'
1034
+ header_params[:accept] = 'application/json'
1035
+ header_params[:'content-type'] = 'application/json'
1034
1036
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1035
1037
  # rubocop:enable Style/NegatedIf
1036
1038
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1090,8 +1092,8 @@ module OCI
1090
1092
 
1091
1093
  # Header Params
1092
1094
  header_params = {}
1093
- header_params['accept'] = 'application/json'
1094
- header_params['content-type'] = 'application/json'
1095
+ header_params[:accept] = 'application/json'
1096
+ header_params[:'content-type'] = 'application/json'
1095
1097
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1096
1098
  # rubocop:enable Style/NegatedIf
1097
1099
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1168,8 +1170,8 @@ module OCI
1168
1170
 
1169
1171
  # Header Params
1170
1172
  header_params = {}
1171
- header_params['accept'] = 'application/json'
1172
- header_params['content-type'] = 'application/json'
1173
+ header_params[:accept] = 'application/json'
1174
+ header_params[:'content-type'] = 'application/json'
1173
1175
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1174
1176
  # rubocop:enable Style/NegatedIf
1175
1177
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1227,8 +1229,8 @@ module OCI
1227
1229
 
1228
1230
  # Header Params
1229
1231
  header_params = {}
1230
- header_params['accept'] = 'application/json'
1231
- header_params['content-type'] = 'application/json'
1232
+ header_params[:accept] = 'application/json'
1233
+ header_params[:'content-type'] = 'application/json'
1232
1234
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1233
1235
  # rubocop:enable Style/NegatedIf
1234
1236
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1300,8 +1302,8 @@ module OCI
1300
1302
 
1301
1303
  # Header Params
1302
1304
  header_params = {}
1303
- header_params['accept'] = 'application/json'
1304
- header_params['content-type'] = 'application/json'
1305
+ header_params[:accept] = 'application/json'
1306
+ header_params[:'content-type'] = 'application/json'
1305
1307
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1306
1308
  # rubocop:enable Style/NegatedIf
1307
1309
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1372,8 +1374,8 @@ module OCI
1372
1374
 
1373
1375
  # Header Params
1374
1376
  header_params = {}
1375
- header_params['accept'] = 'application/json'
1376
- header_params['content-type'] = 'application/json'
1377
+ header_params[:accept] = 'application/json'
1378
+ header_params[:'content-type'] = 'application/json'
1377
1379
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1378
1380
  # rubocop:enable Style/NegatedIf
1379
1381
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1439,8 +1441,8 @@ module OCI
1439
1441
 
1440
1442
  # Header Params
1441
1443
  header_params = {}
1442
- header_params['accept'] = 'application/json'
1443
- header_params['content-type'] = 'application/json'
1444
+ header_params[:accept] = 'application/json'
1445
+ header_params[:'content-type'] = 'application/json'
1444
1446
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1445
1447
  # rubocop:enable Style/NegatedIf
1446
1448
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1528,8 +1530,8 @@ module OCI
1528
1530
 
1529
1531
  # Header Params
1530
1532
  header_params = {}
1531
- header_params['accept'] = 'application/json'
1532
- header_params['content-type'] = 'application/json'
1533
+ header_params[:accept] = 'application/json'
1534
+ header_params[:'content-type'] = 'application/json'
1533
1535
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1534
1536
  # rubocop:enable Style/NegatedIf
1535
1537
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1615,8 +1617,8 @@ module OCI
1615
1617
 
1616
1618
  # Header Params
1617
1619
  header_params = {}
1618
- header_params['accept'] = 'application/json'
1619
- header_params['content-type'] = 'application/json'
1620
+ header_params[:accept] = 'application/json'
1621
+ header_params[:'content-type'] = 'application/json'
1620
1622
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1621
1623
  # rubocop:enable Style/NegatedIf
1622
1624
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1694,8 +1696,8 @@ module OCI
1694
1696
 
1695
1697
  # Header Params
1696
1698
  header_params = {}
1697
- header_params['accept'] = 'application/json'
1698
- header_params['content-type'] = 'application/json'
1699
+ header_params[:accept] = 'application/json'
1700
+ header_params[:'content-type'] = 'application/json'
1699
1701
  header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1700
1702
  # rubocop:enable Style/NegatedIf
1701
1703
  header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
@@ -1754,8 +1756,8 @@ module OCI
1754
1756
 
1755
1757
  # Header Params
1756
1758
  header_params = {}
1757
- header_params['accept'] = 'application/json'
1758
- header_params['content-type'] = 'application/json'
1759
+ header_params[:accept] = 'application/json'
1760
+ header_params[:'content-type'] = 'application/json'
1759
1761
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1760
1762
  # rubocop:enable Style/NegatedIf
1761
1763
 
@@ -1811,8 +1813,8 @@ module OCI
1811
1813
 
1812
1814
  # Header Params
1813
1815
  header_params = {}
1814
- header_params['accept'] = 'application/json'
1815
- header_params['content-type'] = 'application/json'
1816
+ header_params[:accept] = 'application/json'
1817
+ header_params[:'content-type'] = 'application/json'
1816
1818
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1817
1819
  # rubocop:enable Style/NegatedIf
1818
1820
 
@@ -1869,8 +1871,8 @@ module OCI
1869
1871
 
1870
1872
  # Header Params
1871
1873
  header_params = {}
1872
- header_params['accept'] = 'application/json'
1873
- header_params['content-type'] = 'application/json'
1874
+ header_params[:accept] = 'application/json'
1875
+ header_params[:'content-type'] = 'application/json'
1874
1876
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1875
1877
  # rubocop:enable Style/NegatedIf
1876
1878
 
@@ -1929,8 +1931,8 @@ module OCI
1929
1931
 
1930
1932
  # Header Params
1931
1933
  header_params = {}
1932
- header_params['accept'] = 'application/json'
1933
- header_params['content-type'] = 'application/json'
1934
+ header_params[:accept] = 'application/json'
1935
+ header_params[:'content-type'] = 'application/json'
1934
1936
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1935
1937
  # rubocop:enable Style/NegatedIf
1936
1938
 
@@ -1988,8 +1990,8 @@ module OCI
1988
1990
 
1989
1991
  # Header Params
1990
1992
  header_params = {}
1991
- header_params['accept'] = 'application/json'
1992
- header_params['content-type'] = 'application/json'
1993
+ header_params[:accept] = 'application/json'
1994
+ header_params[:'content-type'] = 'application/json'
1993
1995
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
1994
1996
  # rubocop:enable Style/NegatedIf
1995
1997
 
@@ -2046,8 +2048,8 @@ module OCI
2046
2048
 
2047
2049
  # Header Params
2048
2050
  header_params = {}
2049
- header_params['accept'] = 'application/json'
2050
- header_params['content-type'] = 'application/json'
2051
+ header_params[:accept] = 'application/json'
2052
+ header_params[:'content-type'] = 'application/json'
2051
2053
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2052
2054
  # rubocop:enable Style/NegatedIf
2053
2055
 
@@ -2106,8 +2108,8 @@ module OCI
2106
2108
 
2107
2109
  # Header Params
2108
2110
  header_params = {}
2109
- header_params['accept'] = 'application/json'
2110
- header_params['content-type'] = 'application/json'
2111
+ header_params[:accept] = 'application/json'
2112
+ header_params[:'content-type'] = 'application/json'
2111
2113
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2112
2114
  # rubocop:enable Style/NegatedIf
2113
2115
 
@@ -2169,8 +2171,8 @@ module OCI
2169
2171
 
2170
2172
  # Header Params
2171
2173
  header_params = {}
2172
- header_params['accept'] = 'application/json'
2173
- header_params['content-type'] = 'application/json'
2174
+ header_params[:accept] = 'application/json'
2175
+ header_params[:'content-type'] = 'application/json'
2174
2176
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2175
2177
  # rubocop:enable Style/NegatedIf
2176
2178
 
@@ -2228,8 +2230,8 @@ module OCI
2228
2230
 
2229
2231
  # Header Params
2230
2232
  header_params = {}
2231
- header_params['accept'] = 'application/json'
2232
- header_params['content-type'] = 'application/json'
2233
+ header_params[:accept] = 'application/json'
2234
+ header_params[:'content-type'] = 'application/json'
2233
2235
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2234
2236
  # rubocop:enable Style/NegatedIf
2235
2237
 
@@ -2294,8 +2296,8 @@ module OCI
2294
2296
 
2295
2297
  # Header Params
2296
2298
  header_params = {}
2297
- header_params['accept'] = 'application/json'
2298
- header_params['content-type'] = 'application/json'
2299
+ header_params[:accept] = 'application/json'
2300
+ header_params[:'content-type'] = 'application/json'
2299
2301
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2300
2302
  # rubocop:enable Style/NegatedIf
2301
2303
 
@@ -2360,8 +2362,8 @@ module OCI
2360
2362
 
2361
2363
  # Header Params
2362
2364
  header_params = {}
2363
- header_params['accept'] = 'application/json'
2364
- header_params['content-type'] = 'application/json'
2365
+ header_params[:accept] = 'application/json'
2366
+ header_params[:'content-type'] = 'application/json'
2365
2367
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2366
2368
  # rubocop:enable Style/NegatedIf
2367
2369
 
@@ -2419,8 +2421,8 @@ module OCI
2419
2421
 
2420
2422
  # Header Params
2421
2423
  header_params = {}
2422
- header_params['accept'] = 'application/json'
2423
- header_params['content-type'] = 'application/json'
2424
+ header_params[:accept] = 'application/json'
2425
+ header_params[:'content-type'] = 'application/json'
2424
2426
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2425
2427
  # rubocop:enable Style/NegatedIf
2426
2428
 
@@ -2479,8 +2481,8 @@ module OCI
2479
2481
 
2480
2482
  # Header Params
2481
2483
  header_params = {}
2482
- header_params['accept'] = 'application/json'
2483
- header_params['content-type'] = 'application/json'
2484
+ header_params[:accept] = 'application/json'
2485
+ header_params[:'content-type'] = 'application/json'
2484
2486
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2485
2487
  # rubocop:enable Style/NegatedIf
2486
2488
 
@@ -2539,8 +2541,8 @@ module OCI
2539
2541
 
2540
2542
  # Header Params
2541
2543
  header_params = {}
2542
- header_params['accept'] = 'application/json'
2543
- header_params['content-type'] = 'application/json'
2544
+ header_params[:accept] = 'application/json'
2545
+ header_params[:'content-type'] = 'application/json'
2544
2546
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2545
2547
  # rubocop:enable Style/NegatedIf
2546
2548
 
@@ -2596,8 +2598,8 @@ module OCI
2596
2598
 
2597
2599
  # Header Params
2598
2600
  header_params = {}
2599
- header_params['accept'] = 'application/json'
2600
- header_params['content-type'] = 'application/json'
2601
+ header_params[:accept] = 'application/json'
2602
+ header_params[:'content-type'] = 'application/json'
2601
2603
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2602
2604
  # rubocop:enable Style/NegatedIf
2603
2605
 
@@ -2654,8 +2656,8 @@ module OCI
2654
2656
 
2655
2657
  # Header Params
2656
2658
  header_params = {}
2657
- header_params['accept'] = 'application/json'
2658
- header_params['content-type'] = 'application/json'
2659
+ header_params[:accept] = 'application/json'
2660
+ header_params[:'content-type'] = 'application/json'
2659
2661
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2660
2662
  # rubocop:enable Style/NegatedIf
2661
2663
 
@@ -2712,8 +2714,8 @@ module OCI
2712
2714
 
2713
2715
  # Header Params
2714
2716
  header_params = {}
2715
- header_params['accept'] = 'application/json'
2716
- header_params['content-type'] = 'application/json'
2717
+ header_params[:accept] = 'application/json'
2718
+ header_params[:'content-type'] = 'application/json'
2717
2719
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2718
2720
  # rubocop:enable Style/NegatedIf
2719
2721
 
@@ -2772,8 +2774,8 @@ module OCI
2772
2774
 
2773
2775
  # Header Params
2774
2776
  header_params = {}
2775
- header_params['accept'] = 'application/json'
2776
- header_params['content-type'] = 'application/json'
2777
+ header_params[:accept] = 'application/json'
2778
+ header_params[:'content-type'] = 'application/json'
2777
2779
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2778
2780
  # rubocop:enable Style/NegatedIf
2779
2781
 
@@ -2842,8 +2844,8 @@ module OCI
2842
2844
 
2843
2845
  # Header Params
2844
2846
  header_params = {}
2845
- header_params['accept'] = 'application/json'
2846
- header_params['content-type'] = 'application/json'
2847
+ header_params[:accept] = 'application/json'
2848
+ header_params[:'content-type'] = 'application/json'
2847
2849
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2848
2850
  # rubocop:enable Style/NegatedIf
2849
2851
 
@@ -2895,8 +2897,8 @@ module OCI
2895
2897
 
2896
2898
  # Header Params
2897
2899
  header_params = {}
2898
- header_params['accept'] = 'application/json'
2899
- header_params['content-type'] = 'application/json'
2900
+ header_params[:accept] = 'application/json'
2901
+ header_params[:'content-type'] = 'application/json'
2900
2902
  # rubocop:enable Style/NegatedIf
2901
2903
 
2902
2904
  post_body = nil
@@ -2948,8 +2950,8 @@ module OCI
2948
2950
 
2949
2951
  # Header Params
2950
2952
  header_params = {}
2951
- header_params['accept'] = 'application/json'
2952
- header_params['content-type'] = 'application/json'
2953
+ header_params[:accept] = 'application/json'
2954
+ header_params[:'content-type'] = 'application/json'
2953
2955
  # rubocop:enable Style/NegatedIf
2954
2956
 
2955
2957
  post_body = nil
@@ -3001,8 +3003,8 @@ module OCI
3001
3003
 
3002
3004
  # Header Params
3003
3005
  header_params = {}
3004
- header_params['accept'] = 'application/json'
3005
- header_params['content-type'] = 'application/json'
3006
+ header_params[:accept] = 'application/json'
3007
+ header_params[:'content-type'] = 'application/json'
3006
3008
  # rubocop:enable Style/NegatedIf
3007
3009
 
3008
3010
  post_body = nil
@@ -3054,8 +3056,8 @@ module OCI
3054
3056
 
3055
3057
  # Header Params
3056
3058
  header_params = {}
3057
- header_params['accept'] = 'application/json, text/html'
3058
- header_params['content-type'] = 'application/json'
3059
+ header_params[:accept] = 'application/json, text/html'
3060
+ header_params[:'content-type'] = 'application/json'
3059
3061
  # rubocop:enable Style/NegatedIf
3060
3062
 
3061
3063
  post_body = nil
@@ -3108,8 +3110,8 @@ module OCI
3108
3110
 
3109
3111
  # Header Params
3110
3112
  header_params = {}
3111
- header_params['accept'] = 'application/json'
3112
- header_params['content-type'] = 'application/json'
3113
+ header_params[:accept] = 'application/json'
3114
+ header_params[:'content-type'] = 'application/json'
3113
3115
  # rubocop:enable Style/NegatedIf
3114
3116
 
3115
3117
  post_body = nil
@@ -3161,8 +3163,8 @@ module OCI
3161
3163
 
3162
3164
  # Header Params
3163
3165
  header_params = {}
3164
- header_params['accept'] = 'application/json'
3165
- header_params['content-type'] = 'application/json'
3166
+ header_params[:accept] = 'application/json'
3167
+ header_params[:'content-type'] = 'application/json'
3166
3168
  # rubocop:enable Style/NegatedIf
3167
3169
 
3168
3170
  post_body = nil
@@ -3214,8 +3216,8 @@ module OCI
3214
3216
 
3215
3217
  # Header Params
3216
3218
  header_params = {}
3217
- header_params['accept'] = 'application/json'
3218
- header_params['content-type'] = 'application/json'
3219
+ header_params[:accept] = 'application/json'
3220
+ header_params[:'content-type'] = 'application/json'
3219
3221
  # rubocop:enable Style/NegatedIf
3220
3222
 
3221
3223
  post_body = nil
@@ -3267,8 +3269,8 @@ module OCI
3267
3269
 
3268
3270
  # Header Params
3269
3271
  header_params = {}
3270
- header_params['accept'] = 'application/json'
3271
- header_params['content-type'] = 'application/json'
3272
+ header_params[:accept] = 'application/json'
3273
+ header_params[:'content-type'] = 'application/json'
3272
3274
  # rubocop:enable Style/NegatedIf
3273
3275
 
3274
3276
  post_body = nil
@@ -3322,8 +3324,8 @@ module OCI
3322
3324
 
3323
3325
  # Header Params
3324
3326
  header_params = {}
3325
- header_params['accept'] = 'application/json'
3326
- header_params['content-type'] = 'application/json'
3327
+ header_params[:accept] = 'application/json'
3328
+ header_params[:'content-type'] = 'application/json'
3327
3329
  # rubocop:enable Style/NegatedIf
3328
3330
 
3329
3331
  post_body = nil
@@ -3375,8 +3377,8 @@ module OCI
3375
3377
 
3376
3378
  # Header Params
3377
3379
  header_params = {}
3378
- header_params['accept'] = 'application/json'
3379
- header_params['content-type'] = 'application/json'
3380
+ header_params[:accept] = 'application/json'
3381
+ header_params[:'content-type'] = 'application/json'
3380
3382
  # rubocop:enable Style/NegatedIf
3381
3383
 
3382
3384
  post_body = nil
@@ -3431,8 +3433,8 @@ module OCI
3431
3433
 
3432
3434
  # Header Params
3433
3435
  header_params = {}
3434
- header_params['accept'] = 'application/json'
3435
- header_params['content-type'] = 'application/json'
3436
+ header_params[:accept] = 'application/json'
3437
+ header_params[:'content-type'] = 'application/json'
3436
3438
  # rubocop:enable Style/NegatedIf
3437
3439
 
3438
3440
  post_body = nil
@@ -3486,8 +3488,8 @@ module OCI
3486
3488
 
3487
3489
  # Header Params
3488
3490
  header_params = {}
3489
- header_params['accept'] = 'application/json'
3490
- header_params['content-type'] = 'application/json'
3491
+ header_params[:accept] = 'application/json'
3492
+ header_params[:'content-type'] = 'application/json'
3491
3493
  # rubocop:enable Style/NegatedIf
3492
3494
 
3493
3495
  post_body = nil
@@ -3540,8 +3542,8 @@ module OCI
3540
3542
 
3541
3543
  # Header Params
3542
3544
  header_params = {}
3543
- header_params['accept'] = 'application/json'
3544
- header_params['content-type'] = 'application/json'
3545
+ header_params[:accept] = 'application/json'
3546
+ header_params[:'content-type'] = 'application/json'
3545
3547
  # rubocop:enable Style/NegatedIf
3546
3548
 
3547
3549
  post_body = nil
@@ -3593,8 +3595,8 @@ module OCI
3593
3595
 
3594
3596
  # Header Params
3595
3597
  header_params = {}
3596
- header_params['accept'] = 'application/json'
3597
- header_params['content-type'] = 'application/json'
3598
+ header_params[:accept] = 'application/json'
3599
+ header_params[:'content-type'] = 'application/json'
3598
3600
  # rubocop:enable Style/NegatedIf
3599
3601
 
3600
3602
  post_body = nil
@@ -3650,8 +3652,8 @@ module OCI
3650
3652
 
3651
3653
  # Header Params
3652
3654
  header_params = {}
3653
- header_params['accept'] = 'application/json'
3654
- header_params['content-type'] = 'application/json'
3655
+ header_params[:accept] = 'application/json'
3656
+ header_params[:'content-type'] = 'application/json'
3655
3657
  # rubocop:enable Style/NegatedIf
3656
3658
 
3657
3659
  post_body = nil
@@ -3714,8 +3716,8 @@ module OCI
3714
3716
 
3715
3717
  # Header Params
3716
3718
  header_params = {}
3717
- header_params['accept'] = 'application/json'
3718
- header_params['content-type'] = 'application/json'
3719
+ header_params[:accept] = 'application/json'
3720
+ header_params[:'content-type'] = 'application/json'
3719
3721
  # rubocop:enable Style/NegatedIf
3720
3722
 
3721
3723
  post_body = nil
@@ -3771,8 +3773,8 @@ module OCI
3771
3773
 
3772
3774
  # Header Params
3773
3775
  header_params = {}
3774
- header_params['accept'] = 'application/json'
3775
- header_params['content-type'] = 'application/json'
3776
+ header_params[:accept] = 'application/json'
3777
+ header_params[:'content-type'] = 'application/json'
3776
3778
  # rubocop:enable Style/NegatedIf
3777
3779
 
3778
3780
  post_body = @api_client.object_to_http_body(get_public_ip_by_ip_address_details)
@@ -3834,8 +3836,8 @@ module OCI
3834
3836
 
3835
3837
  # Header Params
3836
3838
  header_params = {}
3837
- header_params['accept'] = 'application/json'
3838
- header_params['content-type'] = 'application/json'
3839
+ header_params[:accept] = 'application/json'
3840
+ header_params[:'content-type'] = 'application/json'
3839
3841
  # rubocop:enable Style/NegatedIf
3840
3842
 
3841
3843
  post_body = @api_client.object_to_http_body(get_public_ip_by_private_ip_id_details)
@@ -3888,8 +3890,8 @@ module OCI
3888
3890
 
3889
3891
  # Header Params
3890
3892
  header_params = {}
3891
- header_params['accept'] = 'application/json'
3892
- header_params['content-type'] = 'application/json'
3893
+ header_params[:accept] = 'application/json'
3894
+ header_params[:'content-type'] = 'application/json'
3893
3895
  # rubocop:enable Style/NegatedIf
3894
3896
 
3895
3897
  post_body = nil
@@ -3941,8 +3943,8 @@ module OCI
3941
3943
 
3942
3944
  # Header Params
3943
3945
  header_params = {}
3944
- header_params['accept'] = 'application/json'
3945
- header_params['content-type'] = 'application/json'
3946
+ header_params[:accept] = 'application/json'
3947
+ header_params[:'content-type'] = 'application/json'
3946
3948
  # rubocop:enable Style/NegatedIf
3947
3949
 
3948
3950
  post_body = nil
@@ -3994,8 +3996,8 @@ module OCI
3994
3996
 
3995
3997
  # Header Params
3996
3998
  header_params = {}
3997
- header_params['accept'] = 'application/json'
3998
- header_params['content-type'] = 'application/json'
3999
+ header_params[:accept] = 'application/json'
4000
+ header_params[:'content-type'] = 'application/json'
3999
4001
  # rubocop:enable Style/NegatedIf
4000
4002
 
4001
4003
  post_body = nil
@@ -4048,8 +4050,8 @@ module OCI
4048
4050
 
4049
4051
  # Header Params
4050
4052
  header_params = {}
4051
- header_params['accept'] = 'application/json'
4052
- header_params['content-type'] = 'application/json'
4053
+ header_params[:accept] = 'application/json'
4054
+ header_params[:'content-type'] = 'application/json'
4053
4055
  # rubocop:enable Style/NegatedIf
4054
4056
 
4055
4057
  post_body = nil
@@ -4101,8 +4103,8 @@ module OCI
4101
4103
 
4102
4104
  # Header Params
4103
4105
  header_params = {}
4104
- header_params['accept'] = 'application/json'
4105
- header_params['content-type'] = 'application/json'
4106
+ header_params[:accept] = 'application/json'
4107
+ header_params[:'content-type'] = 'application/json'
4106
4108
  # rubocop:enable Style/NegatedIf
4107
4109
 
4108
4110
  post_body = nil
@@ -4154,8 +4156,8 @@ module OCI
4154
4156
 
4155
4157
  # Header Params
4156
4158
  header_params = {}
4157
- header_params['accept'] = 'application/json'
4158
- header_params['content-type'] = 'application/json'
4159
+ header_params[:accept] = 'application/json'
4160
+ header_params[:'content-type'] = 'application/json'
4159
4161
  # rubocop:enable Style/NegatedIf
4160
4162
 
4161
4163
  post_body = nil
@@ -4207,8 +4209,8 @@ module OCI
4207
4209
 
4208
4210
  # Header Params
4209
4211
  header_params = {}
4210
- header_params['accept'] = 'application/json'
4211
- header_params['content-type'] = 'application/json'
4212
+ header_params[:accept] = 'application/json'
4213
+ header_params[:'content-type'] = 'application/json'
4212
4214
  # rubocop:enable Style/NegatedIf
4213
4215
 
4214
4216
  post_body = nil
@@ -4260,8 +4262,8 @@ module OCI
4260
4262
 
4261
4263
  # Header Params
4262
4264
  header_params = {}
4263
- header_params['accept'] = 'application/json'
4264
- header_params['content-type'] = 'application/json'
4265
+ header_params[:accept] = 'application/json'
4266
+ header_params[:'content-type'] = 'application/json'
4265
4267
  # rubocop:enable Style/NegatedIf
4266
4268
 
4267
4269
  post_body = nil
@@ -4317,8 +4319,8 @@ module OCI
4317
4319
 
4318
4320
  # Header Params
4319
4321
  header_params = {}
4320
- header_params['accept'] = 'application/json'
4321
- header_params['content-type'] = 'application/json'
4322
+ header_params[:accept] = 'application/json'
4323
+ header_params[:'content-type'] = 'application/json'
4322
4324
  # rubocop:enable Style/NegatedIf
4323
4325
 
4324
4326
  post_body = nil
@@ -4369,8 +4371,8 @@ module OCI
4369
4371
 
4370
4372
  # Header Params
4371
4373
  header_params = {}
4372
- header_params['accept'] = 'application/json'
4373
- header_params['content-type'] = 'application/json'
4374
+ header_params[:accept] = 'application/json'
4375
+ header_params[:'content-type'] = 'application/json'
4374
4376
  # rubocop:enable Style/NegatedIf
4375
4377
 
4376
4378
  post_body = nil
@@ -4430,8 +4432,8 @@ module OCI
4430
4432
 
4431
4433
  # Header Params
4432
4434
  header_params = {}
4433
- header_params['accept'] = 'application/json'
4434
- header_params['content-type'] = 'application/json'
4435
+ header_params[:accept] = 'application/json'
4436
+ header_params[:'content-type'] = 'application/json'
4435
4437
  # rubocop:enable Style/NegatedIf
4436
4438
 
4437
4439
  post_body = nil
@@ -4524,8 +4526,8 @@ module OCI
4524
4526
 
4525
4527
  # Header Params
4526
4528
  header_params = {}
4527
- header_params['accept'] = 'application/json'
4528
- header_params['content-type'] = 'application/json'
4529
+ header_params[:accept] = 'application/json'
4530
+ header_params[:'content-type'] = 'application/json'
4529
4531
  # rubocop:enable Style/NegatedIf
4530
4532
 
4531
4533
  post_body = nil
@@ -4585,8 +4587,8 @@ module OCI
4585
4587
 
4586
4588
  # Header Params
4587
4589
  header_params = {}
4588
- header_params['accept'] = 'application/json'
4589
- header_params['content-type'] = 'application/json'
4590
+ header_params[:accept] = 'application/json'
4591
+ header_params[:'content-type'] = 'application/json'
4590
4592
  # rubocop:enable Style/NegatedIf
4591
4593
 
4592
4594
  post_body = nil
@@ -4682,8 +4684,8 @@ module OCI
4682
4684
 
4683
4685
  # Header Params
4684
4686
  header_params = {}
4685
- header_params['accept'] = 'application/json'
4686
- header_params['content-type'] = 'application/json'
4687
+ header_params[:accept] = 'application/json'
4688
+ header_params[:'content-type'] = 'application/json'
4687
4689
  # rubocop:enable Style/NegatedIf
4688
4690
 
4689
4691
  post_body = nil
@@ -4744,8 +4746,8 @@ module OCI
4744
4746
 
4745
4747
  # Header Params
4746
4748
  header_params = {}
4747
- header_params['accept'] = 'application/json'
4748
- header_params['content-type'] = 'application/json'
4749
+ header_params[:accept] = 'application/json'
4750
+ header_params[:'content-type'] = 'application/json'
4749
4751
  # rubocop:enable Style/NegatedIf
4750
4752
 
4751
4753
  post_body = nil
@@ -4843,8 +4845,8 @@ module OCI
4843
4845
 
4844
4846
  # Header Params
4845
4847
  header_params = {}
4846
- header_params['accept'] = 'application/json'
4847
- header_params['content-type'] = 'application/json'
4848
+ header_params[:accept] = 'application/json'
4849
+ header_params[:'content-type'] = 'application/json'
4848
4850
  # rubocop:enable Style/NegatedIf
4849
4851
 
4850
4852
  post_body = nil
@@ -4908,8 +4910,8 @@ module OCI
4908
4910
 
4909
4911
  # Header Params
4910
4912
  header_params = {}
4911
- header_params['accept'] = 'application/json'
4912
- header_params['content-type'] = 'application/json'
4913
+ header_params[:accept] = 'application/json'
4914
+ header_params[:'content-type'] = 'application/json'
4913
4915
  # rubocop:enable Style/NegatedIf
4914
4916
 
4915
4917
  post_body = nil
@@ -4968,8 +4970,8 @@ module OCI
4968
4970
 
4969
4971
  # Header Params
4970
4972
  header_params = {}
4971
- header_params['accept'] = 'application/json'
4972
- header_params['content-type'] = 'application/json'
4973
+ header_params[:accept] = 'application/json'
4974
+ header_params[:'content-type'] = 'application/json'
4973
4975
  # rubocop:enable Style/NegatedIf
4974
4976
 
4975
4977
  post_body = nil
@@ -5034,8 +5036,8 @@ module OCI
5034
5036
 
5035
5037
  # Header Params
5036
5038
  header_params = {}
5037
- header_params['accept'] = 'application/json'
5038
- header_params['content-type'] = 'application/json'
5039
+ header_params[:accept] = 'application/json'
5040
+ header_params[:'content-type'] = 'application/json'
5039
5041
  # rubocop:enable Style/NegatedIf
5040
5042
 
5041
5043
  post_body = nil
@@ -5097,8 +5099,8 @@ module OCI
5097
5099
 
5098
5100
  # Header Params
5099
5101
  header_params = {}
5100
- header_params['accept'] = 'application/json'
5101
- header_params['content-type'] = 'application/json'
5102
+ header_params[:accept] = 'application/json'
5103
+ header_params[:'content-type'] = 'application/json'
5102
5104
  # rubocop:enable Style/NegatedIf
5103
5105
 
5104
5106
  post_body = nil
@@ -5194,8 +5196,8 @@ module OCI
5194
5196
 
5195
5197
  # Header Params
5196
5198
  header_params = {}
5197
- header_params['accept'] = 'application/json'
5198
- header_params['content-type'] = 'application/json'
5199
+ header_params[:accept] = 'application/json'
5200
+ header_params[:'content-type'] = 'application/json'
5199
5201
  # rubocop:enable Style/NegatedIf
5200
5202
 
5201
5203
  post_body = nil
@@ -5259,8 +5261,8 @@ module OCI
5259
5261
 
5260
5262
  # Header Params
5261
5263
  header_params = {}
5262
- header_params['accept'] = 'application/json'
5263
- header_params['content-type'] = 'application/json'
5264
+ header_params[:accept] = 'application/json'
5265
+ header_params[:'content-type'] = 'application/json'
5264
5266
  # rubocop:enable Style/NegatedIf
5265
5267
 
5266
5268
  post_body = nil
@@ -5323,8 +5325,8 @@ module OCI
5323
5325
 
5324
5326
  # Header Params
5325
5327
  header_params = {}
5326
- header_params['accept'] = 'application/json'
5327
- header_params['content-type'] = 'application/json'
5328
+ header_params[:accept] = 'application/json'
5329
+ header_params[:'content-type'] = 'application/json'
5328
5330
  # rubocop:enable Style/NegatedIf
5329
5331
 
5330
5332
  post_body = nil
@@ -5401,8 +5403,8 @@ module OCI
5401
5403
 
5402
5404
  # Header Params
5403
5405
  header_params = {}
5404
- header_params['accept'] = 'application/json'
5405
- header_params['content-type'] = 'application/json'
5406
+ header_params[:accept] = 'application/json'
5407
+ header_params[:'content-type'] = 'application/json'
5406
5408
  # rubocop:enable Style/NegatedIf
5407
5409
 
5408
5410
  post_body = nil
@@ -5489,8 +5491,8 @@ module OCI
5489
5491
 
5490
5492
  # Header Params
5491
5493
  header_params = {}
5492
- header_params['accept'] = 'application/json'
5493
- header_params['content-type'] = 'application/json'
5494
+ header_params[:accept] = 'application/json'
5495
+ header_params[:'content-type'] = 'application/json'
5494
5496
  # rubocop:enable Style/NegatedIf
5495
5497
 
5496
5498
  post_body = nil
@@ -5552,8 +5554,8 @@ module OCI
5552
5554
 
5553
5555
  # Header Params
5554
5556
  header_params = {}
5555
- header_params['accept'] = 'application/json'
5556
- header_params['content-type'] = 'application/json'
5557
+ header_params[:accept] = 'application/json'
5558
+ header_params[:'content-type'] = 'application/json'
5557
5559
  # rubocop:enable Style/NegatedIf
5558
5560
 
5559
5561
  post_body = nil
@@ -5651,8 +5653,8 @@ module OCI
5651
5653
 
5652
5654
  # Header Params
5653
5655
  header_params = {}
5654
- header_params['accept'] = 'application/json'
5655
- header_params['content-type'] = 'application/json'
5656
+ header_params[:accept] = 'application/json'
5657
+ header_params[:'content-type'] = 'application/json'
5656
5658
  # rubocop:enable Style/NegatedIf
5657
5659
 
5658
5660
  post_body = nil
@@ -5748,8 +5750,8 @@ module OCI
5748
5750
 
5749
5751
  # Header Params
5750
5752
  header_params = {}
5751
- header_params['accept'] = 'application/json'
5752
- header_params['content-type'] = 'application/json'
5753
+ header_params[:accept] = 'application/json'
5754
+ header_params[:'content-type'] = 'application/json'
5753
5755
  # rubocop:enable Style/NegatedIf
5754
5756
 
5755
5757
  post_body = nil
@@ -5842,8 +5844,8 @@ module OCI
5842
5844
 
5843
5845
  # Header Params
5844
5846
  header_params = {}
5845
- header_params['accept'] = 'application/json'
5846
- header_params['content-type'] = 'application/json'
5847
+ header_params[:accept] = 'application/json'
5848
+ header_params[:'content-type'] = 'application/json'
5847
5849
  # rubocop:enable Style/NegatedIf
5848
5850
 
5849
5851
  post_body = nil
@@ -5899,8 +5901,8 @@ module OCI
5899
5901
 
5900
5902
  # Header Params
5901
5903
  header_params = {}
5902
- header_params['accept'] = 'application/json'
5903
- header_params['content-type'] = 'application/json'
5904
+ header_params[:accept] = 'application/json'
5905
+ header_params[:'content-type'] = 'application/json'
5904
5906
  # rubocop:enable Style/NegatedIf
5905
5907
 
5906
5908
  post_body = nil
@@ -5996,8 +5998,8 @@ module OCI
5996
5998
 
5997
5999
  # Header Params
5998
6000
  header_params = {}
5999
- header_params['accept'] = 'application/json'
6000
- header_params['content-type'] = 'application/json'
6001
+ header_params[:accept] = 'application/json'
6002
+ header_params[:'content-type'] = 'application/json'
6001
6003
  # rubocop:enable Style/NegatedIf
6002
6004
 
6003
6005
  post_body = nil
@@ -6090,8 +6092,8 @@ module OCI
6090
6092
 
6091
6093
  # Header Params
6092
6094
  header_params = {}
6093
- header_params['accept'] = 'application/json'
6094
- header_params['content-type'] = 'application/json'
6095
+ header_params[:accept] = 'application/json'
6096
+ header_params[:'content-type'] = 'application/json'
6095
6097
  # rubocop:enable Style/NegatedIf
6096
6098
 
6097
6099
  post_body = nil
@@ -6150,8 +6152,8 @@ module OCI
6150
6152
 
6151
6153
  # Header Params
6152
6154
  header_params = {}
6153
- header_params['accept'] = 'application/json'
6154
- header_params['content-type'] = 'application/json'
6155
+ header_params[:accept] = 'application/json'
6156
+ header_params[:'content-type'] = 'application/json'
6155
6157
  # rubocop:enable Style/NegatedIf
6156
6158
 
6157
6159
  post_body = nil
@@ -6211,8 +6213,8 @@ module OCI
6211
6213
 
6212
6214
  # Header Params
6213
6215
  header_params = {}
6214
- header_params['accept'] = 'application/json'
6215
- header_params['content-type'] = 'application/json'
6216
+ header_params[:accept] = 'application/json'
6217
+ header_params[:'content-type'] = 'application/json'
6216
6218
  # rubocop:enable Style/NegatedIf
6217
6219
 
6218
6220
  post_body = nil
@@ -6305,8 +6307,8 @@ module OCI
6305
6307
 
6306
6308
  # Header Params
6307
6309
  header_params = {}
6308
- header_params['accept'] = 'application/json'
6309
- header_params['content-type'] = 'application/json'
6310
+ header_params[:accept] = 'application/json'
6311
+ header_params[:'content-type'] = 'application/json'
6310
6312
  # rubocop:enable Style/NegatedIf
6311
6313
 
6312
6314
  post_body = nil
@@ -6364,8 +6366,8 @@ module OCI
6364
6366
 
6365
6367
  # Header Params
6366
6368
  header_params = {}
6367
- header_params['accept'] = 'application/json'
6368
- header_params['content-type'] = 'application/json'
6369
+ header_params[:accept] = 'application/json'
6370
+ header_params[:'content-type'] = 'application/json'
6369
6371
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6370
6372
  # rubocop:enable Style/NegatedIf
6371
6373
 
@@ -6422,8 +6424,8 @@ module OCI
6422
6424
 
6423
6425
  # Header Params
6424
6426
  header_params = {}
6425
- header_params['accept'] = 'application/json'
6426
- header_params['content-type'] = 'application/json'
6427
+ header_params[:accept] = 'application/json'
6428
+ header_params[:'content-type'] = 'application/json'
6427
6429
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6428
6430
  # rubocop:enable Style/NegatedIf
6429
6431
 
@@ -6482,8 +6484,8 @@ module OCI
6482
6484
 
6483
6485
  # Header Params
6484
6486
  header_params = {}
6485
- header_params['accept'] = 'application/json'
6486
- header_params['content-type'] = 'application/json'
6487
+ header_params[:accept] = 'application/json'
6488
+ header_params[:'content-type'] = 'application/json'
6487
6489
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6488
6490
  # rubocop:enable Style/NegatedIf
6489
6491
 
@@ -6544,8 +6546,8 @@ module OCI
6544
6546
 
6545
6547
  # Header Params
6546
6548
  header_params = {}
6547
- header_params['accept'] = 'application/json'
6548
- header_params['content-type'] = 'application/json'
6549
+ header_params[:accept] = 'application/json'
6550
+ header_params[:'content-type'] = 'application/json'
6549
6551
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6550
6552
  # rubocop:enable Style/NegatedIf
6551
6553
 
@@ -6603,8 +6605,8 @@ module OCI
6603
6605
 
6604
6606
  # Header Params
6605
6607
  header_params = {}
6606
- header_params['accept'] = 'application/json'
6607
- header_params['content-type'] = 'application/json'
6608
+ header_params[:accept] = 'application/json'
6609
+ header_params[:'content-type'] = 'application/json'
6608
6610
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6609
6611
  # rubocop:enable Style/NegatedIf
6610
6612
 
@@ -6663,8 +6665,8 @@ module OCI
6663
6665
 
6664
6666
  # Header Params
6665
6667
  header_params = {}
6666
- header_params['accept'] = 'application/json'
6667
- header_params['content-type'] = 'application/json'
6668
+ header_params[:accept] = 'application/json'
6669
+ header_params[:'content-type'] = 'application/json'
6668
6670
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6669
6671
  # rubocop:enable Style/NegatedIf
6670
6672
 
@@ -6726,8 +6728,8 @@ module OCI
6726
6728
 
6727
6729
  # Header Params
6728
6730
  header_params = {}
6729
- header_params['accept'] = 'application/json'
6730
- header_params['content-type'] = 'application/json'
6731
+ header_params[:accept] = 'application/json'
6732
+ header_params[:'content-type'] = 'application/json'
6731
6733
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6732
6734
  # rubocop:enable Style/NegatedIf
6733
6735
 
@@ -6786,8 +6788,8 @@ module OCI
6786
6788
 
6787
6789
  # Header Params
6788
6790
  header_params = {}
6789
- header_params['accept'] = 'application/json'
6790
- header_params['content-type'] = 'application/json'
6791
+ header_params[:accept] = 'application/json'
6792
+ header_params[:'content-type'] = 'application/json'
6791
6793
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6792
6794
  # rubocop:enable Style/NegatedIf
6793
6795
 
@@ -6845,8 +6847,8 @@ module OCI
6845
6847
 
6846
6848
  # Header Params
6847
6849
  header_params = {}
6848
- header_params['accept'] = 'application/json'
6849
- header_params['content-type'] = 'application/json'
6850
+ header_params[:accept] = 'application/json'
6851
+ header_params[:'content-type'] = 'application/json'
6850
6852
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6851
6853
  # rubocop:enable Style/NegatedIf
6852
6854
 
@@ -6913,8 +6915,8 @@ module OCI
6913
6915
 
6914
6916
  # Header Params
6915
6917
  header_params = {}
6916
- header_params['accept'] = 'application/json'
6917
- header_params['content-type'] = 'application/json'
6918
+ header_params[:accept] = 'application/json'
6919
+ header_params[:'content-type'] = 'application/json'
6918
6920
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
6919
6921
  # rubocop:enable Style/NegatedIf
6920
6922
 
@@ -7010,8 +7012,8 @@ module OCI
7010
7012
 
7011
7013
  # Header Params
7012
7014
  header_params = {}
7013
- header_params['accept'] = 'application/json'
7014
- header_params['content-type'] = 'application/json'
7015
+ header_params[:accept] = 'application/json'
7016
+ header_params[:'content-type'] = 'application/json'
7015
7017
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7016
7018
  # rubocop:enable Style/NegatedIf
7017
7019
 
@@ -7069,8 +7071,8 @@ module OCI
7069
7071
 
7070
7072
  # Header Params
7071
7073
  header_params = {}
7072
- header_params['accept'] = 'application/json'
7073
- header_params['content-type'] = 'application/json'
7074
+ header_params[:accept] = 'application/json'
7075
+ header_params[:'content-type'] = 'application/json'
7074
7076
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7075
7077
  # rubocop:enable Style/NegatedIf
7076
7078
 
@@ -7131,8 +7133,8 @@ module OCI
7131
7133
 
7132
7134
  # Header Params
7133
7135
  header_params = {}
7134
- header_params['accept'] = 'application/json'
7135
- header_params['content-type'] = 'application/json'
7136
+ header_params[:accept] = 'application/json'
7137
+ header_params[:'content-type'] = 'application/json'
7136
7138
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7137
7139
  # rubocop:enable Style/NegatedIf
7138
7140
 
@@ -7194,8 +7196,8 @@ module OCI
7194
7196
 
7195
7197
  # Header Params
7196
7198
  header_params = {}
7197
- header_params['accept'] = 'application/json'
7198
- header_params['content-type'] = 'application/json'
7199
+ header_params[:accept] = 'application/json'
7200
+ header_params[:'content-type'] = 'application/json'
7199
7201
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7200
7202
  # rubocop:enable Style/NegatedIf
7201
7203
 
@@ -7254,8 +7256,8 @@ module OCI
7254
7256
 
7255
7257
  # Header Params
7256
7258
  header_params = {}
7257
- header_params['accept'] = 'application/json'
7258
- header_params['content-type'] = 'application/json'
7259
+ header_params[:accept] = 'application/json'
7260
+ header_params[:'content-type'] = 'application/json'
7259
7261
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7260
7262
  # rubocop:enable Style/NegatedIf
7261
7263
 
@@ -7313,8 +7315,8 @@ module OCI
7313
7315
 
7314
7316
  # Header Params
7315
7317
  header_params = {}
7316
- header_params['accept'] = 'application/json'
7317
- header_params['content-type'] = 'application/json'
7318
+ header_params[:accept] = 'application/json'
7319
+ header_params[:'content-type'] = 'application/json'
7318
7320
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7319
7321
  # rubocop:enable Style/NegatedIf
7320
7322
 
@@ -7373,8 +7375,8 @@ module OCI
7373
7375
 
7374
7376
  # Header Params
7375
7377
  header_params = {}
7376
- header_params['accept'] = 'application/json'
7377
- header_params['content-type'] = 'application/json'
7378
+ header_params[:accept] = 'application/json'
7379
+ header_params[:'content-type'] = 'application/json'
7378
7380
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7379
7381
  # rubocop:enable Style/NegatedIf
7380
7382
 
@@ -7455,8 +7457,8 @@ module OCI
7455
7457
 
7456
7458
  # Header Params
7457
7459
  header_params = {}
7458
- header_params['accept'] = 'application/json'
7459
- header_params['content-type'] = 'application/json'
7460
+ header_params[:accept] = 'application/json'
7461
+ header_params[:'content-type'] = 'application/json'
7460
7462
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7461
7463
  # rubocop:enable Style/NegatedIf
7462
7464
 
@@ -7514,8 +7516,8 @@ module OCI
7514
7516
 
7515
7517
  # Header Params
7516
7518
  header_params = {}
7517
- header_params['accept'] = 'application/json'
7518
- header_params['content-type'] = 'application/json'
7519
+ header_params[:accept] = 'application/json'
7520
+ header_params[:'content-type'] = 'application/json'
7519
7521
  header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
7520
7522
  # rubocop:enable Style/NegatedIf
7521
7523