Class ServiceLevelObjectiveThreshold
Inheritance
System.Object
ServiceLevelObjectiveThreshold
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 ServiceLevelObjectiveThreshold
Fields
View SourceTarget
the objective's target [0,100]
Declaration
public readonly double Target
Field Value
| Type | Description |
|---|---|
| System.Double |
TargetDisplay
the string version to specify additional digits in the case of 99 but want 3 digits like 99.000 to display.
Declaration
public readonly string TargetDisplay
Field Value
| Type | Description |
|---|---|
| System.String |
Timeframe
the time frame for the objective. The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Available options to choose from are:
7d30d90d
Declaration
public readonly string Timeframe
Field Value
| Type | Description |
|---|---|
| System.String |
Warning
the objective's warning value [0,100]. This must be > target value.
Declaration
public readonly double? Warning
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
WarningDisplay
the string version to specify additional digits in the case of 99 but want 3 digits like 99.000 to display.
Declaration
public readonly string WarningDisplay
Field Value
| Type | Description |
|---|---|
| System.String |