Show / Hide Table of Contents

Class MonitorThresholds

Inheritance
System.Object
MonitorThresholds
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.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MonitorThresholds

Fields

View Source

Critical

Declaration
public readonly double? Critical
Field Value
Type Description
System.Nullable<System.Double>
View Source

CriticalRecovery

Declaration
public readonly double? CriticalRecovery
Field Value
Type Description
System.Nullable<System.Double>
View Source

Ok

Declaration
public readonly double? Ok
Field Value
Type Description
System.Nullable<System.Double>
View Source

Unknown

Declaration
public readonly double? Unknown
Field Value
Type Description
System.Nullable<System.Double>
View Source

Warning

Declaration
public readonly double? Warning
Field Value
Type Description
System.Nullable<System.Double>
View Source

WarningRecovery

Declaration
public readonly double? WarningRecovery
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.