Class SloRequestBasedSliDistributionCutArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloRequestBasedSliDistributionCutArgs : ResourceArgs
Constructors
View SourceSloRequestBasedSliDistributionCutArgs()
Declaration
public SloRequestBasedSliDistributionCutArgs()
Properties
View SourceDistributionFilter
A TimeSeries monitoring filter aggregating values to quantify the good service provided. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
Declaration
public Input<string> DistributionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Range
Range of numerical values. The computed good_service
will be the count of values x in the Distribution such
that range.min <= x < range.max. inclusive of min and
exclusive of max. Open ranges can be defined by setting
just one of min or max. Summed value X should satisfy
range.min <= X < range.max for a good window. Structure is documented below.
Declaration
public Input<SloRequestBasedSliDistributionCutRangeArgs> Range { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SloRequestBasedSliDistributionCutRangeArgs> |