Interface MonitoringSloWindowsBasedSliMetricMeanInRangeRange
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.978Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliMetricMeanInRangeRange extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliMetricMeanInRangeRange.BuilderA builder forMonitoringSloWindowsBasedSliMetricMeanInRangeRangestatic classMonitoringSloWindowsBasedSliMetricMeanInRangeRange.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliMetricMeanInRangeRange
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builderbuilder()default NumbergetMax()max value for the range (inclusive).default NumbergetMin()Min value for the range (inclusive).
-
-
-
Method Detail
-
getMax
@Stability(Stable) @Nullable default Number getMax()
max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#max MonitoringSlo#max}
-
getMin
@Stability(Stable) @Nullable default Number getMin()
Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#min MonitoringSlo#min}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder builder()
-
-