Show / Hide Table of Contents

Class AlertConditionTermGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertConditionTermGetArgs
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 AlertConditionTermGetArgs : ResourceArgs

Constructors

View Source

AlertConditionTermGetArgs()

Declaration
public AlertConditionTermGetArgs()

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.