oci 2.5.10 → 2.5.11
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -54,21 +54,22 @@ module OCI
|
|
54
54
|
# @return [String]
|
55
55
|
attr_accessor :display_name
|
56
56
|
|
57
|
-
# The Oracle license model that applies to the Oracle Autonomous Database. The default is BRING_YOUR_OWN_LICENSE.
|
57
|
+
# The Oracle license model that applies to the Oracle Autonomous Database. The default is BRING_YOUR_OWN_LICENSE. Note that when provisioning an Autonomous Database using the [dedicated deployment](https://docs.cloud.oracle.com/Content/Database/Concepts/adbddoverview.htm) option, this attribute must be null.
|
58
58
|
#
|
59
59
|
# @return [String]
|
60
60
|
attr_reader :license_model
|
61
61
|
|
62
|
-
# If set to true, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted.
|
62
|
+
# If set to true, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for [serverless deployments](https://docs.cloud.oracle.com/Content/Database/Concepts/adboverview.htm#AEI).
|
63
|
+
#
|
63
64
|
# @return [BOOLEAN]
|
64
65
|
attr_accessor :is_preview_version_with_service_terms_accepted
|
65
66
|
|
66
|
-
# Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is false.
|
67
|
+
# Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is false. Note that auto scaling is available for [serverless deployments](https://docs.cloud.oracle.com/Content/Database/Concepts/adboverview.htm#AEI) only.
|
67
68
|
#
|
68
69
|
# @return [BOOLEAN]
|
69
70
|
attr_accessor :is_auto_scaling_enabled
|
70
71
|
|
71
|
-
# True if
|
72
|
+
# True if the database uses the [dedicated deployment](https://docs.cloud.oracle.com/Content/Database/Concepts/adbddoverview.htm) option.
|
72
73
|
#
|
73
74
|
# @return [BOOLEAN]
|
74
75
|
attr_accessor :is_dedicated
|
@@ -29,15 +29,12 @@ module OCI
|
|
29
29
|
# @return [String]
|
30
30
|
attr_accessor :subnet_id
|
31
31
|
|
32
|
-
#
|
33
|
-
# A maximum of 5 allowed.
|
32
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
|
34
33
|
#
|
35
34
|
# @return [Array<String>]
|
36
35
|
attr_accessor :nsg_ids
|
37
36
|
|
38
|
-
#
|
39
|
-
# Applicable only to Exadata DB systems.
|
40
|
-
# A maximum of 5 allowed.
|
37
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata DB systems.
|
41
38
|
#
|
42
39
|
# @return [Array<String>]
|
43
40
|
attr_accessor :backup_network_nsg_ids
|
@@ -4,7 +4,7 @@ require 'date'
|
|
4
4
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
6
6
|
module OCI
|
7
|
-
# Details for creating a database
|
7
|
+
# Details for creating a database.
|
8
8
|
#
|
9
9
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
10
10
|
#
|
@@ -5,7 +5,8 @@ require_relative 'create_db_home_with_db_system_id_base'
|
|
5
5
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
7
7
|
module OCI
|
8
|
-
#
|
8
|
+
# Note that a valid `dbSystemId` value must be supplied for the `CreateDbHomeWithDbSystemId` API operation to successfully complete.
|
9
|
+
#
|
9
10
|
class Database::Models::CreateDbHomeWithDbSystemIdDetails < Database::Models::CreateDbHomeWithDbSystemIdBase
|
10
11
|
# **[Required]** A valid Oracle Database version. To get a list of supported versions, use the {#list_db_versions list_db_versions} operation.
|
11
12
|
# @return [String]
|
@@ -5,7 +5,8 @@ require_relative 'create_db_home_with_db_system_id_base'
|
|
5
5
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
7
7
|
module OCI
|
8
|
-
#
|
8
|
+
# Note that a valid `dbSystemId` value must be supplied for the `CreateDbHomeWithDbSystemIdFromBackup` API operation to successfully complete.
|
9
|
+
#
|
9
10
|
class Database::Models::CreateDbHomeWithDbSystemIdFromBackupDetails < Database::Models::CreateDbHomeWithDbSystemIdBase
|
10
11
|
# This attribute is required.
|
11
12
|
# @return [OCI::Database::Models::CreateDatabaseFromBackupDetails]
|
@@ -80,15 +80,12 @@ module OCI
|
|
80
80
|
# @return [String]
|
81
81
|
attr_accessor :backup_subnet_id
|
82
82
|
|
83
|
-
#
|
84
|
-
# A maximum of 5 allowed.
|
83
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
|
85
84
|
#
|
86
85
|
# @return [Array<String>]
|
87
86
|
attr_accessor :nsg_ids
|
88
87
|
|
89
|
-
#
|
90
|
-
# Applicable only to Exadata DB systems.
|
91
|
-
# A maximum of 5 allowed.
|
88
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata DB systems.
|
92
89
|
#
|
93
90
|
# @return [Array<String>]
|
94
91
|
attr_accessor :backup_network_nsg_ids
|
@@ -94,15 +94,12 @@ module OCI
|
|
94
94
|
# @return [String]
|
95
95
|
attr_accessor :backup_subnet_id
|
96
96
|
|
97
|
-
#
|
98
|
-
# A maximum of 5 allowed.
|
97
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
|
99
98
|
#
|
100
99
|
# @return [Array<String>]
|
101
100
|
attr_accessor :nsg_ids
|
102
101
|
|
103
|
-
#
|
104
|
-
# Applicable only to Exadata DB systems.
|
105
|
-
# A maximum of 5 allowed.
|
102
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata DB systems.
|
106
103
|
#
|
107
104
|
# @return [Array<String>]
|
108
105
|
attr_accessor :backup_network_nsg_ids
|
@@ -68,15 +68,12 @@ module OCI
|
|
68
68
|
# @return [String]
|
69
69
|
attr_accessor :backup_subnet_id
|
70
70
|
|
71
|
-
#
|
72
|
-
# A maximum of 5 allowed.
|
71
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
|
73
72
|
#
|
74
73
|
# @return [Array<String>]
|
75
74
|
attr_accessor :nsg_ids
|
76
75
|
|
77
|
-
#
|
78
|
-
# Applicable only to Exadata DB systems.
|
79
|
-
# A maximum of 5 allowed.
|
76
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata DB systems.
|
80
77
|
#
|
81
78
|
# @return [Array<String>]
|
82
79
|
attr_accessor :backup_network_nsg_ids
|
@@ -125,6 +122,7 @@ module OCI
|
|
125
122
|
#
|
126
123
|
# - BM.DenseIO1.36 - Specify a multiple of 2, from 2 to 36.
|
127
124
|
# - BM.DenseIO2.52 - Specify a multiple of 2, from 2 to 52.
|
125
|
+
# - Exadata.Base.48 - Specify a multiple of 2, from 0 to 48.
|
128
126
|
# - Exadata.Quarter1.84 - Specify a multiple of 2, from 22 to 84.
|
129
127
|
# - Exadata.Half1.168 - Specify a multiple of 4, from 44 to 168.
|
130
128
|
# - Exadata.Full1.336 - Specify a multiple of 8, from 88 to 336.
|
@@ -33,7 +33,8 @@ module OCI
|
|
33
33
|
# @return [Array<OCI::Database::Models::DayOfWeek>]
|
34
34
|
attr_accessor :days_of_week
|
35
35
|
|
36
|
-
# The window of hours during the day when maintenance should be performed.
|
36
|
+
# The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
|
37
|
+
# - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
37
38
|
# @return [Array<Integer>]
|
38
39
|
attr_accessor :hours_of_day
|
39
40
|
|
@@ -54,16 +54,18 @@ module OCI
|
|
54
54
|
# @return [Hash<String, Hash<String, Object>>]
|
55
55
|
attr_accessor :defined_tags
|
56
56
|
|
57
|
-
# The new Oracle license model that applies to the Oracle Autonomous Transaction Processing database.
|
57
|
+
# The new Oracle license model that applies to the Oracle Autonomous Transaction Processing database. Note that when updating an Autonomous Database that uses the [dedicated deployment](https://docs.cloud.oracle.com/Content/Database/Concepts/adbddoverview.htm) option, this attribute must be null.
|
58
58
|
#
|
59
59
|
# @return [String]
|
60
60
|
attr_reader :license_model
|
61
61
|
|
62
|
-
# The client IP access control list (ACL).
|
62
|
+
# The client IP access control list (ACL). This feature is available for [serverless deployments](https://docs.cloud.oracle.com/Content/Database/Concepts/adboverview.htm#AEI) only.
|
63
|
+
# Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. This is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet. To delete all the existing white listed IP\u2019s, use an array with a single empty string entry.
|
64
|
+
#
|
63
65
|
# @return [Array<String>]
|
64
66
|
attr_accessor :whitelisted_ips
|
65
67
|
|
66
|
-
# Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is false.
|
68
|
+
# Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is false. Note that auto scaling is available for [serverless deployments](https://docs.cloud.oracle.com/Content/Database/Concepts/adboverview.htm#AEI) only.
|
67
69
|
#
|
68
70
|
# @return [BOOLEAN]
|
69
71
|
attr_accessor :is_auto_scaling_enabled
|
@@ -41,15 +41,12 @@ module OCI
|
|
41
41
|
# @return [Hash<String, Hash<String, Object>>]
|
42
42
|
attr_accessor :defined_tags
|
43
43
|
|
44
|
-
#
|
45
|
-
# A maximum of 5 allowed.
|
44
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
|
46
45
|
#
|
47
46
|
# @return [Array<String>]
|
48
47
|
attr_accessor :nsg_ids
|
49
48
|
|
50
|
-
#
|
51
|
-
# Applicable only to Exadata DB systems.
|
52
|
-
# A maximum of 5 allowed.
|
49
|
+
# A list of the [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata DB systems.
|
53
50
|
#
|
54
51
|
# @return [Array<String>]
|
55
52
|
attr_accessor :backup_network_nsg_ids
|
data/lib/oci/dns/dns.rb
CHANGED
@@ -10,6 +10,8 @@ module OCI
|
|
10
10
|
end
|
11
11
|
|
12
12
|
# Require models
|
13
|
+
require 'oci/dns/models/change_steering_policy_compartment_details'
|
14
|
+
require 'oci/dns/models/change_zone_compartment_details'
|
13
15
|
require 'oci/dns/models/create_steering_policy_attachment_details'
|
14
16
|
require 'oci/dns/models/create_steering_policy_details'
|
15
17
|
require 'oci/dns/models/create_zone_details'
|
data/lib/oci/dns/dns_client.rb
CHANGED
@@ -95,7 +95,7 @@ module OCI
|
|
95
95
|
|
96
96
|
raise 'A region must be specified.' unless @region
|
97
97
|
|
98
|
-
@endpoint = OCI::Regions.
|
98
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://dns.{region}.{secondLevelDomain}') + '/20180115'
|
99
99
|
logger.info "DnsClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
100
100
|
end
|
101
101
|
|
@@ -109,6 +109,143 @@ module OCI
|
|
109
109
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
110
110
|
|
111
111
|
|
112
|
+
# Moves a steering policy into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
113
|
+
# @param [String] steering_policy_id The OCID of the target steering policy.
|
114
|
+
# @param [OCI::Dns::Models::ChangeSteeringPolicyCompartmentDetails] change_steering_policy_compartment_details Details for moving a steering policy into a different compartment.
|
115
|
+
# @param [Hash] opts the optional parameters
|
116
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
117
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
118
|
+
# @option opts [String] :if_match The `If-Match` header field makes the request method conditional on the
|
119
|
+
# existence of at least one current representation of the target resource,
|
120
|
+
# when the field-value is `*`, or having a current representation of the
|
121
|
+
# target resource that has an entity-tag matching a member of the list of
|
122
|
+
# entity-tags provided in the field-value.
|
123
|
+
#
|
124
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case
|
125
|
+
# of a timeout or server error without risk of executing that same action
|
126
|
+
# again. Retry tokens expire after 24 hours, but can be invalidated before
|
127
|
+
# then due to conflicting operations (for example, if a resource has been
|
128
|
+
# deleted and purged from the system, then a retry of the original creation
|
129
|
+
# request may be rejected).
|
130
|
+
#
|
131
|
+
# @return [Response] A Response object with data of type nil
|
132
|
+
def change_steering_policy_compartment(steering_policy_id, change_steering_policy_compartment_details, opts = {})
|
133
|
+
logger.debug 'Calling operation DnsClient#change_steering_policy_compartment.' if logger
|
134
|
+
|
135
|
+
raise "Missing the required parameter 'steering_policy_id' when calling change_steering_policy_compartment." if steering_policy_id.nil?
|
136
|
+
raise "Missing the required parameter 'change_steering_policy_compartment_details' when calling change_steering_policy_compartment." if change_steering_policy_compartment_details.nil?
|
137
|
+
raise "Parameter value for 'steering_policy_id' must not be blank" if OCI::Internal::Util.blank_string?(steering_policy_id)
|
138
|
+
|
139
|
+
path = '/steeringPolicies/{steeringPolicyId}/actions/changeCompartment'.sub('{steeringPolicyId}', steering_policy_id.to_s)
|
140
|
+
operation_signing_strategy = :standard
|
141
|
+
|
142
|
+
# rubocop:disable Style/NegatedIf
|
143
|
+
# Query Params
|
144
|
+
query_params = {}
|
145
|
+
|
146
|
+
# Header Params
|
147
|
+
header_params = {}
|
148
|
+
header_params[:accept] = 'application/json'
|
149
|
+
header_params[:'content-type'] = 'application/json'
|
150
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
151
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
152
|
+
# rubocop:enable Style/NegatedIf
|
153
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
154
|
+
|
155
|
+
post_body = @api_client.object_to_http_body(change_steering_policy_compartment_details)
|
156
|
+
|
157
|
+
# rubocop:disable Metrics/BlockLength
|
158
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DnsClient#change_steering_policy_compartment') do
|
159
|
+
@api_client.call_api(
|
160
|
+
:POST,
|
161
|
+
path,
|
162
|
+
endpoint,
|
163
|
+
header_params: header_params,
|
164
|
+
query_params: query_params,
|
165
|
+
operation_signing_strategy: operation_signing_strategy,
|
166
|
+
body: post_body
|
167
|
+
)
|
168
|
+
end
|
169
|
+
# rubocop:enable Metrics/BlockLength
|
170
|
+
end
|
171
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
172
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
173
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
174
|
+
|
175
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
176
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
177
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
178
|
+
|
179
|
+
|
180
|
+
# Moves a zone into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
181
|
+
# **Note:** All SteeringPolicyAttachment objects associated with this zone will also be moved into the provided compartment.
|
182
|
+
# @param [String] zone_id The OCID of the target zone.
|
183
|
+
# @param [OCI::Dns::Models::ChangeZoneCompartmentDetails] change_zone_compartment_details Details for moving a zone into a different compartment.
|
184
|
+
# @param [Hash] opts the optional parameters
|
185
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
186
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
187
|
+
# @option opts [String] :if_match The `If-Match` header field makes the request method conditional on the
|
188
|
+
# existence of at least one current representation of the target resource,
|
189
|
+
# when the field-value is `*`, or having a current representation of the
|
190
|
+
# target resource that has an entity-tag matching a member of the list of
|
191
|
+
# entity-tags provided in the field-value.
|
192
|
+
#
|
193
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case
|
194
|
+
# of a timeout or server error without risk of executing that same action
|
195
|
+
# again. Retry tokens expire after 24 hours, but can be invalidated before
|
196
|
+
# then due to conflicting operations (for example, if a resource has been
|
197
|
+
# deleted and purged from the system, then a retry of the original creation
|
198
|
+
# request may be rejected).
|
199
|
+
#
|
200
|
+
# @return [Response] A Response object with data of type nil
|
201
|
+
def change_zone_compartment(zone_id, change_zone_compartment_details, opts = {})
|
202
|
+
logger.debug 'Calling operation DnsClient#change_zone_compartment.' if logger
|
203
|
+
|
204
|
+
raise "Missing the required parameter 'zone_id' when calling change_zone_compartment." if zone_id.nil?
|
205
|
+
raise "Missing the required parameter 'change_zone_compartment_details' when calling change_zone_compartment." if change_zone_compartment_details.nil?
|
206
|
+
raise "Parameter value for 'zone_id' must not be blank" if OCI::Internal::Util.blank_string?(zone_id)
|
207
|
+
|
208
|
+
path = '/zones/{zoneId}/actions/changeCompartment'.sub('{zoneId}', zone_id.to_s)
|
209
|
+
operation_signing_strategy = :standard
|
210
|
+
|
211
|
+
# rubocop:disable Style/NegatedIf
|
212
|
+
# Query Params
|
213
|
+
query_params = {}
|
214
|
+
|
215
|
+
# Header Params
|
216
|
+
header_params = {}
|
217
|
+
header_params[:accept] = 'application/json'
|
218
|
+
header_params[:'content-type'] = 'application/json'
|
219
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
220
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
221
|
+
# rubocop:enable Style/NegatedIf
|
222
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
223
|
+
|
224
|
+
post_body = @api_client.object_to_http_body(change_zone_compartment_details)
|
225
|
+
|
226
|
+
# rubocop:disable Metrics/BlockLength
|
227
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DnsClient#change_zone_compartment') do
|
228
|
+
@api_client.call_api(
|
229
|
+
:POST,
|
230
|
+
path,
|
231
|
+
endpoint,
|
232
|
+
header_params: header_params,
|
233
|
+
query_params: query_params,
|
234
|
+
operation_signing_strategy: operation_signing_strategy,
|
235
|
+
body: post_body
|
236
|
+
)
|
237
|
+
end
|
238
|
+
# rubocop:enable Metrics/BlockLength
|
239
|
+
end
|
240
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
241
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
242
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
243
|
+
|
244
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
245
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
246
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
247
|
+
|
248
|
+
|
112
249
|
# Creates a new steering policy in the specified compartment. For more information on
|
113
250
|
# creating policies with templates, see [Traffic Management API Guide](https://docs.cloud.oracle.com/iaas/Content/TrafficManagement/Concepts/trafficmanagementapi.htm).
|
114
251
|
#
|
@@ -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
|
+
# ChangeSteeringPolicyCompartmentDetails model.
|
8
|
+
class Dns::Models::ChangeSteeringPolicyCompartmentDetails
|
9
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
|
10
|
+
# into which the steering policy should be moved.
|
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
|