Class MonitoringSloRequestBasedSliGoodTotalRatio.Jsii$Proxy

    • Method Detail

      • getBadServiceFilter

        public final String getBadServiceFilter()
        Description copied from interface: MonitoringSloRequestBasedSliGoodTotalRatio
        A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality.

        Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). 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:
        getBadServiceFilter in interface MonitoringSloRequestBasedSliGoodTotalRatio
      • getGoodServiceFilter

        public final String getGoodServiceFilter()
        Description copied from interface: MonitoringSloRequestBasedSliGoodTotalRatio
        A TimeSeries monitoring filter quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

        Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). 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:
        getGoodServiceFilter in interface MonitoringSloRequestBasedSliGoodTotalRatio
      • getTotalServiceFilter

        public final String getTotalServiceFilter()
        Description copied from interface: MonitoringSloRequestBasedSliGoodTotalRatio
        A TimeSeries monitoring filter quantifying total demanded service.

        Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). 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:
        getTotalServiceFilter in interface MonitoringSloRequestBasedSliGoodTotalRatio
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object