Show / Hide Table of Contents

Class NrqlAlertConditionTermArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NrqlAlertConditionTermArgs
Inherited Members
ResourceArgs.Empty
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.NewRelic.Inputs
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class NrqlAlertConditionTermArgs : ResourceArgs

Constructors

View Source

NrqlAlertConditionTermArgs()

Declaration
public NrqlAlertConditionTermArgs()

Properties

View Source

Duration

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Operator

Declaration
public Input<string> Operator { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Declaration
public Input<string> Priority { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Threshold

Declaration
public Input<double> Threshold { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

TimeFunction

Declaration
public Input<string> TimeFunction { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.