Show / Hide Table of Contents

Class SloRequestBasedSliGoodTotalRatioArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SloRequestBasedSliGoodTotalRatioArgs
Inherited Members
ResourceArgs.Empty
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.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloRequestBasedSliGoodTotalRatioArgs : ResourceArgs

Constructors

View Source

SloRequestBasedSliGoodTotalRatioArgs()

Declaration
public SloRequestBasedSliGoodTotalRatioArgs()

Properties

View Source

BadServiceFilter

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.