Class MonitorThresholdsArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MonitorThresholdsArgs : ResourceArgs
Constructors
View SourceMonitorThresholdsArgs()
Declaration
public MonitorThresholdsArgs()
Properties
View SourceCritical
Declaration
public Input<double> Critical { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
CriticalRecovery
Declaration
public Input<double> CriticalRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Ok
Declaration
public Input<double> Ok { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Unknown
Declaration
public Input<double> Unknown { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Warning
Declaration
public Input<double> Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
WarningRecovery
Declaration
public Input<double> WarningRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |