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
|
@@ -15,7 +15,7 @@ module OCI
|
|
|
15
15
|
STATUS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
16
16
|
].freeze
|
|
17
17
|
|
|
18
|
-
# **[Required]** The [OCID](https://docs.
|
|
18
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer the health status is associated with.
|
|
19
19
|
#
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :load_balancer_id
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# A policy that determines how traffic is distributed among backend servers.
|
|
8
8
|
# For more information on load balancing policies, see
|
|
9
|
-
# [How Load Balancing Policies Work](https://docs.
|
|
9
|
+
# [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::LoadBalancerPolicy # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The name of a load balancing policy.
|
|
@@ -28,7 +28,7 @@ module OCI
|
|
|
28
28
|
# * **SUFFIX_MATCH** - Looks for a `path` string that matches the ending portion of the incoming URI path.
|
|
29
29
|
#
|
|
30
30
|
# For a full description of how the system handles `matchType` in a path route set containing multiple rules, see
|
|
31
|
-
# [Managing Request Routing](https://docs.
|
|
31
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm).
|
|
32
32
|
#
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_reader :match_type
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
6
6
|
module OCI
|
|
7
7
|
# A named set of path route rules. For more information, see
|
|
8
|
-
# [Managing Request Routing](https://docs.
|
|
8
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm).
|
|
9
9
|
#
|
|
10
10
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
11
11
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for implementing session persistence. Session persistence enables the Load Balancing
|
|
8
8
|
# Service to direct any number of requests that originate from a single logical client to a single backend web server.
|
|
9
|
-
# For more information, see [Session Persistence](https://docs.
|
|
9
|
+
# For more information, see [Session Persistence](https://docs.cloud.oracle.com/Content/Balance/Reference/sessionpersistence.htm).
|
|
10
10
|
#
|
|
11
11
|
# To disable session persistence on a running load balancer, use the
|
|
12
12
|
# {#update_backend_set update_backend_set} operation and specify \"null\" for the
|
|
@@ -10,7 +10,7 @@ module OCI
|
|
|
10
10
|
# proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
|
|
11
11
|
# as a server weighted '1'.
|
|
12
12
|
# For more information on load balancing policies, see
|
|
13
|
-
# [How Load Balancing Policies Work](https://docs.
|
|
13
|
+
# [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
14
14
|
#
|
|
15
15
|
# Example: `3`
|
|
16
16
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for updating 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::UpdateBackendSetDetails # 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,11 +6,11 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# The configuration details for updating a virtual hostname.
|
|
8
8
|
# For more information on virtual hostnames, see
|
|
9
|
-
# [Managing Request Routing](https://docs.
|
|
9
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm).
|
|
10
10
|
#
|
|
11
11
|
class LoadBalancer::Models::UpdateHostnameDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# The virtual hostname to update. For more information about virtual hostname string construction, see
|
|
13
|
-
# [Managing Request Routing](https://docs.
|
|
13
|
+
# [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm#routing).
|
|
14
14
|
#
|
|
15
15
|
# Example: `app.example.com`
|
|
16
16
|
#
|
|
@@ -18,7 +18,7 @@ module OCI
|
|
|
18
18
|
attr_accessor :display_name
|
|
19
19
|
|
|
20
20
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
21
|
-
# For more information, see [Resource Tags](https://docs.
|
|
21
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
22
22
|
#
|
|
23
23
|
# Example: `{\"Department\": \"Finance\"}`
|
|
24
24
|
#
|
|
@@ -26,7 +26,7 @@ module OCI
|
|
|
26
26
|
attr_accessor :freeform_tags
|
|
27
27
|
|
|
28
28
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
29
|
-
# For more information, see [Resource Tags](https://docs.
|
|
29
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
30
30
|
#
|
|
31
31
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
32
32
|
#
|
|
@@ -8,7 +8,7 @@ module OCI
|
|
|
8
8
|
# Many of the API requests you use to create and configure load balancing do not take effect immediately.
|
|
9
9
|
# In these cases, the request spawns an asynchronous work flow to fulfill the request. WorkRequest objects provide visibility
|
|
10
10
|
# for in-progress work flows.
|
|
11
|
-
# For more information about work requests, see [Viewing the State of a Work Request](https://docs.
|
|
11
|
+
# For more information about work requests, see [Viewing the State of a Work Request](https://docs.cloud.oracle.com/Content/Balance/Tasks/viewingworkrequest.htm).
|
|
12
12
|
#
|
|
13
13
|
class LoadBalancer::Models::WorkRequest # rubocop:disable Metrics/LineLength
|
|
14
14
|
LIFECYCLE_STATE_ENUM = [
|
|
@@ -19,11 +19,11 @@ module OCI
|
|
|
19
19
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
20
20
|
].freeze
|
|
21
21
|
|
|
22
|
-
# **[Required]** The [OCID](https://docs.
|
|
22
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request.
|
|
23
23
|
# @return [String]
|
|
24
24
|
attr_accessor :id
|
|
25
25
|
|
|
26
|
-
# **[Required]** The [OCID](https://docs.
|
|
26
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the load balancer with which the work request
|
|
27
27
|
# is associated.
|
|
28
28
|
#
|
|
29
29
|
# @return [String]
|
|
@@ -6,15 +6,15 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# The properties that define an alarm.
|
|
9
|
-
# For information about alarms, see [Alarms Overview](https://docs.
|
|
9
|
+
# For information about alarms, see [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
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/iaas/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/iaas/Content/API/Concepts/usingapi.htm). For information about available SDKs and tools, see
|
|
17
|
+
# [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
18
18
|
#
|
|
19
19
|
class Monitoring::Models::Alarm # rubocop:disable Metrics/LineLength
|
|
20
20
|
SEVERITY_ENUM = [
|
|
@@ -32,7 +32,7 @@ module OCI
|
|
|
32
32
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
33
33
|
].freeze
|
|
34
34
|
|
|
35
|
-
# **[Required]** The [OCID](https://docs.
|
|
35
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
|
|
36
36
|
#
|
|
37
37
|
# @return [String]
|
|
38
38
|
attr_accessor :id
|
|
@@ -47,12 +47,12 @@ module OCI
|
|
|
47
47
|
# @return [String]
|
|
48
48
|
attr_accessor :display_name
|
|
49
49
|
|
|
50
|
-
# **[Required]** The [OCID](https://docs.
|
|
50
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
|
|
51
51
|
#
|
|
52
52
|
# @return [String]
|
|
53
53
|
attr_accessor :compartment_id
|
|
54
54
|
|
|
55
|
-
# **[Required]** The [OCID](https://docs.
|
|
55
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
|
|
56
56
|
# being evaluated by the alarm.
|
|
57
57
|
#
|
|
58
58
|
# @return [String]
|
|
@@ -82,9 +82,9 @@ module OCI
|
|
|
82
82
|
# rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
83
83
|
# rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally
|
|
84
84
|
# specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
85
|
-
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.
|
|
85
|
+
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
86
86
|
# For available dimensions, review the metric definition for the supported service.
|
|
87
|
-
# See [Supported Services](https://docs.
|
|
87
|
+
# See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
88
88
|
#
|
|
89
89
|
# Example of threshold alarm:
|
|
90
90
|
#
|
|
@@ -144,7 +144,7 @@ module OCI
|
|
|
144
144
|
# @return [String]
|
|
145
145
|
attr_accessor :body
|
|
146
146
|
|
|
147
|
-
# **[Required]** An array of [OCIDs](https://docs.
|
|
147
|
+
# **[Required]** An array of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the notifications for
|
|
148
148
|
# this alarm will be delivered. An example destination is an OCID for a topic managed by the
|
|
149
149
|
# Oracle Cloud Infrastructure Notification service.
|
|
150
150
|
#
|
|
@@ -7,7 +7,7 @@ module OCI
|
|
|
7
7
|
# The configuration details for retrieving alarm history.
|
|
8
8
|
#
|
|
9
9
|
class Monitoring::Models::AlarmHistoryCollection # rubocop:disable Metrics/LineLength
|
|
10
|
-
# **[Required]** The [OCID](https://docs.
|
|
10
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm for which to retrieve history.
|
|
11
11
|
#
|
|
12
12
|
# @return [String]
|
|
13
13
|
attr_accessor :alarm_id
|
|
@@ -6,15 +6,15 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A summary of properties for the specified alarm and its current evaluation status.
|
|
9
|
-
# For information about alarms, see [Alarms Overview](https://docs.
|
|
9
|
+
# For information about alarms, see [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
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/iaas/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/iaas/Content/API/Concepts/usingapi.htm). For information about available SDKs and tools, see
|
|
17
|
+
# [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
18
18
|
#
|
|
19
19
|
class Monitoring::Models::AlarmStatusSummary # rubocop:disable Metrics/LineLength
|
|
20
20
|
SEVERITY_ENUM = [
|
|
@@ -32,7 +32,7 @@ module OCI
|
|
|
32
32
|
STATUS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
33
33
|
].freeze
|
|
34
34
|
|
|
35
|
-
# **[Required]** The [OCID](https://docs.
|
|
35
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
|
|
36
36
|
#
|
|
37
37
|
# @return [String]
|
|
38
38
|
attr_accessor :id
|
|
@@ -6,15 +6,15 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A summary of properties for the specified alarm.
|
|
9
|
-
# For information about alarms, see [Alarms Overview](https://docs.
|
|
9
|
+
# For information about alarms, see [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
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/iaas/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/iaas/Content/API/Concepts/usingapi.htm). For information about available SDKs and tools, see
|
|
17
|
+
# [SDKS and Other Tools](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm).
|
|
18
18
|
#
|
|
19
19
|
class Monitoring::Models::AlarmSummary # rubocop:disable Metrics/LineLength
|
|
20
20
|
SEVERITY_ENUM = [
|
|
@@ -25,7 +25,7 @@ module OCI
|
|
|
25
25
|
SEVERITY_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
26
26
|
].freeze
|
|
27
27
|
|
|
28
|
-
# **[Required]** The [OCID](https://docs.
|
|
28
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm.
|
|
29
29
|
#
|
|
30
30
|
# @return [String]
|
|
31
31
|
attr_accessor :id
|
|
@@ -40,12 +40,12 @@ module OCI
|
|
|
40
40
|
# @return [String]
|
|
41
41
|
attr_accessor :display_name
|
|
42
42
|
|
|
43
|
-
# **[Required]** The [OCID](https://docs.
|
|
43
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
|
|
44
44
|
#
|
|
45
45
|
# @return [String]
|
|
46
46
|
attr_accessor :compartment_id
|
|
47
47
|
|
|
48
|
-
# **[Required]** The [OCID](https://docs.
|
|
48
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
|
|
49
49
|
# being evaluated by the alarm.
|
|
50
50
|
#
|
|
51
51
|
# @return [String]
|
|
@@ -64,9 +64,9 @@ module OCI
|
|
|
64
64
|
# rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
65
65
|
# rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally
|
|
66
66
|
# specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
67
|
-
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.
|
|
67
|
+
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
68
68
|
# For available dimensions, review the metric definition for the supported service.
|
|
69
|
-
# See [Supported Services](https://docs.
|
|
69
|
+
# See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
70
70
|
#
|
|
71
71
|
# Example of threshold alarm:
|
|
72
72
|
#
|
|
@@ -94,7 +94,7 @@ module OCI
|
|
|
94
94
|
# @return [String]
|
|
95
95
|
attr_reader :severity
|
|
96
96
|
|
|
97
|
-
# **[Required]** An array of [OCIDs](https://docs.
|
|
97
|
+
# **[Required]** An array of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the notifications for
|
|
98
98
|
# this alarm will be delivered. An example destination is an OCID for a topic managed by the
|
|
99
99
|
# Oracle Cloud Infrastructure Notification service.
|
|
100
100
|
#
|
|
@@ -19,12 +19,12 @@ module OCI
|
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :display_name
|
|
21
21
|
|
|
22
|
-
# **[Required]** The [OCID](https://docs.
|
|
22
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :compartment_id
|
|
26
26
|
|
|
27
|
-
# **[Required]** The [OCID](https://docs.
|
|
27
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
|
|
28
28
|
# being evaluated by the alarm.
|
|
29
29
|
#
|
|
30
30
|
# @return [String]
|
|
@@ -54,9 +54,9 @@ module OCI
|
|
|
54
54
|
# rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
55
55
|
# rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally
|
|
56
56
|
# specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
57
|
-
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.
|
|
57
|
+
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
58
58
|
# For available dimensions, review the metric definition for the supported service.
|
|
59
|
-
# See [Supported Services](https://docs.
|
|
59
|
+
# See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
60
60
|
#
|
|
61
61
|
# Example of threshold alarm:
|
|
62
62
|
#
|
|
@@ -116,7 +116,7 @@ module OCI
|
|
|
116
116
|
# @return [String]
|
|
117
117
|
attr_accessor :body
|
|
118
118
|
|
|
119
|
-
# **[Required]** An array of [OCIDs](https://docs.
|
|
119
|
+
# **[Required]** An array of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the notifications for
|
|
120
120
|
# this alarm will be delivered. An example destination is an OCID for a topic managed by the
|
|
121
121
|
# Oracle Cloud Infrastructure Notification service.
|
|
122
122
|
#
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
6
6
|
module OCI
|
|
7
7
|
# The properties that define a metric.
|
|
8
|
-
# For information about metrics, see [Metrics Overview](https://docs.
|
|
8
|
+
# For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
|
|
9
9
|
#
|
|
10
10
|
class Monitoring::Models::Metric # rubocop:disable Metrics/LineLength
|
|
11
11
|
# The name of the metric.
|
|
@@ -22,7 +22,7 @@ module OCI
|
|
|
22
22
|
# @return [String]
|
|
23
23
|
attr_accessor :namespace
|
|
24
24
|
|
|
25
|
-
# The [OCID](https://docs.
|
|
25
|
+
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing
|
|
26
26
|
# the resources monitored by the metric.
|
|
27
27
|
#
|
|
28
28
|
# @return [String]
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
6
6
|
module OCI
|
|
7
7
|
# The set of aggregated data returned for a metric.
|
|
8
|
-
# For information about metrics, see [Metrics Overview](https://docs.
|
|
8
|
+
# For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
|
|
9
9
|
#
|
|
10
10
|
class Monitoring::Models::MetricData # rubocop:disable Metrics/LineLength
|
|
11
11
|
# **[Required]** The reference provided in a metric definition to indicate the source service or
|
|
@@ -16,7 +16,7 @@ module OCI
|
|
|
16
16
|
# @return [String]
|
|
17
17
|
attr_accessor :namespace
|
|
18
18
|
|
|
19
|
-
# **[Required]** The [OCID](https://docs.
|
|
19
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
20
20
|
# resources from which the aggregated data was returned.
|
|
21
21
|
#
|
|
22
22
|
# @return [String]
|
|
@@ -17,7 +17,7 @@ module OCI
|
|
|
17
17
|
# @return [String]
|
|
18
18
|
attr_accessor :namespace
|
|
19
19
|
|
|
20
|
-
# **[Required]** The [OCID](https://docs.
|
|
20
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to use for metrics.
|
|
21
21
|
#
|
|
22
22
|
# @return [String]
|
|
23
23
|
attr_accessor :compartment_id
|
|
@@ -20,9 +20,9 @@ module OCI
|
|
|
20
20
|
# interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions.
|
|
21
21
|
# Supported grouping functions: `grouping()`, `groupBy()`.
|
|
22
22
|
# For details about Monitoring Query Language (MQL), see
|
|
23
|
-
# [Monitoring Query Language (MQL) Reference](https://docs.
|
|
23
|
+
# [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
24
24
|
# For available dimensions, review the metric definition for the supported service.
|
|
25
|
-
# See [Supported Services](https://docs.
|
|
25
|
+
# See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
26
26
|
#
|
|
27
27
|
# Example: `CpuUtilization[1m].sum()`
|
|
28
28
|
#
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# The configuration details for suppressing an alarm.
|
|
9
|
-
# For information about alarms, see [Alarms Overview](https://docs.
|
|
9
|
+
# For information about alarms, see [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
12
12
|
#
|
|
@@ -19,12 +19,12 @@ module OCI
|
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :display_name
|
|
21
21
|
|
|
22
|
-
# The [OCID](https://docs.
|
|
22
|
+
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :compartment_id
|
|
26
26
|
|
|
27
|
-
# The [OCID](https://docs.
|
|
27
|
+
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the metric
|
|
28
28
|
# being evaluated by the alarm.
|
|
29
29
|
#
|
|
30
30
|
# @return [String]
|
|
@@ -54,9 +54,9 @@ module OCI
|
|
|
54
54
|
# rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
55
55
|
# rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally
|
|
56
56
|
# specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
|
|
57
|
-
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.
|
|
57
|
+
# For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
|
|
58
58
|
# For available dimensions, review the metric definition for the supported service.
|
|
59
|
-
# See [Supported Services](https://docs.
|
|
59
|
+
# See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
|
|
60
60
|
#
|
|
61
61
|
# Example of threshold alarm:
|
|
62
62
|
#
|
|
@@ -116,7 +116,7 @@ module OCI
|
|
|
116
116
|
# @return [String]
|
|
117
117
|
attr_accessor :body
|
|
118
118
|
|
|
119
|
-
# An array of [OCIDs](https://docs.
|
|
119
|
+
# An array of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the notifications for
|
|
120
120
|
# this alarm will be delivered. An example destination is an OCID for a topic managed by the
|
|
121
121
|
# Oracle Cloud Infrastructure Notification service.
|
|
122
122
|
#
|
|
@@ -174,7 +174,7 @@ module OCI
|
|
|
174
174
|
|
|
175
175
|
# Deletes the specified alarm.
|
|
176
176
|
#
|
|
177
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
177
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
178
178
|
#
|
|
179
179
|
# @param [Hash] opts the optional parameters
|
|
180
180
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -230,7 +230,7 @@ module OCI
|
|
|
230
230
|
|
|
231
231
|
# Gets the specified alarm.
|
|
232
232
|
#
|
|
233
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
233
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
234
234
|
#
|
|
235
235
|
# @param [Hash] opts the optional parameters
|
|
236
236
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -287,7 +287,7 @@ module OCI
|
|
|
287
287
|
|
|
288
288
|
# Get the history of the specified alarm.
|
|
289
289
|
#
|
|
290
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
290
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
291
291
|
#
|
|
292
292
|
# @param [Hash] opts the optional parameters
|
|
293
293
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -302,11 +302,11 @@ module OCI
|
|
|
302
302
|
#
|
|
303
303
|
# Allowed values are: STATE_HISTORY, STATE_TRANSITION_HISTORY
|
|
304
304
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
305
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
305
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
306
306
|
#
|
|
307
307
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
308
308
|
# 1 is the minimum, 1000 is the maximum.
|
|
309
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
309
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
310
310
|
#
|
|
311
311
|
# Default: 1000
|
|
312
312
|
#
|
|
@@ -378,7 +378,7 @@ module OCI
|
|
|
378
378
|
|
|
379
379
|
# Lists the alarms for the specified compartment.
|
|
380
380
|
#
|
|
381
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
381
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
382
382
|
# resources monitored by the metric that you are searching for. Use tenancyId to search in
|
|
383
383
|
# the root compartment.
|
|
384
384
|
#
|
|
@@ -389,11 +389,11 @@ module OCI
|
|
|
389
389
|
# request, please provide the complete request ID.
|
|
390
390
|
#
|
|
391
391
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
392
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
392
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
393
393
|
#
|
|
394
394
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
395
395
|
# 1 is the minimum, 1000 is the maximum.
|
|
396
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
396
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
397
397
|
#
|
|
398
398
|
# Default: 1000
|
|
399
399
|
#
|
|
@@ -488,7 +488,7 @@ module OCI
|
|
|
488
488
|
|
|
489
489
|
# List the status of each alarm in the specified compartment.
|
|
490
490
|
#
|
|
491
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
491
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
492
492
|
# resources monitored by the metric that you are searching for. Use tenancyId to search in
|
|
493
493
|
# the root compartment.
|
|
494
494
|
#
|
|
@@ -505,11 +505,11 @@ module OCI
|
|
|
505
505
|
# compartmentId. Default is false.
|
|
506
506
|
#
|
|
507
507
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
508
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
508
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
509
509
|
#
|
|
510
510
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
511
511
|
# 1 is the minimum, 1000 is the maximum.
|
|
512
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
512
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
513
513
|
#
|
|
514
514
|
# Default: 1000
|
|
515
515
|
#
|
|
@@ -590,9 +590,9 @@ module OCI
|
|
|
590
590
|
|
|
591
591
|
|
|
592
592
|
# Returns metric definitions that match the criteria specified in the request. Compartment OCID required.
|
|
593
|
-
# For information about metrics, see [Metrics Overview](https://docs.
|
|
593
|
+
# For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
|
|
594
594
|
#
|
|
595
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
595
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
596
596
|
# resources monitored by the metric that you are searching for. Use tenancyId to search in
|
|
597
597
|
# the root compartment.
|
|
598
598
|
#
|
|
@@ -604,11 +604,11 @@ module OCI
|
|
|
604
604
|
# request, please provide the complete request ID.
|
|
605
605
|
#
|
|
606
606
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
607
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
607
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
608
608
|
#
|
|
609
609
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
610
610
|
# 1 is the minimum, 1000 is the maximum.
|
|
611
|
-
# For important details about how pagination works, see [List Pagination](https://docs.
|
|
611
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
612
612
|
#
|
|
613
613
|
# Default: 1000
|
|
614
614
|
#
|
|
@@ -672,7 +672,7 @@ module OCI
|
|
|
672
672
|
|
|
673
673
|
|
|
674
674
|
# Publishes raw metric data points to the Monitoring service.
|
|
675
|
-
# For more information about publishing metrics, see [Publishing Custom Metrics](https://docs.
|
|
675
|
+
# For more information about publishing metrics, see [Publishing Custom Metrics](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm).
|
|
676
676
|
#
|
|
677
677
|
# The endpoints for this operation differ from other Monitoring operations. Replace the string `telemetry` with `telemetry-ingestion` in the endpoint, as in the following example:
|
|
678
678
|
#
|
|
@@ -734,7 +734,7 @@ module OCI
|
|
|
734
734
|
|
|
735
735
|
# Removes any existing suppression for the specified alarm.
|
|
736
736
|
#
|
|
737
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
737
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
738
738
|
#
|
|
739
739
|
# @param [Hash] opts the optional parameters
|
|
740
740
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -789,9 +789,9 @@ module OCI
|
|
|
789
789
|
|
|
790
790
|
|
|
791
791
|
# Returns aggregated data that match the criteria specified in the request. Compartment OCID required.
|
|
792
|
-
# For information on metric queries, see [Building Metric Queries](https://docs.
|
|
792
|
+
# For information on metric queries, see [Building Metric Queries](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/buildingqueries.htm).
|
|
793
793
|
#
|
|
794
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
794
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
795
795
|
# resources monitored by the metric that you are searching for. Use tenancyId to search in
|
|
796
796
|
# the root compartment.
|
|
797
797
|
#
|
|
@@ -859,7 +859,7 @@ module OCI
|
|
|
859
859
|
|
|
860
860
|
# Updates the specified alarm.
|
|
861
861
|
#
|
|
862
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
862
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
863
863
|
#
|
|
864
864
|
# @param [OCI::Monitoring::Models::UpdateAlarmDetails] update_alarm_details Document for updating an alarm.
|
|
865
865
|
# @param [Hash] opts the optional parameters
|