Class SloRequestBasedSliGoodTotalRatioArgs


  • public final class SloRequestBasedSliGoodTotalRatioArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • badServiceFilter

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> badServiceFilter()
        Returns:
        A TimeSeries [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) 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.
      • goodServiceFilter

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> goodServiceFilter()
        Returns:
        A TimeSeries [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) 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.
      • totalServiceFilter

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> totalServiceFilter()
        Returns:
        A TimeSeries [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) 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.