Show / Hide Table of Contents

Class AlertPolicyConditionConditionThresholdTrigger

Inheritance
System.Object
AlertPolicyConditionConditionThresholdTrigger
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 AlertPolicyConditionConditionThresholdTrigger

Fields

View Source

Count

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.