Show / Hide Table of Contents

Class SloWindowsBasedSliGoodTotalRatioThresholdArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SloWindowsBasedSliGoodTotalRatioThresholdArgs
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 SloWindowsBasedSliGoodTotalRatioThresholdArgs : ResourceArgs

Constructors

View Source

SloWindowsBasedSliGoodTotalRatioThresholdArgs()

Declaration
public SloWindowsBasedSliGoodTotalRatioThresholdArgs()

Properties

View Source

BasicSliPerformance

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

Declaration
public Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs> BasicSliPerformance { get; set; }
Property Value
Type Description
Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs>
View Source

Performance

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

Declaration
public Input<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs> Performance { get; set; }
Property Value
Type Description
Input<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs>
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 Input<double> Threshold { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.