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
|
@@ -0,0 +1,250 @@
|
|
|
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
|
+
# Updates attributes of a function.
|
|
8
|
+
#
|
|
9
|
+
class Functions::Models::UpdateFunctionDetails
|
|
10
|
+
# The qualified name of the Docker image to use in the function, including the image tag.
|
|
11
|
+
# The image should be in the OCI Registry that is in the same region as the function itself.
|
|
12
|
+
# If an image is specified but no value for imageDigest is provided, the digest currently associated with the image tag in the OCI Registry will be used.
|
|
13
|
+
# Example: `phx.ocir.io/ten/functions/function:0.0.1`
|
|
14
|
+
#
|
|
15
|
+
# @return [String]
|
|
16
|
+
attr_accessor :image
|
|
17
|
+
|
|
18
|
+
# The image digest for the version of the image that will be pulled when invoking this function.
|
|
19
|
+
# Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
|
|
20
|
+
#
|
|
21
|
+
# @return [String]
|
|
22
|
+
attr_accessor :image_digest
|
|
23
|
+
|
|
24
|
+
# Maximum usable memory for the function (MiB).
|
|
25
|
+
# @return [Integer]
|
|
26
|
+
attr_accessor :memory_in_m_bs
|
|
27
|
+
|
|
28
|
+
# Function configuration. These values are passed on to the function as environment variables, this overrides application configuration values.
|
|
29
|
+
# Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
|
|
30
|
+
#
|
|
31
|
+
# Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
|
|
32
|
+
#
|
|
33
|
+
# The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
|
|
34
|
+
#
|
|
35
|
+
# @return [Hash<String, String>]
|
|
36
|
+
attr_accessor :config
|
|
37
|
+
|
|
38
|
+
# Timeout for executions of the function. Value in seconds.
|
|
39
|
+
# @return [Integer]
|
|
40
|
+
attr_accessor :timeout_in_seconds
|
|
41
|
+
|
|
42
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
43
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
|
+
# Example: `{\"Department\": \"Finance\"}`
|
|
45
|
+
#
|
|
46
|
+
# @return [Hash<String, String>]
|
|
47
|
+
attr_accessor :freeform_tags
|
|
48
|
+
|
|
49
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
50
|
+
#
|
|
51
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
52
|
+
#
|
|
53
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
54
|
+
attr_accessor :defined_tags
|
|
55
|
+
|
|
56
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
57
|
+
def self.attribute_map
|
|
58
|
+
{
|
|
59
|
+
# rubocop:disable Style/SymbolLiteral
|
|
60
|
+
'image': :'image',
|
|
61
|
+
'image_digest': :'imageDigest',
|
|
62
|
+
'memory_in_m_bs': :'memoryInMBs',
|
|
63
|
+
'config': :'config',
|
|
64
|
+
'timeout_in_seconds': :'timeoutInSeconds',
|
|
65
|
+
'freeform_tags': :'freeformTags',
|
|
66
|
+
'defined_tags': :'definedTags'
|
|
67
|
+
# rubocop:enable Style/SymbolLiteral
|
|
68
|
+
}
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# Attribute type mapping.
|
|
72
|
+
def self.swagger_types
|
|
73
|
+
{
|
|
74
|
+
# rubocop:disable Style/SymbolLiteral
|
|
75
|
+
'image': :'String',
|
|
76
|
+
'image_digest': :'String',
|
|
77
|
+
'memory_in_m_bs': :'Integer',
|
|
78
|
+
'config': :'Hash<String, String>',
|
|
79
|
+
'timeout_in_seconds': :'Integer',
|
|
80
|
+
'freeform_tags': :'Hash<String, String>',
|
|
81
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
|
82
|
+
# rubocop:enable Style/SymbolLiteral
|
|
83
|
+
}
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
87
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
# Initializes the object
|
|
91
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
92
|
+
# @option attributes [String] :image The value to assign to the {#image} property
|
|
93
|
+
# @option attributes [String] :image_digest The value to assign to the {#image_digest} property
|
|
94
|
+
# @option attributes [Integer] :memory_in_m_bs The value to assign to the {#memory_in_m_bs} property
|
|
95
|
+
# @option attributes [Hash<String, String>] :config The value to assign to the {#config} property
|
|
96
|
+
# @option attributes [Integer] :timeout_in_seconds The value to assign to the {#timeout_in_seconds} property
|
|
97
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
98
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
99
|
+
def initialize(attributes = {})
|
|
100
|
+
return unless attributes.is_a?(Hash)
|
|
101
|
+
|
|
102
|
+
# convert string to symbol for hash key
|
|
103
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
104
|
+
|
|
105
|
+
self.image = attributes[:'image'] if attributes[:'image']
|
|
106
|
+
|
|
107
|
+
self.image_digest = attributes[:'imageDigest'] if attributes[:'imageDigest']
|
|
108
|
+
|
|
109
|
+
raise 'You cannot provide both :imageDigest and :image_digest' if attributes.key?(:'imageDigest') && attributes.key?(:'image_digest')
|
|
110
|
+
|
|
111
|
+
self.image_digest = attributes[:'image_digest'] if attributes[:'image_digest']
|
|
112
|
+
|
|
113
|
+
self.memory_in_m_bs = attributes[:'memoryInMBs'] if attributes[:'memoryInMBs']
|
|
114
|
+
|
|
115
|
+
raise 'You cannot provide both :memoryInMBs and :memory_in_m_bs' if attributes.key?(:'memoryInMBs') && attributes.key?(:'memory_in_m_bs')
|
|
116
|
+
|
|
117
|
+
self.memory_in_m_bs = attributes[:'memory_in_m_bs'] if attributes[:'memory_in_m_bs']
|
|
118
|
+
|
|
119
|
+
self.config = attributes[:'config'] if attributes[:'config']
|
|
120
|
+
|
|
121
|
+
self.timeout_in_seconds = attributes[:'timeoutInSeconds'] if attributes[:'timeoutInSeconds']
|
|
122
|
+
self.timeout_in_seconds = 30 if timeout_in_seconds.nil? && !attributes.key?(:'timeoutInSeconds') # rubocop:disable Style/StringLiterals
|
|
123
|
+
|
|
124
|
+
raise 'You cannot provide both :timeoutInSeconds and :timeout_in_seconds' if attributes.key?(:'timeoutInSeconds') && attributes.key?(:'timeout_in_seconds')
|
|
125
|
+
|
|
126
|
+
self.timeout_in_seconds = attributes[:'timeout_in_seconds'] if attributes[:'timeout_in_seconds']
|
|
127
|
+
self.timeout_in_seconds = 30 if timeout_in_seconds.nil? && !attributes.key?(:'timeoutInSeconds') && !attributes.key?(:'timeout_in_seconds') # rubocop:disable Style/StringLiterals
|
|
128
|
+
|
|
129
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
130
|
+
|
|
131
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
132
|
+
|
|
133
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
|
134
|
+
|
|
135
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
|
136
|
+
|
|
137
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
|
138
|
+
|
|
139
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
|
140
|
+
end
|
|
141
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
142
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
143
|
+
|
|
144
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
# Checks equality by comparing each attribute.
|
|
148
|
+
# @param [Object] other the other object to be compared
|
|
149
|
+
def ==(other)
|
|
150
|
+
return true if equal?(other)
|
|
151
|
+
|
|
152
|
+
self.class == other.class &&
|
|
153
|
+
image == other.image &&
|
|
154
|
+
image_digest == other.image_digest &&
|
|
155
|
+
memory_in_m_bs == other.memory_in_m_bs &&
|
|
156
|
+
config == other.config &&
|
|
157
|
+
timeout_in_seconds == other.timeout_in_seconds &&
|
|
158
|
+
freeform_tags == other.freeform_tags &&
|
|
159
|
+
defined_tags == other.defined_tags
|
|
160
|
+
end
|
|
161
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
162
|
+
|
|
163
|
+
# @see the `==` method
|
|
164
|
+
# @param [Object] other the other object to be compared
|
|
165
|
+
def eql?(other)
|
|
166
|
+
self == other
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
# Calculates hash code according to all attributes.
|
|
173
|
+
# @return [Fixnum] Hash code
|
|
174
|
+
def hash
|
|
175
|
+
[image, image_digest, memory_in_m_bs, config, timeout_in_seconds, freeform_tags, defined_tags].hash
|
|
176
|
+
end
|
|
177
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
178
|
+
|
|
179
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# Builds the object from hash
|
|
183
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
184
|
+
# @return [Object] Returns the model itself
|
|
185
|
+
def build_from_hash(attributes)
|
|
186
|
+
return nil unless attributes.is_a?(Hash)
|
|
187
|
+
|
|
188
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
189
|
+
if type =~ /^Array<(.*)>/i
|
|
190
|
+
# check to ensure the input is an array given that the the attribute
|
|
191
|
+
# is documented as an array but the input is not
|
|
192
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
193
|
+
public_method("#{key}=").call(
|
|
194
|
+
attributes[self.class.attribute_map[key]]
|
|
195
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
196
|
+
)
|
|
197
|
+
end
|
|
198
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
199
|
+
public_method("#{key}=").call(
|
|
200
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
201
|
+
)
|
|
202
|
+
end
|
|
203
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
self
|
|
207
|
+
end
|
|
208
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
209
|
+
|
|
210
|
+
# Returns the string representation of the object
|
|
211
|
+
# @return [String] String presentation of the object
|
|
212
|
+
def to_s
|
|
213
|
+
to_hash.to_s
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
# Returns the object in the form of hash
|
|
217
|
+
# @return [Hash] Returns the object in the form of hash
|
|
218
|
+
def to_hash
|
|
219
|
+
hash = {}
|
|
220
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
221
|
+
value = public_method(attr).call
|
|
222
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
223
|
+
|
|
224
|
+
hash[param] = _to_hash(value)
|
|
225
|
+
end
|
|
226
|
+
hash
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
private
|
|
230
|
+
|
|
231
|
+
# Outputs non-array value in the form of hash
|
|
232
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
233
|
+
# @param [Object] value Any valid value
|
|
234
|
+
# @return [Hash] Returns the value in the form of hash
|
|
235
|
+
def _to_hash(value)
|
|
236
|
+
if value.is_a?(Array)
|
|
237
|
+
value.compact.map { |v| _to_hash(v) }
|
|
238
|
+
elsif value.is_a?(Hash)
|
|
239
|
+
{}.tap do |hash|
|
|
240
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
241
|
+
end
|
|
242
|
+
elsif value.respond_to? :to_hash
|
|
243
|
+
value.to_hash
|
|
244
|
+
else
|
|
245
|
+
value
|
|
246
|
+
end
|
|
247
|
+
end
|
|
248
|
+
end
|
|
249
|
+
end
|
|
250
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -96,7 +96,7 @@ module OCI
|
|
|
96
96
|
|
|
97
97
|
raise 'A region must be specified.' unless @region
|
|
98
98
|
|
|
99
|
-
@endpoint = OCI::Regions.
|
|
99
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://healthchecks.{region}.oci.{secondLevelDomain}') + '/20180501'
|
|
100
100
|
logger.info "HealthChecksClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
|
101
101
|
end
|
|
102
102
|
|
|
@@ -110,6 +110,152 @@ module OCI
|
|
|
110
110
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
111
111
|
|
|
112
112
|
|
|
113
|
+
# Moves a monitor into a different compartment. When provided, `If-Match` is checked
|
|
114
|
+
# against ETag values of the resource.
|
|
115
|
+
#
|
|
116
|
+
# @param [String] monitor_id The OCID of a monitor.
|
|
117
|
+
# @param [OCI::Healthchecks::Models::ChangeHttpMonitorCompartmentDetails] change_http_monitor_compartment_details The details needed to move the monitor.
|
|
118
|
+
# @param [Hash] opts the optional parameters
|
|
119
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
120
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
121
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
122
|
+
# set the `if-match` parameter to the value of the etag from a previous GET
|
|
123
|
+
# or POST response for that resource. The resource will be updated or deleted
|
|
124
|
+
# only if the etag you provide matches the resource's current etag value.
|
|
125
|
+
#
|
|
126
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
127
|
+
# particular request, please provide the request ID.
|
|
128
|
+
#
|
|
129
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
130
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
|
131
|
+
# hours.
|
|
132
|
+
#
|
|
133
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
134
|
+
# operations, such as a resource being deleted or purged from the system.
|
|
135
|
+
#
|
|
136
|
+
# @return [Response] A Response object with data of type nil
|
|
137
|
+
def change_http_monitor_compartment(monitor_id, change_http_monitor_compartment_details, opts = {})
|
|
138
|
+
logger.debug 'Calling operation HealthChecksClient#change_http_monitor_compartment.' if logger
|
|
139
|
+
|
|
140
|
+
raise "Missing the required parameter 'monitor_id' when calling change_http_monitor_compartment." if monitor_id.nil?
|
|
141
|
+
raise "Missing the required parameter 'change_http_monitor_compartment_details' when calling change_http_monitor_compartment." if change_http_monitor_compartment_details.nil?
|
|
142
|
+
raise "Parameter value for 'monitor_id' must not be blank" if OCI::Internal::Util.blank_string?(monitor_id)
|
|
143
|
+
|
|
144
|
+
path = '/httpMonitors/{monitorId}/actions/changeCompartment'.sub('{monitorId}', monitor_id.to_s)
|
|
145
|
+
operation_signing_strategy = :standard
|
|
146
|
+
|
|
147
|
+
# rubocop:disable Style/NegatedIf
|
|
148
|
+
# Query Params
|
|
149
|
+
query_params = {}
|
|
150
|
+
|
|
151
|
+
# Header Params
|
|
152
|
+
header_params = {}
|
|
153
|
+
header_params[:accept] = 'application/json'
|
|
154
|
+
header_params[:'content-type'] = 'application/json'
|
|
155
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
156
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
157
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
158
|
+
# rubocop:enable Style/NegatedIf
|
|
159
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
160
|
+
|
|
161
|
+
post_body = @api_client.object_to_http_body(change_http_monitor_compartment_details)
|
|
162
|
+
|
|
163
|
+
# rubocop:disable Metrics/BlockLength
|
|
164
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'HealthChecksClient#change_http_monitor_compartment') do
|
|
165
|
+
@api_client.call_api(
|
|
166
|
+
:POST,
|
|
167
|
+
path,
|
|
168
|
+
endpoint,
|
|
169
|
+
header_params: header_params,
|
|
170
|
+
query_params: query_params,
|
|
171
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
172
|
+
body: post_body
|
|
173
|
+
)
|
|
174
|
+
end
|
|
175
|
+
# rubocop:enable Metrics/BlockLength
|
|
176
|
+
end
|
|
177
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
178
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
179
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
180
|
+
|
|
181
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
182
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
183
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
# Moves a monitor into a different compartment. When provided, `If-Match` is checked
|
|
187
|
+
# against ETag values of the resource.
|
|
188
|
+
#
|
|
189
|
+
# @param [String] monitor_id The OCID of a monitor.
|
|
190
|
+
# @param [OCI::Healthchecks::Models::ChangePingMonitorCompartmentDetails] change_ping_monitor_compartment_details The details needed to move the monitor.
|
|
191
|
+
# @param [Hash] opts the optional parameters
|
|
192
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
193
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
194
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
195
|
+
# set the `if-match` parameter to the value of the etag from a previous GET
|
|
196
|
+
# or POST response for that resource. The resource will be updated or deleted
|
|
197
|
+
# only if the etag you provide matches the resource's current etag value.
|
|
198
|
+
#
|
|
199
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
200
|
+
# particular request, please provide the request ID.
|
|
201
|
+
#
|
|
202
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
203
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
|
204
|
+
# hours.
|
|
205
|
+
#
|
|
206
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
207
|
+
# operations, such as a resource being deleted or purged from the system.
|
|
208
|
+
#
|
|
209
|
+
# @return [Response] A Response object with data of type nil
|
|
210
|
+
def change_ping_monitor_compartment(monitor_id, change_ping_monitor_compartment_details, opts = {})
|
|
211
|
+
logger.debug 'Calling operation HealthChecksClient#change_ping_monitor_compartment.' if logger
|
|
212
|
+
|
|
213
|
+
raise "Missing the required parameter 'monitor_id' when calling change_ping_monitor_compartment." if monitor_id.nil?
|
|
214
|
+
raise "Missing the required parameter 'change_ping_monitor_compartment_details' when calling change_ping_monitor_compartment." if change_ping_monitor_compartment_details.nil?
|
|
215
|
+
raise "Parameter value for 'monitor_id' must not be blank" if OCI::Internal::Util.blank_string?(monitor_id)
|
|
216
|
+
|
|
217
|
+
path = '/pingMonitors/{monitorId}/actions/changeCompartment'.sub('{monitorId}', monitor_id.to_s)
|
|
218
|
+
operation_signing_strategy = :standard
|
|
219
|
+
|
|
220
|
+
# rubocop:disable Style/NegatedIf
|
|
221
|
+
# Query Params
|
|
222
|
+
query_params = {}
|
|
223
|
+
|
|
224
|
+
# Header Params
|
|
225
|
+
header_params = {}
|
|
226
|
+
header_params[:accept] = 'application/json'
|
|
227
|
+
header_params[:'content-type'] = 'application/json'
|
|
228
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
229
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
230
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
231
|
+
# rubocop:enable Style/NegatedIf
|
|
232
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
233
|
+
|
|
234
|
+
post_body = @api_client.object_to_http_body(change_ping_monitor_compartment_details)
|
|
235
|
+
|
|
236
|
+
# rubocop:disable Metrics/BlockLength
|
|
237
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'HealthChecksClient#change_ping_monitor_compartment') do
|
|
238
|
+
@api_client.call_api(
|
|
239
|
+
:POST,
|
|
240
|
+
path,
|
|
241
|
+
endpoint,
|
|
242
|
+
header_params: header_params,
|
|
243
|
+
query_params: query_params,
|
|
244
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
245
|
+
body: post_body
|
|
246
|
+
)
|
|
247
|
+
end
|
|
248
|
+
# rubocop:enable Metrics/BlockLength
|
|
249
|
+
end
|
|
250
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
251
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
252
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
253
|
+
|
|
254
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
255
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
256
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
257
|
+
|
|
258
|
+
|
|
113
259
|
# Creates an HTTP monitor. Vantage points will be automatically selected if not specified,
|
|
114
260
|
# and probes will be initiated from each vantage point to each of the targets at the frequency
|
|
115
261
|
# specified by `intervalInSeconds`.
|
|
@@ -10,6 +10,8 @@ module OCI
|
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
# Require models
|
|
13
|
+
require 'oci/healthchecks/models/change_http_monitor_compartment_details'
|
|
14
|
+
require 'oci/healthchecks/models/change_ping_monitor_compartment_details'
|
|
13
15
|
require 'oci/healthchecks/models/connection'
|
|
14
16
|
require 'oci/healthchecks/models/create_http_monitor_details'
|
|
15
17
|
require 'oci/healthchecks/models/create_on_demand_http_probe_details'
|
|
@@ -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 request body used to move a monitor into a compartment.
|
|
8
|
+
class Healthchecks::Models::ChangeHttpMonitorCompartmentDetails
|
|
9
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
|
|
10
|
+
# into which the resource 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
|