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
|
@@ -0,0 +1,795 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
4
|
+
module OCI
|
|
5
|
+
# This class provides a wrapper around {OCI::LoadBalancer::LoadBalancerClient} and offers convenience methods
|
|
6
|
+
# for operations that would otherwise need to be chained together. For example, instead of performing an action
|
|
7
|
+
# on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource
|
|
8
|
+
# to enter a given state, you can call a single method in this class to accomplish the same functionality
|
|
9
|
+
class LoadBalancer::LoadBalancerClientCompositeOperations
|
|
10
|
+
# The {OCI::LoadBalancer::LoadBalancerClient} used to communicate with the service_client
|
|
11
|
+
#
|
|
12
|
+
# @return [OCI::LoadBalancer::LoadBalancerClient]
|
|
13
|
+
attr_reader :service_client
|
|
14
|
+
|
|
15
|
+
# Initializes a new LoadBalancerClientCompositeOperations
|
|
16
|
+
#
|
|
17
|
+
# @param [OCI::LoadBalancer::LoadBalancerClient] service_client The client used to communicate with the service.
|
|
18
|
+
# Defaults to a new service client created via {OCI::LoadBalancer::LoadBalancerClient#initialize} with no arguments
|
|
19
|
+
def initialize(service_client = OCI::LoadBalancer::LoadBalancerClient.new)
|
|
20
|
+
@service_client = service_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
24
|
+
# rubocop:disable Layout/EmptyLines
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_backend} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
28
|
+
# to enter the given state(s).
|
|
29
|
+
#
|
|
30
|
+
# @param [OCI::LoadBalancer::Models::CreateBackendDetails] create_backend_details The details to add a backend server to a backend set.
|
|
31
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and servers.
|
|
32
|
+
# @param [String] backend_set_name The name of the backend set to add the backend server to.
|
|
33
|
+
#
|
|
34
|
+
# Example: `My_backend_set`
|
|
35
|
+
#
|
|
36
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
37
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_backend}
|
|
38
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
39
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
40
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
41
|
+
#
|
|
42
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
43
|
+
def create_backend_and_wait_for_state(create_backend_details, load_balancer_id, backend_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
44
|
+
operation_result = @service_client.create_backend(create_backend_details, load_balancer_id, backend_set_name, base_operation_opts)
|
|
45
|
+
|
|
46
|
+
return operation_result if wait_for_states.empty?
|
|
47
|
+
|
|
48
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
49
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
50
|
+
|
|
51
|
+
begin
|
|
52
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
53
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
54
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
55
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
56
|
+
)
|
|
57
|
+
result_to_return = waiter_result
|
|
58
|
+
|
|
59
|
+
return result_to_return
|
|
60
|
+
rescue StandardError
|
|
61
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
65
|
+
# rubocop:enable Layout/EmptyLines
|
|
66
|
+
|
|
67
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
68
|
+
# rubocop:disable Layout/EmptyLines
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_backend_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
72
|
+
# to enter the given state(s).
|
|
73
|
+
#
|
|
74
|
+
# @param [OCI::LoadBalancer::Models::CreateBackendSetDetails] create_backend_set_details The details for adding a backend set.
|
|
75
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add a backend set.
|
|
76
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
77
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_backend_set}
|
|
78
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
79
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
80
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
81
|
+
#
|
|
82
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
83
|
+
def create_backend_set_and_wait_for_state(create_backend_set_details, load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
84
|
+
operation_result = @service_client.create_backend_set(create_backend_set_details, load_balancer_id, base_operation_opts)
|
|
85
|
+
|
|
86
|
+
return operation_result if wait_for_states.empty?
|
|
87
|
+
|
|
88
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
89
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
90
|
+
|
|
91
|
+
begin
|
|
92
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
93
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
94
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
95
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
96
|
+
)
|
|
97
|
+
result_to_return = waiter_result
|
|
98
|
+
|
|
99
|
+
return result_to_return
|
|
100
|
+
rescue StandardError
|
|
101
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
105
|
+
# rubocop:enable Layout/EmptyLines
|
|
106
|
+
|
|
107
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
108
|
+
# rubocop:disable Layout/EmptyLines
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_certificate} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
112
|
+
# to enter the given state(s).
|
|
113
|
+
#
|
|
114
|
+
# @param [OCI::LoadBalancer::Models::CreateCertificateDetails] create_certificate_details The details of the certificate to add.
|
|
115
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add the certificate.
|
|
116
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
117
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_certificate}
|
|
118
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
119
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
120
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
121
|
+
#
|
|
122
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
123
|
+
def create_certificate_and_wait_for_state(create_certificate_details, load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
124
|
+
operation_result = @service_client.create_certificate(create_certificate_details, load_balancer_id, base_operation_opts)
|
|
125
|
+
|
|
126
|
+
return operation_result if wait_for_states.empty?
|
|
127
|
+
|
|
128
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
129
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
130
|
+
|
|
131
|
+
begin
|
|
132
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
133
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
134
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
135
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
136
|
+
)
|
|
137
|
+
result_to_return = waiter_result
|
|
138
|
+
|
|
139
|
+
return result_to_return
|
|
140
|
+
rescue StandardError
|
|
141
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
145
|
+
# rubocop:enable Layout/EmptyLines
|
|
146
|
+
|
|
147
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
148
|
+
# rubocop:disable Layout/EmptyLines
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_listener} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
152
|
+
# to enter the given state(s).
|
|
153
|
+
#
|
|
154
|
+
# @param [OCI::LoadBalancer::Models::CreateListenerDetails] create_listener_details Details to add a listener.
|
|
155
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add a listener.
|
|
156
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
157
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_listener}
|
|
158
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
159
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
160
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
161
|
+
#
|
|
162
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
163
|
+
def create_listener_and_wait_for_state(create_listener_details, load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
164
|
+
operation_result = @service_client.create_listener(create_listener_details, load_balancer_id, base_operation_opts)
|
|
165
|
+
|
|
166
|
+
return operation_result if wait_for_states.empty?
|
|
167
|
+
|
|
168
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
169
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
170
|
+
|
|
171
|
+
begin
|
|
172
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
173
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
174
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
175
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
176
|
+
)
|
|
177
|
+
result_to_return = waiter_result
|
|
178
|
+
|
|
179
|
+
return result_to_return
|
|
180
|
+
rescue StandardError
|
|
181
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
182
|
+
end
|
|
183
|
+
end
|
|
184
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
185
|
+
# rubocop:enable Layout/EmptyLines
|
|
186
|
+
|
|
187
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
188
|
+
# rubocop:disable Layout/EmptyLines
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_load_balancer} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
192
|
+
# to enter the given state(s).
|
|
193
|
+
#
|
|
194
|
+
# @param [OCI::LoadBalancer::Models::CreateLoadBalancerDetails] create_load_balancer_details The configuration details for creating a load balancer.
|
|
195
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
196
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_load_balancer}
|
|
197
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
198
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
199
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
200
|
+
#
|
|
201
|
+
# @return [OCI::Response] A {OCI::Response} object with data of type {OCI::LoadBalancer::Models::LoadBalancer}
|
|
202
|
+
def create_load_balancer_and_wait_for_state(create_load_balancer_details, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
203
|
+
operation_result = @service_client.create_load_balancer(create_load_balancer_details, base_operation_opts)
|
|
204
|
+
|
|
205
|
+
return operation_result if wait_for_states.empty?
|
|
206
|
+
|
|
207
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
208
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
209
|
+
|
|
210
|
+
begin
|
|
211
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
212
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
213
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
214
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
215
|
+
)
|
|
216
|
+
result_to_return = @service_client.get_load_balancer(waiter_result.data.load_balancer_id)
|
|
217
|
+
|
|
218
|
+
return result_to_return
|
|
219
|
+
rescue StandardError
|
|
220
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
221
|
+
end
|
|
222
|
+
end
|
|
223
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
224
|
+
# rubocop:enable Layout/EmptyLines
|
|
225
|
+
|
|
226
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
227
|
+
# rubocop:disable Layout/EmptyLines
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_path_route_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
231
|
+
# to enter the given state(s).
|
|
232
|
+
#
|
|
233
|
+
# @param [OCI::LoadBalancer::Models::CreatePathRouteSetDetails] create_path_route_set_details The details of the path route set to add.
|
|
234
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer to add the path route set to.
|
|
235
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
236
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_path_route_set}
|
|
237
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
238
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
239
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
240
|
+
#
|
|
241
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
242
|
+
def create_path_route_set_and_wait_for_state(create_path_route_set_details, load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
243
|
+
operation_result = @service_client.create_path_route_set(create_path_route_set_details, load_balancer_id, base_operation_opts)
|
|
244
|
+
|
|
245
|
+
return operation_result if wait_for_states.empty?
|
|
246
|
+
|
|
247
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
248
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
249
|
+
|
|
250
|
+
begin
|
|
251
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
252
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
253
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
254
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
255
|
+
)
|
|
256
|
+
result_to_return = waiter_result
|
|
257
|
+
|
|
258
|
+
return result_to_return
|
|
259
|
+
rescue StandardError
|
|
260
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
264
|
+
# rubocop:enable Layout/EmptyLines
|
|
265
|
+
|
|
266
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
267
|
+
# rubocop:disable Layout/EmptyLines
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_backend} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
271
|
+
# to enter the given state(s).
|
|
272
|
+
#
|
|
273
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and server.
|
|
274
|
+
# @param [String] backend_set_name The name of the backend set associated with the backend server.
|
|
275
|
+
#
|
|
276
|
+
# Example: `My_backend_set`
|
|
277
|
+
#
|
|
278
|
+
# @param [String] backend_name The IP address and port of the backend server to remove.
|
|
279
|
+
#
|
|
280
|
+
# Example: `1.1.1.7:42`
|
|
281
|
+
#
|
|
282
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
283
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_backend}
|
|
284
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
285
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
286
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
287
|
+
#
|
|
288
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
289
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
290
|
+
def delete_backend_and_wait_for_state(load_balancer_id, backend_set_name, backend_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
291
|
+
operation_result = @service_client.delete_backend(load_balancer_id, backend_set_name, backend_name, base_operation_opts)
|
|
292
|
+
|
|
293
|
+
return operation_result if wait_for_states.empty?
|
|
294
|
+
|
|
295
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
296
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
297
|
+
|
|
298
|
+
begin
|
|
299
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
300
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
301
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
302
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
303
|
+
)
|
|
304
|
+
result_to_return = waiter_result
|
|
305
|
+
|
|
306
|
+
return result_to_return
|
|
307
|
+
rescue StandardError
|
|
308
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
309
|
+
end
|
|
310
|
+
end
|
|
311
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
312
|
+
# rubocop:enable Layout/EmptyLines
|
|
313
|
+
|
|
314
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
315
|
+
# rubocop:disable Layout/EmptyLines
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_backend_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
319
|
+
# to enter the given state(s).
|
|
320
|
+
#
|
|
321
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set.
|
|
322
|
+
# @param [String] backend_set_name The name of the backend set to delete.
|
|
323
|
+
#
|
|
324
|
+
# Example: `My_backend_set`
|
|
325
|
+
#
|
|
326
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
327
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_backend_set}
|
|
328
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
329
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
330
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
331
|
+
#
|
|
332
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
333
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
334
|
+
def delete_backend_set_and_wait_for_state(load_balancer_id, backend_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
335
|
+
operation_result = @service_client.delete_backend_set(load_balancer_id, backend_set_name, base_operation_opts)
|
|
336
|
+
|
|
337
|
+
return operation_result if wait_for_states.empty?
|
|
338
|
+
|
|
339
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
340
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
341
|
+
|
|
342
|
+
begin
|
|
343
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
344
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
345
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
346
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
347
|
+
)
|
|
348
|
+
result_to_return = waiter_result
|
|
349
|
+
|
|
350
|
+
return result_to_return
|
|
351
|
+
rescue StandardError
|
|
352
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
353
|
+
end
|
|
354
|
+
end
|
|
355
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
356
|
+
# rubocop:enable Layout/EmptyLines
|
|
357
|
+
|
|
358
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
359
|
+
# rubocop:disable Layout/EmptyLines
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_certificate} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
363
|
+
# to enter the given state(s).
|
|
364
|
+
#
|
|
365
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the certificate to be deleted.
|
|
366
|
+
# @param [String] certificate_name The name of the certificate to delete.
|
|
367
|
+
#
|
|
368
|
+
# Example: `My_certificate_bundle`
|
|
369
|
+
#
|
|
370
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
371
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_certificate}
|
|
372
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
373
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
374
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
375
|
+
#
|
|
376
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
377
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
378
|
+
def delete_certificate_and_wait_for_state(load_balancer_id, certificate_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
379
|
+
operation_result = @service_client.delete_certificate(load_balancer_id, certificate_name, base_operation_opts)
|
|
380
|
+
|
|
381
|
+
return operation_result if wait_for_states.empty?
|
|
382
|
+
|
|
383
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
384
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
385
|
+
|
|
386
|
+
begin
|
|
387
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
388
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
389
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
390
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
391
|
+
)
|
|
392
|
+
result_to_return = waiter_result
|
|
393
|
+
|
|
394
|
+
return result_to_return
|
|
395
|
+
rescue StandardError
|
|
396
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
397
|
+
end
|
|
398
|
+
end
|
|
399
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
400
|
+
# rubocop:enable Layout/EmptyLines
|
|
401
|
+
|
|
402
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
403
|
+
# rubocop:disable Layout/EmptyLines
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_listener} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
407
|
+
# to enter the given state(s).
|
|
408
|
+
#
|
|
409
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the listener to delete.
|
|
410
|
+
# @param [String] listener_name The name of the listener to delete.
|
|
411
|
+
#
|
|
412
|
+
# Example: `My listener`
|
|
413
|
+
#
|
|
414
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
415
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_listener}
|
|
416
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
417
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
418
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
419
|
+
#
|
|
420
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
421
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
422
|
+
def delete_listener_and_wait_for_state(load_balancer_id, listener_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
423
|
+
operation_result = @service_client.delete_listener(load_balancer_id, listener_name, base_operation_opts)
|
|
424
|
+
|
|
425
|
+
return operation_result if wait_for_states.empty?
|
|
426
|
+
|
|
427
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
428
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
429
|
+
|
|
430
|
+
begin
|
|
431
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
432
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
433
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
434
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
435
|
+
)
|
|
436
|
+
result_to_return = waiter_result
|
|
437
|
+
|
|
438
|
+
return result_to_return
|
|
439
|
+
rescue StandardError
|
|
440
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
441
|
+
end
|
|
442
|
+
end
|
|
443
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
444
|
+
# rubocop:enable Layout/EmptyLines
|
|
445
|
+
|
|
446
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
447
|
+
# rubocop:disable Layout/EmptyLines
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_load_balancer} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
451
|
+
# to enter the given state(s).
|
|
452
|
+
#
|
|
453
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer to delete.
|
|
454
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
455
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_load_balancer}
|
|
456
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
457
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
458
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
459
|
+
#
|
|
460
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
461
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
462
|
+
def delete_load_balancer_and_wait_for_state(load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
463
|
+
operation_result = @service_client.delete_load_balancer(load_balancer_id, base_operation_opts)
|
|
464
|
+
|
|
465
|
+
return operation_result if wait_for_states.empty?
|
|
466
|
+
|
|
467
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
468
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
469
|
+
|
|
470
|
+
begin
|
|
471
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
472
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
473
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
474
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
475
|
+
)
|
|
476
|
+
result_to_return = waiter_result
|
|
477
|
+
|
|
478
|
+
return result_to_return
|
|
479
|
+
rescue StandardError
|
|
480
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
481
|
+
end
|
|
482
|
+
end
|
|
483
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
484
|
+
# rubocop:enable Layout/EmptyLines
|
|
485
|
+
|
|
486
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
487
|
+
# rubocop:disable Layout/EmptyLines
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_path_route_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
491
|
+
# to enter the given state(s).
|
|
492
|
+
#
|
|
493
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the path route set to delete.
|
|
494
|
+
# @param [String] path_route_set_name The name of the path route set to delete.
|
|
495
|
+
#
|
|
496
|
+
# Example: `path-route-set-001`
|
|
497
|
+
#
|
|
498
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
499
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_path_route_set}
|
|
500
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
501
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
502
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
503
|
+
#
|
|
504
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
505
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
506
|
+
def delete_path_route_set_and_wait_for_state(load_balancer_id, path_route_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
507
|
+
operation_result = @service_client.delete_path_route_set(load_balancer_id, path_route_set_name, base_operation_opts)
|
|
508
|
+
|
|
509
|
+
return operation_result if wait_for_states.empty?
|
|
510
|
+
|
|
511
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
512
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
513
|
+
|
|
514
|
+
begin
|
|
515
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
516
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
517
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
518
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
519
|
+
)
|
|
520
|
+
result_to_return = waiter_result
|
|
521
|
+
|
|
522
|
+
return result_to_return
|
|
523
|
+
rescue StandardError
|
|
524
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
525
|
+
end
|
|
526
|
+
end
|
|
527
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
528
|
+
# rubocop:enable Layout/EmptyLines
|
|
529
|
+
|
|
530
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
531
|
+
# rubocop:disable Layout/EmptyLines
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_backend} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
535
|
+
# to enter the given state(s).
|
|
536
|
+
#
|
|
537
|
+
# @param [OCI::LoadBalancer::Models::UpdateBackendDetails] update_backend_details Details for updating a backend server.
|
|
538
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and server.
|
|
539
|
+
# @param [String] backend_set_name The name of the backend set associated with the backend server.
|
|
540
|
+
#
|
|
541
|
+
# Example: `My_backend_set`
|
|
542
|
+
#
|
|
543
|
+
# @param [String] backend_name The IP address and port of the backend server to update.
|
|
544
|
+
#
|
|
545
|
+
# Example: `1.1.1.7:42`
|
|
546
|
+
#
|
|
547
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
548
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_backend}
|
|
549
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
550
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
551
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
552
|
+
#
|
|
553
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
554
|
+
def update_backend_and_wait_for_state(update_backend_details, load_balancer_id, backend_set_name, backend_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
555
|
+
operation_result = @service_client.update_backend(update_backend_details, load_balancer_id, backend_set_name, backend_name, base_operation_opts)
|
|
556
|
+
|
|
557
|
+
return operation_result if wait_for_states.empty?
|
|
558
|
+
|
|
559
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
560
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
561
|
+
|
|
562
|
+
begin
|
|
563
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
564
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
565
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
566
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
567
|
+
)
|
|
568
|
+
result_to_return = waiter_result
|
|
569
|
+
|
|
570
|
+
return result_to_return
|
|
571
|
+
rescue StandardError
|
|
572
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
573
|
+
end
|
|
574
|
+
end
|
|
575
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
576
|
+
# rubocop:enable Layout/EmptyLines
|
|
577
|
+
|
|
578
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
579
|
+
# rubocop:disable Layout/EmptyLines
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_backend_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
583
|
+
# to enter the given state(s).
|
|
584
|
+
#
|
|
585
|
+
# @param [OCI::LoadBalancer::Models::UpdateBackendSetDetails] update_backend_set_details The details to update a backend set.
|
|
586
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set.
|
|
587
|
+
# @param [String] backend_set_name The name of the backend set to update.
|
|
588
|
+
#
|
|
589
|
+
# Example: `My_backend_set`
|
|
590
|
+
#
|
|
591
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
592
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_backend_set}
|
|
593
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
594
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
595
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
596
|
+
#
|
|
597
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
598
|
+
def update_backend_set_and_wait_for_state(update_backend_set_details, load_balancer_id, backend_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
599
|
+
operation_result = @service_client.update_backend_set(update_backend_set_details, load_balancer_id, backend_set_name, base_operation_opts)
|
|
600
|
+
|
|
601
|
+
return operation_result if wait_for_states.empty?
|
|
602
|
+
|
|
603
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
604
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
605
|
+
|
|
606
|
+
begin
|
|
607
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
608
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
609
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
610
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
611
|
+
)
|
|
612
|
+
result_to_return = waiter_result
|
|
613
|
+
|
|
614
|
+
return result_to_return
|
|
615
|
+
rescue StandardError
|
|
616
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
617
|
+
end
|
|
618
|
+
end
|
|
619
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
620
|
+
# rubocop:enable Layout/EmptyLines
|
|
621
|
+
|
|
622
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
623
|
+
# rubocop:disable Layout/EmptyLines
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_health_checker} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
627
|
+
# to enter the given state(s).
|
|
628
|
+
#
|
|
629
|
+
# @param [OCI::LoadBalancer::Models::UpdateHealthCheckerDetails] health_checker The health check policy configuration details.
|
|
630
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the health check policy to be updated.
|
|
631
|
+
# @param [String] backend_set_name The name of the backend set associated with the health check policy to be retrieved.
|
|
632
|
+
#
|
|
633
|
+
# Example: `My_backend_set`
|
|
634
|
+
#
|
|
635
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
636
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_health_checker}
|
|
637
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
638
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
639
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
640
|
+
#
|
|
641
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
642
|
+
def update_health_checker_and_wait_for_state(health_checker, load_balancer_id, backend_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
643
|
+
operation_result = @service_client.update_health_checker(health_checker, load_balancer_id, backend_set_name, base_operation_opts)
|
|
644
|
+
|
|
645
|
+
return operation_result if wait_for_states.empty?
|
|
646
|
+
|
|
647
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
648
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
649
|
+
|
|
650
|
+
begin
|
|
651
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
652
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
653
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
654
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
655
|
+
)
|
|
656
|
+
result_to_return = waiter_result
|
|
657
|
+
|
|
658
|
+
return result_to_return
|
|
659
|
+
rescue StandardError
|
|
660
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
661
|
+
end
|
|
662
|
+
end
|
|
663
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
664
|
+
# rubocop:enable Layout/EmptyLines
|
|
665
|
+
|
|
666
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
667
|
+
# rubocop:disable Layout/EmptyLines
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_listener} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
671
|
+
# to enter the given state(s).
|
|
672
|
+
#
|
|
673
|
+
# @param [OCI::LoadBalancer::Models::UpdateListenerDetails] update_listener_details Details to update a listener.
|
|
674
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the listener to update.
|
|
675
|
+
# @param [String] listener_name The name of the listener to update.
|
|
676
|
+
#
|
|
677
|
+
# Example: `My listener`
|
|
678
|
+
#
|
|
679
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
680
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_listener}
|
|
681
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
682
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
683
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
684
|
+
#
|
|
685
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
686
|
+
def update_listener_and_wait_for_state(update_listener_details, load_balancer_id, listener_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
687
|
+
operation_result = @service_client.update_listener(update_listener_details, load_balancer_id, listener_name, base_operation_opts)
|
|
688
|
+
|
|
689
|
+
return operation_result if wait_for_states.empty?
|
|
690
|
+
|
|
691
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
692
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
693
|
+
|
|
694
|
+
begin
|
|
695
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
696
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
697
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
698
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
699
|
+
)
|
|
700
|
+
result_to_return = waiter_result
|
|
701
|
+
|
|
702
|
+
return result_to_return
|
|
703
|
+
rescue StandardError
|
|
704
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
705
|
+
end
|
|
706
|
+
end
|
|
707
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
708
|
+
# rubocop:enable Layout/EmptyLines
|
|
709
|
+
|
|
710
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
711
|
+
# rubocop:disable Layout/EmptyLines
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_load_balancer} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
715
|
+
# to enter the given state(s).
|
|
716
|
+
#
|
|
717
|
+
# @param [OCI::LoadBalancer::Models::UpdateLoadBalancerDetails] update_load_balancer_details The details for updating a load balancer's configuration.
|
|
718
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer to update.
|
|
719
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
720
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_load_balancer}
|
|
721
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
722
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
723
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
724
|
+
#
|
|
725
|
+
# @return [OCI::Response] A {OCI::Response} object with data of type {OCI::LoadBalancer::Models::LoadBalancer}
|
|
726
|
+
def update_load_balancer_and_wait_for_state(update_load_balancer_details, load_balancer_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
727
|
+
operation_result = @service_client.update_load_balancer(update_load_balancer_details, load_balancer_id, base_operation_opts)
|
|
728
|
+
|
|
729
|
+
return operation_result if wait_for_states.empty?
|
|
730
|
+
|
|
731
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
732
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
733
|
+
|
|
734
|
+
begin
|
|
735
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
736
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
737
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
738
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
739
|
+
)
|
|
740
|
+
result_to_return = @service_client.get_load_balancer(waiter_result.data.load_balancer_id)
|
|
741
|
+
|
|
742
|
+
return result_to_return
|
|
743
|
+
rescue StandardError
|
|
744
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
745
|
+
end
|
|
746
|
+
end
|
|
747
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
748
|
+
# rubocop:enable Layout/EmptyLines
|
|
749
|
+
|
|
750
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
751
|
+
# rubocop:disable Layout/EmptyLines
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_path_route_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
755
|
+
# to enter the given state(s).
|
|
756
|
+
#
|
|
757
|
+
# @param [OCI::LoadBalancer::Models::UpdatePathRouteSetDetails] update_path_route_set_details The configuration details to update a path route set.
|
|
758
|
+
# @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the path route set to update.
|
|
759
|
+
# @param [String] path_route_set_name The name of the path route set to update.
|
|
760
|
+
#
|
|
761
|
+
# Example: `path-route-set-001`
|
|
762
|
+
#
|
|
763
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::LoadBalancer::Models::WorkRequest#lifecycle_state}
|
|
764
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_path_route_set}
|
|
765
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
766
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
767
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
768
|
+
#
|
|
769
|
+
# @return [OCI::Response] A {OCI::Response} object containing the completed {OCI::LoadBalancer::Models::WorkRequest}
|
|
770
|
+
def update_path_route_set_and_wait_for_state(update_path_route_set_details, load_balancer_id, path_route_set_name, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
771
|
+
operation_result = @service_client.update_path_route_set(update_path_route_set_details, load_balancer_id, path_route_set_name, base_operation_opts)
|
|
772
|
+
|
|
773
|
+
return operation_result if wait_for_states.empty?
|
|
774
|
+
|
|
775
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
776
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
|
777
|
+
|
|
778
|
+
begin
|
|
779
|
+
waiter_result = @service_client.get_work_request(wait_for_resource_id).wait_until(
|
|
780
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
781
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
782
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
783
|
+
)
|
|
784
|
+
result_to_return = waiter_result
|
|
785
|
+
|
|
786
|
+
return result_to_return
|
|
787
|
+
rescue StandardError
|
|
788
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
789
|
+
end
|
|
790
|
+
end
|
|
791
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
792
|
+
# rubocop:enable Layout/EmptyLines
|
|
793
|
+
end
|
|
794
|
+
end
|
|
795
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|