Package com.pulumi.gcp.monitoring.inputs
Class SloWindowsBasedSliMetricMeanInRangeArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.monitoring.inputs.SloWindowsBasedSliMetricMeanInRangeArgs.Builder
-
- Enclosing class:
- SloWindowsBasedSliMetricMeanInRangeArgs
public static final class SloWindowsBasedSliMetricMeanInRangeArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SloWindowsBasedSliMetricMeanInRangeArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SloWindowsBasedSliMetricMeanInRangeArgs
build()
SloWindowsBasedSliMetricMeanInRangeArgs.Builder
range(com.pulumi.core.Output<SloWindowsBasedSliMetricMeanInRangeRangeArgs> range)
SloWindowsBasedSliMetricMeanInRangeArgs.Builder
range(SloWindowsBasedSliMetricMeanInRangeRangeArgs range)
SloWindowsBasedSliMetricMeanInRangeArgs.Builder
timeSeries(com.pulumi.core.Output<java.lang.String> timeSeries)
SloWindowsBasedSliMetricMeanInRangeArgs.Builder
timeSeries(java.lang.String timeSeries)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SloWindowsBasedSliMetricMeanInRangeArgs defaults)
-
-
Method Detail
-
range
public SloWindowsBasedSliMetricMeanInRangeArgs.Builder range(com.pulumi.core.Output<SloWindowsBasedSliMetricMeanInRangeRangeArgs> range)
- Parameters:
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 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.- Returns:
- builder
-
range
public SloWindowsBasedSliMetricMeanInRangeArgs.Builder range(SloWindowsBasedSliMetricMeanInRangeRangeArgs range)
- Parameters:
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 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.- Returns:
- builder
-
timeSeries
public SloWindowsBasedSliMetricMeanInRangeArgs.Builder timeSeries(com.pulumi.core.Output<java.lang.String> timeSeries)
- Parameters:
timeSeries
- 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.- Returns:
- builder
-
timeSeries
public SloWindowsBasedSliMetricMeanInRangeArgs.Builder timeSeries(java.lang.String timeSeries)
- Parameters:
timeSeries
- 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.- Returns:
- builder
-
build
public SloWindowsBasedSliMetricMeanInRangeArgs build()
-
-