Class SloRequestBasedSliGoodTotalRatioArgs
Inherited Members
Namespace: Pulumi.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloRequestBasedSliGoodTotalRatioArgs : ResourceArgs
Constructors
View SourceSloRequestBasedSliGoodTotalRatioArgs()
Declaration
public SloRequestBasedSliGoodTotalRatioArgs()
Properties
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 Input<string> BadServiceFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> GoodServiceFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TotalServiceFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |