Show / Hide Table of Contents

Class SloRequestBasedSliArgs

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

Constructors

View Source

SloRequestBasedSliArgs()

Declaration
public SloRequestBasedSliArgs()

Properties

View Source

DistributionCut

Used when good_service is defined by a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution. Defines a distribution TimeSeries filter and thresholds used for measuring good service and total service. Structure is documented below.

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

GoodTotalRatio

A means to compute a ratio of good_service to total_service. Defines computing this ratio with two TimeSeries monitoring filters Must specify exactly two of good, bad, and total service filters. The relationship good_service + bad_service = total_service will be assumed. Structure is documented below.

Declaration
public Input<SloRequestBasedSliGoodTotalRatioArgs> GoodTotalRatio { get; set; }
Property Value
Type Description
Input<SloRequestBasedSliGoodTotalRatioArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.