oci 2.5.10 → 2.5.11
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.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/oci.rb +3 -0
- data/lib/oci/budget/budget.rb +1 -0
- data/lib/oci/budget/budget_client.rb +21 -1
- data/lib/oci/budget/models/budget.rb +52 -2
- data/lib/oci/budget/models/budget_summary.rb +52 -2
- data/lib/oci/budget/models/create_budget_details.rb +55 -2
- data/lib/oci/budget/models/target_type.rb +10 -0
- data/lib/oci/core/blockstorage_client.rb +18 -6
- data/lib/oci/core/compute_client.rb +75 -0
- data/lib/oci/core/compute_management_client.rb +4 -1
- data/lib/oci/core/core.rb +12 -0
- data/lib/oci/core/models/add_security_rule_details.rb +2 -2
- data/lib/oci/core/models/boot_volume_backup.rb +19 -1
- data/lib/oci/core/models/change_boot_volume_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_boot_volume_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_cpe_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_cross_connect_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_cross_connect_group_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_instance_compartment_details.rb +154 -0
- data/lib/oci/core/models/change_ip_sec_connection_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_remote_peering_connection_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_virtual_circuit_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_volume_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_group_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_group_compartment_details.rb +2 -2
- data/lib/oci/core/models/copy_volume_backup_details.rb +27 -4
- data/lib/oci/core/models/create_cross_connect_details.rb +37 -1
- data/lib/oci/core/models/create_cross_connect_group_details.rb +40 -4
- data/lib/oci/core/models/create_instance_configuration_base.rb +250 -0
- data/lib/oci/core/models/create_instance_configuration_details.rb +15 -57
- data/lib/oci/core/models/create_instance_configuration_from_instance_details.rb +179 -0
- data/lib/oci/core/models/create_ipv6_details.rb +249 -0
- data/lib/oci/core/models/create_remote_peering_connection_details.rb +40 -4
- data/lib/oci/core/models/create_service_gateway_details.rb +23 -1
- data/lib/oci/core/models/create_subnet_details.rb +24 -1
- data/lib/oci/core/models/create_vcn_details.rb +56 -4
- data/lib/oci/core/models/create_virtual_circuit_details.rb +38 -2
- data/lib/oci/core/models/cross_connect.rb +37 -1
- data/lib/oci/core/models/cross_connect_group.rb +37 -1
- data/lib/oci/core/models/cross_connect_mapping.rb +50 -1
- data/lib/oci/core/models/egress_security_rule.rb +10 -7
- data/lib/oci/core/models/ingress_security_rule.rb +10 -7
- data/lib/oci/core/models/instance.rb +1 -0
- data/lib/oci/core/models/ipv6.rb +375 -0
- data/lib/oci/core/models/private_ip.rb +1 -0
- data/lib/oci/core/models/remote_peering_connection.rb +37 -1
- data/lib/oci/core/models/route_rule.rb +4 -1
- data/lib/oci/core/models/security_rule.rb +2 -2
- data/lib/oci/core/models/service_gateway.rb +18 -1
- data/lib/oci/core/models/subnet.rb +56 -1
- data/lib/oci/core/models/update_cross_connect_details.rb +37 -1
- data/lib/oci/core/models/update_cross_connect_group_details.rb +40 -4
- data/lib/oci/core/models/update_ipv6_details.rb +229 -0
- data/lib/oci/core/models/update_remote_peering_connection_details.rb +40 -4
- data/lib/oci/core/models/update_security_rule_details.rb +2 -2
- data/lib/oci/core/models/update_service_gateway_details.rb +18 -1
- data/lib/oci/core/models/update_virtual_circuit_details.rb +37 -1
- data/lib/oci/core/models/vcn.rb +42 -1
- data/lib/oci/core/models/virtual_circuit.rb +37 -1
- data/lib/oci/core/models/volume_backup.rb +19 -1
- data/lib/oci/core/virtual_network_client.rb +744 -10
- data/lib/oci/core/virtual_network_client_composite_operations.rb +119 -0
- data/lib/oci/database/database.rb +3 -0
- data/lib/oci/database/database_client.rb +320 -36
- data/lib/oci/database/models/autonomous_data_warehouse.rb +1 -0
- data/lib/oci/database/models/autonomous_data_warehouse_console_token_details.rb +164 -0
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +1 -0
- data/lib/oci/database/models/autonomous_database.rb +5 -3
- data/lib/oci/database/models/autonomous_database_connection_urls.rb +1 -1
- data/lib/oci/database/models/autonomous_database_console_token_details.rb +163 -0
- data/lib/oci/database/models/autonomous_database_summary.rb +5 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +1 -3
- data/lib/oci/database/models/change_compartment_details.rb +155 -0
- data/lib/oci/database/models/create_autonomous_database_base.rb +5 -4
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +2 -5
- data/lib/oci/database/models/create_database_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +2 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +2 -1
- data/lib/oci/database/models/db_system.rb +2 -5
- data/lib/oci/database/models/db_system_summary.rb +2 -5
- data/lib/oci/database/models/launch_db_system_base.rb +3 -5
- data/lib/oci/database/models/maintenance_window.rb +2 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +5 -3
- data/lib/oci/database/models/update_db_system_details.rb +2 -5
- data/lib/oci/dns/dns.rb +2 -0
- data/lib/oci/dns/dns_client.rb +138 -1
- data/lib/oci/dns/models/change_steering_policy_compartment_details.rb +155 -0
- data/lib/oci/dns/models/change_zone_compartment_details.rb +155 -0
- data/lib/oci/events/events.rb +34 -0
- data/lib/oci/events/events_client.rb +537 -0
- data/lib/oci/events/events_client_composite_operations.rb +145 -0
- data/lib/oci/events/models/action.rb +275 -0
- data/lib/oci/events/models/action_details.rb +222 -0
- data/lib/oci/events/models/action_details_list.rb +150 -0
- data/lib/oci/events/models/action_list.rb +151 -0
- data/lib/oci/events/models/change_rule_compartment_details.rb +156 -0
- data/lib/oci/events/models/create_faa_s_action_details.rb +170 -0
- data/lib/oci/events/models/create_notification_service_action_details.rb +170 -0
- data/lib/oci/events/models/create_rule_details.rb +284 -0
- data/lib/oci/events/models/create_streaming_service_action_details.rb +170 -0
- data/lib/oci/events/models/faa_s_action.rb +178 -0
- data/lib/oci/events/models/notification_service_action.rb +179 -0
- data/lib/oci/events/models/rule.rb +372 -0
- data/lib/oci/events/models/rule_summary.rb +321 -0
- data/lib/oci/events/models/streaming_service_action.rb +178 -0
- data/lib/oci/events/models/update_rule_details.rb +266 -0
- data/lib/oci/events/util.rb +2 -0
- data/lib/oci/functions/functions.rb +29 -0
- data/lib/oci/functions/functions_invoke_client.rb +237 -0
- data/lib/oci/functions/functions_invoke_client_composite_operations.rb +24 -0
- data/lib/oci/functions/functions_management_client.rb +851 -0
- data/lib/oci/functions/functions_management_client_composite_operations.rb +266 -0
- data/lib/oci/functions/models/application.rb +322 -0
- data/lib/oci/functions/models/application_summary.rb +281 -0
- data/lib/oci/functions/models/change_application_compartment_details.rb +156 -0
- data/lib/oci/functions/models/create_application_details.rb +236 -0
- data/lib/oci/functions/models/create_function_details.rb +280 -0
- data/lib/oci/functions/models/function.rb +397 -0
- data/lib/oci/functions/models/function_summary.rb +381 -0
- data/lib/oci/functions/models/update_application_details.rb +191 -0
- data/lib/oci/functions/models/update_function_details.rb +250 -0
- data/lib/oci/functions/util.rb +2 -0
- data/lib/oci/healthchecks/health_checks_client.rb +147 -1
- data/lib/oci/healthchecks/healthchecks.rb +2 -0
- data/lib/oci/healthchecks/models/change_http_monitor_compartment_details.rb +155 -0
- data/lib/oci/healthchecks/models/change_ping_monitor_compartment_details.rb +155 -0
- data/lib/oci/healthchecks/models/create_http_monitor_details.rb +2 -1
- data/lib/oci/healthchecks/models/create_on_demand_http_probe_details.rb +2 -1
- data/lib/oci/healthchecks/models/create_on_demand_ping_probe_details.rb +2 -1
- data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +2 -1
- data/lib/oci/healthchecks/models/http_monitor.rb +2 -0
- data/lib/oci/healthchecks/models/http_probe.rb +2 -0
- data/lib/oci/healthchecks/models/ping_monitor.rb +2 -0
- data/lib/oci/healthchecks/models/ping_probe.rb +2 -0
- data/lib/oci/healthchecks/models/update_http_monitor_details.rb +2 -0
- data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +2 -0
- data/lib/oci/identity/identity.rb +1 -0
- data/lib/oci/identity/identity_client.rb +70 -0
- data/lib/oci/identity/identity_client_composite_operations.rb +50 -0
- data/lib/oci/identity/models/move_compartment_details.rb +155 -0
- data/lib/oci/key_management/key_management.rb +2 -0
- data/lib/oci/key_management/kms_management_client.rb +73 -0
- data/lib/oci/key_management/kms_vault_client.rb +73 -0
- data/lib/oci/key_management/models/change_key_compartment_details.rb +153 -0
- data/lib/oci/key_management/models/change_vault_compartment_details.rb +153 -0
- data/lib/oci/key_management/models/key.rb +1 -0
- data/lib/oci/key_management/models/key_summary.rb +1 -0
- data/lib/oci/key_management/models/vault.rb +1 -0
- data/lib/oci/key_management/models/vault_summary.rb +1 -0
- data/lib/oci/limits/limits.rb +23 -0
- data/lib/oci/limits/models/create_quota_details.rb +220 -0
- data/lib/oci/limits/models/quota.rb +287 -0
- data/lib/oci/limits/models/quota_summary.rb +273 -0
- data/lib/oci/limits/models/update_quota_details.rb +194 -0
- data/lib/oci/limits/quotas_client.rb +439 -0
- data/lib/oci/limits/quotas_client_composite_operations.rb +143 -0
- data/lib/oci/limits/util.rb +2 -0
- data/lib/oci/load_balancer/load_balancer.rb +9 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +139 -0
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +50 -0
- data/lib/oci/load_balancer/models/allow_rule.rb +181 -0
- data/lib/oci/load_balancer/models/backend_set.rb +21 -4
- data/lib/oci/load_balancer/models/backend_set_details.rb +21 -4
- data/lib/oci/load_balancer/models/change_load_balancer_compartment_details.rb +156 -0
- data/lib/oci/load_balancer/models/control_access_using_http_methods_rule.rb +205 -0
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +21 -4
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +37 -1
- data/lib/oci/load_balancer/models/lb_cookie_session_persistence_configuration_details.rb +334 -0
- data/lib/oci/load_balancer/models/listener_rule_summary.rb +166 -0
- data/lib/oci/load_balancer/models/rule.rb +4 -0
- data/lib/oci/load_balancer/models/rule_condition.rb +192 -0
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +6 -0
- data/lib/oci/load_balancer/models/source_ip_address_condition.rb +167 -0
- data/lib/oci/load_balancer/models/source_vcn_id_condition.rb +169 -0
- data/lib/oci/load_balancer/models/source_vcn_ip_address_condition.rb +171 -0
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +21 -4
- data/lib/oci/monitoring/models/alarm.rb +4 -3
- data/lib/oci/monitoring/models/alarm_summary.rb +4 -3
- data/lib/oci/monitoring/models/change_alarm_compartment_details.rb +155 -0
- data/lib/oci/monitoring/models/create_alarm_details.rb +4 -3
- data/lib/oci/monitoring/models/datapoint.rb +1 -1
- data/lib/oci/monitoring/models/list_metrics_details.rb +4 -4
- data/lib/oci/monitoring/models/metric_data.rb +14 -0
- data/lib/oci/monitoring/models/metric_data_details.rb +6 -4
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +3 -0
- data/lib/oci/monitoring/models/update_alarm_details.rb +4 -3
- data/lib/oci/monitoring/monitoring.rb +1 -0
- data/lib/oci/monitoring/monitoring_client.rb +140 -5
- data/lib/oci/ons/models/backoff_retry_policy.rb +2 -2
- data/lib/oci/ons/models/change_compartment_details.rb +156 -0
- data/lib/oci/ons/models/confirmation_result.rb +5 -6
- data/lib/oci/ons/models/create_topic_details.rb +1 -1
- data/lib/oci/ons/models/notification_topic.rb +2 -2
- data/lib/oci/ons/models/notification_topic_summary.rb +2 -2
- data/lib/oci/ons/models/subscription.rb +47 -4
- data/lib/oci/ons/models/subscription_summary.rb +19 -3
- data/lib/oci/ons/notification_control_plane_client.rb +95 -8
- data/lib/oci/ons/notification_data_plane_client.rb +109 -8
- data/lib/oci/ons/ons.rb +1 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/streaming/models/change_stream_compartment_details.rb +155 -0
- data/lib/oci/streaming/stream_admin_client.rb +58 -0
- data/lib/oci/streaming/streaming.rb +1 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/models/access_rule_criteria.rb +14 -2
- data/lib/oci/waas/models/change_certificate_compartment_details.rb +154 -0
- data/lib/oci/waas/models/change_waas_policy_compartment_details.rb +154 -0
- data/lib/oci/waas/models/create_certificate_details.rb +2 -2
- data/lib/oci/waas/models/protection_rule_exclusion.rb +16 -1
- data/lib/oci/waas/models/protection_settings.rb +9 -5
- data/lib/oci/waas/models/waas_policy.rb +1 -1
- data/lib/oci/waas/models/waf_config_details.rb +8 -8
- data/lib/oci/waas/models/waf_log.rb +40 -19
- data/lib/oci/waas/waas.rb +2 -0
- data/lib/oci/waas/waas_client.rb +155 -27
- data/lib/oci/work_requests/models/work_request.rb +14 -8
- data/lib/oci/work_requests/models/work_request_error.rb +3 -3
- data/lib/oci/work_requests/models/work_request_log_entry.rb +2 -2
- data/lib/oci/work_requests/models/work_request_resource.rb +9 -7
- data/lib/oci/work_requests/models/work_request_summary.rb +12 -6
- data/lib/oci/work_requests/work_request_client.rb +33 -16
- metadata +81 -2
|
@@ -112,7 +112,9 @@ module OCI
|
|
|
112
112
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
#
|
|
115
|
+
# Moves a boot volume backup into a different compartment within the same tenancy.
|
|
116
|
+
# For information about moving resources between compartments,
|
|
117
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
116
118
|
#
|
|
117
119
|
# @param [String] boot_volume_backup_id The OCID of the boot volume backup.
|
|
118
120
|
# @param [OCI::Core::Models::ChangeBootVolumeBackupCompartmentDetails] change_boot_volume_backup_compartment_details Request to change the compartment of given boot volume backup.
|
|
@@ -169,7 +171,9 @@ module OCI
|
|
|
169
171
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
170
172
|
|
|
171
173
|
|
|
172
|
-
#
|
|
174
|
+
# Moves a boot volume into a different compartment within the same tenancy.
|
|
175
|
+
# For information about moving resources between compartments,
|
|
176
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
173
177
|
#
|
|
174
178
|
# @param [String] boot_volume_id The OCID of the boot volume.
|
|
175
179
|
# @param [OCI::Core::Models::ChangeBootVolumeCompartmentDetails] change_boot_volume_compartment_details Request to change the compartment of given boot volume.
|
|
@@ -226,7 +230,9 @@ module OCI
|
|
|
226
230
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
227
231
|
|
|
228
232
|
|
|
229
|
-
#
|
|
233
|
+
# Moves a volume backup into a different compartment within the same tenancy.
|
|
234
|
+
# For information about moving resources between compartments,
|
|
235
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
230
236
|
#
|
|
231
237
|
# @param [String] volume_backup_id The OCID of the volume backup.
|
|
232
238
|
# @param [OCI::Core::Models::ChangeVolumeBackupCompartmentDetails] change_volume_backup_compartment_details Request to change the compartment of given volume backup.
|
|
@@ -283,7 +289,9 @@ module OCI
|
|
|
283
289
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
284
290
|
|
|
285
291
|
|
|
286
|
-
#
|
|
292
|
+
# Moves a volume into a different compartment within the same tenancy.
|
|
293
|
+
# For information about moving resources between compartments,
|
|
294
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
287
295
|
#
|
|
288
296
|
# @param [String] volume_id The OCID of the volume.
|
|
289
297
|
# @param [OCI::Core::Models::ChangeVolumeCompartmentDetails] change_volume_compartment_details Request to change the compartment of given volume.
|
|
@@ -340,7 +348,9 @@ module OCI
|
|
|
340
348
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
341
349
|
|
|
342
350
|
|
|
343
|
-
#
|
|
351
|
+
# Moves a volume group backup into a different compartment within the same tenancy.
|
|
352
|
+
# For information about moving resources between compartments,
|
|
353
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
344
354
|
#
|
|
345
355
|
# @param [String] volume_group_backup_id The Oracle Cloud ID (OCID) that uniquely identifies the volume group backup.
|
|
346
356
|
# @param [OCI::Core::Models::ChangeVolumeGroupBackupCompartmentDetails] change_volume_group_backup_compartment_details Request to change the compartment of given volume group backup.
|
|
@@ -397,7 +407,9 @@ module OCI
|
|
|
397
407
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
398
408
|
|
|
399
409
|
|
|
400
|
-
#
|
|
410
|
+
# Moves a volume group into a different compartment within the same tenancy.
|
|
411
|
+
# For information about moving resources between compartments,
|
|
412
|
+
# see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
401
413
|
#
|
|
402
414
|
# @param [String] volume_group_id The Oracle Cloud ID (OCID) that uniquely identifies the volume group.
|
|
403
415
|
# @param [OCI::Core::Models::ChangeVolumeGroupCompartmentDetails] change_volume_group_compartment_details Request to change the compartment of given volume group.
|
|
@@ -438,6 +438,81 @@ module OCI
|
|
|
438
438
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
439
439
|
|
|
440
440
|
|
|
441
|
+
# Moves an instance into a different compartment within the same tenancy. For information about
|
|
442
|
+
# moving resources between compartments, see
|
|
443
|
+
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
444
|
+
#
|
|
445
|
+
# When you move an instance to a different compartment, associated resources such as boot volumes and VNICs
|
|
446
|
+
# are not moved.
|
|
447
|
+
#
|
|
448
|
+
# @param [String] instance_id The OCID of the instance.
|
|
449
|
+
# @param [OCI::Core::Models::ChangeInstanceCompartmentDetails] change_instance_compartment_details Request to change the compartment of a given instance.
|
|
450
|
+
# @param [Hash] opts the optional parameters
|
|
451
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
452
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
453
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
454
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
455
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
456
|
+
#
|
|
457
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
458
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
459
|
+
#
|
|
460
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
461
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
462
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
463
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
464
|
+
# may be rejected).
|
|
465
|
+
#
|
|
466
|
+
# @return [Response] A Response object with data of type nil
|
|
467
|
+
def change_instance_compartment(instance_id, change_instance_compartment_details, opts = {})
|
|
468
|
+
logger.debug 'Calling operation ComputeClient#change_instance_compartment.' if logger
|
|
469
|
+
|
|
470
|
+
raise "Missing the required parameter 'instance_id' when calling change_instance_compartment." if instance_id.nil?
|
|
471
|
+
raise "Missing the required parameter 'change_instance_compartment_details' when calling change_instance_compartment." if change_instance_compartment_details.nil?
|
|
472
|
+
raise "Parameter value for 'instance_id' must not be blank" if OCI::Internal::Util.blank_string?(instance_id)
|
|
473
|
+
|
|
474
|
+
path = '/instances/{instanceId}/actions/changeCompartment'.sub('{instanceId}', instance_id.to_s)
|
|
475
|
+
operation_signing_strategy = :standard
|
|
476
|
+
|
|
477
|
+
# rubocop:disable Style/NegatedIf
|
|
478
|
+
# Query Params
|
|
479
|
+
query_params = {}
|
|
480
|
+
|
|
481
|
+
# Header Params
|
|
482
|
+
header_params = {}
|
|
483
|
+
header_params[:accept] = 'application/json'
|
|
484
|
+
header_params[:'content-type'] = 'application/json'
|
|
485
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
486
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
487
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
488
|
+
# rubocop:enable Style/NegatedIf
|
|
489
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
490
|
+
|
|
491
|
+
post_body = @api_client.object_to_http_body(change_instance_compartment_details)
|
|
492
|
+
|
|
493
|
+
# rubocop:disable Metrics/BlockLength
|
|
494
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ComputeClient#change_instance_compartment') do
|
|
495
|
+
@api_client.call_api(
|
|
496
|
+
:POST,
|
|
497
|
+
path,
|
|
498
|
+
endpoint,
|
|
499
|
+
header_params: header_params,
|
|
500
|
+
query_params: query_params,
|
|
501
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
502
|
+
body: post_body
|
|
503
|
+
)
|
|
504
|
+
end
|
|
505
|
+
# rubocop:enable Metrics/BlockLength
|
|
506
|
+
end
|
|
507
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
508
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
509
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
510
|
+
|
|
511
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
512
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
513
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
514
|
+
|
|
515
|
+
|
|
441
516
|
# Create a subscription for listing resource version for a compartment. It will take some time to propagate to all regions.
|
|
442
517
|
#
|
|
443
518
|
# @param [OCI::Core::Models::CreateAppCatalogSubscriptionDetails] create_app_catalog_subscription_details Request for the creation of a subscription for listing resource version for a compartment.
|
|
@@ -183,6 +183,9 @@ module OCI
|
|
|
183
183
|
# For information about moving resources between compartments, see
|
|
184
184
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
185
185
|
#
|
|
186
|
+
# When you move an instance configuration to a different compartment, associated resources such as
|
|
187
|
+
# instance pools are not moved.
|
|
188
|
+
#
|
|
186
189
|
# **Important:** Most of the properties for an existing instance configuration, including the compartment,
|
|
187
190
|
# cannot be modified after you create the instance configuration. Although you can move an instance configuration
|
|
188
191
|
# to a different compartment, you will not be able to use the instance configuration to manage instance pools
|
|
@@ -335,7 +338,7 @@ module OCI
|
|
|
335
338
|
|
|
336
339
|
# Creates an instance configuration
|
|
337
340
|
#
|
|
338
|
-
# @param [OCI::Core::Models::
|
|
341
|
+
# @param [OCI::Core::Models::CreateInstanceConfigurationBase] create_instance_configuration Instance configuration creation details
|
|
339
342
|
# @param [Hash] opts the optional parameters
|
|
340
343
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
341
344
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
data/lib/oci/core/core.rb
CHANGED
|
@@ -41,15 +41,22 @@ require 'oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details'
|
|
|
41
41
|
require 'oci/core/models/capture_console_history_details'
|
|
42
42
|
require 'oci/core/models/change_boot_volume_backup_compartment_details'
|
|
43
43
|
require 'oci/core/models/change_boot_volume_compartment_details'
|
|
44
|
+
require 'oci/core/models/change_cpe_compartment_details'
|
|
45
|
+
require 'oci/core/models/change_cross_connect_compartment_details'
|
|
46
|
+
require 'oci/core/models/change_cross_connect_group_compartment_details'
|
|
47
|
+
require 'oci/core/models/change_ip_sec_connection_compartment_details'
|
|
44
48
|
require 'oci/core/models/change_image_compartment_details'
|
|
49
|
+
require 'oci/core/models/change_instance_compartment_details'
|
|
45
50
|
require 'oci/core/models/change_instance_configuration_compartment_details'
|
|
46
51
|
require 'oci/core/models/change_instance_pool_compartment_details'
|
|
47
52
|
require 'oci/core/models/change_nat_gateway_compartment_details'
|
|
53
|
+
require 'oci/core/models/change_remote_peering_connection_compartment_details'
|
|
48
54
|
require 'oci/core/models/change_route_table_compartment_details'
|
|
49
55
|
require 'oci/core/models/change_security_list_compartment_details'
|
|
50
56
|
require 'oci/core/models/change_service_gateway_compartment_details'
|
|
51
57
|
require 'oci/core/models/change_subnet_compartment_details'
|
|
52
58
|
require 'oci/core/models/change_vcn_compartment_details'
|
|
59
|
+
require 'oci/core/models/change_virtual_circuit_compartment_details'
|
|
53
60
|
require 'oci/core/models/change_volume_backup_compartment_details'
|
|
54
61
|
require 'oci/core/models/change_volume_compartment_details'
|
|
55
62
|
require 'oci/core/models/change_volume_group_backup_compartment_details'
|
|
@@ -73,11 +80,14 @@ require 'oci/core/models/create_ip_sec_connection_details'
|
|
|
73
80
|
require 'oci/core/models/create_ip_sec_connection_tunnel_details'
|
|
74
81
|
require 'oci/core/models/create_ip_sec_tunnel_bgp_session_details'
|
|
75
82
|
require 'oci/core/models/create_image_details'
|
|
83
|
+
require 'oci/core/models/create_instance_configuration_base'
|
|
76
84
|
require 'oci/core/models/create_instance_configuration_details'
|
|
85
|
+
require 'oci/core/models/create_instance_configuration_from_instance_details'
|
|
77
86
|
require 'oci/core/models/create_instance_console_connection_details'
|
|
78
87
|
require 'oci/core/models/create_instance_pool_details'
|
|
79
88
|
require 'oci/core/models/create_instance_pool_placement_configuration_details'
|
|
80
89
|
require 'oci/core/models/create_internet_gateway_details'
|
|
90
|
+
require 'oci/core/models/create_ipv6_details'
|
|
81
91
|
require 'oci/core/models/create_local_peering_gateway_details'
|
|
82
92
|
require 'oci/core/models/create_nat_gateway_details'
|
|
83
93
|
require 'oci/core/models/create_network_security_group_details'
|
|
@@ -166,6 +176,7 @@ require 'oci/core/models/instance_source_via_boot_volume_details'
|
|
|
166
176
|
require 'oci/core/models/instance_source_via_image_details'
|
|
167
177
|
require 'oci/core/models/instance_summary'
|
|
168
178
|
require 'oci/core/models/internet_gateway'
|
|
179
|
+
require 'oci/core/models/ipv6'
|
|
169
180
|
require 'oci/core/models/launch_instance_agent_config_details'
|
|
170
181
|
require 'oci/core/models/launch_instance_details'
|
|
171
182
|
require 'oci/core/models/launch_options'
|
|
@@ -216,6 +227,7 @@ require 'oci/core/models/update_instance_details'
|
|
|
216
227
|
require 'oci/core/models/update_instance_pool_details'
|
|
217
228
|
require 'oci/core/models/update_instance_pool_placement_configuration_details'
|
|
218
229
|
require 'oci/core/models/update_internet_gateway_details'
|
|
230
|
+
require 'oci/core/models/update_ipv6_details'
|
|
219
231
|
require 'oci/core/models/update_local_peering_gateway_details'
|
|
220
232
|
require 'oci/core/models/update_nat_gateway_details'
|
|
221
233
|
require 'oci/core/models/update_network_security_group_details'
|
|
@@ -33,7 +33,7 @@ module OCI
|
|
|
33
33
|
#
|
|
34
34
|
# Allowed values:
|
|
35
35
|
#
|
|
36
|
-
# * An IP address range in CIDR notation. For example: `192.168.1.0/24`
|
|
36
|
+
# * An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
|
|
37
37
|
#
|
|
38
38
|
# * The `cidrBlock` value for a {Service}, if you're
|
|
39
39
|
# setting up a security rule for traffic destined for a particular `Service` through
|
|
@@ -102,7 +102,7 @@ module OCI
|
|
|
102
102
|
#
|
|
103
103
|
# Allowed values:
|
|
104
104
|
#
|
|
105
|
-
# * An IP address range in CIDR notation. For example: `192.168.1.0/24`
|
|
105
|
+
# * An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
|
|
106
106
|
#
|
|
107
107
|
# * The `cidrBlock` value for a {Service}, if you're
|
|
108
108
|
# setting up a security rule for traffic coming from a particular `Service` through
|
|
@@ -86,6 +86,14 @@ module OCI
|
|
|
86
86
|
# @return [String]
|
|
87
87
|
attr_accessor :image_id
|
|
88
88
|
|
|
89
|
+
# The OCID of the KMS key which is the master encryption key for the boot volume backup.
|
|
90
|
+
# For more information about the Key Management service and encryption keys, see
|
|
91
|
+
# [Overview of Key Management](https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm) and
|
|
92
|
+
# [Using Keys](https://docs.cloud.oracle.com/Content/KeyManagement/Tasks/usingkeys.htm).
|
|
93
|
+
#
|
|
94
|
+
# @return [String]
|
|
95
|
+
attr_accessor :kms_key_id
|
|
96
|
+
|
|
89
97
|
# **[Required]** The current state of a boot volume backup.
|
|
90
98
|
# @return [String]
|
|
91
99
|
attr_reader :lifecycle_state
|
|
@@ -132,6 +140,7 @@ module OCI
|
|
|
132
140
|
'freeform_tags': :'freeformTags',
|
|
133
141
|
'id': :'id',
|
|
134
142
|
'image_id': :'imageId',
|
|
143
|
+
'kms_key_id': :'kmsKeyId',
|
|
135
144
|
'lifecycle_state': :'lifecycleState',
|
|
136
145
|
'size_in_gbs': :'sizeInGBs',
|
|
137
146
|
'source_type': :'sourceType',
|
|
@@ -155,6 +164,7 @@ module OCI
|
|
|
155
164
|
'freeform_tags': :'Hash<String, String>',
|
|
156
165
|
'id': :'String',
|
|
157
166
|
'image_id': :'String',
|
|
167
|
+
'kms_key_id': :'String',
|
|
158
168
|
'lifecycle_state': :'String',
|
|
159
169
|
'size_in_gbs': :'Integer',
|
|
160
170
|
'source_type': :'String',
|
|
@@ -180,6 +190,7 @@ module OCI
|
|
|
180
190
|
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
181
191
|
# @option attributes [String] :id The value to assign to the {#id} property
|
|
182
192
|
# @option attributes [String] :image_id The value to assign to the {#image_id} property
|
|
193
|
+
# @option attributes [String] :kms_key_id The value to assign to the {#kms_key_id} property
|
|
183
194
|
# @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
|
|
184
195
|
# @option attributes [Integer] :size_in_gbs The value to assign to the {#size_in_gbs} property
|
|
185
196
|
# @option attributes [String] :source_type The value to assign to the {#source_type} property
|
|
@@ -237,6 +248,12 @@ module OCI
|
|
|
237
248
|
|
|
238
249
|
self.image_id = attributes[:'image_id'] if attributes[:'image_id']
|
|
239
250
|
|
|
251
|
+
self.kms_key_id = attributes[:'kmsKeyId'] if attributes[:'kmsKeyId']
|
|
252
|
+
|
|
253
|
+
raise 'You cannot provide both :kmsKeyId and :kms_key_id' if attributes.key?(:'kmsKeyId') && attributes.key?(:'kms_key_id')
|
|
254
|
+
|
|
255
|
+
self.kms_key_id = attributes[:'kms_key_id'] if attributes[:'kms_key_id']
|
|
256
|
+
|
|
240
257
|
self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState']
|
|
241
258
|
|
|
242
259
|
raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
|
|
@@ -334,6 +351,7 @@ module OCI
|
|
|
334
351
|
freeform_tags == other.freeform_tags &&
|
|
335
352
|
id == other.id &&
|
|
336
353
|
image_id == other.image_id &&
|
|
354
|
+
kms_key_id == other.kms_key_id &&
|
|
337
355
|
lifecycle_state == other.lifecycle_state &&
|
|
338
356
|
size_in_gbs == other.size_in_gbs &&
|
|
339
357
|
source_type == other.source_type &&
|
|
@@ -356,7 +374,7 @@ module OCI
|
|
|
356
374
|
# Calculates hash code according to all attributes.
|
|
357
375
|
# @return [Fixnum] Hash code
|
|
358
376
|
def hash
|
|
359
|
-
[boot_volume_id, compartment_id, defined_tags, display_name, expiration_time, freeform_tags, id, image_id, lifecycle_state, size_in_gbs, source_type, time_created, time_request_received, type, unique_size_in_gbs].hash
|
|
377
|
+
[boot_volume_id, compartment_id, defined_tags, display_name, expiration_time, freeform_tags, id, image_id, kms_key_id, lifecycle_state, size_in_gbs, source_type, time_created, time_request_received, type, unique_size_in_gbs].hash
|
|
360
378
|
end
|
|
361
379
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
362
380
|
|
|
@@ -4,9 +4,9 @@ require 'date'
|
|
|
4
4
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
6
6
|
module OCI
|
|
7
|
-
# Contains details
|
|
7
|
+
# Contains the details for the compartment to move the boot volume backup to.
|
|
8
8
|
class Core::Models::ChangeBootVolumeBackupCompartmentDetails
|
|
9
|
-
# **[Required]** The OCID of the
|
|
9
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the boot volume backup to.
|
|
10
10
|
# @return [String]
|
|
11
11
|
attr_accessor :compartment_id
|
|
12
12
|
|
|
@@ -4,9 +4,9 @@ require 'date'
|
|
|
4
4
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
6
6
|
module OCI
|
|
7
|
-
# Contains details
|
|
7
|
+
# Contains the details for the compartment to move the boot volume to.
|
|
8
8
|
class Core::Models::ChangeBootVolumeCompartmentDetails
|
|
9
|
-
# **[Required]** The OCID of the
|
|
9
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the boot volume to.
|
|
10
10
|
# @return [String]
|
|
11
11
|
attr_accessor :compartment_id
|
|
12
12
|
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
require 'date'
|
|
4
|
+
|
|
5
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
6
|
+
module OCI
|
|
7
|
+
# The configuration details for the move operation.
|
|
8
|
+
class Core::Models::ChangeCpeCompartmentDetails
|
|
9
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the
|
|
10
|
+
# CPE object to.
|
|
11
|
+
#
|
|
12
|
+
# @return [String]
|
|
13
|
+
attr_accessor :compartment_id
|
|
14
|
+
|
|
15
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
16
|
+
def self.attribute_map
|
|
17
|
+
{
|
|
18
|
+
# rubocop:disable Style/SymbolLiteral
|
|
19
|
+
'compartment_id': :'compartmentId'
|
|
20
|
+
# rubocop:enable Style/SymbolLiteral
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
# Attribute type mapping.
|
|
25
|
+
def self.swagger_types
|
|
26
|
+
{
|
|
27
|
+
# rubocop:disable Style/SymbolLiteral
|
|
28
|
+
'compartment_id': :'String'
|
|
29
|
+
# rubocop:enable Style/SymbolLiteral
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
34
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# Initializes the object
|
|
38
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
39
|
+
# @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
|
|
40
|
+
def initialize(attributes = {})
|
|
41
|
+
return unless attributes.is_a?(Hash)
|
|
42
|
+
|
|
43
|
+
# convert string to symbol for hash key
|
|
44
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
45
|
+
|
|
46
|
+
self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']
|
|
47
|
+
|
|
48
|
+
raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
|
|
49
|
+
|
|
50
|
+
self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']
|
|
51
|
+
end
|
|
52
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
53
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
54
|
+
|
|
55
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
# Checks equality by comparing each attribute.
|
|
59
|
+
# @param [Object] other the other object to be compared
|
|
60
|
+
def ==(other)
|
|
61
|
+
return true if equal?(other)
|
|
62
|
+
|
|
63
|
+
self.class == other.class &&
|
|
64
|
+
compartment_id == other.compartment_id
|
|
65
|
+
end
|
|
66
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
67
|
+
|
|
68
|
+
# @see the `==` method
|
|
69
|
+
# @param [Object] other the other object to be compared
|
|
70
|
+
def eql?(other)
|
|
71
|
+
self == other
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# Calculates hash code according to all attributes.
|
|
78
|
+
# @return [Fixnum] Hash code
|
|
79
|
+
def hash
|
|
80
|
+
[compartment_id].hash
|
|
81
|
+
end
|
|
82
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
83
|
+
|
|
84
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
# Builds the object from hash
|
|
88
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
89
|
+
# @return [Object] Returns the model itself
|
|
90
|
+
def build_from_hash(attributes)
|
|
91
|
+
return nil unless attributes.is_a?(Hash)
|
|
92
|
+
|
|
93
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
94
|
+
if type =~ /^Array<(.*)>/i
|
|
95
|
+
# check to ensure the input is an array given that the the attribute
|
|
96
|
+
# is documented as an array but the input is not
|
|
97
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
98
|
+
public_method("#{key}=").call(
|
|
99
|
+
attributes[self.class.attribute_map[key]]
|
|
100
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
101
|
+
)
|
|
102
|
+
end
|
|
103
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
104
|
+
public_method("#{key}=").call(
|
|
105
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
106
|
+
)
|
|
107
|
+
end
|
|
108
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
self
|
|
112
|
+
end
|
|
113
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
114
|
+
|
|
115
|
+
# Returns the string representation of the object
|
|
116
|
+
# @return [String] String presentation of the object
|
|
117
|
+
def to_s
|
|
118
|
+
to_hash.to_s
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# Returns the object in the form of hash
|
|
122
|
+
# @return [Hash] Returns the object in the form of hash
|
|
123
|
+
def to_hash
|
|
124
|
+
hash = {}
|
|
125
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
126
|
+
value = public_method(attr).call
|
|
127
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
128
|
+
|
|
129
|
+
hash[param] = _to_hash(value)
|
|
130
|
+
end
|
|
131
|
+
hash
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
private
|
|
135
|
+
|
|
136
|
+
# Outputs non-array value in the form of hash
|
|
137
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
138
|
+
# @param [Object] value Any valid value
|
|
139
|
+
# @return [Hash] Returns the value in the form of hash
|
|
140
|
+
def _to_hash(value)
|
|
141
|
+
if value.is_a?(Array)
|
|
142
|
+
value.compact.map { |v| _to_hash(v) }
|
|
143
|
+
elsif value.is_a?(Hash)
|
|
144
|
+
{}.tap do |hash|
|
|
145
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
146
|
+
end
|
|
147
|
+
elsif value.respond_to? :to_hash
|
|
148
|
+
value.to_hash
|
|
149
|
+
else
|
|
150
|
+
value
|
|
151
|
+
end
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|