AlertPolicyCombiner

enum AlertPolicyCombiner : Enum<AlertPolicyCombiner> , ConvertibleToJava<AlertPolicyCombiner>

How to combine the results of multiple conditions to determine if an incident should be opened. If condition_time_series_query_language is present, this must be COMBINE_UNSPECIFIED.

Entries

Link copied to clipboard

An unspecified combiner.

Link copied to clipboard

Combine conditions using the logical AND operator. An incident is created only if all the conditions are met simultaneously. This combiner is satisfied if all conditions are met, even if they are met on completely different resources.

Link copied to clipboard

Combine conditions using the logical OR operator. An incident is created if any of the listed conditions is met.

Link copied to clipboard

Combine conditions using logical AND operator, but unlike the regular AND option, an incident is created only if all conditions are met simultaneously on at least one resource.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): AlertPolicyCombiner
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: AlertPolicyCombiner
Link copied to clipboard
Link copied to clipboard