Show / Hide Table of Contents

Class SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio

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

Fields

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 readonly string BadServiceFilter
Field Value
Type Description
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 readonly string GoodServiceFilter
Field Value
Type Description
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 readonly string TotalServiceFilter
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.