Interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.975Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance.Builderstatic classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance.Builderbuilder()default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceAvailabilitygetAvailability()availability block.default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatencygetLatency()latency block.default List<String>getLocation()An optional set of locations to which this SLI is relevant.default List<String>getMethod()An optional set of RPCs to which this SLI is relevant.default List<String>getVersion()The set of API versions to which this SLI is relevant.
-
-
-
Method Detail
-
getAvailability
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceAvailability getAvailability()
availability block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#availability MonitoringSlo#availability}
-
getLatency
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency getLatency()
latency block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#latency MonitoringSlo#latency}
-
getLocation
@Stability(Stable) @Nullable default List<String> getLocation()
An optional set of locations to which this SLI is relevant.Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#location MonitoringSlo#location}
-
getMethod
@Stability(Stable) @Nullable default List<String> getMethod()
An optional set of RPCs to which this SLI is relevant.Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#method MonitoringSlo#method}
-
getVersion
@Stability(Stable) @Nullable default List<String> getVersion()
The set of API versions to which this SLI is relevant.Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#version MonitoringSlo#version}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance.Builder builder()
-
-