Class SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
Fields
View SourceBadServiceFilter
A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
Declaration
public readonly string BadServiceFilter
Field Value
| Type | Description |
|---|---|
| System.String |
GoodServiceFilter
A TimeSeries monitoring filter quantifying good service provided. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
Declaration
public readonly string GoodServiceFilter
Field Value
| Type | Description |
|---|---|
| System.String |
TotalServiceFilter
A TimeSeries monitoring filter quantifying total demanded service. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
Declaration
public readonly string TotalServiceFilter
Field Value
| Type | Description |
|---|---|
| System.String |