Class SloWindowsBasedSliMetricMeanInRange
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.SloWindowsBasedSliMetricMeanInRange
-
public final class SloWindowsBasedSliMetricMeanInRange extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SloWindowsBasedSliMetricMeanInRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SloWindowsBasedSliMetricMeanInRange.Builder
builder()
static SloWindowsBasedSliMetricMeanInRange.Builder
builder(SloWindowsBasedSliMetricMeanInRange defaults)
SloWindowsBasedSliMetricMeanInRangeRange
range()
java.lang.String
timeSeries()
-
-
-
Method Detail
-
range
public SloWindowsBasedSliMetricMeanInRangeRange range()
- Returns:
- 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 max. Open ranges can be defined by setting just one of min or max. Mean value `X` of `time_series` values should satisfy `range.min <= X <= range.max` for a good service. Structure is documented below.
-
timeSeries
public java.lang.String timeSeries()
- Returns:
- A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE. Mean value `X` should satisfy `range.min <= X <= range.max` under good service.
-
builder
public static SloWindowsBasedSliMetricMeanInRange.Builder builder()
-
builder
public static SloWindowsBasedSliMetricMeanInRange.Builder builder(SloWindowsBasedSliMetricMeanInRange defaults)
-
-