oci 2.5.1 → 2.5.2
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 +17 -2
- data/lib/oci.rb +1 -0
- data/lib/oci/autoscaling/auto_scaling_client.rb +5 -5
- data/lib/oci/autoscaling/models/auto_scaling_configuration.rb +2 -2
- data/lib/oci/autoscaling/models/create_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/autoscaling/models/update_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/budget/budget.rb +33 -0
- data/lib/oci/budget/budget_client.rb +767 -0
- data/lib/oci/budget/budget_client_composite_operations.rb +224 -0
- data/lib/oci/budget/models/alert_rule.rb +398 -0
- data/lib/oci/budget/models/alert_rule_summary.rb +396 -0
- data/lib/oci/budget/models/alert_type.rb +10 -0
- data/lib/oci/budget/models/budget.rb +413 -0
- data/lib/oci/budget/models/budget_summary.rb +413 -0
- data/lib/oci/budget/models/create_alert_rule_details.rb +288 -0
- data/lib/oci/budget/models/create_budget_details.rb +267 -0
- data/lib/oci/budget/models/lifecycle_state.rb +10 -0
- data/lib/oci/budget/models/reset_period.rb +9 -0
- data/lib/oci/budget/models/sort_by.rb +10 -0
- data/lib/oci/budget/models/sort_order.rb +10 -0
- data/lib/oci/budget/models/threshold_type.rb +10 -0
- data/lib/oci/budget/models/update_alert_rule_details.rb +288 -0
- data/lib/oci/budget/models/update_budget_details.rb +239 -0
- data/lib/oci/budget/util.rb +2 -0
- data/lib/oci/core/blockstorage_client.rb +35 -35
- data/lib/oci/core/compute_client.rb +41 -41
- data/lib/oci/core/compute_management_client.rb +6 -6
- data/lib/oci/core/models/app_catalog_listing_resource_version.rb +1 -1
- data/lib/oci/core/models/attach_vnic_details.rb +1 -1
- data/lib/oci/core/models/boot_volume.rb +4 -4
- data/lib/oci/core/models/boot_volume_backup.rb +4 -4
- data/lib/oci/core/models/capture_console_history_details.rb +2 -2
- data/lib/oci/core/models/console_history.rb +2 -2
- data/lib/oci/core/models/cpe.rb +4 -4
- data/lib/oci/core/models/create_boot_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/create_boot_volume_details.rb +2 -2
- data/lib/oci/core/models/create_cpe_details.rb +2 -2
- data/lib/oci/core/models/create_dhcp_details.rb +2 -2
- data/lib/oci/core/models/create_drg_attachment_details.rb +1 -1
- data/lib/oci/core/models/create_drg_details.rb +2 -2
- data/lib/oci/core/models/create_image_details.rb +2 -2
- data/lib/oci/core/models/create_instance_configuration_details.rb +2 -2
- data/lib/oci/core/models/create_instance_console_connection_details.rb +2 -2
- data/lib/oci/core/models/create_instance_pool_details.rb +2 -2
- data/lib/oci/core/models/create_internet_gateway_details.rb +2 -2
- data/lib/oci/core/models/create_ip_sec_connection_details.rb +2 -2
- data/lib/oci/core/models/create_local_peering_gateway_details.rb +3 -3
- data/lib/oci/core/models/create_nat_gateway_details.rb +4 -4
- data/lib/oci/core/models/create_private_ip_details.rb +3 -3
- data/lib/oci/core/models/create_public_ip_details.rb +3 -3
- data/lib/oci/core/models/create_route_table_details.rb +2 -2
- data/lib/oci/core/models/create_security_list_details.rb +2 -2
- data/lib/oci/core/models/create_service_gateway_details.rb +4 -4
- data/lib/oci/core/models/create_subnet_details.rb +3 -3
- data/lib/oci/core/models/create_vcn_details.rb +3 -3
- data/lib/oci/core/models/create_vnic_details.rb +7 -7
- data/lib/oci/core/models/create_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/create_volume_details.rb +2 -2
- data/lib/oci/core/models/create_volume_group_backup_details.rb +2 -2
- data/lib/oci/core/models/create_volume_group_details.rb +2 -2
- data/lib/oci/core/models/cross_connect.rb +2 -2
- data/lib/oci/core/models/cross_connect_group.rb +2 -2
- data/lib/oci/core/models/dhcp_dns_option.rb +2 -2
- data/lib/oci/core/models/dhcp_option.rb +2 -2
- data/lib/oci/core/models/dhcp_options.rb +5 -5
- data/lib/oci/core/models/dhcp_search_domain_option.rb +1 -1
- data/lib/oci/core/models/drg.rb +4 -4
- data/lib/oci/core/models/drg_attachment.rb +2 -2
- data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +2 -2
- data/lib/oci/core/models/fast_connect_provider_service.rb +1 -1
- data/lib/oci/core/models/image.rb +4 -4
- data/lib/oci/core/models/instance.rb +5 -5
- data/lib/oci/core/models/instance_configuration.rb +2 -2
- data/lib/oci/core/models/instance_configuration_attach_vnic_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_create_volume_details.rb +2 -2
- data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +3 -3
- data/lib/oci/core/models/instance_console_connection.rb +3 -3
- data/lib/oci/core/models/instance_pool.rb +2 -2
- data/lib/oci/core/models/internet_gateway.rb +4 -4
- data/lib/oci/core/models/ip_sec_connection.rb +4 -4
- data/lib/oci/core/models/launch_instance_details.rb +3 -3
- data/lib/oci/core/models/local_peering_gateway.rb +5 -5
- data/lib/oci/core/models/nat_gateway.rb +7 -7
- data/lib/oci/core/models/peer_region_for_remote_peering.rb +1 -1
- data/lib/oci/core/models/private_ip.rb +5 -5
- data/lib/oci/core/models/public_ip.rb +4 -4
- data/lib/oci/core/models/remote_peering_connection.rb +2 -2
- data/lib/oci/core/models/route_rule.rb +1 -1
- data/lib/oci/core/models/route_table.rb +4 -4
- data/lib/oci/core/models/security_list.rb +4 -4
- data/lib/oci/core/models/service.rb +1 -1
- data/lib/oci/core/models/service_gateway.rb +7 -7
- data/lib/oci/core/models/service_id_request_details.rb +1 -1
- data/lib/oci/core/models/service_id_response_details.rb +1 -1
- data/lib/oci/core/models/shape.rb +1 -1
- data/lib/oci/core/models/subnet.rb +7 -7
- data/lib/oci/core/models/update_boot_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/update_boot_volume_details.rb +2 -2
- data/lib/oci/core/models/update_console_history_details.rb +2 -2
- data/lib/oci/core/models/update_cpe_details.rb +2 -2
- data/lib/oci/core/models/update_dhcp_details.rb +2 -2
- data/lib/oci/core/models/update_drg_attachment_details.rb +1 -1
- data/lib/oci/core/models/update_drg_details.rb +2 -2
- data/lib/oci/core/models/update_image_details.rb +2 -2
- data/lib/oci/core/models/update_instance_configuration_details.rb +2 -2
- data/lib/oci/core/models/update_instance_details.rb +2 -2
- data/lib/oci/core/models/update_instance_pool_details.rb +2 -2
- data/lib/oci/core/models/update_internet_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_ip_sec_connection_details.rb +2 -2
- data/lib/oci/core/models/update_local_peering_gateway_details.rb +3 -3
- data/lib/oci/core/models/update_nat_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_private_ip_details.rb +3 -3
- data/lib/oci/core/models/update_public_ip_details.rb +2 -2
- data/lib/oci/core/models/update_route_table_details.rb +2 -2
- data/lib/oci/core/models/update_security_list_details.rb +2 -2
- data/lib/oci/core/models/update_service_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_subnet_details.rb +2 -2
- data/lib/oci/core/models/update_vcn_details.rb +2 -2
- data/lib/oci/core/models/update_vnic_details.rb +4 -4
- data/lib/oci/core/models/update_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/update_volume_details.rb +2 -2
- data/lib/oci/core/models/update_volume_group_backup_details.rb +2 -2
- data/lib/oci/core/models/update_volume_group_details.rb +2 -2
- data/lib/oci/core/models/vcn.rb +6 -6
- data/lib/oci/core/models/virtual_circuit.rb +4 -4
- data/lib/oci/core/models/virtual_circuit_public_prefix.rb +1 -1
- data/lib/oci/core/models/vnic.rb +7 -7
- data/lib/oci/core/models/vnic_attachment.rb +2 -2
- data/lib/oci/core/models/volume.rb +4 -4
- data/lib/oci/core/models/volume_attachment.rb +1 -1
- data/lib/oci/core/models/volume_backup.rb +4 -4
- data/lib/oci/core/models/volume_group.rb +3 -3
- data/lib/oci/core/models/volume_group_backup.rb +4 -4
- data/lib/oci/core/virtual_network_client.rb +121 -121
- data/lib/oci/core/virtual_network_client_composite_operations.rb +6 -6
- data/lib/oci/database/database.rb +4 -0
- data/lib/oci/database/database_client.rb +202 -78
- data/lib/oci/database/database_client_composite_operations.rb +65 -25
- data/lib/oci/database/models/autonomous_data_warehouse.rb +4 -4
- data/lib/oci/database/models/autonomous_data_warehouse_backup.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse_backup_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_database.rb +43 -8
- data/lib/oci/database/models/autonomous_database_backup.rb +3 -3
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_database_summary.rb +43 -8
- data/lib/oci/database/models/backup.rb +3 -3
- data/lib/oci/database/models/backup_summary.rb +4 -4
- data/lib/oci/database/models/create_autonomous_data_warehouse_backup_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_data_warehouse_details.rb +3 -3
- data/lib/oci/database/models/create_autonomous_database_backup_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +33 -4
- data/lib/oci/database/models/create_backup_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_database_details.rb +2 -2
- data/lib/oci/database/models/create_database_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +1 -1
- data/lib/oci/database/models/create_external_backup_job_details.rb +1 -1
- data/lib/oci/database/models/data_guard_association.rb +6 -6
- data/lib/oci/database/models/data_guard_association_summary.rb +9 -9
- data/lib/oci/database/models/database.rb +5 -5
- data/lib/oci/database/models/database_summary.rb +7 -7
- data/lib/oci/database/models/db_backup_config.rb +1 -1
- data/lib/oci/database/models/db_home.rb +4 -4
- data/lib/oci/database/models/db_home_summary.rb +6 -6
- data/lib/oci/database/models/db_iorm_config.rb +181 -0
- data/lib/oci/database/models/db_iorm_config_update_detail.rb +166 -0
- data/lib/oci/database/models/db_node.rb +4 -4
- data/lib/oci/database/models/db_node_summary.rb +5 -5
- data/lib/oci/database/models/db_system.rb +41 -11
- data/lib/oci/database/models/db_system_shape_summary.rb +2 -2
- data/lib/oci/database/models/db_system_summary.rb +30 -16
- data/lib/oci/database/models/db_version_summary.rb +1 -1
- data/lib/oci/database/models/exadata_iorm_config.rb +247 -0
- data/lib/oci/database/models/exadata_iorm_config_update_details.rb +186 -0
- data/lib/oci/database/models/external_backup_job.rb +2 -2
- data/lib/oci/database/models/launch_db_system_base.rb +24 -10
- data/lib/oci/database/models/launch_db_system_details.rb +5 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
- data/lib/oci/database/models/patch.rb +1 -1
- data/lib/oci/database/models/patch_details.rb +1 -1
- data/lib/oci/database/models/patch_history_entry.rb +2 -2
- data/lib/oci/database/models/patch_history_entry_summary.rb +2 -2
- data/lib/oci/database/models/patch_summary.rb +2 -2
- data/lib/oci/database/models/update_autonomous_data_warehouse_details.rb +2 -2
- data/lib/oci/database/models/update_autonomous_database_details.rb +2 -2
- data/lib/oci/database/models/update_database_details.rb +2 -2
- data/lib/oci/database/models/update_db_system_details.rb +2 -2
- data/lib/oci/dns/dns_client.rb +1 -1
- data/lib/oci/dns/models/create_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/create_zone_details.rb +1 -1
- data/lib/oci/dns/models/record.rb +1 -1
- data/lib/oci/dns/models/record_details.rb +1 -1
- data/lib/oci/dns/models/record_operation.rb +1 -1
- data/lib/oci/dns/models/steering_policy.rb +1 -1
- data/lib/oci/dns/models/steering_policy_summary.rb +1 -1
- data/lib/oci/dns/models/update_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/update_zone_details.rb +1 -1
- data/lib/oci/dns/models/zone.rb +1 -1
- data/lib/oci/dns/models/zone_summary.rb +1 -1
- data/lib/oci/email/email_client.rb +3 -3
- data/lib/oci/email/models/create_sender_details.rb +2 -2
- data/lib/oci/email/models/sender.rb +2 -2
- data/lib/oci/email/models/sender_summary.rb +2 -2
- data/lib/oci/email/models/update_sender_details.rb +2 -2
- data/lib/oci/file_storage/file_storage_client.rb +14 -14
- data/lib/oci/file_storage/models/create_file_system_details.rb +2 -2
- data/lib/oci/file_storage/models/create_mount_target_details.rb +3 -3
- data/lib/oci/file_storage/models/create_snapshot_details.rb +2 -2
- data/lib/oci/file_storage/models/export.rb +1 -1
- data/lib/oci/file_storage/models/file_system.rb +3 -3
- data/lib/oci/file_storage/models/mount_target.rb +2 -2
- data/lib/oci/file_storage/models/snapshot.rb +2 -2
- data/lib/oci/file_storage/models/update_file_system_details.rb +2 -2
- data/lib/oci/file_storage/models/update_mount_target_details.rb +2 -2
- data/lib/oci/file_storage/models/update_snapshot_details.rb +2 -2
- data/lib/oci/healthchecks/models/create_http_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/http_monitor.rb +2 -2
- data/lib/oci/healthchecks/models/http_monitor_summary.rb +2 -2
- data/lib/oci/healthchecks/models/ping_monitor.rb +2 -2
- data/lib/oci/healthchecks/models/ping_monitor_summary.rb +2 -2
- data/lib/oci/healthchecks/models/update_http_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +2 -2
- data/lib/oci/identity/identity.rb +7 -0
- data/lib/oci/identity/identity_client.rb +461 -36
- data/lib/oci/identity/identity_client_composite_operations.rb +119 -0
- data/lib/oci/identity/models/api_key.rb +2 -2
- data/lib/oci/identity/models/auth_token.rb +1 -1
- data/lib/oci/identity/models/authentication_policy.rb +168 -0
- data/lib/oci/identity/models/availability_domain.rb +1 -1
- data/lib/oci/identity/models/compartment.rb +5 -5
- data/lib/oci/identity/models/create_compartment_details.rb +2 -2
- data/lib/oci/identity/models/create_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/create_group_details.rb +2 -2
- data/lib/oci/identity/models/create_identity_provider_details.rb +2 -2
- data/lib/oci/identity/models/create_policy_details.rb +4 -4
- data/lib/oci/identity/models/create_tag_default_details.rb +180 -0
- data/lib/oci/identity/models/create_tag_details.rb +2 -2
- data/lib/oci/identity/models/create_tag_namespace_details.rb +2 -2
- data/lib/oci/identity/models/create_user_details.rb +13 -3
- data/lib/oci/identity/models/customer_secret_key.rb +2 -2
- data/lib/oci/identity/models/dynamic_group.rb +2 -2
- data/lib/oci/identity/models/group.rb +5 -5
- data/lib/oci/identity/models/identity_provider.rb +4 -4
- data/lib/oci/identity/models/idp_group_mapping.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_device.rb +20 -9
- data/lib/oci/identity/models/mfa_totp_device_summary.rb +7 -1
- data/lib/oci/identity/models/password_policy.rb +234 -0
- data/lib/oci/identity/models/policy.rb +4 -4
- data/lib/oci/identity/models/region.rb +2 -2
- data/lib/oci/identity/models/region_subscription.rb +2 -2
- data/lib/oci/identity/models/saml2_identity_provider.rb +1 -1
- data/lib/oci/identity/models/smtp_credential.rb +1 -1
- data/lib/oci/identity/models/smtp_credential_summary.rb +1 -1
- data/lib/oci/identity/models/swift_password.rb +1 -1
- data/lib/oci/identity/models/tag.rb +4 -4
- data/lib/oci/identity/models/tag_default.rb +280 -0
- data/lib/oci/identity/models/tag_default_summary.rb +274 -0
- data/lib/oci/identity/models/tag_namespace.rb +4 -4
- data/lib/oci/identity/models/tag_namespace_summary.rb +3 -3
- data/lib/oci/identity/models/tag_summary.rb +3 -3
- data/lib/oci/identity/models/tenancy.rb +4 -4
- data/lib/oci/identity/models/ui_password.rb +1 -1
- data/lib/oci/identity/models/update_authentication_policy_details.rb +154 -0
- data/lib/oci/identity/models/update_compartment_details.rb +2 -2
- data/lib/oci/identity/models/update_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/update_group_details.rb +2 -2
- data/lib/oci/identity/models/update_identity_provider_details.rb +2 -2
- data/lib/oci/identity/models/update_policy_details.rb +4 -4
- data/lib/oci/identity/models/update_tag_default_details.rb +150 -0
- data/lib/oci/identity/models/update_tag_details.rb +3 -3
- data/lib/oci/identity/models/update_tag_namespace_details.rb +3 -3
- data/lib/oci/identity/models/update_user_details.rb +13 -3
- data/lib/oci/identity/models/user.rb +19 -7
- data/lib/oci/load_balancer/load_balancer_client.rb +64 -64
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +23 -23
- data/lib/oci/load_balancer/models/backend.rb +2 -2
- data/lib/oci/load_balancer/models/backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/certificate.rb +1 -1
- data/lib/oci/load_balancer/models/certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/connection_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/create_backend_details.rb +2 -2
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_listener_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +6 -6
- data/lib/oci/load_balancer/models/health_check_result.rb +1 -1
- data/lib/oci/load_balancer/models/health_checker.rb +1 -1
- data/lib/oci/load_balancer/models/hostname.rb +1 -1
- data/lib/oci/load_balancer/models/hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/listener.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +11 -11
- data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_policy.rb +1 -1
- data/lib/oci/load_balancer/models/path_match_type.rb +1 -1
- data/lib/oci/load_balancer/models/path_route_set.rb +1 -1
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_hostname_details.rb +2 -2
- data/lib/oci/load_balancer/models/update_load_balancer_details.rb +2 -2
- data/lib/oci/load_balancer/models/work_request.rb +3 -3
- data/lib/oci/monitoring/models/alarm.rb +10 -10
- data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +5 -5
- data/lib/oci/monitoring/models/alarm_summary.rb +10 -10
- data/lib/oci/monitoring/models/create_alarm_details.rb +5 -5
- data/lib/oci/monitoring/models/metric.rb +2 -2
- data/lib/oci/monitoring/models/metric_data.rb +2 -2
- data/lib/oci/monitoring/models/metric_data_details.rb +1 -1
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +2 -2
- data/lib/oci/monitoring/models/suppression.rb +1 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +5 -5
- data/lib/oci/monitoring/monitoring_client.rb +20 -20
- data/lib/oci/monitoring/monitoring_client_composite_operations.rb +2 -2
- data/lib/oci/object_storage/models/bucket.rb +4 -4
- data/lib/oci/object_storage/models/bucket_summary.rb +3 -3
- data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +1 -1
- data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +1 -1
- data/lib/oci/object_storage/models/copy_object_details.rb +1 -1
- data/lib/oci/object_storage/models/create_bucket_details.rb +3 -3
- data/lib/oci/object_storage/models/create_multipart_upload_details.rb +1 -1
- data/lib/oci/object_storage/models/list_objects.rb +1 -1
- data/lib/oci/object_storage/models/multipart_upload.rb +2 -2
- data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_policy.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +2 -2
- data/lib/oci/object_storage/models/object_summary.rb +1 -1
- data/lib/oci/object_storage/models/preauthenticated_request.rb +2 -2
- data/lib/oci/object_storage/models/rename_object_details.rb +1 -1
- data/lib/oci/object_storage/models/update_bucket_details.rb +3 -3
- data/lib/oci/object_storage/object_storage_client.rb +3 -3
- data/lib/oci/ons/models/confirmation_result.rb +2 -2
- data/lib/oci/ons/models/create_subscription_details.rb +4 -4
- data/lib/oci/ons/models/create_topic_details.rb +3 -3
- data/lib/oci/ons/models/notification_topic.rb +4 -4
- data/lib/oci/ons/models/notification_topic_summary.rb +4 -4
- data/lib/oci/ons/models/subscription.rb +3 -3
- data/lib/oci/ons/models/subscription_summary.rb +4 -4
- data/lib/oci/ons/models/topic_attributes_details.rb +2 -2
- data/lib/oci/ons/models/update_subscription_details.rb +2 -2
- data/lib/oci/ons/notification_control_plane_client.rb +9 -9
- data/lib/oci/ons/notification_data_plane_client.rb +10 -10
- data/lib/oci/ons/notification_data_plane_client_composite_operations.rb +1 -1
- data/lib/oci/regions.rb +1 -0
- data/lib/oci/resource_manager/models/create_job_details.rb +2 -2
- data/lib/oci/resource_manager/models/create_stack_details.rb +2 -2
- data/lib/oci/resource_manager/models/job.rb +2 -2
- data/lib/oci/resource_manager/models/job_summary.rb +2 -2
- data/lib/oci/resource_manager/models/stack.rb +2 -2
- data/lib/oci/resource_manager/models/stack_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_job_details.rb +2 -2
- data/lib/oci/resource_manager/models/update_stack_details.rb +2 -2
- data/lib/oci/resource_manager/resource_manager_client.rb +6 -6
- data/lib/oci/streaming/models/create_stream_details.rb +2 -2
- data/lib/oci/streaming/models/stream.rb +2 -2
- data/lib/oci/streaming/models/stream_summary.rb +2 -2
- data/lib/oci/streaming/models/update_stream_details.rb +2 -2
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/models/certificate.rb +2 -2
- data/lib/oci/waas/models/certificate_summary.rb +2 -2
- data/lib/oci/waas/models/create_certificate_details.rb +1 -1
- data/lib/oci/waas/models/create_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/update_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/waas_policy.rb +2 -2
- data/lib/oci/waas/models/waas_policy_summary.rb +2 -2
- data/lib/oci/waas/models/work_request.rb +3 -3
- data/lib/oci/waas/models/work_request_resource.rb +1 -1
- data/lib/oci/waas/models/work_request_summary.rb +2 -2
- data/lib/oci/waas/waas_client.rb +53 -53
- data/lib/oci/waas/waas_client_composite_operations.rb +18 -18
- metadata +31 -2
|
@@ -28,7 +28,7 @@ module OCI
|
|
|
28
28
|
# to enter the given state(s).
|
|
29
29
|
#
|
|
30
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.
|
|
31
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and servers.
|
|
32
32
|
# @param [String] backend_set_name The name of the backend set to add the backend server to.
|
|
33
33
|
#
|
|
34
34
|
# Example: `example_backend_set`
|
|
@@ -82,7 +82,7 @@ module OCI
|
|
|
82
82
|
# to enter the given state(s).
|
|
83
83
|
#
|
|
84
84
|
# @param [OCI::LoadBalancer::Models::CreateBackendSetDetails] create_backend_set_details The details for adding a backend set.
|
|
85
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
85
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add a backend set.
|
|
86
86
|
# @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}
|
|
87
87
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_backend_set}
|
|
88
88
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -132,7 +132,7 @@ module OCI
|
|
|
132
132
|
# to enter the given state(s).
|
|
133
133
|
#
|
|
134
134
|
# @param [OCI::LoadBalancer::Models::CreateCertificateDetails] create_certificate_details The details of the certificate bundle to add.
|
|
135
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
135
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add the certificate bundle.
|
|
136
136
|
# @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}
|
|
137
137
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_certificate}
|
|
138
138
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -182,7 +182,7 @@ module OCI
|
|
|
182
182
|
# to enter the given state(s).
|
|
183
183
|
#
|
|
184
184
|
# @param [OCI::LoadBalancer::Models::CreateHostnameDetails] create_hostname_details The details of the hostname resource to add to the specified load balancer.
|
|
185
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
185
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer to add the hostname to.
|
|
186
186
|
# @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}
|
|
187
187
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_hostname}
|
|
188
188
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -232,7 +232,7 @@ module OCI
|
|
|
232
232
|
# to enter the given state(s).
|
|
233
233
|
#
|
|
234
234
|
# @param [OCI::LoadBalancer::Models::CreateListenerDetails] create_listener_details Details to add a listener.
|
|
235
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
235
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer on which to add a listener.
|
|
236
236
|
# @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}
|
|
237
237
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_listener}
|
|
238
238
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -331,7 +331,7 @@ module OCI
|
|
|
331
331
|
# to enter the given state(s).
|
|
332
332
|
#
|
|
333
333
|
# @param [OCI::LoadBalancer::Models::CreatePathRouteSetDetails] create_path_route_set_details The details of the path route set to add.
|
|
334
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
334
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer to add the path route set to.
|
|
335
335
|
# @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}
|
|
336
336
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_path_route_set}
|
|
337
337
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -380,7 +380,7 @@ module OCI
|
|
|
380
380
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#create_rule_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
381
381
|
# to enter the given state(s).
|
|
382
382
|
#
|
|
383
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
383
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the specified load balancer.
|
|
384
384
|
# @param [OCI::LoadBalancer::Models::CreateRuleSetDetails] create_rule_set_details The configuration details for the rule set to create.
|
|
385
385
|
# @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}
|
|
386
386
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#create_rule_set}
|
|
@@ -430,7 +430,7 @@ module OCI
|
|
|
430
430
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_backend} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
431
431
|
# to enter the given state(s).
|
|
432
432
|
#
|
|
433
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
433
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and server.
|
|
434
434
|
# @param [String] backend_set_name The name of the backend set associated with the backend server.
|
|
435
435
|
#
|
|
436
436
|
# Example: `example_backend_set`
|
|
@@ -487,7 +487,7 @@ module OCI
|
|
|
487
487
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_backend_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
488
488
|
# to enter the given state(s).
|
|
489
489
|
#
|
|
490
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
490
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set.
|
|
491
491
|
# @param [String] backend_set_name The name of the backend set to delete.
|
|
492
492
|
#
|
|
493
493
|
# Example: `example_backend_set`
|
|
@@ -540,7 +540,7 @@ module OCI
|
|
|
540
540
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_certificate} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
541
541
|
# to enter the given state(s).
|
|
542
542
|
#
|
|
543
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
543
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the certificate bundle
|
|
544
544
|
# to be deleted.
|
|
545
545
|
#
|
|
546
546
|
# @param [String] certificate_name The name of the certificate bundle to delete.
|
|
@@ -595,7 +595,7 @@ module OCI
|
|
|
595
595
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_hostname} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
596
596
|
# to enter the given state(s).
|
|
597
597
|
#
|
|
598
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
598
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the hostname to delete.
|
|
599
599
|
# @param [String] name The name of the hostname resource to delete.
|
|
600
600
|
#
|
|
601
601
|
# Example: `example_hostname_001`
|
|
@@ -648,7 +648,7 @@ module OCI
|
|
|
648
648
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_listener} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
649
649
|
# to enter the given state(s).
|
|
650
650
|
#
|
|
651
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
651
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the listener to delete.
|
|
652
652
|
# @param [String] listener_name The name of the listener to delete.
|
|
653
653
|
#
|
|
654
654
|
# Example: `example_listener`
|
|
@@ -701,7 +701,7 @@ module OCI
|
|
|
701
701
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_load_balancer} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
702
702
|
# to enter the given state(s).
|
|
703
703
|
#
|
|
704
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
704
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer to delete.
|
|
705
705
|
# @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}
|
|
706
706
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#delete_load_balancer}
|
|
707
707
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -750,7 +750,7 @@ module OCI
|
|
|
750
750
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_path_route_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
751
751
|
# to enter the given state(s).
|
|
752
752
|
#
|
|
753
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
753
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the path route set to delete.
|
|
754
754
|
# @param [String] path_route_set_name The name of the path route set to delete.
|
|
755
755
|
#
|
|
756
756
|
# Example: `example_path_route_set`
|
|
@@ -803,7 +803,7 @@ module OCI
|
|
|
803
803
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#delete_rule_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
804
804
|
# to enter the given state(s).
|
|
805
805
|
#
|
|
806
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
806
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the specified load balancer.
|
|
807
807
|
# @param [String] rule_set_name The name of the rule set to delete.
|
|
808
808
|
#
|
|
809
809
|
# Example: `example_rule_set`
|
|
@@ -857,7 +857,7 @@ module OCI
|
|
|
857
857
|
# to enter the given state(s).
|
|
858
858
|
#
|
|
859
859
|
# @param [OCI::LoadBalancer::Models::UpdateBackendDetails] update_backend_details Details for updating a backend server.
|
|
860
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
860
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set and server.
|
|
861
861
|
# @param [String] backend_set_name The name of the backend set associated with the backend server.
|
|
862
862
|
#
|
|
863
863
|
# Example: `example_backend_set`
|
|
@@ -915,7 +915,7 @@ module OCI
|
|
|
915
915
|
# to enter the given state(s).
|
|
916
916
|
#
|
|
917
917
|
# @param [OCI::LoadBalancer::Models::UpdateBackendSetDetails] update_backend_set_details The details to update a backend set.
|
|
918
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
918
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the backend set.
|
|
919
919
|
# @param [String] backend_set_name The name of the backend set to update.
|
|
920
920
|
#
|
|
921
921
|
# Example: `example_backend_set`
|
|
@@ -969,7 +969,7 @@ module OCI
|
|
|
969
969
|
# to enter the given state(s).
|
|
970
970
|
#
|
|
971
971
|
# @param [OCI::LoadBalancer::Models::UpdateHealthCheckerDetails] health_checker The health check policy configuration details.
|
|
972
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
972
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the health check policy to be updated.
|
|
973
973
|
# @param [String] backend_set_name The name of the backend set associated with the health check policy to be retrieved.
|
|
974
974
|
#
|
|
975
975
|
# Example: `example_backend_set`
|
|
@@ -1023,7 +1023,7 @@ module OCI
|
|
|
1023
1023
|
# to enter the given state(s).
|
|
1024
1024
|
#
|
|
1025
1025
|
# @param [OCI::LoadBalancer::Models::UpdateHostnameDetails] update_hostname_details The configuration details to update a virtual hostname.
|
|
1026
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
1026
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the virtual hostname
|
|
1027
1027
|
# to update.
|
|
1028
1028
|
#
|
|
1029
1029
|
# @param [String] name The name of the hostname resource to update.
|
|
@@ -1079,7 +1079,7 @@ module OCI
|
|
|
1079
1079
|
# to enter the given state(s).
|
|
1080
1080
|
#
|
|
1081
1081
|
# @param [OCI::LoadBalancer::Models::UpdateListenerDetails] update_listener_details Details to update a listener.
|
|
1082
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
1082
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the listener to update.
|
|
1083
1083
|
# @param [String] listener_name The name of the listener to update.
|
|
1084
1084
|
#
|
|
1085
1085
|
# Example: `example_listener`
|
|
@@ -1133,7 +1133,7 @@ module OCI
|
|
|
1133
1133
|
# to enter the given state(s).
|
|
1134
1134
|
#
|
|
1135
1135
|
# @param [OCI::LoadBalancer::Models::UpdateLoadBalancerDetails] update_load_balancer_details The details for updating a load balancer's configuration.
|
|
1136
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
1136
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer to update.
|
|
1137
1137
|
# @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}
|
|
1138
1138
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::LoadBalancer::LoadBalancerClient#update_load_balancer}
|
|
1139
1139
|
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
@@ -1183,7 +1183,7 @@ module OCI
|
|
|
1183
1183
|
# to enter the given state(s).
|
|
1184
1184
|
#
|
|
1185
1185
|
# @param [OCI::LoadBalancer::Models::UpdatePathRouteSetDetails] update_path_route_set_details The configuration details to update a path route set.
|
|
1186
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
1186
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer associated with the path route set to update.
|
|
1187
1187
|
# @param [String] path_route_set_name The name of the path route set to update.
|
|
1188
1188
|
#
|
|
1189
1189
|
# Example: `example_path_route_set`
|
|
@@ -1236,7 +1236,7 @@ module OCI
|
|
|
1236
1236
|
# Calls {OCI::LoadBalancer::LoadBalancerClient#update_rule_set} and then waits for the {OCI::LoadBalancer::Models::WorkRequest}
|
|
1237
1237
|
# to enter the given state(s).
|
|
1238
1238
|
#
|
|
1239
|
-
# @param [String] load_balancer_id The [OCID](https://docs.
|
|
1239
|
+
# @param [String] load_balancer_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the specified load balancer.
|
|
1240
1240
|
# @param [String] rule_set_name The name of the rule set to update.
|
|
1241
1241
|
#
|
|
1242
1242
|
# Example: `example_rule_set`
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration of a backend server that is a member of a load balancer backend set.
|
|
8
|
-
# For more information, see [Managing Backend Servers](https://docs.
|
|
8
|
+
# For more information, see [Managing Backend Servers](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendservers.htm).
|
|
9
9
|
#
|
|
10
10
|
class LoadBalancer::Models::Backend # rubocop:disable Metrics/LineLength
|
|
11
11
|
# **[Required]** A read-only field showing the IP address and port that uniquely identify this backend server in the backend set.
|
|
@@ -33,7 +33,7 @@ module OCI
|
|
|
33
33
|
# proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
|
|
34
34
|
# as a server weighted '1'.
|
|
35
35
|
# For more information on load balancing policies, see
|
|
36
|
-
# [How Load Balancing Policies Work](https://docs.
|
|
36
|
+
# [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
37
37
|
#
|
|
38
38
|
# Example: `3`
|
|
39
39
|
#
|
|
@@ -24,7 +24,7 @@ module OCI
|
|
|
24
24
|
# proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
|
|
25
25
|
# as a server weighted '1'.
|
|
26
26
|
# For more information on load balancing policies, see
|
|
27
|
-
# [How Load Balancing Policies Work](https://docs.
|
|
27
|
+
# [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
28
28
|
#
|
|
29
29
|
# Example: `3`
|
|
30
30
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration of a load balancer backend set.
|
|
8
8
|
# For more information on backend set configuration, see
|
|
9
|
-
# [Managing Backend Sets](https://docs.
|
|
9
|
+
# [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for a load balancer backend set.
|
|
8
8
|
# For more information on backend set configuration, see
|
|
9
|
-
# [Managing Backend Sets](https://docs.
|
|
9
|
+
# [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::BackendSetDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The load balancer policy for the backend set. To get a list of available policies, use the
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details of a certificate bundle.
|
|
8
8
|
# For more information on SSL certficate configuration, see
|
|
9
|
-
# [Managing SSL Certificates](https://docs.
|
|
9
|
+
# [Managing SSL Certificates](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingcertificates.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for a certificate bundle.
|
|
8
8
|
# For more information on SSL certficate configuration, see
|
|
9
|
-
# [Managing SSL Certificates](https://docs.
|
|
9
|
+
# [Managing SSL Certificates](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingcertificates.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -11,7 +11,7 @@ module OCI
|
|
|
11
11
|
# between the client and backend servers. A send operation does not reset the timer for receive operations. A
|
|
12
12
|
# receive operation does not reset the timer for send operations.
|
|
13
13
|
#
|
|
14
|
-
# For more information, see [Connection Configuration](https://docs.
|
|
14
|
+
# For more information, see [Connection Configuration](https://docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).
|
|
15
15
|
#
|
|
16
16
|
# Example: `1200`
|
|
17
17
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for creating a backend server in a backend set.
|
|
8
8
|
# For more information on backend server configuration, see
|
|
9
|
-
# [Managing Backend Servers](https://docs.
|
|
9
|
+
# [Managing Backend Servers](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendservers.htm).
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::CreateBackendDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The IP address of the backend server.
|
|
@@ -27,7 +27,7 @@ module OCI
|
|
|
27
27
|
# proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
|
|
28
28
|
# as a server weighted '1'.
|
|
29
29
|
# For more information on load balancing policies, see
|
|
30
|
-
# [How Load Balancing Policies Work](https://docs.
|
|
30
|
+
# [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
31
31
|
#
|
|
32
32
|
# Example: `3`
|
|
33
33
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for creating a backend set in a load balancer.
|
|
8
8
|
# For more information on backend set configuration, see
|
|
9
|
-
# [Managing Backend Sets](https://docs.
|
|
9
|
+
# [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for adding a certificate bundle to a listener.
|
|
8
8
|
# For more information on SSL certficate configuration, see
|
|
9
|
-
# [Managing SSL Certificates](https://docs.
|
|
9
|
+
# [Managing SSL Certificates](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingcertificates.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -18,7 +18,7 @@ module OCI
|
|
|
18
18
|
attr_accessor :name
|
|
19
19
|
|
|
20
20
|
# **[Required]** A virtual hostname. For more information about virtual hostname string construction, see
|
|
21
|
-
# [Managing Request Routing](https://docs.
|
|
21
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm#routing).
|
|
22
22
|
#
|
|
23
23
|
# Example: `app.example.com`
|
|
24
24
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for adding a listener to a backend set.
|
|
8
8
|
# For more information on listener configuration, see
|
|
9
|
-
# [Managing Load Balancer Listeners](https://docs.
|
|
9
|
+
# [Managing Load Balancer Listeners](https://docs.cloud.oracle.com/Content/Balance/Tasks/managinglisteners.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -9,7 +9,7 @@ module OCI
|
|
|
9
9
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::CreateLoadBalancerDetails # rubocop:disable Metrics/LineLength
|
|
12
|
-
# **[Required]** The [OCID](https://docs.
|
|
12
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to create the load balancer.
|
|
13
13
|
# @return [String]
|
|
14
14
|
attr_accessor :compartment_id
|
|
15
15
|
|
|
@@ -37,8 +37,8 @@ module OCI
|
|
|
37
37
|
# If \"false\", the service assigns a public IP address to the load balancer.
|
|
38
38
|
#
|
|
39
39
|
# A public load balancer is accessible from the internet, depending on your VCN's
|
|
40
|
-
# [security list rules](https://docs.
|
|
41
|
-
# private load balancers, see [How Load Balancing Works](https://docs.
|
|
40
|
+
# [security list rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm). For more information about public and
|
|
41
|
+
# private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
|
42
42
|
#
|
|
43
43
|
# Example: `true`
|
|
44
44
|
#
|
|
@@ -54,7 +54,7 @@ module OCI
|
|
|
54
54
|
# @return [Hash<String, OCI::LoadBalancer::Models::BackendSetDetails>]
|
|
55
55
|
attr_accessor :backend_sets
|
|
56
56
|
|
|
57
|
-
# **[Required]** An array of subnet [OCIDs](https://docs.
|
|
57
|
+
# **[Required]** An array of subnet [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
58
58
|
# @return [Array<String>]
|
|
59
59
|
attr_accessor :subnet_ids
|
|
60
60
|
|
|
@@ -65,7 +65,7 @@ module OCI
|
|
|
65
65
|
attr_accessor :path_route_sets
|
|
66
66
|
|
|
67
67
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
68
|
-
# For more information, see [Resource Tags](https://docs.
|
|
68
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
#
|
|
70
70
|
# Example: `{\"Department\": \"Finance\"}`
|
|
71
71
|
#
|
|
@@ -73,7 +73,7 @@ module OCI
|
|
|
73
73
|
attr_accessor :freeform_tags
|
|
74
74
|
|
|
75
75
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
76
|
-
# For more information, see [Resource Tags](https://docs.
|
|
76
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
77
77
|
#
|
|
78
78
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
79
79
|
#
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
HEALTH_CHECK_STATUS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
21
21
|
].freeze
|
|
22
22
|
|
|
23
|
-
# **[Required]** The [OCID](https://docs.
|
|
23
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet hosting the load balancer that reported this health check status.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :subnet_id
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
6
6
|
module OCI
|
|
7
7
|
# The health check policy configuration.
|
|
8
|
-
# For more information, see [Editing Health Check Policies](https://docs.
|
|
8
|
+
# For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/Content/Balance/Tasks/editinghealthcheck.htm).
|
|
9
9
|
#
|
|
10
10
|
class LoadBalancer::Models::HealthChecker # rubocop:disable Metrics/LineLength
|
|
11
11
|
# **[Required]** The protocol the health check must use; either HTTP or TCP.
|
|
@@ -18,7 +18,7 @@ module OCI
|
|
|
18
18
|
attr_accessor :name
|
|
19
19
|
|
|
20
20
|
# **[Required]** A virtual hostname. For more information about virtual hostname string construction, see
|
|
21
|
-
# [Managing Request Routing](https://docs.
|
|
21
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm#routing).
|
|
22
22
|
#
|
|
23
23
|
# Example: `app.example.com`
|
|
24
24
|
#
|
|
@@ -14,7 +14,7 @@ module OCI
|
|
|
14
14
|
attr_accessor :name
|
|
15
15
|
|
|
16
16
|
# **[Required]** A virtual hostname. For more information about virtual hostname string construction, see
|
|
17
|
-
# [Managing Request Routing](https://docs.
|
|
17
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm#routing).
|
|
18
18
|
#
|
|
19
19
|
# Example: `app.example.com`
|
|
20
20
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The listener's configuration.
|
|
8
8
|
# For more information on backend set configuration, see
|
|
9
|
-
# [Managing Load Balancer Listeners](https://docs.
|
|
9
|
+
# [Managing Load Balancer Listeners](https://docs.cloud.oracle.com/Content/Balance/Tasks/managinglisteners.htm).
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::Listener # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** A friendly name for the listener. It must be unique and it cannot be changed.
|
|
@@ -6,15 +6,15 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# The properties that define a load balancer. For more information, see
|
|
9
|
-
# [Managing a Load Balancer](https://docs.
|
|
9
|
+
# [Managing a Load Balancer](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingloadbalancer.htm).
|
|
10
10
|
#
|
|
11
11
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
12
12
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
13
|
-
# [Getting Started with Policies](https://docs.
|
|
13
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
14
14
|
#
|
|
15
15
|
# For information about endpoints and signing API requests, see
|
|
16
|
-
# [About the API](https://docs.
|
|
17
|
-
# [SDKS and Other Tools](https://docs.
|
|
16
|
+
# [About the API](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm). For information about available SDKs and tools, see
|
|
17
|
+
# [SDKS and Other Tools](https://docs.cloud.oracle.com/Content/API/Concepts/sdks.htm).
|
|
18
18
|
#
|
|
19
19
|
class LoadBalancer::Models::LoadBalancer # rubocop:disable Metrics/LineLength
|
|
20
20
|
LIFECYCLE_STATE_ENUM = [
|
|
@@ -26,11 +26,11 @@ module OCI
|
|
|
26
26
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
27
27
|
].freeze
|
|
28
28
|
|
|
29
|
-
# **[Required]** The [OCID](https://docs.
|
|
29
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer.
|
|
30
30
|
# @return [String]
|
|
31
31
|
attr_accessor :id
|
|
32
32
|
|
|
33
|
-
# **[Required]** The [OCID](https://docs.
|
|
33
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the load balancer.
|
|
34
34
|
# @return [String]
|
|
35
35
|
attr_accessor :compartment_id
|
|
36
36
|
|
|
@@ -74,15 +74,15 @@ module OCI
|
|
|
74
74
|
# If \"false\", the service assigns a public IP address to the load balancer.
|
|
75
75
|
#
|
|
76
76
|
# A public load balancer is accessible from the internet, depending on your VCN's
|
|
77
|
-
# [security list rules](https://docs.
|
|
78
|
-
# private load balancers, see [How Load Balancing Works](https://docs.
|
|
77
|
+
# [security list rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm). For more information about public and
|
|
78
|
+
# private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
|
79
79
|
#
|
|
80
80
|
# Example: `true`
|
|
81
81
|
#
|
|
82
82
|
# @return [BOOLEAN]
|
|
83
83
|
attr_accessor :is_private
|
|
84
84
|
|
|
85
|
-
# An array of subnet [OCIDs](https://docs.
|
|
85
|
+
# An array of subnet [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
86
86
|
# @return [Array<String>]
|
|
87
87
|
attr_accessor :subnet_ids
|
|
88
88
|
|
|
@@ -102,7 +102,7 @@ module OCI
|
|
|
102
102
|
attr_accessor :path_route_sets
|
|
103
103
|
|
|
104
104
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
105
|
-
# For more information, see [Resource Tags](https://docs.
|
|
105
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
106
106
|
#
|
|
107
107
|
# Example: `{\"Department\": \"Finance\"}`
|
|
108
108
|
#
|
|
@@ -110,7 +110,7 @@ module OCI
|
|
|
110
110
|
attr_accessor :freeform_tags
|
|
111
111
|
|
|
112
112
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
113
|
-
# For more information, see [Resource Tags](https://docs.
|
|
113
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
114
114
|
#
|
|
115
115
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
116
116
|
#
|