Class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
@Stability(Stable) @Internal public static final class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
An implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
-
-
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.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Builder, MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.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)StringgetBadServiceFilter()A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality.StringgetGoodServiceFilter()A TimeSeries monitoring filter quantifying good service provided.StringgetTotalServiceFilter()A TimeSeries monitoring filter quantifying total demanded service.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(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio.Builder.
-
-
Method Detail
-
getBadServiceFilter
public final String getBadServiceFilter()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioA TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed).Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#bad_service_filter MonitoringSlo#bad_service_filter}
- Specified by:
getBadServiceFilterin interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
-
getGoodServiceFilter
public final String getGoodServiceFilter()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioA TimeSeries monitoring filter quantifying good service provided. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed).Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_service_filter MonitoringSlo#good_service_filter}
- Specified by:
getGoodServiceFilterin interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
-
getTotalServiceFilter
public final String getTotalServiceFilter()
Description copied from interface:MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioA TimeSeries monitoring filter quantifying total demanded service. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed).Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#total_service_filter MonitoringSlo#total_service_filter}
- Specified by:
getTotalServiceFilterin interfaceMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-