Class AlertPolicyConditionConditionAbsentTrigger
Inheritance
System.Object
AlertPolicyConditionConditionAbsentTrigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AlertPolicyConditionConditionAbsentTrigger
Fields
View SourceCount
The absolute number of time series that must fail the predicate for the condition to be triggered.
Declaration
public readonly int? Count
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percent
The percentage of time series that must fail the predicate for the condition to be triggered.
Declaration
public readonly double? Percent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |