Show / Hide Table of Contents

Class AlertPolicyCondition

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

Fields

View Source

ConditionAbsent

A condition that checks that a time series continues to receive new data points. Structure is documented below.

Declaration
public readonly AlertPolicyConditionConditionAbsent ConditionAbsent
Field Value
Type Description
AlertPolicyConditionConditionAbsent
View Source

ConditionThreshold

A condition that compares a time series against a threshold. Structure is documented below.

Declaration
public readonly AlertPolicyConditionConditionThreshold ConditionThreshold
Field Value
Type Description
AlertPolicyConditionConditionThreshold
View Source

DisplayName

A short name or phrase used to identify the condition in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple conditions in the same policy.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Name

The unique resource name for this condition. Its syntax is: projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID] [CONDITION_ID] is assigned by Stackdriver Monitoring when the condition is created as part of a new or updated alerting policy.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.