Class MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringSloWindowsBasedSliGoodTotalRatioThreshold,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringSloWindowsBasedSliGoodTotalRatioThreshold
@Stability(Stable) @Internal public static final class MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringSloWindowsBasedSliGoodTotalRatioThreshold
An implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliGoodTotalRatioThreshold
MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder, MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformancegetBasicSliPerformance()basic_sli_performance block.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformancegetPerformance()performance block.NumbergetThreshold()If window performance >= threshold, the window is counted as good.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder.
-
-
Method Detail
-
getBasicSliPerformance
public final MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance getBasicSliPerformance()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdbasic_sli_performance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#basic_sli_performance MonitoringSlo#basic_sli_performance}
- Specified by:
getBasicSliPerformancein interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
getPerformance
public final MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance getPerformance()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdperformance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#performance MonitoringSlo#performance}
- Specified by:
getPerformancein interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
getThreshold
public final Number getThreshold()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdIf window performance >= threshold, the window is counted as good.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#threshold MonitoringSlo#threshold}
- Specified by:
getThresholdin interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-