Show / Hide Table of Contents

Class SloWindowsBasedSliGoodTotalRatioThreshold

Inheritance
System.Object
SloWindowsBasedSliGoodTotalRatioThreshold
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 SloWindowsBasedSliGoodTotalRatioThreshold

Fields

View Source

BasicSliPerformance

Basic SLI to evaluate to judge window quality. Structure is documented below.

Declaration
public readonly SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance BasicSliPerformance
Field Value
Type Description
SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
View Source

Performance

Request-based SLI to evaluate to judge window quality. Structure is documented below.

Declaration
public readonly SloWindowsBasedSliGoodTotalRatioThresholdPerformance Performance
Field Value
Type Description
SloWindowsBasedSliGoodTotalRatioThresholdPerformance
View Source

Threshold

A duration string, e.g. 10s. Good service is defined to be the count of requests made to this service that return in no more than threshold.

Declaration
public readonly double? Threshold
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.