Google Cloud Monitoring v3 API - Enum AlertPolicy.Types.Condition.Types.EvaluationMissingData (3.5.0)

public enum AlertPolicy.Types.Condition.Types.EvaluationMissingData

Reference documentation and code samples for the Google Cloud Monitoring v3 API enum AlertPolicy.Types.Condition.Types.EvaluationMissingData.

A condition control that determines how metric-threshold conditions are evaluated when data stops arriving. This control doesn't affect metric-absence policies.

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
Active

If there is no data to evaluate the condition, then evaluate the condition as true.

Inactive

If there is no data to evaluate the condition, then evaluate the condition as false.

NoOp

Do not evaluate the condition to any value if there is no data.

Unspecified

An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.