Show / Hide Table of Contents

Class MonitorThresholdsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MonitorThresholdsArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MonitorThresholdsArgs : ResourceArgs

Constructors

View Source

MonitorThresholdsArgs()

Declaration
public MonitorThresholdsArgs()

Properties

View Source

Critical

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

CriticalRecovery

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

Ok

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

Unknown

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

Warning

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

WarningRecovery

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