oci 2.1.0 → 2.1.1
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 +11 -3
- data/lib/oci.rb +6 -0
- data/lib/oci/api_client.rb +159 -134
- data/lib/oci/audit/audit.rb +3 -0
- data/lib/oci/audit/audit_client.rb +88 -40
- data/lib/oci/audit/audit_client_composite_operations.rb +64 -0
- data/lib/oci/audit/models/audit_event.rb +151 -200
- data/lib/oci/audit/models/configuration.rb +61 -38
- data/lib/oci/audit/models/update_configuration_details.rb +61 -38
- data/lib/oci/auth/util.rb +1 -1
- data/lib/oci/base_signer.rb +20 -29
- data/lib/oci/config.rb +9 -3
- data/lib/oci/core/blockstorage_client.rb +512 -269
- data/lib/oci/core/blockstorage_client_composite_operations.rb +342 -0
- data/lib/oci/core/compute_client.rb +959 -536
- data/lib/oci/core/compute_client_composite_operations.rb +738 -0
- data/lib/oci/core/core.rb +5 -0
- data/lib/oci/core/models/attach_boot_volume_details.rb +72 -57
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +76 -53
- data/lib/oci/core/models/attach_paravirtualized_volume_details.rb +69 -45
- data/lib/oci/core/models/attach_vnic_details.rb +79 -68
- data/lib/oci/core/models/attach_volume_details.rb +83 -74
- data/lib/oci/core/models/boot_volume.rb +119 -120
- data/lib/oci/core/models/boot_volume_attachment.rb +114 -111
- data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +61 -38
- data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +61 -38
- data/lib/oci/core/models/capture_console_history_details.rb +81 -70
- data/lib/oci/core/models/connect_local_peering_gateways_details.rb +60 -38
- data/lib/oci/core/models/connect_remote_peering_connections_details.rb +67 -49
- data/lib/oci/core/models/console_history.rb +122 -123
- data/lib/oci/core/models/cpe.rb +82 -74
- data/lib/oci/core/models/create_cpe_details.rb +73 -58
- data/lib/oci/core/models/create_cross_connect_details.rb +98 -99
- data/lib/oci/core/models/create_cross_connect_group_details.rb +67 -48
- data/lib/oci/core/models/create_dhcp_details.rb +89 -84
- data/lib/oci/core/models/create_drg_attachment_details.rb +71 -56
- data/lib/oci/core/models/create_drg_details.rb +66 -47
- data/lib/oci/core/models/create_image_details.rb +108 -110
- data/lib/oci/core/models/create_instance_console_connection_details.rb +79 -69
- data/lib/oci/core/models/create_internet_gateway_details.rb +76 -65
- data/lib/oci/core/models/create_ip_sec_connection_details.rb +83 -76
- data/lib/oci/core/models/create_local_peering_gateway_details.rb +72 -57
- data/lib/oci/core/models/create_private_ip_details.rb +97 -94
- data/lib/oci/core/models/create_public_ip_details.rb +90 -77
- data/lib/oci/core/models/create_remote_peering_connection_details.rb +72 -57
- data/lib/oci/core/models/create_route_table_details.rb +90 -87
- data/lib/oci/core/models/create_security_list_details.rb +95 -96
- data/lib/oci/core/models/create_subnet_details.rb +133 -154
- data/lib/oci/core/models/create_vcn_details.rb +96 -93
- data/lib/oci/core/models/create_virtual_circuit_details.rb +136 -153
- data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +62 -39
- data/lib/oci/core/models/create_vnic_details.rb +99 -97
- data/lib/oci/core/models/create_volume_backup_details.rb +94 -85
- data/lib/oci/core/models/create_volume_backup_policy_assignment_details.rb +66 -47
- data/lib/oci/core/models/create_volume_details.rb +117 -130
- data/lib/oci/core/models/cross_connect.rb +120 -121
- data/lib/oci/core/models/cross_connect_group.rb +97 -82
- data/lib/oci/core/models/cross_connect_location.rb +65 -43
- data/lib/oci/core/models/cross_connect_mapping.rb +89 -81
- data/lib/oci/core/models/cross_connect_port_speed_shape.rb +68 -48
- data/lib/oci/core/models/cross_connect_status.rb +110 -87
- data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +61 -38
- data/lib/oci/core/models/dhcp_dns_option.rb +85 -60
- data/lib/oci/core/models/dhcp_option.rb +62 -38
- data/lib/oci/core/models/dhcp_options.rb +119 -118
- data/lib/oci/core/models/dhcp_search_domain_option.rb +66 -44
- data/lib/oci/core/models/drg.rb +96 -81
- data/lib/oci/core/models/drg_attachment.rb +106 -99
- data/lib/oci/core/models/egress_security_rule.rb +89 -83
- data/lib/oci/core/models/export_image_details.rb +63 -41
- data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +74 -59
- data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +65 -42
- data/lib/oci/core/models/fast_connect_provider_service.rb +155 -126
- data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +61 -39
- data/lib/oci/core/models/get_public_ip_by_private_ip_id_details.rb +61 -39
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +117 -105
- data/lib/oci/core/models/icmp_options.rb +63 -41
- data/lib/oci/core/models/image.rb +170 -185
- data/lib/oci/core/models/image_source_details.rb +79 -60
- data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +77 -62
- data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +67 -44
- data/lib/oci/core/models/ingress_security_rule.rb +89 -83
- data/lib/oci/core/models/instance.rb +190 -211
- data/lib/oci/core/models/instance_console_connection.rb +118 -117
- data/lib/oci/core/models/instance_credentials.rb +63 -41
- data/lib/oci/core/models/instance_source_details.rb +64 -41
- data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +64 -41
- data/lib/oci/core/models/instance_source_via_image_details.rb +70 -51
- data/lib/oci/core/models/internet_gateway.rb +107 -100
- data/lib/oci/core/models/ip_sec_connection.rb +113 -110
- data/lib/oci/core/models/ip_sec_connection_device_config.rb +73 -59
- data/lib/oci/core/models/ip_sec_connection_device_status.rb +75 -61
- data/lib/oci/core/models/launch_instance_details.rb +163 -189
- data/lib/oci/core/models/launch_options.rb +130 -93
- data/lib/oci/core/models/letter_of_authority.rb +105 -100
- data/lib/oci/core/models/local_peering_gateway.rb +141 -140
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +83 -60
- data/lib/oci/core/models/peer_region_for_remote_peering.rb +61 -37
- data/lib/oci/core/models/port_range.rb +65 -42
- data/lib/oci/core/models/private_ip.rb +131 -151
- data/lib/oci/core/models/public_ip.rb +160 -149
- data/lib/oci/core/models/remote_peering_connection.rb +148 -151
- data/lib/oci/core/models/route_rule.rb +68 -50
- data/lib/oci/core/models/route_table.rb +120 -121
- data/lib/oci/core/models/security_list.rb +125 -130
- data/lib/oci/core/models/shape.rb +60 -36
- data/lib/oci/core/models/subnet.rb +183 -220
- data/lib/oci/core/models/tcp_options.rb +67 -49
- data/lib/oci/core/models/tunnel_config.rb +76 -62
- data/lib/oci/core/models/tunnel_status.rb +94 -77
- data/lib/oci/core/models/udp_options.rb +67 -49
- data/lib/oci/core/models/update_boot_volume_details.rb +62 -39
- data/lib/oci/core/models/update_console_history_details.rb +76 -61
- data/lib/oci/core/models/update_cpe_details.rb +62 -39
- data/lib/oci/core/models/update_cross_connect_details.rb +68 -50
- data/lib/oci/core/models/update_cross_connect_group_details.rb +62 -39
- data/lib/oci/core/models/update_dhcp_details.rb +80 -67
- data/lib/oci/core/models/update_drg_attachment_details.rb +62 -39
- data/lib/oci/core/models/update_drg_details.rb +62 -39
- data/lib/oci/core/models/update_image_details.rb +77 -62
- data/lib/oci/core/models/update_instance_details.rb +77 -62
- data/lib/oci/core/models/update_internet_gateway_details.rb +67 -48
- data/lib/oci/core/models/update_ip_sec_connection_details.rb +62 -39
- data/lib/oci/core/models/update_local_peering_gateway_details.rb +62 -39
- data/lib/oci/core/models/update_private_ip_details.rb +90 -83
- data/lib/oci/core/models/update_public_ip_details.rb +68 -49
- data/lib/oci/core/models/update_remote_peering_connection_details.rb +62 -39
- data/lib/oci/core/models/update_route_table_details.rb +81 -70
- data/lib/oci/core/models/update_security_list_details.rb +86 -79
- data/lib/oci/core/models/update_subnet_details.rb +76 -61
- data/lib/oci/core/models/update_vcn_details.rb +76 -61
- data/lib/oci/core/models/update_virtual_circuit_details.rb +114 -115
- data/lib/oci/core/models/update_vnic_details.rb +75 -60
- data/lib/oci/core/models/update_volume_backup_details.rb +76 -61
- data/lib/oci/core/models/update_volume_details.rb +76 -61
- data/lib/oci/core/models/vcn.rb +150 -167
- data/lib/oci/core/models/virtual_circuit.rb +254 -269
- data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +68 -48
- data/lib/oci/core/models/virtual_circuit_public_prefix.rb +79 -54
- data/lib/oci/core/models/vnic.rb +149 -166
- data/lib/oci/core/models/vnic_attachment.rb +132 -141
- data/lib/oci/core/models/volume.rb +138 -151
- data/lib/oci/core/models/volume_attachment.rb +126 -131
- data/lib/oci/core/models/volume_backup.rb +185 -200
- data/lib/oci/core/models/volume_backup_policy.rb +75 -61
- data/lib/oci/core/models/volume_backup_policy_assignment.rb +75 -63
- data/lib/oci/core/models/volume_backup_schedule.rb +101 -76
- data/lib/oci/core/models/volume_source_details.rb +62 -37
- data/lib/oci/core/models/volume_source_from_volume_backup_details.rb +62 -38
- data/lib/oci/core/models/volume_source_from_volume_details.rb +62 -38
- data/lib/oci/core/virtual_network_client.rb +2683 -1457
- data/lib/oci/core/virtual_network_client_composite_operations.rb +1849 -0
- data/lib/oci/database/database.rb +3 -0
- data/lib/oci/database/database_client.rb +894 -454
- data/lib/oci/database/database_client_composite_operations.rb +462 -0
- data/lib/oci/database/models/backup.rb +131 -128
- data/lib/oci/database/models/backup_summary.rb +131 -128
- data/lib/oci/database/models/create_backup_details.rb +66 -47
- data/lib/oci/database/models/create_data_guard_association_details.rb +112 -102
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +73 -51
- data/lib/oci/database/models/create_database_details.rb +140 -105
- data/lib/oci/database/models/create_database_from_backup_details.rb +71 -56
- data/lib/oci/database/models/create_db_home_details.rb +70 -53
- data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +83 -67
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +74 -53
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +69 -44
- data/lib/oci/database/models/data_guard_association.rb +205 -204
- data/lib/oci/database/models/data_guard_association_summary.rb +205 -204
- data/lib/oci/database/models/database.rb +175 -156
- data/lib/oci/database/models/database_summary.rb +175 -156
- data/lib/oci/database/models/db_backup_config.rb +60 -38
- data/lib/oci/database/models/db_home.rb +110 -107
- data/lib/oci/database/models/db_home_summary.rb +110 -107
- data/lib/oci/database/models/db_node.rb +113 -108
- data/lib/oci/database/models/db_node_summary.rb +113 -108
- data/lib/oci/database/models/db_system.rb +299 -314
- data/lib/oci/database/models/db_system_shape_summary.rb +88 -86
- data/lib/oci/database/models/db_system_summary.rb +299 -314
- data/lib/oci/database/models/db_version_summary.rb +64 -44
- data/lib/oci/database/models/failover_data_guard_association_details.rb +60 -38
- data/lib/oci/database/models/launch_db_system_details.rb +231 -234
- data/lib/oci/database/models/patch.rb +136 -113
- data/lib/oci/database/models/patch_details.rb +73 -53
- data/lib/oci/database/models/patch_history_entry.rb +114 -99
- data/lib/oci/database/models/patch_history_entry_summary.rb +114 -99
- data/lib/oci/database/models/patch_summary.rb +136 -113
- data/lib/oci/database/models/reinstate_data_guard_association_details.rb +60 -38
- data/lib/oci/database/models/restore_database_details.rb +72 -53
- data/lib/oci/database/models/switchover_data_guard_association_details.rb +60 -38
- data/lib/oci/database/models/update_database_details.rb +97 -38
- data/lib/oci/database/models/update_db_home_details.rb +60 -38
- data/lib/oci/database/models/update_db_system_details.rb +112 -64
- data/lib/oci/dns/dns.rb +3 -0
- data/lib/oci/dns/dns_client.rb +489 -302
- data/lib/oci/dns/dns_client_composite_operations.rb +143 -0
- data/lib/oci/dns/models/create_zone_details.rb +84 -72
- data/lib/oci/dns/models/external_master.rb +67 -47
- data/lib/oci/dns/models/patch_domain_records_details.rb +60 -35
- data/lib/oci/dns/models/patch_rr_set_details.rb +60 -35
- data/lib/oci/dns/models/patch_zone_records_details.rb +60 -35
- data/lib/oci/dns/models/record.rb +92 -86
- data/lib/oci/dns/models/record_collection.rb +59 -35
- data/lib/oci/dns/models/record_details.rb +92 -86
- data/lib/oci/dns/models/record_operation.rb +113 -110
- data/lib/oci/dns/models/rr_set.rb +59 -35
- data/lib/oci/dns/models/sort_order.rb +0 -2
- data/lib/oci/dns/models/tsig.rb +68 -48
- data/lib/oci/dns/models/update_domain_records_details.rb +60 -35
- data/lib/oci/dns/models/update_rr_set_details.rb +60 -35
- data/lib/oci/dns/models/update_zone_details.rb +60 -38
- data/lib/oci/dns/models/update_zone_records_details.rb +60 -35
- data/lib/oci/dns/models/zone.rb +133 -126
- data/lib/oci/dns/models/zone_summary.rb +108 -99
- data/lib/oci/email/email.rb +3 -0
- data/lib/oci/email/email_client.rb +223 -112
- data/lib/oci/email/email_client_composite_operations.rb +103 -0
- data/lib/oci/email/models/create_sender_details.rb +65 -47
- data/lib/oci/email/models/create_suppression_details.rb +66 -48
- data/lib/oci/email/models/sender.rb +97 -84
- data/lib/oci/email/models/sender_summary.rb +89 -70
- data/lib/oci/email/models/suppression.rb +90 -69
- data/lib/oci/email/models/suppression_summary.rb +90 -69
- data/lib/oci/errors.rb +16 -0
- data/lib/oci/file_storage/file_storage.rb +3 -0
- data/lib/oci/file_storage/file_storage_client.rb +587 -333
- data/lib/oci/file_storage/file_storage_client_composite_operations.rb +460 -0
- data/lib/oci/file_storage/models/create_export_details.rb +73 -56
- data/lib/oci/file_storage/models/create_file_system_details.rb +75 -60
- data/lib/oci/file_storage/models/create_mount_target_details.rb +96 -93
- data/lib/oci/file_storage/models/create_snapshot_details.rb +68 -47
- data/lib/oci/file_storage/models/export.rb +102 -89
- data/lib/oci/file_storage/models/export_set.rb +121 -122
- data/lib/oci/file_storage/models/export_set_summary.rb +109 -102
- data/lib/oci/file_storage/models/export_summary.rb +102 -89
- data/lib/oci/file_storage/models/file_system.rb +110 -103
- data/lib/oci/file_storage/models/file_system_summary.rb +110 -103
- data/lib/oci/file_storage/models/mount_target.rb +126 -131
- data/lib/oci/file_storage/models/mount_target_summary.rb +121 -122
- data/lib/oci/file_storage/models/snapshot.rb +98 -81
- data/lib/oci/file_storage/models/snapshot_summary.rb +98 -81
- data/lib/oci/file_storage/models/update_export_set_details.rb +75 -60
- data/lib/oci/file_storage/models/update_file_system_details.rb +63 -40
- data/lib/oci/file_storage/models/update_mount_target_details.rb +63 -40
- data/lib/oci/identity/identity.rb +3 -0
- data/lib/oci/identity/identity_client.rb +1671 -872
- data/lib/oci/identity/identity_client_composite_operations.rb +818 -0
- data/lib/oci/identity/models/add_user_to_group_details.rb +66 -47
- data/lib/oci/identity/models/api_key.rb +108 -101
- data/lib/oci/identity/models/availability_domain.rb +64 -44
- data/lib/oci/identity/models/compartment.rb +118 -115
- data/lib/oci/identity/models/create_api_key_details.rb +60 -35
- data/lib/oci/identity/models/create_compartment_details.rb +83 -72
- data/lib/oci/identity/models/create_customer_secret_key_details.rb +62 -39
- data/lib/oci/identity/models/create_dynamic_group_details.rb +75 -61
- data/lib/oci/identity/models/create_group_details.rb +82 -71
- data/lib/oci/identity/models/create_identity_provider_details.rb +115 -110
- data/lib/oci/identity/models/create_idp_group_mapping_details.rb +67 -48
- data/lib/oci/identity/models/create_policy_details.rb +94 -89
- data/lib/oci/identity/models/create_region_subscription_details.rb +64 -41
- data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +88 -67
- data/lib/oci/identity/models/create_smtp_credential_details.rb +61 -36
- data/lib/oci/identity/models/create_swift_password_details.rb +61 -36
- data/lib/oci/identity/models/create_tag_details.rb +77 -62
- data/lib/oci/identity/models/create_tag_namespace_details.rb +82 -71
- data/lib/oci/identity/models/create_user_details.rb +82 -71
- data/lib/oci/identity/models/customer_secret_key.rb +114 -109
- data/lib/oci/identity/models/customer_secret_key_summary.rb +109 -102
- data/lib/oci/identity/models/dynamic_group.rb +112 -105
- data/lib/oci/identity/models/group.rb +118 -115
- data/lib/oci/identity/models/identity_provider.rb +135 -138
- data/lib/oci/identity/models/idp_group_mapping.rb +112 -109
- data/lib/oci/identity/models/policy.rb +129 -132
- data/lib/oci/identity/models/region.rb +67 -45
- data/lib/oci/identity/models/region_subscription.rb +90 -71
- data/lib/oci/identity/models/saml2_identity_provider.rb +106 -92
- data/lib/oci/identity/models/smtp_credential.rb +118 -113
- data/lib/oci/identity/models/smtp_credential_summary.rb +113 -106
- data/lib/oci/identity/models/swift_password.rb +113 -106
- data/lib/oci/identity/models/tag.rb +108 -116
- data/lib/oci/identity/models/tag_namespace.rb +97 -97
- data/lib/oci/identity/models/tag_namespace_summary.rb +97 -97
- data/lib/oci/identity/models/tag_summary.rb +97 -97
- data/lib/oci/identity/models/tenancy.rb +86 -78
- data/lib/oci/identity/models/ui_password.rb +97 -82
- data/lib/oci/identity/models/update_compartment_details.rb +77 -62
- data/lib/oci/identity/models/update_customer_secret_key_details.rb +61 -38
- data/lib/oci/identity/models/update_dynamic_group_details.rb +65 -45
- data/lib/oci/identity/models/update_group_details.rb +72 -55
- data/lib/oci/identity/models/update_identity_provider_details.rb +89 -74
- data/lib/oci/identity/models/update_idp_group_mapping_details.rb +66 -47
- data/lib/oci/identity/models/update_policy_details.rb +83 -72
- data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +79 -58
- data/lib/oci/identity/models/update_smtp_credential_details.rb +60 -35
- data/lib/oci/identity/models/update_state_details.rb +61 -36
- data/lib/oci/identity/models/update_swift_password_details.rb +60 -35
- data/lib/oci/identity/models/update_tag_details.rb +78 -65
- data/lib/oci/identity/models/update_tag_namespace_details.rb +78 -65
- data/lib/oci/identity/models/update_user_details.rb +72 -55
- data/lib/oci/identity/models/user.rb +120 -117
- data/lib/oci/identity/models/user_group_membership.rb +107 -100
- data/lib/oci/load_balancer/load_balancer.rb +3 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +918 -500
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +795 -0
- data/lib/oci/load_balancer/models/backend.rb +101 -94
- data/lib/oci/load_balancer/models/backend_details.rb +95 -86
- data/lib/oci/load_balancer/models/backend_health.rb +84 -57
- data/lib/oci/load_balancer/models/backend_set.rb +87 -79
- data/lib/oci/load_balancer/models/backend_set_details.rb +80 -70
- data/lib/oci/load_balancer/models/backend_set_health.rb +106 -91
- data/lib/oci/load_balancer/models/certificate.rb +78 -64
- data/lib/oci/load_balancer/models/certificate_details.rb +92 -84
- data/lib/oci/load_balancer/models/connection_configuration.rb +73 -51
- data/lib/oci/load_balancer/models/create_backend_details.rb +95 -86
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +87 -79
- data/lib/oci/load_balancer/models/create_certificate_details.rb +92 -84
- data/lib/oci/load_balancer/models/create_listener_details.rb +97 -93
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +109 -117
- data/lib/oci/load_balancer/models/create_path_route_set_details.rb +66 -46
- data/lib/oci/load_balancer/models/health_check_result.rb +98 -79
- data/lib/oci/load_balancer/models/health_checker.rb +108 -108
- data/lib/oci/load_balancer/models/health_checker_details.rb +108 -108
- data/lib/oci/load_balancer/models/ip_address.rb +70 -52
- data/lib/oci/load_balancer/models/listener.rb +97 -93
- data/lib/oci/load_balancer/models/listener_details.rb +91 -85
- data/lib/oci/load_balancer/models/load_balancer.rb +144 -157
- data/lib/oci/load_balancer/models/load_balancer_health.rb +110 -95
- data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +88 -61
- data/lib/oci/load_balancer/models/load_balancer_policy.rb +59 -35
- data/lib/oci/load_balancer/models/load_balancer_protocol.rb +59 -35
- data/lib/oci/load_balancer/models/load_balancer_shape.rb +59 -35
- data/lib/oci/load_balancer/models/path_match_type.rb +80 -51
- data/lib/oci/load_balancer/models/path_route.rb +76 -60
- data/lib/oci/load_balancer/models/path_route_set.rb +66 -46
- data/lib/oci/load_balancer/models/path_route_set_details.rb +60 -38
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +71 -55
- data/lib/oci/load_balancer/models/ssl_configuration.rb +78 -66
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +78 -66
- data/lib/oci/load_balancer/models/update_backend_details.rb +82 -67
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +80 -70
- data/lib/oci/load_balancer/models/update_health_checker_details.rb +108 -108
- data/lib/oci/load_balancer/models/update_listener_details.rb +91 -85
- data/lib/oci/load_balancer/models/update_load_balancer_details.rb +62 -40
- data/lib/oci/load_balancer/models/update_path_route_set_details.rb +60 -38
- data/lib/oci/load_balancer/models/work_request.rb +115 -108
- data/lib/oci/load_balancer/models/work_request_error.rb +76 -49
- data/lib/oci/object_storage/models/bucket.rb +136 -133
- data/lib/oci/object_storage/models/bucket_summary.rb +95 -95
- data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +66 -48
- data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +64 -44
- data/lib/oci/object_storage/models/create_bucket_details.rb +113 -111
- data/lib/oci/object_storage/models/create_multipart_upload_details.rb +80 -70
- data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +87 -74
- data/lib/oci/object_storage/models/list_objects.rb +71 -53
- data/lib/oci/object_storage/models/multipart_upload.rb +77 -65
- data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +72 -56
- data/lib/oci/object_storage/models/namespace_metadata.rb +69 -53
- data/lib/oci/object_storage/models/object_summary.rb +73 -57
- data/lib/oci/object_storage/models/preauthenticated_request.rb +105 -96
- data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +99 -86
- data/lib/oci/object_storage/models/rename_object_details.rb +80 -74
- data/lib/oci/object_storage/models/restore_objects_details.rb +66 -45
- data/lib/oci/object_storage/models/update_bucket_details.rb +101 -97
- data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +65 -47
- data/lib/oci/object_storage/object_storage.rb +2 -0
- data/lib/oci/object_storage/object_storage_client.rb +737 -435
- data/lib/oci/object_storage/object_storage_client_composite_operations.rb +24 -0
- data/lib/oci/signer.rb +20 -7
- data/lib/oci/version.rb +1 -1
- metadata +13 -2
|
@@ -2,70 +2,106 @@
|
|
|
2
2
|
|
|
3
3
|
require 'date'
|
|
4
4
|
|
|
5
|
+
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
5
6
|
module OCI
|
|
6
7
|
# The health check policy configuration.
|
|
7
8
|
# For more information, see [Editing Health Check Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Balance/Tasks/editinghealthcheck.htm).
|
|
8
9
|
#
|
|
9
|
-
class LoadBalancer::Models::HealthChecker
|
|
10
|
+
class LoadBalancer::Models::HealthChecker # rubocop:disable Metrics/LineLength
|
|
10
11
|
# The interval between health checks, in milliseconds. The default is 10000 (10 seconds).
|
|
11
|
-
#
|
|
12
|
+
#
|
|
12
13
|
# Example: `30000`
|
|
13
|
-
#
|
|
14
|
+
#
|
|
14
15
|
# @return [Integer]
|
|
15
16
|
attr_accessor :interval_in_millis
|
|
16
17
|
|
|
17
18
|
# **[Required]** The backend server port against which to run the health check. If the port is not specified, the load balancer uses the
|
|
18
19
|
# port information from the `Backend` object.
|
|
19
|
-
#
|
|
20
|
+
#
|
|
20
21
|
# Example: `8080`
|
|
21
|
-
#
|
|
22
|
+
#
|
|
22
23
|
# @return [Integer]
|
|
23
24
|
attr_accessor :port
|
|
24
25
|
|
|
25
26
|
# **[Required]** The protocol the health check must use; either HTTP or TCP.
|
|
26
|
-
#
|
|
27
|
+
#
|
|
27
28
|
# Example: `HTTP`
|
|
28
|
-
#
|
|
29
|
+
#
|
|
29
30
|
# @return [String]
|
|
30
31
|
attr_accessor :protocol
|
|
31
32
|
|
|
32
33
|
# **[Required]** A regular expression for parsing the response body from the backend server.
|
|
33
|
-
#
|
|
34
|
+
#
|
|
34
35
|
# Example: `^(500|40[1348])$`
|
|
35
|
-
#
|
|
36
|
+
#
|
|
36
37
|
# @return [String]
|
|
37
38
|
attr_accessor :response_body_regex
|
|
38
39
|
|
|
39
40
|
# The number of retries to attempt before a backend server is considered \"unhealthy\". Defaults to 3.
|
|
40
|
-
#
|
|
41
|
+
#
|
|
41
42
|
# Example: `3`
|
|
42
|
-
#
|
|
43
|
+
#
|
|
43
44
|
# @return [Integer]
|
|
44
45
|
attr_accessor :retries
|
|
45
46
|
|
|
46
47
|
# **[Required]** The status code a healthy backend server should return. If you configure the health check policy to use the HTTP protocol,
|
|
47
48
|
# you can use common HTTP status codes such as \"200\".
|
|
48
|
-
#
|
|
49
|
+
#
|
|
49
50
|
# Example: `200`
|
|
50
|
-
#
|
|
51
|
+
#
|
|
51
52
|
# @return [Integer]
|
|
52
53
|
attr_accessor :return_code
|
|
53
54
|
|
|
54
55
|
# The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply
|
|
55
56
|
# returns within this timeout period. Defaults to 3000 (3 seconds).
|
|
56
|
-
#
|
|
57
|
+
#
|
|
57
58
|
# Example: `6000`
|
|
58
|
-
#
|
|
59
|
+
#
|
|
59
60
|
# @return [Integer]
|
|
60
61
|
attr_accessor :timeout_in_millis
|
|
61
62
|
|
|
62
63
|
# The path against which to run the health check.
|
|
63
|
-
#
|
|
64
|
+
#
|
|
64
65
|
# Example: `/healthcheck`
|
|
65
|
-
#
|
|
66
|
+
#
|
|
66
67
|
# @return [String]
|
|
67
68
|
attr_accessor :url_path
|
|
68
69
|
|
|
70
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
71
|
+
def self.attribute_map
|
|
72
|
+
{
|
|
73
|
+
# rubocop:disable Style/SymbolLiteral
|
|
74
|
+
'interval_in_millis': :'intervalInMillis',
|
|
75
|
+
'port': :'port',
|
|
76
|
+
'protocol': :'protocol',
|
|
77
|
+
'response_body_regex': :'responseBodyRegex',
|
|
78
|
+
'retries': :'retries',
|
|
79
|
+
'return_code': :'returnCode',
|
|
80
|
+
'timeout_in_millis': :'timeoutInMillis',
|
|
81
|
+
'url_path': :'urlPath'
|
|
82
|
+
# rubocop:enable Style/SymbolLiteral
|
|
83
|
+
}
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Attribute type mapping.
|
|
87
|
+
def self.swagger_types
|
|
88
|
+
{
|
|
89
|
+
# rubocop:disable Style/SymbolLiteral
|
|
90
|
+
'interval_in_millis': :'Integer',
|
|
91
|
+
'port': :'Integer',
|
|
92
|
+
'protocol': :'String',
|
|
93
|
+
'response_body_regex': :'String',
|
|
94
|
+
'retries': :'Integer',
|
|
95
|
+
'return_code': :'Integer',
|
|
96
|
+
'timeout_in_millis': :'Integer',
|
|
97
|
+
'url_path': :'String'
|
|
98
|
+
# rubocop:enable Style/SymbolLiteral
|
|
99
|
+
}
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
103
|
+
# rubocop:disable Metrics/LineLength, Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
104
|
+
|
|
69
105
|
|
|
70
106
|
# Initializes the object
|
|
71
107
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
@@ -81,98 +117,84 @@ module OCI
|
|
|
81
117
|
return unless attributes.is_a?(Hash)
|
|
82
118
|
|
|
83
119
|
# convert string to symbol for hash key
|
|
84
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
120
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
85
121
|
|
|
86
|
-
if attributes[:'intervalInMillis']
|
|
87
|
-
self.interval_in_millis = attributes[:'intervalInMillis']
|
|
88
|
-
end
|
|
122
|
+
self.interval_in_millis = attributes[:'intervalInMillis'] if attributes[:'intervalInMillis']
|
|
89
123
|
|
|
90
124
|
raise 'You cannot provide both :intervalInMillis and :interval_in_millis' if attributes.key?(:'intervalInMillis') && attributes.key?(:'interval_in_millis')
|
|
91
125
|
|
|
92
|
-
if attributes[:'interval_in_millis']
|
|
93
|
-
self.interval_in_millis = attributes[:'interval_in_millis']
|
|
94
|
-
end
|
|
126
|
+
self.interval_in_millis = attributes[:'interval_in_millis'] if attributes[:'interval_in_millis']
|
|
95
127
|
|
|
96
|
-
if attributes[:'port']
|
|
97
|
-
self.port = attributes[:'port']
|
|
98
|
-
end
|
|
128
|
+
self.port = attributes[:'port'] if attributes[:'port']
|
|
99
129
|
|
|
100
|
-
if attributes[:'protocol']
|
|
101
|
-
self.protocol = attributes[:'protocol']
|
|
102
|
-
end
|
|
130
|
+
self.protocol = attributes[:'protocol'] if attributes[:'protocol']
|
|
103
131
|
|
|
104
|
-
if attributes[:'responseBodyRegex']
|
|
105
|
-
self.response_body_regex = attributes[:'responseBodyRegex']
|
|
106
|
-
end
|
|
132
|
+
self.response_body_regex = attributes[:'responseBodyRegex'] if attributes[:'responseBodyRegex']
|
|
107
133
|
|
|
108
134
|
raise 'You cannot provide both :responseBodyRegex and :response_body_regex' if attributes.key?(:'responseBodyRegex') && attributes.key?(:'response_body_regex')
|
|
109
135
|
|
|
110
|
-
if attributes[:'response_body_regex']
|
|
111
|
-
self.response_body_regex = attributes[:'response_body_regex']
|
|
112
|
-
end
|
|
136
|
+
self.response_body_regex = attributes[:'response_body_regex'] if attributes[:'response_body_regex']
|
|
113
137
|
|
|
114
|
-
if attributes[:'retries']
|
|
115
|
-
self.retries = attributes[:'retries']
|
|
116
|
-
end
|
|
138
|
+
self.retries = attributes[:'retries'] if attributes[:'retries']
|
|
117
139
|
|
|
118
|
-
if attributes[:'returnCode']
|
|
119
|
-
self.return_code = attributes[:'returnCode']
|
|
120
|
-
end
|
|
140
|
+
self.return_code = attributes[:'returnCode'] if attributes[:'returnCode']
|
|
121
141
|
|
|
122
142
|
raise 'You cannot provide both :returnCode and :return_code' if attributes.key?(:'returnCode') && attributes.key?(:'return_code')
|
|
123
143
|
|
|
124
|
-
if attributes[:'return_code']
|
|
125
|
-
self.return_code = attributes[:'return_code']
|
|
126
|
-
end
|
|
144
|
+
self.return_code = attributes[:'return_code'] if attributes[:'return_code']
|
|
127
145
|
|
|
128
|
-
if attributes[:'timeoutInMillis']
|
|
129
|
-
self.timeout_in_millis = attributes[:'timeoutInMillis']
|
|
130
|
-
end
|
|
146
|
+
self.timeout_in_millis = attributes[:'timeoutInMillis'] if attributes[:'timeoutInMillis']
|
|
131
147
|
|
|
132
148
|
raise 'You cannot provide both :timeoutInMillis and :timeout_in_millis' if attributes.key?(:'timeoutInMillis') && attributes.key?(:'timeout_in_millis')
|
|
133
149
|
|
|
134
|
-
if attributes[:'timeout_in_millis']
|
|
135
|
-
self.timeout_in_millis = attributes[:'timeout_in_millis']
|
|
136
|
-
end
|
|
150
|
+
self.timeout_in_millis = attributes[:'timeout_in_millis'] if attributes[:'timeout_in_millis']
|
|
137
151
|
|
|
138
|
-
if attributes[:'urlPath']
|
|
139
|
-
self.url_path = attributes[:'urlPath']
|
|
140
|
-
end
|
|
152
|
+
self.url_path = attributes[:'urlPath'] if attributes[:'urlPath']
|
|
141
153
|
|
|
142
154
|
raise 'You cannot provide both :urlPath and :url_path' if attributes.key?(:'urlPath') && attributes.key?(:'url_path')
|
|
143
155
|
|
|
144
|
-
if attributes[:'url_path']
|
|
145
|
-
self.url_path = attributes[:'url_path']
|
|
146
|
-
end
|
|
147
|
-
|
|
156
|
+
self.url_path = attributes[:'url_path'] if attributes[:'url_path']
|
|
148
157
|
end
|
|
158
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
159
|
+
# rubocop:enable Metrics/LineLength, Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
160
|
+
|
|
161
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
162
|
+
|
|
149
163
|
|
|
150
164
|
# Checks equality by comparing each attribute.
|
|
151
|
-
# @param [Object]
|
|
152
|
-
def ==(
|
|
153
|
-
return true if
|
|
154
|
-
self.class ==
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
165
|
+
# @param [Object] other the other object to be compared
|
|
166
|
+
def ==(other)
|
|
167
|
+
return true if equal?(other)
|
|
168
|
+
self.class == other.class &&
|
|
169
|
+
interval_in_millis == other.interval_in_millis &&
|
|
170
|
+
port == other.port &&
|
|
171
|
+
protocol == other.protocol &&
|
|
172
|
+
response_body_regex == other.response_body_regex &&
|
|
173
|
+
retries == other.retries &&
|
|
174
|
+
return_code == other.return_code &&
|
|
175
|
+
timeout_in_millis == other.timeout_in_millis &&
|
|
176
|
+
url_path == other.url_path
|
|
163
177
|
end
|
|
178
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
164
179
|
|
|
165
180
|
# @see the `==` method
|
|
166
|
-
# @param [Object]
|
|
167
|
-
def eql?(
|
|
168
|
-
self ==
|
|
181
|
+
# @param [Object] other the other object to be compared
|
|
182
|
+
def eql?(other)
|
|
183
|
+
self == other
|
|
169
184
|
end
|
|
170
185
|
|
|
186
|
+
# rubocop:disable Metrics/AbcSize, Metrics/LineLength, Layout/EmptyLines
|
|
187
|
+
|
|
188
|
+
|
|
171
189
|
# Calculates hash code according to all attributes.
|
|
172
190
|
# @return [Fixnum] Hash code
|
|
173
191
|
def hash
|
|
174
192
|
[interval_in_millis, port, protocol, response_body_regex, retries, return_code, timeout_in_millis, url_path].hash
|
|
175
193
|
end
|
|
194
|
+
# rubocop:enable Metrics/AbcSize, Metrics/LineLength, Layout/EmptyLines
|
|
195
|
+
|
|
196
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
197
|
+
|
|
176
198
|
|
|
177
199
|
# Builds the object from hash
|
|
178
200
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
@@ -184,15 +206,22 @@ module OCI
|
|
|
184
206
|
# check to ensure the input is an array given that the the attribute
|
|
185
207
|
# is documented as an array but the input is not
|
|
186
208
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
187
|
-
|
|
209
|
+
public_method("#{key}=").call(
|
|
210
|
+
attributes[self.class.attribute_map[key]]
|
|
211
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
212
|
+
)
|
|
188
213
|
end
|
|
189
214
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
190
|
-
|
|
191
|
-
|
|
215
|
+
public_method("#{key}=").call(
|
|
216
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
217
|
+
)
|
|
218
|
+
end
|
|
219
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
192
220
|
end
|
|
193
221
|
|
|
194
222
|
self
|
|
195
223
|
end
|
|
224
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
196
225
|
|
|
197
226
|
# Returns the string representation of the object
|
|
198
227
|
# @return [String] String presentation of the object
|
|
@@ -216,11 +245,11 @@ module OCI
|
|
|
216
245
|
|
|
217
246
|
# Outputs non-array value in the form of hash
|
|
218
247
|
# For object, use to_hash. Otherwise, just return the value
|
|
219
|
-
# @param [Object] value Any valid value
|
|
248
|
+
# @param [Object] value Any valid value
|
|
220
249
|
# @return [Hash] Returns the value in the form of hash
|
|
221
250
|
def _to_hash(value)
|
|
222
251
|
if value.is_a?(Array)
|
|
223
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
252
|
+
value.compact.map { |v| _to_hash(v) }
|
|
224
253
|
elsif value.is_a?(Hash)
|
|
225
254
|
{}.tap do |hash|
|
|
226
255
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -231,35 +260,6 @@ module OCI
|
|
|
231
260
|
value
|
|
232
261
|
end
|
|
233
262
|
end
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
238
|
-
def self.attribute_map
|
|
239
|
-
{
|
|
240
|
-
:'interval_in_millis' => :'intervalInMillis',
|
|
241
|
-
:'port' => :'port',
|
|
242
|
-
:'protocol' => :'protocol',
|
|
243
|
-
:'response_body_regex' => :'responseBodyRegex',
|
|
244
|
-
:'retries' => :'retries',
|
|
245
|
-
:'return_code' => :'returnCode',
|
|
246
|
-
:'timeout_in_millis' => :'timeoutInMillis',
|
|
247
|
-
:'url_path' => :'urlPath'
|
|
248
|
-
}
|
|
249
|
-
end
|
|
250
|
-
|
|
251
|
-
# Attribute type mapping.
|
|
252
|
-
def self.swagger_types
|
|
253
|
-
{
|
|
254
|
-
:'interval_in_millis' => :'Integer',
|
|
255
|
-
:'port' => :'Integer',
|
|
256
|
-
:'protocol' => :'String',
|
|
257
|
-
:'response_body_regex' => :'String',
|
|
258
|
-
:'retries' => :'Integer',
|
|
259
|
-
:'return_code' => :'Integer',
|
|
260
|
-
:'timeout_in_millis' => :'Integer',
|
|
261
|
-
:'url_path' => :'String'
|
|
262
|
-
}
|
|
263
|
-
end
|
|
264
263
|
end
|
|
265
264
|
end
|
|
265
|
+
# rubocop:enable Lint/UnneededCopDisableDirective
|
|
@@ -2,67 +2,103 @@
|
|
|
2
2
|
|
|
3
3
|
require 'date'
|
|
4
4
|
|
|
5
|
+
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
5
6
|
module OCI
|
|
6
7
|
# The health check policy's configuration details.
|
|
7
|
-
class LoadBalancer::Models::HealthCheckerDetails
|
|
8
|
+
class LoadBalancer::Models::HealthCheckerDetails # rubocop:disable Metrics/LineLength
|
|
8
9
|
# The interval between health checks, in milliseconds.
|
|
9
|
-
#
|
|
10
|
+
#
|
|
10
11
|
# Example: `30000`
|
|
11
|
-
#
|
|
12
|
+
#
|
|
12
13
|
# @return [Integer]
|
|
13
14
|
attr_accessor :interval_in_millis
|
|
14
15
|
|
|
15
16
|
# The backend server port against which to run the health check. If the port is not specified, the load balancer uses the
|
|
16
17
|
# port information from the `Backend` object.
|
|
17
|
-
#
|
|
18
|
+
#
|
|
18
19
|
# Example: `8080`
|
|
19
|
-
#
|
|
20
|
+
#
|
|
20
21
|
# @return [Integer]
|
|
21
22
|
attr_accessor :port
|
|
22
23
|
|
|
23
24
|
# **[Required]** The protocol the health check must use; either HTTP or TCP.
|
|
24
|
-
#
|
|
25
|
+
#
|
|
25
26
|
# Example: `HTTP`
|
|
26
|
-
#
|
|
27
|
+
#
|
|
27
28
|
# @return [String]
|
|
28
29
|
attr_accessor :protocol
|
|
29
30
|
|
|
30
31
|
# A regular expression for parsing the response body from the backend server.
|
|
31
|
-
#
|
|
32
|
+
#
|
|
32
33
|
# Example: `^(500|40[1348])$`
|
|
33
|
-
#
|
|
34
|
+
#
|
|
34
35
|
# @return [String]
|
|
35
36
|
attr_accessor :response_body_regex
|
|
36
37
|
|
|
37
38
|
# The number of retries to attempt before a backend server is considered \"unhealthy\".
|
|
38
|
-
#
|
|
39
|
+
#
|
|
39
40
|
# Example: `3`
|
|
40
|
-
#
|
|
41
|
+
#
|
|
41
42
|
# @return [Integer]
|
|
42
43
|
attr_accessor :retries
|
|
43
44
|
|
|
44
45
|
# The status code a healthy backend server should return.
|
|
45
|
-
#
|
|
46
|
+
#
|
|
46
47
|
# Example: `200`
|
|
47
|
-
#
|
|
48
|
+
#
|
|
48
49
|
# @return [Integer]
|
|
49
50
|
attr_accessor :return_code
|
|
50
51
|
|
|
51
52
|
# The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply
|
|
52
53
|
# returns within this timeout period.
|
|
53
|
-
#
|
|
54
|
+
#
|
|
54
55
|
# Example: `6000`
|
|
55
|
-
#
|
|
56
|
+
#
|
|
56
57
|
# @return [Integer]
|
|
57
58
|
attr_accessor :timeout_in_millis
|
|
58
59
|
|
|
59
60
|
# The path against which to run the health check.
|
|
60
|
-
#
|
|
61
|
+
#
|
|
61
62
|
# Example: `/healthcheck`
|
|
62
|
-
#
|
|
63
|
+
#
|
|
63
64
|
# @return [String]
|
|
64
65
|
attr_accessor :url_path
|
|
65
66
|
|
|
67
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
68
|
+
def self.attribute_map
|
|
69
|
+
{
|
|
70
|
+
# rubocop:disable Style/SymbolLiteral
|
|
71
|
+
'interval_in_millis': :'intervalInMillis',
|
|
72
|
+
'port': :'port',
|
|
73
|
+
'protocol': :'protocol',
|
|
74
|
+
'response_body_regex': :'responseBodyRegex',
|
|
75
|
+
'retries': :'retries',
|
|
76
|
+
'return_code': :'returnCode',
|
|
77
|
+
'timeout_in_millis': :'timeoutInMillis',
|
|
78
|
+
'url_path': :'urlPath'
|
|
79
|
+
# rubocop:enable Style/SymbolLiteral
|
|
80
|
+
}
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# Attribute type mapping.
|
|
84
|
+
def self.swagger_types
|
|
85
|
+
{
|
|
86
|
+
# rubocop:disable Style/SymbolLiteral
|
|
87
|
+
'interval_in_millis': :'Integer',
|
|
88
|
+
'port': :'Integer',
|
|
89
|
+
'protocol': :'String',
|
|
90
|
+
'response_body_regex': :'String',
|
|
91
|
+
'retries': :'Integer',
|
|
92
|
+
'return_code': :'Integer',
|
|
93
|
+
'timeout_in_millis': :'Integer',
|
|
94
|
+
'url_path': :'String'
|
|
95
|
+
# rubocop:enable Style/SymbolLiteral
|
|
96
|
+
}
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
100
|
+
# rubocop:disable Metrics/LineLength, Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
101
|
+
|
|
66
102
|
|
|
67
103
|
# Initializes the object
|
|
68
104
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
@@ -78,98 +114,84 @@ module OCI
|
|
|
78
114
|
return unless attributes.is_a?(Hash)
|
|
79
115
|
|
|
80
116
|
# convert string to symbol for hash key
|
|
81
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
117
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
82
118
|
|
|
83
|
-
if attributes[:'intervalInMillis']
|
|
84
|
-
self.interval_in_millis = attributes[:'intervalInMillis']
|
|
85
|
-
end
|
|
119
|
+
self.interval_in_millis = attributes[:'intervalInMillis'] if attributes[:'intervalInMillis']
|
|
86
120
|
|
|
87
121
|
raise 'You cannot provide both :intervalInMillis and :interval_in_millis' if attributes.key?(:'intervalInMillis') && attributes.key?(:'interval_in_millis')
|
|
88
122
|
|
|
89
|
-
if attributes[:'interval_in_millis']
|
|
90
|
-
self.interval_in_millis = attributes[:'interval_in_millis']
|
|
91
|
-
end
|
|
123
|
+
self.interval_in_millis = attributes[:'interval_in_millis'] if attributes[:'interval_in_millis']
|
|
92
124
|
|
|
93
|
-
if attributes[:'port']
|
|
94
|
-
self.port = attributes[:'port']
|
|
95
|
-
end
|
|
125
|
+
self.port = attributes[:'port'] if attributes[:'port']
|
|
96
126
|
|
|
97
|
-
if attributes[:'protocol']
|
|
98
|
-
self.protocol = attributes[:'protocol']
|
|
99
|
-
end
|
|
127
|
+
self.protocol = attributes[:'protocol'] if attributes[:'protocol']
|
|
100
128
|
|
|
101
|
-
if attributes[:'responseBodyRegex']
|
|
102
|
-
self.response_body_regex = attributes[:'responseBodyRegex']
|
|
103
|
-
end
|
|
129
|
+
self.response_body_regex = attributes[:'responseBodyRegex'] if attributes[:'responseBodyRegex']
|
|
104
130
|
|
|
105
131
|
raise 'You cannot provide both :responseBodyRegex and :response_body_regex' if attributes.key?(:'responseBodyRegex') && attributes.key?(:'response_body_regex')
|
|
106
132
|
|
|
107
|
-
if attributes[:'response_body_regex']
|
|
108
|
-
self.response_body_regex = attributes[:'response_body_regex']
|
|
109
|
-
end
|
|
133
|
+
self.response_body_regex = attributes[:'response_body_regex'] if attributes[:'response_body_regex']
|
|
110
134
|
|
|
111
|
-
if attributes[:'retries']
|
|
112
|
-
self.retries = attributes[:'retries']
|
|
113
|
-
end
|
|
135
|
+
self.retries = attributes[:'retries'] if attributes[:'retries']
|
|
114
136
|
|
|
115
|
-
if attributes[:'returnCode']
|
|
116
|
-
self.return_code = attributes[:'returnCode']
|
|
117
|
-
end
|
|
137
|
+
self.return_code = attributes[:'returnCode'] if attributes[:'returnCode']
|
|
118
138
|
|
|
119
139
|
raise 'You cannot provide both :returnCode and :return_code' if attributes.key?(:'returnCode') && attributes.key?(:'return_code')
|
|
120
140
|
|
|
121
|
-
if attributes[:'return_code']
|
|
122
|
-
self.return_code = attributes[:'return_code']
|
|
123
|
-
end
|
|
141
|
+
self.return_code = attributes[:'return_code'] if attributes[:'return_code']
|
|
124
142
|
|
|
125
|
-
if attributes[:'timeoutInMillis']
|
|
126
|
-
self.timeout_in_millis = attributes[:'timeoutInMillis']
|
|
127
|
-
end
|
|
143
|
+
self.timeout_in_millis = attributes[:'timeoutInMillis'] if attributes[:'timeoutInMillis']
|
|
128
144
|
|
|
129
145
|
raise 'You cannot provide both :timeoutInMillis and :timeout_in_millis' if attributes.key?(:'timeoutInMillis') && attributes.key?(:'timeout_in_millis')
|
|
130
146
|
|
|
131
|
-
if attributes[:'timeout_in_millis']
|
|
132
|
-
self.timeout_in_millis = attributes[:'timeout_in_millis']
|
|
133
|
-
end
|
|
147
|
+
self.timeout_in_millis = attributes[:'timeout_in_millis'] if attributes[:'timeout_in_millis']
|
|
134
148
|
|
|
135
|
-
if attributes[:'urlPath']
|
|
136
|
-
self.url_path = attributes[:'urlPath']
|
|
137
|
-
end
|
|
149
|
+
self.url_path = attributes[:'urlPath'] if attributes[:'urlPath']
|
|
138
150
|
|
|
139
151
|
raise 'You cannot provide both :urlPath and :url_path' if attributes.key?(:'urlPath') && attributes.key?(:'url_path')
|
|
140
152
|
|
|
141
|
-
if attributes[:'url_path']
|
|
142
|
-
self.url_path = attributes[:'url_path']
|
|
143
|
-
end
|
|
144
|
-
|
|
153
|
+
self.url_path = attributes[:'url_path'] if attributes[:'url_path']
|
|
145
154
|
end
|
|
155
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
156
|
+
# rubocop:enable Metrics/LineLength, Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
157
|
+
|
|
158
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
159
|
+
|
|
146
160
|
|
|
147
161
|
# Checks equality by comparing each attribute.
|
|
148
|
-
# @param [Object]
|
|
149
|
-
def ==(
|
|
150
|
-
return true if
|
|
151
|
-
self.class ==
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
162
|
+
# @param [Object] other the other object to be compared
|
|
163
|
+
def ==(other)
|
|
164
|
+
return true if equal?(other)
|
|
165
|
+
self.class == other.class &&
|
|
166
|
+
interval_in_millis == other.interval_in_millis &&
|
|
167
|
+
port == other.port &&
|
|
168
|
+
protocol == other.protocol &&
|
|
169
|
+
response_body_regex == other.response_body_regex &&
|
|
170
|
+
retries == other.retries &&
|
|
171
|
+
return_code == other.return_code &&
|
|
172
|
+
timeout_in_millis == other.timeout_in_millis &&
|
|
173
|
+
url_path == other.url_path
|
|
160
174
|
end
|
|
175
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
161
176
|
|
|
162
177
|
# @see the `==` method
|
|
163
|
-
# @param [Object]
|
|
164
|
-
def eql?(
|
|
165
|
-
self ==
|
|
178
|
+
# @param [Object] other the other object to be compared
|
|
179
|
+
def eql?(other)
|
|
180
|
+
self == other
|
|
166
181
|
end
|
|
167
182
|
|
|
183
|
+
# rubocop:disable Metrics/AbcSize, Metrics/LineLength, Layout/EmptyLines
|
|
184
|
+
|
|
185
|
+
|
|
168
186
|
# Calculates hash code according to all attributes.
|
|
169
187
|
# @return [Fixnum] Hash code
|
|
170
188
|
def hash
|
|
171
189
|
[interval_in_millis, port, protocol, response_body_regex, retries, return_code, timeout_in_millis, url_path].hash
|
|
172
190
|
end
|
|
191
|
+
# rubocop:enable Metrics/AbcSize, Metrics/LineLength, Layout/EmptyLines
|
|
192
|
+
|
|
193
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
194
|
+
|
|
173
195
|
|
|
174
196
|
# Builds the object from hash
|
|
175
197
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
@@ -181,15 +203,22 @@ module OCI
|
|
|
181
203
|
# check to ensure the input is an array given that the the attribute
|
|
182
204
|
# is documented as an array but the input is not
|
|
183
205
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
184
|
-
|
|
206
|
+
public_method("#{key}=").call(
|
|
207
|
+
attributes[self.class.attribute_map[key]]
|
|
208
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
209
|
+
)
|
|
185
210
|
end
|
|
186
211
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
187
|
-
|
|
188
|
-
|
|
212
|
+
public_method("#{key}=").call(
|
|
213
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
214
|
+
)
|
|
215
|
+
end
|
|
216
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
189
217
|
end
|
|
190
218
|
|
|
191
219
|
self
|
|
192
220
|
end
|
|
221
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
193
222
|
|
|
194
223
|
# Returns the string representation of the object
|
|
195
224
|
# @return [String] String presentation of the object
|
|
@@ -213,11 +242,11 @@ module OCI
|
|
|
213
242
|
|
|
214
243
|
# Outputs non-array value in the form of hash
|
|
215
244
|
# For object, use to_hash. Otherwise, just return the value
|
|
216
|
-
# @param [Object] value Any valid value
|
|
245
|
+
# @param [Object] value Any valid value
|
|
217
246
|
# @return [Hash] Returns the value in the form of hash
|
|
218
247
|
def _to_hash(value)
|
|
219
248
|
if value.is_a?(Array)
|
|
220
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
249
|
+
value.compact.map { |v| _to_hash(v) }
|
|
221
250
|
elsif value.is_a?(Hash)
|
|
222
251
|
{}.tap do |hash|
|
|
223
252
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -228,35 +257,6 @@ module OCI
|
|
|
228
257
|
value
|
|
229
258
|
end
|
|
230
259
|
end
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
235
|
-
def self.attribute_map
|
|
236
|
-
{
|
|
237
|
-
:'interval_in_millis' => :'intervalInMillis',
|
|
238
|
-
:'port' => :'port',
|
|
239
|
-
:'protocol' => :'protocol',
|
|
240
|
-
:'response_body_regex' => :'responseBodyRegex',
|
|
241
|
-
:'retries' => :'retries',
|
|
242
|
-
:'return_code' => :'returnCode',
|
|
243
|
-
:'timeout_in_millis' => :'timeoutInMillis',
|
|
244
|
-
:'url_path' => :'urlPath'
|
|
245
|
-
}
|
|
246
|
-
end
|
|
247
|
-
|
|
248
|
-
# Attribute type mapping.
|
|
249
|
-
def self.swagger_types
|
|
250
|
-
{
|
|
251
|
-
:'interval_in_millis' => :'Integer',
|
|
252
|
-
:'port' => :'Integer',
|
|
253
|
-
:'protocol' => :'String',
|
|
254
|
-
:'response_body_regex' => :'String',
|
|
255
|
-
:'retries' => :'Integer',
|
|
256
|
-
:'return_code' => :'Integer',
|
|
257
|
-
:'timeout_in_millis' => :'Integer',
|
|
258
|
-
:'url_path' => :'String'
|
|
259
|
-
}
|
|
260
|
-
end
|
|
261
260
|
end
|
|
262
261
|
end
|
|
262
|
+
# rubocop:enable Lint/UnneededCopDisableDirective
|